aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-1/+1
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-1/+2
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-201-1/+1
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-29/+0
* remove dead code.Chris Lattner2010-02-021-54/+0
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-021-24/+0
* remove PPCMachOWriterInfo.Chris Lattner2010-02-021-1/+1
* Even more explanation.Bill Wendling2010-01-191-0/+12
* - Add getLSDAEncoding to the PowerPC backend.Bill Wendling2010-01-181-1/+16
* Pass StringRef by value.Daniel Dunbar2009-11-061-2/+1
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-221-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-6/+6
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-131-2/+3
* fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner2009-08-131-3/+2
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-5/+13
* second half of commit.Chris Lattner2009-08-111-2/+2
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-4/+3
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-021-7/+6
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-1/+1
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-10/+6
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-2/+0
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-161-8/+0
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-151-11/+0
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-151-21/+3
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-151-7/+4
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-60/+15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-15/+60
* Replace large swaths of copy-n-paste code with obvious helper function...Daniel Dunbar2009-07-151-30/+12
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-151-51/+0
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-151-7/+10
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-2/+5
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-8/+8
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-0/+48
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-5/+5
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
* Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron GrayBruno Cardoso Lopes2009-06-011-2/+4
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-0/+47
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-6/+9
* Second attempt:Bill Wendling2009-04-291-9/+11
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-11/+9
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-9/+11
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-4/+4
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-3/+3
* 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