summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-20/+20
* Only print out machine instructions before modulo scheduling if we are actual...Tanya Lattner2005-02-241-1/+1
* Allow modsched and local scheduling to both be run.Tanya Lattner2005-02-101-4/+3
* Chris is a pain ;) Removing reassociate.Tanya Lattner2004-12-161-6/+0
* Removing commented out lines.Tanya Lattner2004-12-161-8/+3
* Removed LICM and GCSE.Tanya Lattner2004-12-161-3/+3
* Use the target triple to pick this target.Chris Lattner2004-12-121-1/+6
* The stripping pass as we know it is about to disappearChris Lattner2004-12-021-9/+1
* Made modsched hidden and changed so it matches the style of other options.Tanya Lattner2004-11-191-2/+2
* Fixed to fit in 80 columns.Tanya Lattner2004-11-181-1/+2
* Adding option to llc for ModuloScheduling. By default it is turned off.Tanya Lattner2004-11-181-2/+13
* Make EmitMappingInfo into an "external location" option, so that it can be setBrian Gaeke2004-09-301-1/+7
* Change the #ifdefs to allow compilation with a V8 compiler, but the JIT stillMisha Brukman2004-09-291-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Convert to the new MachineFunctionInfo interfaceChris Lattner2004-08-181-1/+1
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-161-2/+2
* Include SparcV9BurgISel.h, to pick up the definition ofBrian Gaeke2004-08-041-3/+3
* Delete the allocate*TargetMachine function, which is now dead .Chris Lattner2004-07-111-9/+1
* Make these format a bit nicerChris Lattner2004-07-111-1/+1
* Auto-registrate targetChris Lattner2004-07-111-5/+29
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-201-1/+1
* Make -print-machineinstrs even stronger. You get to see the final code afterBrian Gaeke2004-06-141-0/+11
* Add new mapping info pass, when EmitMappingInfo is on.Brian Gaeke2004-06-031-2/+4
* Make debugging output with -print-machineinstrs more useful: always print outBrian Gaeke2004-05-281-0/+5
* Add support for accurate garbage collection to the LLVM code generatorsChris Lattner2004-05-231-0/+6
* Fix file header comments and include guards -- many files have been moved orBrian Gaeke2004-04-251-1/+1
* We don't need to insert TargetData into the PassManager here.Brian Gaeke2004-04-121-5/+0
* Only strip symbols if emitting bytecode to the assembly file.Brian Gaeke2004-04-021-29/+33
* Add the select lowering pass to get initial support for select instructionsChris Lattner2004-03-301-0/+4
* Make -print-machineinstrs show us the code both before and after reg. alloc.Brian Gaeke2004-03-121-1/+4
* make -print-machineinstrs work for both SparcV9 and X86Brian Gaeke2004-03-041-0/+4
* Add this back, as its absence introduces assertions, and it seems to work nowChris Lattner2004-03-011-4/+1
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-011-1/+0
* Turn off the SparcV9MachineCodeDestructionPass for now, because it's buggyBrian Gaeke2004-02-271-1/+6
* Correct DestroyMachineFunction's getPassNameBrian Gaeke2004-02-271-1/+1
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-0/+238
OpenPOWER on IntegriCloud