summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAge
* 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
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-17
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-10
* Use ExecutionDepsFix instead of NEONMoveFix.Jakob Stoklund Olesen2011-09-29
* Move to ISelLowering.Bill Wendling2011-09-29
* Ahem...actually *add* the ARMSjLjLowering pass to the pass manager.Bill Wendling2011-09-28
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-27
* Hide -global-merge option.Evan Cheng2011-08-25
* Add a command line option to disable global merge pass.Evan Cheng2011-08-25
* Remove a out-of-place comment.Evan Cheng2011-08-25
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23
* - 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
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* 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
* Remove TargetOptions.h dependency from ARMSubtarget.Evan Cheng2011-06-23
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-19
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-19
* Tidy up.Jim Grosbach2011-04-06
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-17
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-05
* tidy upChris Lattner2010-11-17
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Revert the accidental commit I made reverting the previous commit.Eric Christopher2010-11-11
* Revert this temporarily.Eric Christopher2010-11-11
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-03
* I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim2010-09-30
* Resolve this GCC warning:Nick Lewycky2010-09-28
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-27
* Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson2010-09-13
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-11
* Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...Evan Cheng2010-08-09
* Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime...Evan Cheng2010-08-09
* Hook in GlobalMerge passAnton Korobeynikov2010-07-24
* Remove early IT block formation. It's not used.Evan Cheng2010-07-02
* Add missing ARM and Thumb data layout info for vector types.Bob Wilson2010-06-25
* Oops. IT block formation pass needs to be run at any optimization level.Evan Cheng2010-06-24
* Move ARM if-conversion before post-ra scheduling.Evan Cheng2010-06-18
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-18
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-16
* Typo.Evan Cheng2010-06-09
* Thumb2 IT blocks are fairly expensive. When there are multiple selects usingEvan Cheng2010-06-09
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-07