aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-1/+1
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-1/+1
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
* fix the sparc codegen to not depend on the sparc asmprinter.Chris Lattner2009-06-191-9/+7
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-3/+4
* Second attempt:Bill Wendling2009-04-291-5/+8
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-8/+5
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-5/+8
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-2/+2
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-1/+1
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+8
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-1/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+1
* Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov2008-08-071-1/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+2
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-111-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-031-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+83