aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-2/+2
* 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-18/+46
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+5
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-141-2/+8
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-5/+9
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-23/+20
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-171-1/+2
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-101-4/+11
* Use ExecutionDepsFix instead of NEONMoveFix.Jakob Stoklund Olesen2011-09-291-1/+1
* Move to ISelLowering.Bill Wendling2011-09-291-2/+0
* Ahem...actually *add* the ARMSjLjLowering pass to the pass manager.Bill Wendling2011-09-281-1/+1
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-271-1/+3
* Hide -global-merge option.Evan Cheng2011-08-251-1/+1
* Add a command line option to disable global merge pass.Evan Cheng2011-08-251-1/+6
* Remove a out-of-place comment.Evan Cheng2011-08-251-1/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* 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