Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet done...
[oota-llvm.git] / lib / ExecutionEngine /
2002-11-06 Chris LattnerImplement fprintf
2002-11-06 Chris LattnerImplement fputc and ungetc to allow burg to run in lli
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-10-30 Chris LattnerFix two problems:
2002-10-26 Chris LattnerFix a major bug in lli
2002-10-15 Chris Lattner - Fix LLI so that it simulates the endianness of...
2002-10-02 Chris Lattner* Implement the getc() function
2002-10-02 Chris LattnerCleanup #includes, expose module
2002-10-02 Chris LattnerExpose TD to ExternalFunctions.cpp
2002-09-13 Chris Lattner* Fix a bug that was causing lli to misrun:
2002-09-13 Chris LattnerExport symbols for linux
2002-09-13 Chris LattnerAnother portability patch graciously provided by Casey...
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-27 Chris LattnerImplement ConstantPointerRef support, & ConstantExpr...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-08-13 Chris LattnerMinor change to make lli print out characters numerical...
2002-08-02 Chris LattnerFix problem where lli would not print out a 64 bit...
2002-08-02 Chris LattnerFix one real nasty bug
2002-07-25 Chris LattnerFix gcc 3.1 complaint
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-07-09 Chris LattnerImplementing shift left & shift right on pointers
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris LattnerRemove explicit support for tracing code. It should...
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-19 Vikram S. AdveLink with test/Libraries/libinstr32.a for runtime routines
2002-05-19 Vikram S. AdveAdded external functions for hashing pointers to sequen...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-06 Chris LattnerChange usage of isPointerType to use isa
2002-05-03 Chris LattnerImplement the NOT operator.
2002-05-02 Chris LattnerImplement cast operations on booleans to allow casting...
2002-04-29 Chris LattnerFix #include broken by iMemory.h not including DerivedT...
2002-04-28 Chris LattnerFIXME removed: malloc/alloca ALWAYS have a size argument
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerEliminate use of SymTabValue class
2002-04-17 Chris LattnerFix a bug printing out %c formated characters.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerUpdate comment to reflect class name change.
2002-04-08 Chris LattnerRemove extranous #include
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange from Method to Function
2002-03-11 Chris LattnerRemove runtime library in favor of users linking agains...
2002-03-11 Chris LattnerDo not link in runtime library anymore, assume that...
2002-03-08 Chris LattnerImplement a bunch of new functions to support the SPECI...
2002-02-24 Chris LattnerRemove hack. This is better fixed in Makefile.common
2002-02-24 Chris LattnerBuild with newer compiler, with same bug
2002-02-19 Chris LattnerKeep track of memory allocated by alloca so that it...
2002-02-18 Chris LattnerImplement exp function
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris LattnerAdd new abort-on-exceptions flag
2002-02-11 Chris LattnerMake array bound checks optional and disabled by default.
2002-01-23 Chris LattnerImplement the clock() function
2002-01-21 Chris LattnerEliminate opt library
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* Support the new -q flag for automated tests
2001-12-13 Chris LattnerBuild runtime library with local GCCAS
2001-12-13 Chris LattnerImplement sprintf
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-26 Chris LattnerUse pointertype where appropriate
2001-11-26 Chris LattnerRemove invalid,unneccesary ## token
2001-11-26 Chris Lattner* Implement array indexing in lli
2001-11-14 Chris LattnerRename cruft
2001-11-13 Chris LattnerImplement some more rand functions for em3d benchmark
2001-11-12 Chris LattnerPrint percentages for profiling info better
2001-11-12 Chris LattnerPrint profile info if exit() is called
2001-11-12 Chris LattnerHack a structure profiling option together
2001-11-07 Chris LattnerCorrect problem that allows indirect function calls
2001-11-07 Chris Lattner* Switch to operation on pointers with PointerTy more...
2001-11-07 Chris Lattner*Print Stack traces better.
2001-11-07 Chris Lattner* Use cached writer to speed up printing and get symbol...
2001-11-07 Chris LattnerAdd %p format to printf, which MUST be used when printi...
2001-11-06 Chris LattnerImplement log and drand48 for TSP bm
2001-11-06 Chris LattnerImplement sqrt, implement printf better, simpler.
2001-11-03 Chris LattnerBe lenient on types so that programs that are not very...
2001-10-30 Chris LattnerImplement xor operator
2001-10-30 Chris LattnercallExternalMethod now returns the return value of...
2001-10-30 Chris LattnerImplement a gross function name map that must be used...
2001-10-30 Chris Lattner* Add some assertions for checking internal error condi...
2001-10-30 Chris LattnerDon't fail to load runtime if running LLI from the...
2001-10-29 Chris LattnerPrint out a label if we step into the first instruction...
2001-10-29 Chris Lattner* Fix pow wrapper to actually work
2001-10-29 Chris LattnerImplement getelementptr instruction as well as the...
2001-10-29 Chris LattnerRemember to print out the next instruction if stepping...
2001-10-29 Chris LattnerFix problem next'ing over an external method
2001-10-28 Chris LattnerFix some illegal uses of the ## operator
2001-10-28 Vikram S. AdveAdd methods print<TYPE> for String, Pointer, and each...
2001-10-27 Chris LattnerImplement a -trace command line option and a trace...
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris LattnerProvide argv for commands
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-24 Chris LattnerAdd support for building a runtime library for LLI
next