aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick2012-02-081-6/+7
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-041-6/+4
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-031-7/+31
* whitespaceAndrew Trick2012-02-031-6/+6
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+3
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-4/+7
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-10/+10
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-26/+0
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-8/+9
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-29/+13
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-13/+0
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+1
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+6
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-191-6/+4
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-1/+2
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+1
* Wire up primitive support in the assembler backend for writing .o filesChris Lattner2010-11-151-0/+24
* Implement a basic MCCodeEmitter for PPC. This doesn't handleChris Lattner2010-11-151-0/+4
* 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