oota-llvm.git
2002-12-28 Chris LattnerContents merged with X86RegisterInfo.cpp
2002-12-28 Chris Lattner* Remove implementations of previously pure virtual...
2002-12-28 Chris Lattner* Minor reformatting
2002-12-28 Chris LattnerNew addFrameReference function
2002-12-28 Chris Lattner* Most pass ctor functions don't take TM arguments...
2002-12-28 Chris Lattner* Convert to a MachineFunctionPass
2002-12-28 Chris Lattner* Convert to a MachineFunctionPass
2002-12-28 Chris Lattner* Use the new Abstract Frame Manager to handle incoming...
2002-12-28 Chris Lattner* Rename machineFrameInfo to targetFrameInfo
2002-12-28 Chris Lattner* Rename MachineFrameInfo to TargetFrameInfo
2002-12-28 Chris Lattner* TargetData is no longer directly accessable from TM
2002-12-28 Chris Lattner* TargetData is no longer directly accessable from...
2002-12-28 Chris Lattner* Frame & const pool info is no longer directly in...
2002-12-28 Chris Lattner* Changes to be a MachineFunctionPass
2002-12-28 Chris Lattner* Don't access TargetData directly
2002-12-28 Chris Lattner* doxygenize comment
2002-12-28 Chris LattnerSparc specific methods default to abort rather than...
2002-12-28 Chris LattnerExpose some very simple information about the frame...
2002-12-28 Chris Lattner* Keep track of register alignment as well as register...
2002-12-28 Chris LattnerDescriptor object used to manage abstract frame references
2002-12-28 Chris LattnerState for frame and constant pool information pulled...
2002-12-28 Chris Lattner* Frame indices are signed
2002-12-28 Chris Lattner* Pull a bunch of frame and constant pool state out...
2002-12-28 Chris LattnerInitial check in of MachineFunctionPass.h
2002-12-28 Chris LattnerAdd capability to turn on the -no-fp-elim option
2002-12-28 Chris LattnerAdd another simple call
2002-12-28 Chris LattnerTest argument passing
2002-12-28 Chris LattnerAdd a variable sized alloca to test
2002-12-28 Chris LattnerAdd diagnostic output
2002-12-28 Chris LattnerEliminate direct access to TargetData structure
2002-12-25 Chris LattnerInitial fp test
2002-12-25 Chris Lattner* Simplify Value classes
2002-12-25 Chris Lattner* Use new pseudo instr form for instructions
2002-12-25 Chris LattnerAdd FP instr prefix byte support
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...
next