aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+1
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+1
* Add a PPCCTRLoops verification passHal Finkel2013-05-201-0/+6
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-151-3/+3
* Remove the MachineMove class.Rafael Espindola2013-05-131-0/+1
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-091-0/+8
* Generate PPC early conditional returnsHal Finkel2013-04-081-0/+2
* Enable early if conversion on PPCHal Finkel2013-04-051-0/+14
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-251-0/+9
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-2/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+1
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-1/+2
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-2/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-1/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-021-6/+0
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-3/+3
* Enable tail merging on PPC.Hal Finkel2012-06-091-7/+1
* Enable PPC CTR loop formation by default.Hal Finkel2012-06-081-5/+3
* Disable the PPC CTR-Loops pass by default.Hal Finkel2012-06-081-4/+5
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-081-0/+14
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-011-2/+2
* The binutils for the IBM BG/P are too old to support CFI.Hal Finkel2012-04-021-0/+4
* 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