oota-llvm.git
2003-05-07 Misha BrukmanGrammar fix: `of course' is separated from the sentence...
2003-05-07 Chris LattnerFix bug: Jello/2003-05-07-ArgumentTest.llx
2003-05-07 Chris LattnerNew testcase for problem that is actually generic to...
2003-05-07 Chris LattnerAdd a vector to keep track of which registers are alloc...
2003-05-07 Chris LattnerAdd comments, add a vector to keep track of which regis...
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-06 Chris LattnerAdd a new open project
2003-05-06 Chris LattnerNew testcase distilled from the fhourstones benchmark
2003-05-06 Chris LattnerMake sure to compiel the LowerSwitch tests
2003-05-06 Chris LattnerFix memory corruption problem
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...
next