aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-3/+4
* Factor out asmprinter out of ppcAnton Korobeynikov2008-08-171-5/+19
* Add a flag to disable jump table generation (allDale Johannesen2008-07-311-0/+4
* Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour.Anton Korobeynikov2008-07-191-2/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-7/+5
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-111-5/+5
* Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov2008-02-201-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Remove meaningless qualifiers from return types, avoiding compiler warnings.Dan Gohman2007-11-191-1/+1
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-201-2/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+166