oota-llvm.git
2003-12-10 John CriswellThis appears to fix Bug 172 and does not break any...
2003-12-10 Chris LattnerFix bug: LICM/sink_multiple_exits.ll
2003-12-10 Chris LattnerDon't allow dead instructions to stop sinking early.
2003-12-10 Chris LattnerFix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx
2003-12-10 Chris LattnerA new testcase, reduced by bugpoint
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 Chris Lattnernew testcase
2003-12-10 John CriswellFixed a comma error.
2003-12-10 Brian GaekeSupport 'make install' for LLVM include files.
2003-12-10 John CriswellUpon Chris's suggestion, moved the #ifdef's to the...
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 John CriswellFixed the CBE on Solaris/Sparc. We need to define...
2003-12-10 Chris LattnerNew testcase
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 Chris LattnerNew testcase which caused a bunch of tests to break...
2003-12-10 Chris LattnerSimplify code
2003-12-10 Chris LattnerAvoid performing two identical lookups when one will...
2003-12-10 Chris LattnerMake LICM itself a bit more efficient, and make the...
2003-12-10 John CriswellRemoved the pthread_once() function because it doesn...
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 John CriswellAdded the --host= option to the Sparc configuration...
2003-12-10 John CriswellDummy implementation of the pthread library.
2003-12-10 Chris LattnerMake 'opt -o -' work correctly instead of creating...
2003-12-10 Chris LattnerImplement instruction sinking out of loops. This still...
2003-12-10 Chris Lattnernew testcase, checking to ensure we handle yet-another...
2003-12-10 Brian GaekeDon't assume that system headers define 'uint' or ...
2003-12-10 Brian GaekeFix apparent copy-and-paste-o.
2003-12-10 Brian GaekeAdd support for installing tool executables.
2003-12-10 Brian GaekeAdd installation directories and commands, standardly...
2003-12-09 Chris LattnerYet another hard testcase
2003-12-09 Chris LattnerDo not insert one entry PHI nodes in split exit blocks!
2003-12-09 Brian GaekeCheck in the llvm-native-gcc script, which I use in...
2003-12-09 Chris LattnerAdd a new testcase which breaks the sinker because...
2003-12-09 Chris LattnerFix buggy test
2003-12-09 Chris LattnerNew testcase for sinking operations from loops with...
2003-12-09 Chris LattnerMake the test a bit harder so that we test to ensure...
2003-12-09 Chris LattnerRefactor code a little bit, eliminating the gratuitous...
2003-12-09 Chris LattnerFine grainify namespacification
2003-12-09 Chris LattnerNew testcases for LICM improvement: code sinking.
2003-12-09 Chris LattnerImprove portability with Mac OS/X
2003-12-09 Chris LattnerImprove testcase portability on OS/X
2003-12-09 Chris LattnerNew testcase that is not actually handled yet, but...
2003-12-09 John CriswellAdded the -h option for compatibility with other linkers.
2003-12-08 Chris LattnerWhoops, forgot to check this in. :)
2003-12-08 Chris LattnerImplement: TailCallElim/accum_recursion_constant_arg.ll
2003-12-08 Chris LattnerImplement: test/Regression/Transforms/TailCallElim...
2003-12-08 Chris LattnerNew testcase for automatic insertion of accumulator...
2003-12-08 Chris LattnerAdd a missing semi colon, which breaks bison 1.5
2003-12-08 Chris LattnerSimplify makefiles by just explicitly listing directories
2003-12-08 John CriswellUpdated build instructions for Sparc.
2003-12-08 John CriswellFixed the dynamic generation of the list of subdirector...
2003-12-08 Chris Lattnerimplement method
2003-12-08 Chris LattnerUse the new method, though noone currently implements...
2003-12-08 Chris Lattneradd two new virtual functions:
2003-12-08 Chris LattnerFinegrainify namespacification
2003-12-08 Chris LattnerMakefile updates contributed by Reid
2003-12-08 Chris LattnerNew bug
2003-12-08 Misha Brukman`effect' is the noun, `affect' is the verb.
2003-12-08 Chris LattnerNew testcase for PR165
2003-12-08 Chris LattnerAdd note about sucky suse compiler
2003-12-08 Chris LattnerCleanup and restructure the code to make it easier...
2003-12-08 Chris LattnerNew testcase, this should be -tailcallelim'inated
2003-12-08 Chris LattnerSince ssaification of the varargs builtings, the vaarg...
2003-12-08 Brian GaekeRegenerated using autoheader-2.57
2003-12-07 Chris LattnerBugpoint had appalingly bad grammar. Fix some of it.
2003-12-07 Chris LattnerDo not leave a bunch of crud lying around
2003-12-07 Chris LattnerIt is now after pldi. This issue has been fixed, so...
2003-12-07 Chris LattnerImplement RaiseAllocations/FreeCastConstantExpr.ll
2003-12-07 Chris LattnerNew testcase that the raiseallocations pass should...
2003-12-07 Chris Lattner* Finegrainify namespacification
2003-12-07 Chris LattnerThe recalclulate method was a nasty hack that was once...
2003-12-07 Chris LattnerCompletely rewrite domset, idom, and domtree implementa...
2003-12-07 Chris LattnerRewrite dominators implementation. Now domset is const...
2003-12-07 Chris LattnerFinegrainify namespacification
2003-12-07 Chris LattnerMove this method out of the generic dominators calculat...
2003-12-06 Tanya LattnerNew command line parsing. This isn't as perfect as...
2003-12-06 Chris LattnerStop using the -fshort-enum compile option
2003-12-06 Chris LattnerFix awkward wording
2003-12-06 Chris LattnerCleanup the release notes in preparation for the release.
2003-12-05 Brian GaekeAdd check for pthread_mutex_lock() in -lpthread (or...
2003-12-05 Alkis EvlogimenosMake assertion stricter. Since the source operands...
2003-12-05 Alkis EvlogimenosFix bug in register spilling when a preallocated live...
2003-12-05 Alkis EvlogimenosMove operator<<(std::ostream&, const LiveInterval&...
2003-12-05 Alkis EvlogimenosSort live intervals by increasing start point.
2003-12-04 Alkis EvlogimenosImprove debugging output and clean up some code.
2003-12-02 Chris LattnerFinegrainify namespacification
2003-12-01 Brian GaekeLock abstraction, introduced with a view toward making...
2003-12-01 Chris LattnerMake stripped-bytecode a recursive target
2003-12-01 Chris LattnerAdd new block number
2003-12-01 Chris LattnerEmit & read more compressed bytecode by not emitting...
2003-12-01 Chris LattnerRemove unused enum value
2003-12-01 Brian GaekeThis may fix the "0 dirs" stuff we get in the nightly...
2003-12-01 Chris LattnerAdd some "useful" methods
2003-12-01 Chris LattnerAdd an option to enable the SSA based peephole optimizer.
2003-12-01 Chris LattnerAdd a new SSA-based peephole optimizer which includes...
2003-12-01 Chris Lattnergeneralize the instruction types permitted a bit
2003-12-01 Chris Lattnerfix broken link
2003-11-30 Alkis EvlogimenosPrint instructions before register allocation is perfor...
2003-11-30 Chris Lattneradd missing dependency
next