Add support for reading and writing pointersize/endianness to and from bytecode
[oota-llvm.git] / lib / Target /
2003-04-22 Misha BrukmanIt's "necessary" to spell "necessarily" correctly.
2003-04-21 Chris LattnerAdd support for a simple constantexpr: cast of one...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-04-10 Misha BrukmanFixed compilation errors, command-line argument declara...
2003-04-09 Misha BrukmanMade the code readable:
2003-04-06 Guochun Shichange the include file names and some class names...
2003-03-27 Guochun Shi*** empty log message ***
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-02-25 Chris LattnerRemove wierd case that can never happen
2003-02-12 Joel StanleyFixed alloca declaration problem on sun.
2003-01-16 Chris LattnerDon't emit unneccesary branch instructions!
2003-01-16 Chris LattnerFix problem with invalidated iterator
2003-01-16 Chris LattnerImplement optimization folding setcc into branch.
2003-01-16 Chris LattnerAdd more flavors of branch instructions
2003-01-16 Chris LattnerImplement code to keep the stack pointer aligned to...
2003-01-15 Chris LattnerHandle frame offset due to return address pushed on...
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerFix warnings
2003-01-15 Chris LattnerAdjust to simpler interfaces
2003-01-15 Chris LattnerAdjust to new interfaces
2003-01-15 Chris LattnerMove headers around
2003-01-15 Chris LattnerHeader is moved into local directory
2003-01-15 Chris LattnerFix bug in previous checkin
2003-01-15 Chris LattnerAdd new method
2003-01-15 Chris Lattner#include RegClass.h explicitly
2003-01-15 Chris LattnerRemvoe dependency on RegClass.h
2003-01-15 Chris LattnerMove private header to private directory
2003-01-15 Chris LattnerPrune #includes
2003-01-15 Chris LattnerMinor changes
2003-01-15 Chris LattnerUse BuildMI more
2003-01-15 Chris LattnerRemove dead code
2003-01-15 Chris LattnerFix bug found by regtests
2003-01-15 Chris LattnerUse buildmi not MI ctor directly
2003-01-15 Chris LattnerUse BuildMI more, Create*Instruction less
2003-01-15 Chris LattnerX86 backend should never use addMReg
2003-01-15 Chris Lattner* Elimiante a bunch of functions from InstrSelectionSup...
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-14 Chris LattnerMove annotations to support library
2003-01-14 Chris LattnerMove annotation to support library
2003-01-14 Chris LattnerMinor cleanups
2003-01-13 Chris LattnerNew files
2003-01-13 Chris Lattner* No longer need lowerallocation pass
2003-01-13 Chris Lattnerrename FP -> fp*
2003-01-13 Chris Lattner* Move frame and constant pool indexes to first argumen...
2003-01-13 Chris Lattner* Some instructions take 64 bit integers, add an Arg...
2003-01-13 Chris Lattner* Function calls clobber fp registers
2003-01-13 Chris LattnerAdd support for frame and constant pool references
2003-01-13 Chris LattnerMove passes out to Passes.h
2003-01-13 Chris LattnerAdd speculation
2003-01-13 Chris Lattner* Implement rudimentary output of the constant pool
2003-01-13 Chris Lattner* Add support for FP registers ST*
2003-01-13 Chris Lattner* Adjust to use new interfaces, eliminating CurReg...
2003-01-13 Chris LattnerStart renaming MachineInstrInfo -> TargetInstrInfo
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris LattnerRename MachineFrameInfo to TargetFrameInfo.h
2002-12-28 Chris LattnerPut class in anonymous namespace
2002-12-28 Chris LattnerFrame info moved out of MachineFunction into a seperate...
2002-12-28 Chris LattnerEliminate unneccesary file
2002-12-28 Chris LattnerCapture more information in ctor
2002-12-28 Chris LattnerImplement the TargetFrameInfo interface
2002-12-28 Chris Lattner* Initialize new FrameInfo member
2002-12-28 Chris LattnerChanges to match new MRegisterInfo api
2002-12-28 Chris Lattner*** Implement frame pointer elimination on X86!
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 LattnerState for frame and constant pool information pulled...
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-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-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-20 Chris LattnerFix warning
next