| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -9/+9 |
* | Decouple MCInstBuilder from the streamer per Eli's request. | Benjamin Kramer | 2012-11-26 | 1 | -114/+78 |
* | Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac... | Benjamin Kramer | 2012-11-26 | 1 | -376/+298 |
* | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko | 2012-11-15 | 1 | -1/+1 |
* | Disable the Thumb no-return call optimization: | Evan Cheng | 2012-11-10 | 1 | -25/+0 |
* | Recommit modified r167540. | Amara Emerson | 2012-11-08 | 1 | -4/+19 |
* | Revert r167540 until regression tests are updated. | Amara Emerson | 2012-11-07 | 1 | -21/+4 |
* | Improve ARM build attribute emission for architectures types. | Amara Emerson | 2012-11-07 | 1 | -4/+21 |
* | Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th... | Craig Topper | 2012-10-09 | 1 | -20/+0 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -3/+3 |
* | ARM: locate user-defined text sections next to default text. | Jim Grosbach | 2012-10-04 | 1 | -4/+20 |
* | This needs braces. Spotted by Bill. | Eric Christopher | 2012-08-14 | 1 | -1/+2 |
* | Add support for the %H output modifier. | Eric Christopher | 2012-08-13 | 1 | -2/+15 |
* | Skip impdef regs during eabi save/restore list emission to workaround PR11902 | Anton Korobeynikov | 2012-08-04 | 1 | -2/+8 |
* | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling | 2012-06-28 | 1 | -1/+1 |
* | There are a number of generic inline asm operand modifiers that | Jack Carter | 2012-06-26 | 1 | -1/+3 |
* | Avoid depending on list orders and register numbering. | Jakob Stoklund Olesen | 2012-05-30 | 1 | -6/+9 |
* | ARM: .end_data_region mismatch in Thumb2. | Jim Grosbach | 2012-05-21 | 1 | -2/+5 |
* | Refactor data-in-code annotations. | Jim Grosbach | 2012-05-18 | 1 | -21/+34 |
* | Clean up ARM fused multiply + add/sub support some more: rename some isel | Evan Cheng | 2012-04-11 | 1 | -1/+1 |
* | Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543> | Bob Wilson | 2012-04-07 | 1 | -2/+2 |
* | Tidy up. 80 columns. | Jim Grosbach | 2012-04-06 | 1 | -1/+2 |
* | Deduplicate ARM call-related instructions. | Jakob Stoklund Olesen | 2012-04-06 | 1 | -5/+0 |
* | Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h | Craig Topper | 2012-03-26 | 1 | -4/+0 |
* | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper | 2012-03-17 | 1 | -1/+1 |
* | updated patch for the ARM fused multiply add/sub | Sebastian Pop | 2012-03-05 | 1 | -2/+2 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -0/+54 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -54/+0 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -0/+54 |
* | Proper support for a bastardized darwin-eabi hybird ABI. | Evan Cheng | 2012-02-21 | 1 | -3/+1 |
* | Strip the pointer casts from the constants here. | Bill Wendling | 2012-02-15 | 1 | -1/+1 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -11/+9 |
* | Add support for the R_ARM_TARGET1 relocation, which should be given to reloca... | James Molloy | 2012-01-26 | 1 | -0/+16 |
* | Revert r148686 (and r148694, a fix to it) due to a serious layering | Chandler Carruth | 2012-01-24 | 1 | -3/+2 |
* | ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHABI was also here. | NAKAMURA Takumi | 2012-01-23 | 1 | -2/+3 |
* | Add fused multiple+add instructions from VFPv4. | Anton Korobeynikov | 2012-01-22 | 1 | -3/+13 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+1 |
* | Emit ARM EHABI unwinding instructions for 3 more Thumb instructions. | Evgeniy Stepanov | 2012-01-19 | 1 | -0/+3 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -1/+0 |
* | Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006> | Bob Wilson | 2011-12-12 | 1 | -4/+14 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -1/+1 |
* | Align ARM constant pool islands via their basic block. | Jakob Stoklund Olesen | 2011-12-06 | 1 | -2/+1 |
* | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -4/+3 |
* | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer | 2011-11-06 | 1 | -4/+3 |
* | Teach the MC to output code/data region marker labels in MachO and ELF modes.... | Owen Anderson | 2011-10-04 | 1 | -1/+20 |
* | Use the ARMConstantPoolMBB class to handle the MBB values. | Bill Wendling | 2011-10-01 | 1 | -1/+1 |
* | Use the new ARMConstantPoolSymbol class to handle external symbols. | Bill Wendling | 2011-10-01 | 1 | -1/+2 |
* | Switch over to using ARMConstantPoolConstant for global variables, functions, | Bill Wendling | 2011-10-01 | 1 | -2/+4 |
* | Create a machine basic block in the constant pool and retrieve the symbol for... | Bill Wendling | 2011-09-29 | 1 | -0/+3 |
* | Lower ARM adds/subs to add/sub after adding optional CPSR operand. | Andrew Trick | 2011-09-21 | 1 | -0/+3 |