aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-04-26The promotion rules are the same for all targets, they are set by the C stand...Chris Lattner
2002-12-29Rename MachineOptInfo to TargetoptInfoChris Lattner
2002-10-29Implement findOptimalStorageSize a bit more generallyChris Lattner
2002-10-28Seperate code out of TargetMachine into MachineInstrInfoChris Lattner
2002-10-28Move addPassesToEmitAssembly from TargetMachine to UltraSparc because itChris Lattner
2002-10-28Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman
2002-10-13Run LICM before GCSE!Vikram S. Adve
2002-09-23Disable reassociation pass in LLC until it is fixed.Vikram S. Adve
2002-09-21Changed codegen to add 2 empty slots at the top of stack using StackSlots passAnand Shukla
2002-09-20Add peephole optimization pass at the end of code generation.Vikram S. Adve
2002-09-16Move all the code that creates code generation passes from Sparc.cpp toVikram S. Adve
2001-11-09Added class MachineCacheInfo.Vikram S. Adve
2001-11-08Add handle to TargetMachine object in all Machine...Info classes.Vikram S. Adve
2001-09-18Renamed files to match the main classes they provide.Vikram S. Adve
2001-09-14Add a commentChris Lattner
2001-09-14Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cppChris Lattner
2001-09-14Split Target/Machine.h into three files:Chris Lattner
2001-09-14Make a new llvm/Target #include directory.Chris Lattner