Reordered #includes.
[oota-llvm.git] / lib /
2003-12-17 Misha BrukmanReordered #includes.
2003-12-17 Misha BrukmanDoxygenified some comments, reduced extraneous space.
2003-12-17 Misha BrukmanReorganized the Sparc backend to be more modular -...
2003-12-17 Brian GaekeMake getObjectType() smarter about ranlibbed Mac OS...
2003-12-15 Chris LattnerFix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx
2003-12-15 Alkis EvlogimenosChange preserve all claim to just preserve live variabl...
2003-12-14 Chris LattnerRefactor code just a little bit, allowing us to impleme...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-14 Alkis EvlogimenosChange preserve all claim to just preserve live variabl...
2003-12-14 Chris LattnerDo not promote volatile alias sets into registers
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-13 Alkis EvlogimenosWhen reserving a preallocated register spill the aliase...
2003-12-13 Alkis EvlogimenosIgnore non-allocatable physical registers in live inter...
2003-12-13 Alkis EvlogimenosExpire any active intervals left when register allocati...
2003-12-13 Alkis EvlogimenosAdd instruction numbers to debugging output.
2003-12-13 Alkis EvlogimenosAdd a floating point killer pass. This pass runs before...
2003-12-13 Alkis EvlogimenosHandle explicit physical register defs.
2003-12-13 Alkis EvlogimenosRemove unecessary if statements when looping on Implici...
2003-12-12 John CriswellModified cast so that it converts the int to a long...
2003-12-12 Brian GaekeDynamically get the right-sized member of a GenericValu...
2003-12-12 Chris LattnerImplement the ExecutionEngine::getPointerToFunctionOrSt...
2003-12-12 Chris LattnerImplement the TargetMachine::getJITStubForFunction...
2003-12-12 Brian GaekeSince we are using a gep_type_iterator, we apparently...
2003-12-12 Brian GaekeThrow better error messages, by calling strerror(errno...
2003-12-11 Chris LattnerFactor out some duplicated code, implement the rest...
2003-12-11 Chris LattnerFix PR86. This makes basicaa _SIGNIFICANLY_ more aggre...
2003-12-11 Chris LattnerFix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly...
2003-12-11 Chris LattnerFinegrainify namespacification
2003-12-11 Chris LattnerverifyFunction depends on dominator info, which levelra...
2003-12-11 Chris LattnerFix a glaring bug
2003-12-11 Chris LattnerRealize the gep P, <zeros> must aliases P.
2003-12-11 Chris LattnerWith Brian's change to AA.h we can now clean out this...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicValueNumbering wheneve...
2003-12-11 Brian GaekeIn getObjectType(), doxygenify comment, and take a...
2003-12-11 Brian GaekeTurn off "attribute weak" to pacify Mac OS X's system...
2003-12-11 Brian GaekeFix typo in comment. Add prototype for getConstantExpr...
2003-12-11 Brian GaekeAdd support for --debug-only=interpreter, to print...
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 LattnerFinegrainify namespacification
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 LattnerFinegrainify namespacification
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 Chris LattnerFinegrainify namespacification
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 Chris LattnerImplement instruction sinking out of loops. This still...
2003-12-09 Chris LattnerDo not insert one entry PHI nodes in split exit blocks!
2003-12-09 Chris LattnerRefactor code a little bit, eliminating the gratuitous...
2003-12-09 Chris LattnerFine grainify namespacification
2003-12-08 Chris LattnerImplement: TailCallElim/accum_recursion_constant_arg.ll
2003-12-08 Chris LattnerImplement: test/Regression/Transforms/TailCallElim...
2003-12-08 Chris Lattnerimplement method
2003-12-08 Chris LattnerUse the new method, though noone currently implements...
2003-12-08 Chris LattnerFinegrainify namespacification
2003-12-08 Chris LattnerCleanup and restructure the code to make it easier...
2003-12-07 Chris LattnerImplement RaiseAllocations/FreeCastConstantExpr.ll
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 LattnerFinegrainify namespacification
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 LattnerEmit & read more compressed bytecode by not emitting...
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-11-30 Alkis EvlogimenosPrint instructions before register allocation is perfor...
2003-11-30 Chris LattnerFinegrainify namespacification
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 LattnerFix test: Transforms/LevelRaise/2003-11-28-IllegalTypeC...
2003-11-28 Chris Lattner* The return value of LinkLibraries is ignored, so...
2003-11-26 Chris LattnerTo not barf when an error occurs.
2003-11-26 Chris Lattneroutput foo(void) as appropriate
2003-11-25 Chris LattnerFix bug in previous checkin
2003-11-25 Chris LattnerFix const correctness
2003-11-25 Chris LattnerRelax constrains on GEP type indexes
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 Chris LattnerDo not depend on index type to determine whether it...
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 Chris LattnerFinegrainify namespacification
next