oota-llvm.git
2003-05-04 Misha BrukmanDebug output should go to cerr, not cout, because that...
2003-05-03 Chris LattnerNew testcase
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 LattnerFix miscompilation found in Fhourstones by bugpoint
2003-05-03 Misha BrukmanIt's 'separate'. The 'i.e.' is kinda nit-picking, but...
2003-05-03 Chris LattnerMake a comment more accurate
2003-05-03 Chris LattnerAdd support for debugging miscompilations with the...
2003-05-03 Chris LattnerBugpoint is always verbose, eliminate option
2003-05-03 Chris Lattner* Eliminate using decls
2003-05-03 Chris LattnerFix buggy tests
2003-05-03 Misha BrukmanThe Hyphenation-Adding Committee is now in session.
2003-05-03 Misha BrukmanThe Grammar Police is out on patrol.
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-02 Chris LattnerAdd an instcombine pass before levelraise
2003-05-01 Chris LattnerFix Bug: LowerSwitch/2003-05-01-PHIProblem.ll
2003-05-01 Chris LattnerReduce testcase a bit
2003-05-01 Chris LattnerNew testcase for the lowerswitch pass
2003-05-01 Chris LattnerMinor cleanup
2003-05-01 Chris LattnerFix bug: LevelRaise/2003-05-01-CallCast.ll
2003-05-01 Chris LattnerNew testcase: do not "raise" a call that is not through...
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 LattnerRemove implemented project, add a new one
2003-04-28 Chris LattnerAdd a new option to disable stripping of bytecode files
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 LattnerNew testcase distilled from a problem identified by...
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 LattnerSwitch insns actually DO work.
2003-04-26 Chris LattnerFix bug: LoopPreheaders/2003-04-25-AssertFail.ll
2003-04-26 Chris LattnerAdd comment to testcase
2003-04-26 Chris LattnerWhoever checked this testcase in apparently never teste...
2003-04-26 Chris LattnerRevert last checkin. Note that PHI nodes can use basic...
2003-04-25 Chris LattnerRemove long-dead obsolete cruft
2003-04-25 Chris LattnerNew testcase that crashes preheaders
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 LattnerNew testcase
2003-04-25 Chris LattnerAdd options to disable simplification with passes,...
2003-04-25 Chris LattnerFix bogus assert
2003-04-25 Chris LattnerFix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll
2003-04-25 Chris LattnerNew testcase
2003-04-25 Chris LattnerFix bugs in testcase
2003-04-25 Chris LattnerAdd comment
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 LattnerNew testcase
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 LattnerMake sure to copy double alignment as well
2003-04-25 Chris LattnerFix compatibility bug: X86 aligns doubles to 4 bytes...
2003-04-25 Chris LattnerKill using declarations
2003-04-25 Chris LattnerFix method name type-o
2003-04-25 Chris LattnerFix obvious type-o
2003-04-25 Chris LattnerMake sure to add a targetdata instance to the passmanag...
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 LattnerRename Kept -> Suffix
2003-04-25 Chris LattnerRename Kept -> Suffix
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 LattnerDefault ctor doesn't provide name
2003-04-25 Chris LattnerMinor non-functional changes:
2003-04-25 Chris LattnerFix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll
2003-04-25 Chris LattnerBig programs have tons of global variable initializers...
2003-04-25 Chris LattnerWhen cleaning up the final bytecode file, make sure...
2003-04-25 Chris LattnerNew testcase
2003-04-24 Chris LattnerSpeed up convergence significantly and also reduce...
2003-04-24 Chris LattnerThe big fix is this change:
2003-04-24 Chris LattnerRemove dead functions
2003-04-24 Chris LattnerMake sure that deleted functions have external linkage
2003-04-24 Chris LattnerUse the list reducer to improve convergence speed and...
2003-04-24 Chris LattnerAdjust to match new ListReducer interface
2003-04-24 Chris LattnerAllow reducer interfaces to mutate the lists passed in
2003-04-24 Chris LattnerMove function from Miscompilation.cpp
2003-04-24 Chris LattnerMove the ListReducer Class into it's own header file...
2003-04-24 Chris LattnerFix a nasty bug where the ConstantMerge pass was invali...
2003-04-24 Chris LattnerAllow bugpoint to try new an different methods for...
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-04-24 Chris Lattneradd a new targetdata ctor to create a target data appro...
2003-04-24 Chris LattnerAdd new targetdata ctor to create a targetdata appropri...
2003-04-24 Chris LattnerRemove support for "targetdata pass ctors"
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-04-24 Chris LattnerTrivial cleanup
2003-04-24 Chris LattnerLevelRaise now gets target data from passmanager
2003-04-24 Chris LattnerLevelRaise now gets TD from passmanager
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 LattnerImplement support for bugpoint to identify which FUNCTI...
2003-04-24 Chris LattnerMake sure to preserve endiannes and pointer size when...
next