Destroy using declarations
[oota-llvm.git] / lib / ExecutionEngine /
2003-05-14 Chris LattnerFix typeos
2003-05-14 Chris LattnerAdd support for more constant expressions
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
2003-05-14 Chris LattnerAdd support for atexit handlers to the JIT, fixing...
2003-05-14 Chris LattnerFix compilation problems with previous checking *blush*
2003-05-14 Chris LattnerAdd a framework for intercepting system calls
2003-05-13 Chris LattnerClean up cast
2003-05-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2003-05-10 Chris Lattnerswitch main LLI core execution to use an InstVisitor...
2003-05-10 Chris LattnerFix testcase: SingleSource/UnitTests/2003-05-02-Dependa...
2003-05-09 Chris LattnerAdd support for function stubs, which allow calling...
2003-05-08 Chris LattnerMinor speedup by avoiding callbacks to functions alread...
2003-05-08 Chris LattnerImprove efficiency of JIT by having it use direct funct...
2003-05-08 Chris Lattnerassert early instead of late for unimplemented feature
2003-05-08 Chris LattnerImplement varargs support for LLI!
2003-05-08 Chris LattnerAdd a pointersize/endianness safe load routine to match...
2003-05-08 Chris LattnerA large number of simple changes:
2003-05-08 Chris LattnerAdd support for recording arguments passed through...
2003-05-07 Chris LattnerFix bug: Jello/2003-05-07-ArgumentTest.llx
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerOnly do the %ld -> %lld promotion when running a 64...
2003-04-25 Chris LattnerAdd __strdup
2003-04-25 Chris LattnerMAke sure that LLI properly configures align_of(double)
2003-04-25 Chris LattnerFix problem where we would read 64 bits worth of pointe...
2003-04-23 Chris LattnerFix bug where pointers were assumed to always be 64...
2003-04-23 Chris LattnerAdd memcpy
2003-04-23 Chris LattnerFix a problem with setcc instructions and pointers
2003-04-23 Chris LattnerImplement a bunch of new external functions
2003-04-23 Chris LattnerImplement &|^ on bool values
2003-04-23 Chris LattnerAdd support for _IO_getc function used on linux
2003-04-23 Chris Lattner* Implement access to external variables in LLI
2003-04-23 Chris LattnerWe now need to link libscalar to get the switch lowerin...
2003-04-22 Chris LattnerKill using declarations
2003-04-22 Chris LattnerImplement cast to bool
2003-04-22 Chris LattnerGet rid of extraneous arguments to implementation functions
2003-04-22 Chris LattnerAdd support to LLI for switch instruction
2003-04-21 Chris LattnerMake stderr, stdout, stdin work with LLI
2003-04-21 Chris LattnerFix wierd idiom
2003-04-21 Chris Lattnerfprintf CAN take exactly 2 args
2003-03-31 Chris LattnerImplement scanf and fix sscanf to actually endian swap...
2003-02-25 Chris LattnerFix typeo
2003-01-29 Chris LattnerFix warnings on sparc
2003-01-22 Chris LattnerFix didn't fix the race condition in the makefiles
2003-01-21 Chris LattnerFix race condition in Makefile
2003-01-13 Chris LattnerAdd support for named functions
2003-01-13 Chris LattnerDead file
2003-01-13 Chris LattnerAdd support for new types of values
2003-01-13 Chris LattnerBad segvs actually cause a segv now
2003-01-13 Chris Lattner* Wrap at 80 columns
2003-01-13 Chris LattnerHandle value promotion properly to work with tracing...
2003-01-13 Chris LattnerNo longer need scalaropts lib
2003-01-13 Chris LattnerAdd fixme
2002-12-28 Chris LattnerAdd diagnostic output
2002-12-24 Chris LattnerFixes to compile with GCC 3.2
2002-12-24 Chris LattnerInitial checkin
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-12-20 Chris LattnerAdd support for isnan
2002-12-08 Chris LattnerNamespacify more
2002-12-08 Chris LattnerAdd support to count the number of dynamic instructions...
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-08 Chris LattnerImplement feof
2002-11-07 Chris LattnerImplement freopen for burg
2002-11-07 Chris LattnerMake command line arguments setup be endian correct!!
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
next