aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+12
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-25/+11
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-88/+31
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+8
* Update to LLVM 3.5a.Stephen Hines2014-04-241-22/+69
* Adding simple cast cost to ARMRenato Golin2013-01-291-0/+4
* ARM: Copy-paste error.Jim Grosbach2013-01-071-1/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-17/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-111-2/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-7/+7
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-281-9/+0
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-1/+17
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-17/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-1/+17
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-041-1/+1
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-031-5/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-0/+3
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-10/+12
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-3/+6
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-7/+6
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-071-2/+1
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+4
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-9/+11
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-7/+13
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-9/+10
* Hard to imagine there are still people using inferior compilers.Daniel Dunbar2010-09-271-1/+1
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-271-2/+11
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-101-2/+2
* Hook in GlobalMerge passAnton Korobeynikov2010-07-241-0/+1
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-0/+11
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-4/+4
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-071-1/+0
* Some initial version of global mergerAnton Korobeynikov2010-04-071-0/+1
* Remove a memory leak from ThumbTargetMachine.Jeffrey Yasskin2010-03-191-2/+6
* remove dead code.Chris Lattner2010-02-021-4/+0
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-021-9/+0
* of -> orJim Grosbach2009-10-251-1/+1
* Add a option which would move ld/st multiple pass before post-alloc scheduling.Evan Cheng2009-09-301-0/+1
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-2/+0
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-021-12/+6
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-151-3/+0
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-151-6/+3
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-151-12/+0
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-7/+5
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-5/+7
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-151-3/+0