aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-081-0/+8
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-202-15/+11
* Implement feofChris Lattner2002-11-081-0/+10
* Implement freopen for burgChris Lattner2002-11-071-2/+11
* Make command line arguments setup be endian correct!!Chris Lattner2002-11-073-20/+24
* Implement fprintfChris Lattner2002-11-061-0/+16
* Implement fputc and ungetc to allow burg to run in lliChris Lattner2002-11-061-0/+19
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-1/+1
* Fix two problems:Chris Lattner2002-10-301-31/+31
* Fix a major bug in lliChris Lattner2002-10-261-3/+4
* - Fix LLI so that it simulates the endianness of the target machineChris Lattner2002-10-152-92/+174
* * Implement the getc() functionChris Lattner2002-10-021-11/+86
* Cleanup #includes, expose moduleChris Lattner2002-10-021-4/+2
* Expose TD to ExternalFunctions.cppChris Lattner2002-10-021-1/+1
* * Fix a bug that was causing lli to misrun:Chris Lattner2002-09-132-2/+1
* Export symbols for linuxChris Lattner2002-09-131-1/+5
* Another portability patch graciously provided by Casey CarterChris Lattner2002-09-131-1/+1
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-1/+1
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-032-3/+3
* Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & ...Chris Lattner2002-08-271-31/+54
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-4/+3
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-12/+5
* Remove support for NOT instructionChris Lattner2002-08-141-29/+0
* Minor change to make lli print out characters numerically as well as symbolic...Chris Lattner2002-08-131-2/+4
* Fix problem where lli would not print out a 64 bit value when the client codeChris Lattner2002-08-021-2/+10
* Fix one real nasty bugChris Lattner2002-08-021-1/+1
* Fix gcc 3.1 complaintChris Lattner2002-07-251-1/+1
* *** empty log message ***Chris Lattner2002-07-231-1/+1
* *** empty log message ***Chris Lattner2002-07-221-6/+15
* Implementing shift left & shift right on pointersChris Lattner2002-07-091-0/+2
* MEGAPATCH checkin.Chris Lattner2002-06-253-119/+119
* Remove explicit support for tracing code. It should be linked into theChris Lattner2002-05-201-43/+10
* Remove tracing code hackChris Lattner2002-05-201-1/+1
* Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve2002-05-191-1/+1
* Added external functions for hashing pointers to sequence numbers.Vikram S. Adve2002-05-191-0/+44
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-1/+1
* Change usage of isPointerType to use isaChris Lattner2002-05-061-1/+1
* Implement the NOT operator.Chris Lattner2002-05-031-0/+28
* Implement cast operations on booleans to allow casting bools to ints, f.e.Chris Lattner2002-05-021-1/+2
* Fix #include broken by iMemory.h not including DerivedTypes.hChris Lattner2002-04-291-1/+1
* FIXME removed: malloc/alloca ALWAYS have a size argumentChris Lattner2002-04-281-7/+2
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Eliminate use of SymTabValue classChris Lattner2002-04-281-4/+4
* Fix a bug printing out %c formated characters.Chris Lattner2002-04-171-1/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-5/+6
* Update comment to reflect class name change.Chris Lattner2002-04-091-2/+2
* Remove extranous #includeChris Lattner2002-04-081-1/+0
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-2/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-076-68/+72
* s/Method/FunctionChris Lattner2002-03-292-49/+49