oota-llvm.git
2002-12-18 Chris Lattner* Fix several register aliasing bugs
2002-12-18 Chris LattnerPrint argc as well as argv
2002-12-18 Chris LattnerDon't force setCC instructions into AL
2002-12-18 Chris LattnerImplicit defs/uses list may be empty.
2002-12-18 Chris LattnerAdd comments, switch uses/defs to match InstrInfo.def...
2002-12-18 Chris LattnerAdd reg clobber list for direct calls
2002-12-17 Chris LattnerSimplify interface to remove virtual function references
2002-12-17 Chris LattnerUse new reginfo interface
2002-12-17 Chris LattnerUpdate to use new interface for register info
2002-12-17 Chris LattnerNew file
2002-12-17 Chris LattnerAdd prolog/epilog spills/reloads to counters
2002-12-17 Chris LattnerRound number of bytes allocated on the stack up to...
2002-12-17 Chris LattnerLocal register allocator is now stable enough for use...
2002-12-17 Chris LattnerFix many bugs, regallocator now saves callee-save regis...
2002-12-17 Chris LattnerRegister allocator is responsible for spilling callee...
2002-12-17 Chris LattnerMake testcase return 0 on success
2002-12-16 Chris LattnerBuild add instructions of the correct form!
2002-12-16 Chris LattnerAdd dummy implementation of __main
2002-12-16 Chris LattnerTwo fixes:
2002-12-16 Chris LattnerFix prolog/epilog in the presence of alloca
2002-12-16 Chris LattnerMake sure stack manipulation refers to ESP the right...
2002-12-16 Chris LattnerNew testcase for printing out arguments
2002-12-16 Chris LattnerAdd some special cases to make common getelementptr...
2002-12-16 Chris LattnerFinish implementation of alias list impl
2002-12-16 Chris Lattner* Fix a gross X86 hack that was intended to avoid alloc...
2002-12-16 Chris LattnerKeep the stack frame aligned.
2002-12-16 Chris LattnerAdd support for register alias set description
2002-12-16 Chris LattnerAdd mechanism to select register allocator to use
2002-12-16 Chris LattnerInitial checkin of "local" register allocator. Bugs...
2002-12-16 Chris LattnerTry #2 to get alias set stuff to work
2002-12-16 Chris LattnerAdd comments
2002-12-16 Chris LattnerAdd info about register aliases, add prototype for...
2002-12-16 Chris LattnerAdd info about register file aliasing
2002-12-16 Chris LattnerAdd information about register file aliasing
2002-12-16 Chris LattnerAdd call clobber info
2002-12-16 Chris LattnerRename createSimpleX86RegisterAllocator to createSimple...
2002-12-16 Chris LattnerRename createSimpleX86RegisterAllocator to createSimple...
2002-12-16 Brian Gaekebrg
2002-12-16 Vikram S. AdveUse -Wl,-x instead of -s: it is more portable, and...
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 LattnerExport well known instruction opcodes usable by target...
2002-12-15 Chris LattnerAdd new opIsUse method
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 LattnerAdd new testcase for repeated preds
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 LattnerSimplify TargetRegisterClass a bit, also eliminating...
2002-12-15 Chris Lattner* Remove some unneccesary instance variables
2002-12-15 Chris Lattner* Simplify TargetRegisterClass implementations
2002-12-15 Chris Lattner* Rename const_regclass_begin/end to just regclass_begi...
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 LattnerNew testcase for structure argument problems.
2002-12-15 Chris LattnerNew test to make sure I'm getting constness right
2002-12-15 Chris LattnerNew testcase, courtesy of Brian Gaeke
2002-12-15 Chris LattnerFix bug: Assembler/2002-12-15-GlobalResolve.ll
2002-12-15 Chris LattnerAllow folding together two globals through type resolution
2002-12-15 Chris Lattnerplanes is not spelled with an O
2002-12-15 Chris LattnerTestcase identified by Brian Gaeke that breaks the...
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 LattnerAdd capability to have a MachineBasicBlock as an operan...
2002-12-15 Chris LattnerNew testcase for bool support
2002-12-15 Chris LattnerFix a huge performance problem in reassociate by introd...
2002-12-15 Chris LattnerMinor changes:
2002-12-14 Chris LattnerMake stuff compiled with gccld not dump into the debugg...
2002-12-13 Chris LattnerPass command line arguments to main
2002-12-13 Chris LattnerAdd statistic
2002-12-13 Chris LattnerTest indirect call
2002-12-13 Chris LattnerImplement indirect function calls
2002-12-13 Misha BrukmanMake function code generation printing debug-only.
2002-12-13 Misha BrukmanMade status output debug-only (for testing diffs agains...
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 Chris LattnerNew testcase
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 LattnerReturn success on success
next