summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+9
* Trivial cleanups.Rafael Espindola2016-05-181-1/+1
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-161-1/+1
* Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini2015-07-091-2/+3
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-2/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-2/+3
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-2/+3
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-2/+3
* [PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth2015-01-311-4/+0
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-0/+1
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-4/+3
* This reverts commit r224043 and r224042.Rafael Espindola2014-12-111-3/+4
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-4/+3
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+2
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+2
* Erase fence insertion from SelectionDAGBuilder.cpp (NFC)Robin Morisset2014-10-161-0/+7
* Move the subtarget dependent features from XCoreTargetMachineEric Christopher2014-07-021-7/+2
* Make XCoreSelectionDAGInfo take a DataLayout since it only needsEric Christopher2014-07-021-1/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-3/+3
* XCore target: Lower FRAME_TO_ARGS_OFFSETRobert Lytton2014-01-061-0/+6
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+1
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-161-1/+1
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-161-1/+1
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-131-2/+1
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-121-1/+1
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-181-0/+8
* Remove the MachineMove class.Rafael Espindola2013-05-131-0/+1
* [XCore] Move lowering of thread local storage to a separate pass.Richard Osborne2013-05-041-0/+6
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* 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/+1
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-1/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-1/+1
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-011-1/+1
* 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-2/+24
* Pass optLevel to XCoreDAGToDAGISel.Richard Osborne2011-12-151-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+2
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-4/+4
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-3/+3
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-4/+4
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-2/+0
OpenPOWER on IntegriCloud