Add old test
[oota-llvm.git] / lib /
2003-05-12 Chris Lattner* Fix several comments
2003-05-12 Chris LattnerFix tab infestation!
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 a new info-output-file option (hidden from --help...
2003-05-09 Chris LattnerAdd support for function stubs, which allow calling...
2003-05-09 Chris LattnerThis blank line has GOT to go.
2003-05-09 Chris LattnerAllow const functions
2003-05-08 Chris LattnerAdd methods for stub function generation
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 LattnerAdd support for Add, Sub, And, Or, & Xor constant exprs
2003-05-08 Chris LattnerAdd support for variable argument functions!
2003-05-08 Chris LattnerAdd support for variable argument functions!
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-08 Chris Lattnerllvm.va_start only takes on argument now
2003-05-08 Chris LattnerAdd more support for intrinsic functions and for vararg...
2003-05-08 Chris LattnerHandle va_arg instruction correctly
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-05-08 Chris LattnerDon't inline functions that take variable numbers of...
2003-05-08 Chris LattnerRemove using decl
2003-05-08 Chris LattnerRemove using declarations
2003-05-07 Misha BrukmanAdded the initial version of the TableGen description...
2003-05-07 Chris LattnerFix bug: Jello/2003-05-07-ArgumentTest.llx
2003-05-07 Chris LattnerAdd a vector to keep track of which registers are alloc...
2003-05-07 Chris LattnerIMPLICIT_DEF was not the beautiful elegant solution...
2003-05-06 Chris LattnerRe-add gross hack, it's still necessary. :(
2003-05-06 Chris LattnerRemove hideously nasty hack
2003-05-06 Chris LattnerEmit pseudo instructions to indicate that some register...
2003-05-06 Chris LattnerDon't have a cow with new pseudo instructions
2003-05-06 Chris LattnerAdd two new pseudo instructions
2003-05-04 Misha BrukmanDebug output should go to cerr, not cout, because that...
2003-05-03 Chris LattnerFix bug: UnitTests/2003-05-02-DependantPHI.c
2003-05-03 Chris LattnerFix miscompilation in Fhourstones and bug: LICM/2003...
2003-05-03 Chris Lattner* Eliminate using decls
2003-05-03 Misha BrukmanThe Hyphenation-Adding Committee is now in session.
2003-05-02 Chris LattnerAttempt to fix sumant's typesafety issue
2003-05-02 Chris LattnerFix spelling
2003-05-02 Chris LattnerFix a bug which occurred with empty basic blocks
2003-05-01 Chris LattnerFix Bug: LowerSwitch/2003-05-01-PHIProblem.ll
2003-05-01 Chris LattnerMinor cleanup
2003-05-01 Chris LattnerFix bug: LevelRaise/2003-05-01-CallCast.ll
2003-05-01 Chris LattnerEliminate use of NonCopyable so that doxygen documentat...
2003-04-30 Chris LattnerFix another case where constexprs could cause a crash
2003-04-30 Chris LattnerFix constant folding of constexprs
2003-04-28 Chris LattnerCreate constant expression casts instead of constant...
2003-04-28 Chris LattnerFix several bugs:
2003-04-27 Chris LattnerAvoid naming things exactly the same
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-26 Chris LattnerThe promotion rules are the same for all targets, they...
2003-04-26 Chris LattnerIntegerRegSize is always 8 for sparc
2003-04-26 Chris LattnerFix bug: LoopPreheaders/2003-04-25-AssertFail.ll
2003-04-25 Chris LattnerFix a bug that occurred when removing the last predeces...
2003-04-25 Chris LattnerFix bug: ADCE/2003-04-25-PHIPostDominateProblem.ll
2003-04-25 Chris LattnerFix bogus assert
2003-04-25 Chris LattnerFix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll
2003-04-25 Chris LattnerOnly do the %ld -> %lld promotion when running a 64...
2003-04-25 Chris LattnerAdd __strdup
2003-04-25 Chris LattnerFix BasicAA/2003-04-25-GEPCrash.ll
2003-04-25 Chris LattnerMAke sure that LLI properly configures align_of(double)
2003-04-25 Chris LattnerWhoops, 32 bit targets have _4_ byte pointers, not...
2003-04-25 Chris LattnerFix compatibility bug: X86 aligns doubles to 4 bytes...
2003-04-25 Chris LattnerFix obvious type-o
2003-04-25 Chris LattnerFix problem where we would read 64 bits worth of pointe...
2003-04-25 Chris LattnerFix major problem with PHI node traversal: rechecking...
2003-04-25 Chris Lattner** CORRECTLY, conservatively handle constant expressions
2003-04-25 Chris Lattner*** Huge: Make constantexprs be handled correctly,...
2003-04-25 Chris LattnerAllow for easy detection of when a "default" TargetData...
2003-04-25 Chris LattnerMinor non-functional changes:
2003-04-25 Chris LattnerFix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll
2003-04-24 Chris LattnerFix a nasty bug where the ConstantMerge pass was invali...
2003-04-24 Chris Lattneradd a new targetdata ctor to create a target data appro...
2003-04-24 Chris LattnerTrivial cleanup
2003-04-24 Chris LattnerMake the levelraise pass be well behaved w.r.t the...
2003-04-24 Chris LattnerFix iterator invalidation problem
2003-04-24 Chris LattnerMake sure that the cloned module retains the type symbo...
2003-04-24 Chris LattnerMake sure to preserve endiannes and pointer size when...
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 LattnerFix problem where labels were being incorrectly elided...
2003-04-23 Chris LattnerFix the super obnoxious "cast to pointer from integer...
2003-04-23 Chris Lattner* Implement access to external variables in LLI
2003-04-23 Chris LattnerFix Bug: Linker/2003-04-23-LinkOnceLost.ll
2003-04-23 Chris LattnerFix iterator invalidation problem with cast instructions
2003-04-23 Chris LattnerImplement the constantexpr CAST instruction correctly
2003-04-23 Chris LattnerWe now need to link libscalar to get the switch lowerin...
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-04-23 Chris LattnerRemove unneccesary &*
2003-04-23 Chris LattnerAdd support for the Switch instruction by running the...
2003-04-23 Chris LattnerNew pass to lower switch instructions to branch instruc...
2003-04-23 Chris LattnerMinor cleanups
next