aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-231-11/+3
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-221-6/+28
* Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman2005-08-181-5/+0
* First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman2005-07-061-0/+6
* capitalizeChris Lattner2005-05-131-1/+1
* Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner2005-04-301-0/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Make pattern isel default for ppcNate Begeman2005-04-151-3/+8
* Add a new target-independent code generator flag.Chris Lattner2005-01-151-0/+6
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Implement new constructor.Misha Brukman2004-08-101-0/+7
* * Add BoolAlignment to TargetData, default is 1 byte, size 1 byteMisha Brukman2004-07-231-2/+3
* Direct declaration of namespace-ified globals does not work, must encloseMisha Brukman2004-06-211-3/+4
* Specify variables' namespace directly instead of using an enclosing namespace.Misha Brukman2004-06-211-4/+2
* Move implemented interface header up to the top.Misha Brukman2004-06-211-1/+1
* Spell out `NoFramePointerElim' for readability.Misha Brukman2004-06-211-2/+3
* Implement `NoFPElim' in a target-agnostic fashion so it can be shared.Misha Brukman2004-06-211-1/+8
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-201-1/+1
* Method has been inlined into all callersChris Lattner2004-06-021-7/+0
* make -print-machineinstrs work for both SparcV9 and X86Brian Gaeke2004-03-041-0/+14
* Add a new constructorChris Lattner2004-03-031-0/+5
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-011-19/+0
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-281-17/+25
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* The promotion rules are the same for all targets, they are set by the C stand...Chris Lattner2003-04-261-9/+3
* Rename MachineOptInfo to TargetoptInfoChris Lattner2002-12-291-4/+4
* Implement findOptimalStorageSize a bit more generallyChris Lattner2002-10-291-15/+7
* Seperate code out of TargetMachine into MachineInstrInfoChris Lattner2002-10-281-62/+3
* Move addPassesToEmitAssembly from TargetMachine to UltraSparc because itChris Lattner2002-10-281-122/+0
* Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman2002-10-281-3/+3
* Run LICM before GCSE!Vikram S. Adve2002-10-131-1/+1
* Disable reassociation pass in LLC until it is fixed.Vikram S. Adve2002-09-231-1/+1
* Changed codegen to add 2 empty slots at the top of stack using StackSlots passAnand Shukla2002-09-211-0/+5
* Add peephole optimization pass at the end of code generation.Vikram S. Adve2002-09-201-5/+7
* Move all the code that creates code generation passes from Sparc.cpp toVikram S. Adve2002-09-161-0/+119
* Added class MachineCacheInfo.Vikram S. Adve2001-11-091-1/+27
* Add handle to TargetMachine object in all Machine...Info classes.Vikram S. Adve2001-11-081-2/+4
* Renamed files to match the main classes they provide.Vikram S. Adve2001-09-181-19/+25
* Add a commentChris Lattner2001-09-141-0/+1
* Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cppChris Lattner2001-09-141-212/+10
* Split Target/Machine.h into three files:Chris Lattner2001-09-141-0/+1
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-0/+279