aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-80/+0
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-8/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-6/+6
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-281-5/+0
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-0/+7
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-7/+0
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-0/+7
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-041-2/+1
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-031-2/+2
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-0/+1
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-3/+4
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-1/+2
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-2/+2
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-1/+1
* Add scheduling information for the MBlaze backend.Wesley Peck2011-04-111-1/+6
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-10/+10
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-091-5/+2
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-1/+2
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-211-0/+7
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-211-7/+0
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-211-0/+7
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-0/+5
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-2/+2
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+69