summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
Commit message (Expand)AuthorAge
* Merging r197574:Tom Stellard2014-04-08
* Merging r197572:Tom Stellard2014-04-08
* Merging r196987:Tom Stellard2014-04-08
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Add a PPCCTRLoops verification passHal Finkel2013-05-20
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-09
* Generate PPC early conditional returnsHal Finkel2013-04-08
* Enable early if conversion on PPCHal Finkel2013-04-05
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-25
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-02
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* Enable tail merging on PPC.Hal Finkel2012-06-09
* Enable PPC CTR loop formation by default.Hal Finkel2012-06-08
* Disable the PPC CTR-Loops pass by default.Hal Finkel2012-06-08
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-08
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-01
* The binutils for the IBM BG/P are too old to support CFI.Hal Finkel2012-04-02
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick2012-02-08
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-03
* whitespaceAndrew Trick2012-02-03
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-19
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Wire up primitive support in the assembler backend for writing .o filesChris Lattner2010-11-15
* Implement a basic MCCodeEmitter for PPC. This doesn't handleChris Lattner2010-11-15
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-20