summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Recommit modified r167540.Amara Emerson2012-11-08
* Revert r167540 until regression tests are updated.Amara Emerson2012-11-07
* Improve ARM build attribute emission for architectures types.Amara Emerson2012-11-07
* Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-04
* This needs braces. Spotted by Bill.Eric Christopher2012-08-14
* Add support for the %H output modifier.Eric Christopher2012-08-13
* Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov2012-08-04
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Avoid depending on list orders and register numbering.Jakob Stoklund Olesen2012-05-30
* ARM: .end_data_region mismatch in Thumb2.Jim Grosbach2012-05-21
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-11
* Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>Bob Wilson2012-04-07
* Tidy up. 80 columns.Jim Grosbach2012-04-06
* Deduplicate ARM call-related instructions.Jakob Stoklund Olesen2012-04-06
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-26
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-17
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-05
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng2012-02-21
* Strip the pointer casts from the constants here.Bill Wendling2012-02-15
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-24
* ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHABI was also here.NAKAMURA Takumi2012-01-23
* Add fused multiple+add instructions from VFPv4.Anton Korobeynikov2012-01-22
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.Evgeniy Stepanov2012-01-19
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-12
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Align ARM constant pool islands via their basic block.Jakob Stoklund Olesen2011-12-06
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Use the ARMConstantPoolMBB class to handle the MBB values.Bill Wendling2011-10-01
* Use the new ARMConstantPoolSymbol class to handle external symbols.Bill Wendling2011-10-01
* Switch over to using ARMConstantPoolConstant for global variables, functions,Bill Wendling2011-10-01
* Create a machine basic block in the constant pool and retrieve the symbol for...Bill Wendling2011-09-29
* Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick2011-09-21
* Thumb unconditional branches are allowed in IT blocks, and therefore should h...Owen Anderson2011-09-09
* Tidy up. Formatting.Jim Grosbach2011-09-02
* Static relocation model Thumb jump table interworking.Jim Grosbach2011-08-31
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24