oota-llvm.git
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
2003-11-30 Chris LattnerFinegrainify namespacification
2003-11-30 Chris LattnerA line was missing
2003-11-30 Alkis EvlogimenosRemove "numReloaded" statistic.
2003-11-30 Chris LattnerEmit constants to one contiguous block, but this time...
2003-11-30 Misha BrukmanGo back to allocating memory for each constant separate...
2003-11-29 Chris Lattnerbe 3.4 happy
2003-11-29 Chris Lattnerbe GCC 3.4 clean
2003-11-29 Chris LattnerHrm, how could this compile?
2003-11-29 Chris LattnerFix compatibility with gcc 3.4
2003-11-29 Chris LattnerBuild _lib_crtend.a, not crtend.a
2003-11-29 Chris LattnerDon't print out tons of crap
2003-11-29 Chris LattnerRewrite makefile logic to build an archive instead...
2003-11-29 Chris LattnerSimplify some rules
2003-11-29 Chris LattnerMove rule to top-level makefile
2003-11-29 Chris LattnerAdd readme and spiff up makefile header
2003-11-29 Chris LattnerTestcase for duplicated cleanup work (PR11). Note...
2003-11-29 Chris LattnerFix test: Transforms/LevelRaise/2003-11-28-IllegalTypeC...
2003-11-29 Chris Lattnernew testcase for problem causing 2003-10-12-GlobalVarIn...
2003-11-28 Chris LattnerThe function resolving pass must be run, even if -disab...
2003-11-28 Chris Lattner* The return value of LinkLibraries is ignored, so...
2003-11-28 Chris Lattnerfix gcc 3.4 compatibility problem
2003-11-28 Chris LattnerTestcase for PR160
2003-11-27 Chris LattnerNew testcase for PR158
2003-11-27 Chris LattnerFix grammaro
2003-11-27 Chris Lattnertestcase for PR159
2003-11-27 Chris LattnerPR11 is now fixed for 1.1!
2003-11-27 Chris LattnerPR11 is now fixed for 1.1
2003-11-27 Chris Lattner* Squelch warning on Sun
2003-11-26 John CriswellMakefiles are now copies over to the object root direct...
2003-11-26 John CriswellRenamed intermediate values that used the same type...
2003-11-26 Chris LattnerBugz die!
2003-11-26 Chris LattnerTestcase for PR157
2003-11-26 Chris LattnerTo not barf when an error occurs.
2003-11-26 Chris LattnerBoogs
2003-11-26 Chris LattnerMore dead boogers
2003-11-26 Chris Lattneroutput foo(void) as appropriate
2003-11-25 Chris LattnerFix bug in previous checkin
2003-11-25 John CriswellFixed a small grammatical error.
2003-11-25 Chris LattnerFix const correctness
2003-11-25 Chris LattnerRelax constrains on GEP type indexes
2003-11-25 Chris LattnerIt is legal to index into sequential types with any...
2003-11-25 Chris LattnerDo not use index type to determine what it is indexing...
2003-11-25 Chris LattnerDo not depend on the gep index types to determine what...
2003-11-25 Chris LattnerDo not depend on structure elements being of type UByteTy
2003-11-25 John CriswellAdjusted the projects Makefile so that it picks up...
2003-11-25 John CriswellConfigure all project directories contained in llvm...
2003-11-25 Chris LattnerDo not depend on index type to determine whether it...
2003-11-25 Chris LattnerWork with gepi's and constant exprs. Also, add version...
2003-11-25 Chris LattnerFix file header
2003-11-25 Chris LattnerRemove dead variable
2003-11-25 Chris LattnerUse gep_type_begin/end instead of looking for ubytes
2003-11-25 John CriswellConfigure script for ModuleMaker.
2003-11-25 John CriswellAuto-confed ModuleMaker.
2003-11-25 John CriswellAuto-conf'ed the ModuleMaker code.
2003-11-25 Chris LattnerRename class to be consistent with other iterator classes
2003-11-25 Chris LattnerInitial checkin of gep_type_begin/end which will be...
2003-11-25 John CriswellAll directory targets now install the Makefile only...
2003-11-25 Chris LattnerFinegrainify namespacification
next