Rename createSimpleX86RegisterAllocator to createSimpleRegisterAllocator.
[oota-llvm.git] / lib /
2002-12-16 Chris LattnerRename createSimpleX86RegisterAllocator to createSimple...
2002-12-16 Brian Gaekebrg
2002-12-15 Chris LattnerSome simpliciations to the spill/reload interface
2002-12-15 Chris LattnerSimplify PHI node elimination significantly by doing...
2002-12-15 Chris LattnerCorrect the setting of Def flags on registers that...
2002-12-15 Chris LattnerVariety of small or trivial simplifications to the...
2002-12-15 Chris LattnerRemove unused savePhysRegToStack method
2002-12-15 Chris LattnerLocalize a map, remove another
2002-12-15 Chris LattnerGive passes nice names!
2002-12-15 Chris LattnerGive simple reg allocator a nice Pass Name
2002-12-15 Chris LattnerAdd a big assert making sure 2 address instructions...
2002-12-15 Chris LattnerFix a problem that occurs when PHI nodes have multiple...
2002-12-15 Chris LattnerGrab bag of minor cleanups. Export some statistics...
2002-12-15 Chris LattnerImplement printing of MBB arguments
2002-12-15 Chris LattnerSimplify interfaces used by regalloc to insert code
2002-12-15 Chris Lattner* Simplify code a bit by breaking the PHI node handling...
2002-12-15 Chris LattnerChanges to make new TargetRegisterClass interface.
2002-12-15 Chris Lattner* Remove some unneccesary instance variables
2002-12-15 Chris Lattner* Simplify TargetRegisterClass implementations
2002-12-15 Chris Lattnerpull inverse reg class mapping into a class that is...
2002-12-15 Chris LattnerPrune #includes
2002-12-15 Chris LattnerRemove extraneous #includes, perform FIXME
2002-12-15 Chris LattnerFix bug: Assembler/2002-12-15-GlobalResolve.ll
2002-12-15 Chris Lattnerplanes is not spelled with an O
2002-12-15 Chris LattnerFix borkness with not using MachineBasicBlocks in PHI...
2002-12-15 Chris LattnerAdd support to cast from a bool type
2002-12-15 Chris LattnerUse MachineOperand::isFoo methods instead of our own...
2002-12-15 Chris LattnerFix a huge performance problem in reassociate by introd...
2002-12-15 Chris LattnerMinor changes:
2002-12-13 Chris LattnerImplement indirect function calls
2002-12-13 Misha BrukmanMake function code generation printing debug-only.
2002-12-13 Chris LattnerFix bork in doMultiply
2002-12-13 Chris LattnerAdd sanity checks
2002-12-13 Misha BrukmanFixed a bug where moves due to phis were being neglected.
2002-12-13 Misha BrukmanCleaned up the code: factored out switch/case into...
2002-12-13 Misha BrukmanNeed to insert all moves due to PHI nodes before *ALL...
2002-12-13 Chris LattnerInsert phi code at top of block
2002-12-13 Brian Gaekelib/Target/X86/InstSelectSimple.cpp:
2002-12-13 Misha BrukmanThis should be more correct: invalidates physical regis...
2002-12-13 Chris LattnerImplement cast bool to X
2002-12-13 Brian GaekeRename all BMI MachineBasicBlock operands to MBB.
2002-12-13 Chris LattnerFinish up iterator stuph
2002-12-13 Misha BrukmanTreat longs as ints => pretend they're all 32-bit value...
2002-12-13 Misha BrukmanFixed bug with running out of registers. Also, reinstat...
2002-12-13 Chris LattnerCode gen phi's correctly
2002-12-13 Chris LattnerPrint X86 PHI nodes in a sane manner
2002-12-13 Misha BrukmanThis should handle register allocating PHI nodes.
2002-12-13 Misha BrukmanAdded moveReg2Reg() and moveImm2Reg() to accomodate...
2002-12-13 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Start counting...
2002-12-13 Brian GaekeInstSelectSimple.cpp: Give promote32 a comment. Add...
2002-12-13 Chris LattnerImplement getelementptr constant exprs
2002-12-13 Brian Gaekebrg
2002-12-13 Chris LattnerEmit the right form of mod/rm mod field
2002-12-13 Chris LattnerNicify a bit
2002-12-13 Chris LattnerFix encoding of CBW instruction
2002-12-13 Misha BrukmanStart allocating stack space at [ebp-4] to not overwrit...
2002-12-13 Misha BrukmanMoves now select correct opcode based on the data size.
2002-12-13 Chris LattnerRemove extranous #include
2002-12-13 Chris LattnerRename MemArg* to Arg*
2002-12-13 Chris LattnerMake mem size an assert
2002-12-13 Misha BrukmanThis is supposed to provide correct size for datatypes...
2002-12-12 Misha BrukmanTake advantage of our knowledge of 2-address X86 instru...
2002-12-12 Misha BrukmanAdded the flag to mark instructions which are really...
2002-12-12 Brian GaekeThis checkin is brought to you by the brian gaeke allni...
2002-12-12 Misha Brukman'graph' is spelled without a 'c'.
2002-12-12 Chris LattnerRemove #includes
2002-12-10 Vikram S. AdveExternal routines used to identify Cilk operations...
2002-12-10 Vikram S. AdveThis file implements the function DemoteRegToStack...
2002-12-10 Vikram S. AdveThis file implements a pass that automatically parallel...
2002-12-08 Vikram S. AdveIterator that enumerates the ProgramDependenceGraph...
2002-12-08 Vikram S. AdveAn explicit representation of dependence graphs, and...
2002-12-08 Chris LattnerNamespacify more
2002-12-08 Chris LattnerAdd support to count the number of dynamic instructions...
2002-12-07 Chris LattnerAdd total instruction, bb, & function counts
2002-12-07 Chris LattnerFix bug that was bugging bugpoint
2002-12-07 Chris LattnerRemove dead code
2002-12-06 Vikram S. AdveTwo bug fixes:
2002-12-06 Vikram S. AdveFix several related bugs in DSNode::mergeWith() caused...
2002-12-06 Brian GaekeImplement a lot of cast functionality (no FP or 64)
2002-12-05 Chris LattnerFix bug: 2002-12-05-MissedConstProp.ll pointed out...
2002-12-05 Vikram S. AdveCute bug fix: when moving links from N to this, some...
2002-12-05 Brian GaekeTarget/X86/Printer.cpp: Add sizePtr function, and use...
2002-12-04 Misha BrukmanAdded code generation for function prologues and epilogues.
2002-12-04 Misha BrukmanImplemented functions for emitting prologues and epilogues;
2002-12-04 Misha BrukmanAdded push and pop instructions.
2002-12-04 Chris LattnerFix handling of function calls that return void
2002-12-04 Chris LattnerImplement initial support for return values from call...
2002-12-04 Misha BrukmanFun arithmetic with iterators aimed at fixing a bug...
2002-12-04 Misha BrukmanAdjust the stack pointer after a function call, proport...
2002-12-04 Misha BrukmanAdded instructions to add/subtract imm32 to/from a...
2002-12-04 Chris LattnerFix bogus assertion failures
2002-12-04 Chris LattnerAvoid bad assertion
2002-12-04 Chris LattnerRemove think-o assertion
2002-12-04 Chris LattnerAvoid crashing on Arguments, just silently miscompile
2002-12-04 Misha BrukmanstoreReg2RegOffset() and loadRegOffset2Reg() now take...
2002-12-04 Misha BrukmanMoved buildReg2RegClassMap() into from X86RegisterInfo...
2002-12-04 Chris LattnerAdd a "Lazy Function Resolution in Jello" section
2002-12-04 Chris LattnerFix a bug I introduced in a previous change
2002-12-04 Chris LattnerAdd support for referencing global variables/functions
2002-12-04 Chris LattnerPrint out direct global references
next