summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-231-33/+0
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-6/+6
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-19/+12
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-14/+0
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+1
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-071-5/+4
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+6
* Remove TargetOptions.h dependency from ARMSubtarget.Evan Cheng2011-06-231-0/+4
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-191-12/+11
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-191-4/+1
* Tidy up.Jim Grosbach2011-04-061-2/+1
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-171-1/+0
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-2/+3
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-5/+5
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-051-0/+6
* tidy upChris Lattner2010-11-171-18/+11
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-3/+6
* Revert the accidental commit I made reverting the previous commit.Eric Christopher2010-11-111-6/+7
* Revert this temporarily.Eric Christopher2010-11-111-7/+6
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-5/+16
* I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim2010-09-301-0/+6
* Resolve this GCC warning:Nick Lewycky2010-09-281-1/+2
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-271-14/+39
* Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson2010-09-131-3/+0
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-111-0/+3
* Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...Evan Cheng2010-08-091-7/+1
* Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime...Evan Cheng2010-08-091-2/+7
* Hook in GlobalMerge passAnton Korobeynikov2010-07-241-1/+7
* Remove early IT block formation. It's not used.Evan Cheng2010-07-021-8/+0
* Add missing ARM and Thumb data layout info for vector types.Bob Wilson2010-06-251-4/+8
* Oops. IT block formation pass needs to be run at any optimization level.Evan Cheng2010-06-241-4/+3
* Move ARM if-conversion before post-ra scheduling.Evan Cheng2010-06-181-15/+2
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-181-2/+5
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-2/+11
* Typo.Evan Cheng2010-06-091-1/+1
* Thumb2 IT blocks are fairly expensive. When there are multiple selects usingEvan Cheng2010-06-091-0/+10
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-2/+4
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-071-7/+1
* Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it.Anton Korobeynikov2010-04-071-4/+6
* Some initial version of global mergerAnton Korobeynikov2010-04-071-1/+7
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-201-1/+1
* remove dead code.Chris Lattner2010-02-021-24/+0
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-021-25/+0
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-191-4/+0
* Factor the stack alignment calculations out into a target independent pass.Jim Grosbach2009-12-021-1/+1
* Detect need for autoalignment of the stack earlier to catch spills moreJim Grosbach2009-11-151-0/+4
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-4/+4
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-061-0/+4
* Pass StringRef by value.Daniel Dunbar2009-11-061-2/+1
* Move subtarget check upper for NEON reg-reg fixup pass.Anton Korobeynikov2009-11-031-1/+2
OpenPOWER on IntegriCloud