2002-10-02 |
Chris Lattner | * Implement the getc() function |
tree | commitdiff |
2002-10-02 |
Chris Lattner | Cleanup #includes, expose module |
tree | commitdiff |
2002-10-02 |
Chris Lattner | Expose TD to ExternalFunctions.cpp |
tree | commitdiff |
2002-09-13 |
Chris Lattner | * Fix a bug that was causing lli to misrun: |
tree | commitdiff |
2002-09-13 |
Chris Lattner | Export symbols for linux |
tree | commitdiff |
2002-09-13 |
Chris Lattner | Another portability patch graciously provided by Casey... |
tree | commitdiff |
2002-09-11 |
Chris Lattner | - Change getelementptr instruction to use long indexes... |
tree | commitdiff |
2002-09-03 |
Chris Lattner | - Renamed Type::isIntegral() to Type::isInteger() |
tree | commitdiff |
2002-08-27 |
Chris Lattner | Implement ConstantPointerRef support, & ConstantExpr... |
tree | commitdiff |
2002-08-22 |
Chris Lattner | Eliminated the MemAccessInst class, folding contents... |
tree | commitdiff |
2002-08-22 |
Chris Lattner | Load & StoreInst no longer derive from MemAccessInst... |
tree | commitdiff |
2002-08-14 |
Chris Lattner | Remove support for NOT instruction |
tree | commitdiff |
2002-08-13 |
Chris Lattner | Minor change to make lli print out characters numerical... |
tree | commitdiff |
2002-08-02 |
Chris Lattner | Fix problem where lli would not print out a 64 bit... |
tree | commitdiff |
2002-08-02 |
Chris Lattner | Fix one real nasty bug |
tree | commitdiff |
2002-07-25 |
Chris Lattner | Fix gcc 3.1 complaint |
tree | commitdiff |
2002-07-23 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-22 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-09 |
Chris Lattner | Implementing shift left & shift right on pointers |
tree | commitdiff |
2002-06-25 |
Chris Lattner | MEGAPATCH checkin. |
tree | commitdiff |
2002-05-20 |
Chris Lattner | Remove explicit support for tracing code. It should... |
tree | commitdiff |
2002-05-20 |
Chris Lattner | Remove tracing code hack |
tree | commitdiff |
2002-05-19 |
Vikram S. Adve | Link with test/Libraries/libinstr32.a for runtime routines |
tree | commitdiff |
2002-05-19 |
Vikram S. Adve | Added external functions for hashing pointers to sequen... |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Updates to move some header files out of include/llvm... |
tree | commitdiff |
2002-05-06 |
Chris Lattner | Change usage of isPointerType to use isa |
tree | commitdiff |
2002-05-03 |
Chris Lattner | Implement the NOT operator. |
tree | commitdiff |
2002-05-02 |
Chris Lattner | Implement cast operations on booleans to allow casting... |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Fix #include broken by iMemory.h not including DerivedT... |
tree | commitdiff |
2002-04-28 |
Chris Lattner | FIXME removed: malloc/alloca ALWAYS have a size argument |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Split ConstantVals.h into Constant.h and Constants.h |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Eliminate use of SymTabValue class |
tree | commitdiff |
2002-04-17 |
Chris Lattner | Fix a bug printing out %c formated characters. |
tree | commitdiff |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
tree | commitdiff |
2002-04-09 |
Chris Lattner | Update comment to reflect class name change. |
tree | commitdiff |
2002-04-08 |
Chris Lattner | Remove extranous #include |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Remove asmwriter library from link line, because the... |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Change references to the Method class to be references... |
tree | commitdiff |
2002-03-29 |
Chris Lattner | s/Method/Function |
tree | commitdiff |
2002-03-26 |
Chris Lattner | Change from Method to Function |
tree | commitdiff |
2002-03-11 |
Chris Lattner | Remove runtime library in favor of users linking agains... |
tree | commitdiff |
2002-03-11 |
Chris Lattner | Do not link in runtime library anymore, assume that... |
tree | commitdiff |
2002-03-08 |
Chris Lattner | Implement a bunch of new functions to support the SPECI... |
tree | commitdiff |
2002-02-24 |
Chris Lattner | Remove hack. This is better fixed in Makefile.common |
tree | commitdiff |
2002-02-24 |
Chris Lattner | Build with newer compiler, with same bug |
tree | commitdiff |
2002-02-19 |
Chris Lattner | Keep track of memory allocated by alloca so that it... |
tree | commitdiff |
2002-02-18 |
Chris Lattner | Implement exp function |
tree | commitdiff |
2002-02-12 |
Chris Lattner | Method.h no longer includes BasicBlock.h |
tree | commitdiff |
2002-02-12 |
Chris Lattner | Add new abort-on-exceptions flag |
tree | commitdiff |
2002-02-11 |
Chris Lattner | Make array bound checks optional and disabled by default. |
tree | commitdiff |
2002-01-23 |
Chris Lattner | Implement the clock() function |
tree | commitdiff |
2002-01-21 |
Chris Lattner | Eliminate opt library |
tree | commitdiff |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
tree | commitdiff |
2001-12-14 |
Chris Lattner | * Support the new -q flag for automated tests |
tree | commitdiff |
2001-12-13 |
Chris Lattner | Build runtime library with local GCCAS |
tree | commitdiff |
2001-12-13 |
Chris Lattner | Implement sprintf |
tree | commitdiff |
2001-12-04 |
Chris Lattner | Renamed inst_const_iterator -> const_inst_iterator |
tree | commitdiff |
2001-12-03 |
Chris Lattner | Rename ConstPoolVal -> Constant |
tree | commitdiff |
2001-12-03 |
Chris Lattner | Split the PHINode class out from the iOther.h file... |
tree | commitdiff |
2001-11-27 |
Chris Lattner | Create a new #include "Support/..." directory structure... |
tree | commitdiff |
2001-11-26 |
Chris Lattner | Move DataTypes.h from llvm/Support to just Support |
tree | commitdiff |
2001-11-26 |
Chris Lattner | Use pointertype where appropriate |
tree | commitdiff |
2001-11-26 |
Chris Lattner | Remove invalid,unneccesary ## token |
tree | commitdiff |
2001-11-26 |
Chris Lattner | * Implement array indexing in lli |
tree | commitdiff |
2001-11-14 |
Chris Lattner | Rename cruft |
tree | commitdiff |
2001-11-13 |
Chris Lattner | Implement some more rand functions for em3d benchmark |
tree | commitdiff |
2001-11-12 |
Chris Lattner | Print percentages for profiling info better |
tree | commitdiff |
2001-11-12 |
Chris Lattner | Print profile info if exit() is called |
tree | commitdiff |
2001-11-12 |
Chris Lattner | Hack a structure profiling option together |
tree | commitdiff |
2001-11-07 |
Chris Lattner | Correct problem that allows indirect function calls |
tree | commitdiff |
2001-11-07 |
Chris Lattner | * Switch to operation on pointers with PointerTy more... |
tree | commitdiff |
2001-11-07 |
Chris Lattner | *Print Stack traces better. |
tree | commitdiff |
2001-11-07 |
Chris Lattner | * Use cached writer to speed up printing and get symbol... |
tree | commitdiff |
2001-11-07 |
Chris Lattner | Add %p format to printf, which MUST be used when printi... |
tree | commitdiff |
2001-11-06 |
Chris Lattner | Implement log and drand48 for TSP bm |
tree | commitdiff |
2001-11-06 |
Chris Lattner | Implement sqrt, implement printf better, simpler. |
tree | commitdiff |
2001-11-03 |
Chris Lattner | Be lenient on types so that programs that are not very... |
tree | commitdiff |
2001-10-30 |
Chris Lattner | Implement xor operator |
tree | commitdiff |
2001-10-30 |
Chris Lattner | callExternalMethod now returns the return value of... |
tree | commitdiff |
2001-10-30 |
Chris Lattner | Implement a gross function name map that must be used... |
tree | commitdiff |
2001-10-30 |
Chris Lattner | * Add some assertions for checking internal error condi... |
tree | commitdiff |
2001-10-30 |
Chris Lattner | Don't fail to load runtime if running LLI from the... |
tree | commitdiff |
2001-10-29 |
Chris Lattner | Print out a label if we step into the first instruction... |
tree | commitdiff |
2001-10-29 |
Chris Lattner | * Fix pow wrapper to actually work |
tree | commitdiff |
2001-10-29 |
Chris Lattner | Implement getelementptr instruction as well as the... |
tree | commitdiff |
2001-10-29 |
Chris Lattner | Remember to print out the next instruction if stepping... |
tree | commitdiff |
2001-10-29 |
Chris Lattner | Fix problem next'ing over an external method |
tree | commitdiff |
2001-10-28 |
Chris Lattner | Fix some illegal uses of the ## operator |
tree | commitdiff |
2001-10-28 |
Vikram S. Adve | Add methods print<TYPE> for String, Pointer, and each... |
tree | commitdiff |
2001-10-27 |
Chris Lattner | Implement a -trace command line option and a trace... |
tree | commitdiff |
2001-10-27 |
Chris Lattner | * Make pointer values work better by treating them... |
tree | commitdiff |
2001-10-27 |
Chris Lattner | Provide argv for commands |
tree | commitdiff |
2001-10-27 |
Chris Lattner | * Implement exit() builtin function |
tree | commitdiff |
2001-10-24 |
Chris Lattner | Add support for building a runtime library for LLI |
tree | commitdiff |
2001-10-18 |
Chris Lattner | Enhancements to pass argc & argv to main if required |
tree | commitdiff |
2001-10-15 |
Chris Lattner | Implement ulong & long support |
tree | commitdiff |
2001-10-15 |
Chris Lattner | Implement initializers for structs and pointers |
tree | commitdiff |
2001-10-15 |
Chris Lattner | Implement global variables. Struct and Pointer initial... |
tree | commitdiff |
2001-10-03 |
Chris Lattner | * Both Method & GlobalVariable now subclass GlobalValue |
tree | commitdiff |
2001-10-02 |
Chris Lattner | Commit more code over to new cast style |
tree | commitdiff |
next |