summaryrefslogtreecommitdiff
path: root/lib/Target/ARM
Commit message (Expand)AuthorAge
* Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov2014-01-10
* ARM: fix regression caused by r198914Saleem Abdulrasool2014-01-10
* ARM IAS: support #:{lower,upper}16: for GNU compatibilitySaleem Abdulrasool2014-01-10
* ARM IAS: support GNU extension for ldrd, strdSaleem Abdulrasool2014-01-10
* ARM IAS: support implicit immediate 0s for {LD,ST}R{B,}TSaleem Abdulrasool2014-01-10
* Fix a bug with the ARM thumb2 CBNZ and CBNZ instructions thatKevin Enderby2014-01-10
* Clean up an inconsistency in v7s feature default.Evan Cheng2014-01-09
* 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