aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2002-11-04No need to explicitly inclue ExportSymbols nowChris Lattner
2002-10-30Fix two problems:Chris Lattner
2002-10-26Fix a major bug in lliChris Lattner
2002-10-15 - Fix LLI so that it simulates the endianness of the target machineChris Lattner
2002-10-02* Implement the getc() functionChris Lattner
2002-10-02Cleanup #includes, expose moduleChris Lattner
2002-10-02Expose TD to ExternalFunctions.cppChris Lattner
2002-09-13* Fix a bug that was causing lli to misrun:Chris Lattner
2002-09-13Export symbols for linuxChris Lattner
2002-09-13Another portability patch graciously provided by Casey CarterChris Lattner
2002-09-11- Change getelementptr instruction to use long indexes instead of uintChris Lattner
2002-09-03 - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-08-27Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & ...Chris Lattner
2002-08-22Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner
2002-08-22Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner
2002-08-14Remove support for NOT instructionChris Lattner
2002-08-13Minor change to make lli print out characters numerically as well as symbolic...Chris Lattner
2002-08-02Fix problem where lli would not print out a 64 bit value when the client codeChris Lattner
2002-08-02Fix one real nasty bugChris Lattner
2002-07-25Fix gcc 3.1 complaintChris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-09Implementing shift left & shift right on pointersChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-20Remove explicit support for tracing code. It should be linked into theChris Lattner
2002-05-20Remove tracing code hackChris Lattner
2002-05-19Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve
2002-05-19Added external functions for hashing pointers to sequence numbers.Vikram S. Adve
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-05-06Change usage of isPointerType to use isaChris Lattner
2002-05-03Implement the NOT operator.Chris Lattner
2002-05-02Implement cast operations on booleans to allow casting bools to ints, f.e.Chris Lattner
2002-04-29Fix #include broken by iMemory.h not including DerivedTypes.hChris Lattner
2002-04-28FIXME removed: malloc/alloca ALWAYS have a size argumentChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-28Eliminate use of SymTabValue classChris Lattner
2002-04-17Fix a bug printing out %c formated characters.Chris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-09Update comment to reflect class name change.Chris Lattner
2002-04-08Remove extranous #includeChris Lattner
2002-04-07Remove asmwriter library from link line, because the useful contents of itChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-26Change from Method to FunctionChris Lattner
2002-03-11Remove runtime library in favor of users linking against real libraries.Chris Lattner
2002-03-11Do not link in runtime library anymore, assume that user manually links inChris Lattner
2002-03-08Implement a bunch of new functions to support the SPECINT mcfChris Lattner
2002-02-24Remove hack. This is better fixed in Makefile.commonChris Lattner
2002-02-24Build with newer compiler, with same bugChris Lattner
2002-02-19Keep track of memory allocated by alloca so that it is freed appropriatelyChris Lattner