summaryrefslogtreecommitdiff
path: root/lib/Target/ARM
Commit message (Expand)AuthorAge
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* ARM IAS: properly handle expression operandsSaleem Abdulrasool2014-01-08
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Add ARM fconsts/fconstd aliases for vmov.f32/vmov.f64David Peixotto2014-01-07
* [arm] Fix an incorrect comment in ARMUnwindOpAsm.h.Logan Chien2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* ARM IAS: allow more depth in contextual diagnosticsSaleem Abdulrasool2014-01-07
* ARM IAS: refactor unwind contextSaleem Abdulrasool2014-01-07
* ARM Streamer: print out tag namesSaleem Abdulrasool2014-01-07
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-07
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-07
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* ARM: keep special non-AEABIness of "-darwin-eabi" triples for nowTim Northover2014-01-06
* Remove unnecessary #includes.Bill Wendling2014-01-06
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-06
* ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool2014-01-06
* ARM: style changes to LDRD, STRD definitionSaleem Abdulrasool2014-01-05
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-05
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* [arm] Add softvfp to supported FPU names.Logan Chien2014-01-02
* Make the ARM ABI selectable via SubtargetFeature.Rafael Espindola2014-01-02
* ARM IAS: account for predicated pre-UAL mnemonicsSaleem Abdulrasool2013-12-30
* Keep comment with 'Subtarget' ivar.Bill Wendling2013-12-30
* ARM IAS: fix after r198172Saleem Abdulrasool2013-12-29
* ARM: provide VFP aliases for pre-V6 mnemonicsSaleem Abdulrasool2013-12-29
* ARM: fix a few typos in commentsSaleem Abdulrasool2013-12-29
* ARM: fix typo in VFP instruction definitionSaleem Abdulrasool2013-12-29
* Store the global variable that's created so that it's reclaimed afterwards.Bill Wendling2013-12-29
* ARM IAS: handle errors more appropriatelySaleem Abdulrasool2013-12-28
* New machine model for cortex-a9. Schedule for resources and latency.Andrew Trick2013-12-28
* The Cortex-A9 machine model is incomplete. Mark it as such.Andrew Trick2013-12-28
* ARMAsmParser: fix typo in commentSaleem Abdulrasool2013-12-28
* Recognize armv7a and friends as aliases for armv7-a etc. for the purposeJoerg Sonnenberger2013-12-26
* ARM IAS: support .even directiveSaleem Abdulrasool2013-12-26
* Debug info: On ARM ensure that the data sections come before theAdrian Prantl2013-12-23
* ARM: bkpt has an implicit immediate constant 0Saleem Abdulrasool2013-12-23
* ARM AnalyzeBranch should ignore DEBUG_VALUES while analyzing terminators.Lang Hames2013-12-20
* ARM IAS: add support for the .pool directiveSaleem Abdulrasool2013-12-20
* Ensure deterministic when printing ARM assembler constant poolsDavid Peixotto2013-12-19
* Implement the .ltorg directive for ARM assemblyDavid Peixotto2013-12-19
* Implement the ldr-pseudo opcode for ARM assemblyDavid Peixotto2013-12-19
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* Synchronize the NaCl DataLayout strings with the ones in clang.Rafael Espindola2013-12-19
* [aarch32] fix bug 18268: Incorrect condition of vselWeiming Zhao2013-12-18
* Correctly handle the degenerated triple "thumb".Rafael Espindola2013-12-18
* [arm] Rename Tag_VFP_arch to Tag_FP_arch.Logan Chien2013-12-18
* ARM: update comment to match realityTim Northover2013-12-18
* ARM: set default float ABI based on triple.Tim Northover2013-12-18
* On APCS, only try to align aggregates to 32 bits instead of 64.Rafael Espindola2013-12-17