oota-llvm.git
2002-12-25 Chris LattnerAdd support for FP prefixes
2002-12-25 Chris LattnerAdd printer support for Pseudo instructions
2002-12-25 Chris LattnerInitial support for FP registers
2002-12-25 Chris LattnerNew simpler spill interface
2002-12-25 Chris LattnerAdjustments to match new simpler spill interface
2002-12-25 Chris LattnerFree machine code
2002-12-25 Chris LattnerAdjust to simpler spill interface
2002-12-25 Chris LattnerAdjustments to work with the simpler spill interface
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h by MachineFunction.h
2002-12-25 Chris LattnerSimplify spill interface methods
2002-12-25 Chris LattnerAdd comment
2002-12-25 Chris LattnerAdd abstract frame index capability
2002-12-25 Chris LattnerRemove default ctor
2002-12-25 Chris Lattner*** empty log message ***
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h
2002-12-24 Chris LattnerFix compilation on GCC 3.2
2002-12-24 Chris LattnerDon't try to buidl jello
2002-12-24 Chris LattnerFixes to compile with GCC 3.2
2002-12-24 Chris LattnerJello is now part of LLI
2002-12-24 Chris LattnerSubstantial fixes to live range handling, fixing severa...
2002-12-24 Chris LattnerChanges to allow for a configurable target machine...
2002-12-24 Chris LattnerChanges to compile with GCC 2.96
2002-12-24 Chris LattnerSparc is not little endian
2002-12-24 Chris LattnerAllow the target machines to specify endianness and...
2002-12-24 Chris LattnerInitial checkin
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-12-23 Chris LattnerX86 target machine is now parameterizable
2002-12-23 Chris LattnerTestcases for bugfixes
2002-12-23 Chris LattnerJello is now part of LLI
2002-12-23 Chris LattnerNew testcase
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-12-23 Chris LattnerImplement the start of the miscompilation detection...
2002-12-23 Chris LattnerRemove temp files
2002-12-23 Chris LattnerJello is going away
2002-12-23 Chris LattnerFix compilation on gcc 2.96
2002-12-23 Chris LattnerAdd definition for the bswap instruction
2002-12-23 Chris LattnerAdd support for the bswap instruction
2002-12-23 Chris LattnerFix compilation on GCC 2.96
2002-12-22 Brian Gaekebrg
2002-12-20 Chris LattnerAdd support for isnan
2002-12-20 Chris LattnerAdd stats output
2002-12-20 Chris LattnerFix warning
2002-12-20 Chris LattnerCBW doesn't modify AL
2002-12-20 Chris Lattnerfix warning
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
next