summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetMachine.h
Commit message (Expand)AuthorAge
* Remove extraneous includes from the target machines.Eric Christopher2014-06-26
* Move all of the ARM subtarget features down onto the subtargetEric Christopher2014-06-26
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-18
* Since the DataLayout is always found off of the subtarget go aheadEric Christopher2014-06-16
* Temporarily revert r210953 in an attempt to bring the ARM buildbotsEric Christopher2014-06-15
* Remove InstrItineraryData off of the TargetMachine - it's alreadyEric Christopher2014-06-13
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-13
* Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.Eric Christopher2014-06-13
* Move to a private function to initialize subtarget dependenciesEric Christopher2014-06-13
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-21
* Tidy up. 80 columns.Jim Grosbach2014-04-03
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-01
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Adding simple cast cost to ARMRenato Golin2013-01-29
* ARM: Copy-paste error.Jim Grosbach2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-11
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* 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
* 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
* 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 CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-07
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-03
* Hard to imagine there are still people using inferior compilers.Daniel Dunbar2010-09-27
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-27
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Hook in GlobalMerge passAnton Korobeynikov2010-07-24
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-07
* Some initial version of global mergerAnton Korobeynikov2010-04-07
* Remove a memory leak from ThumbTargetMachine.Jeffrey Yasskin2010-03-19
* remove dead code.Chris Lattner2010-02-02
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-02
* of -> orJim Grosbach2009-10-25