| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r235153 | Pirama Arumuga Nainar | 2015-05-18 | 1 | -7/+6 |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 1 | -113/+70 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -9/+63 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -114/+92 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -0/+6 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -12/+17 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -41/+112 |
* | ARM: Add subtarget feature for CRC | Bernard Ogden | 2013-10-29 | 1 | -2/+2 |
* | Add subtarget feature support for Cortex-A53 | Bernard Ogden | 2013-10-14 | 1 | -2/+7 |
* | Add a MCTargetStreamer interface. | Rafael Espindola | 2013-10-08 | 1 | -0/+4 |
* | [ARM] Improve build attributes emission. | Amara Emerson | 2013-10-07 | 1 | -1/+1 |
* | Remove some really nasty uses of hasRawTextSupport. | Rafael Espindola | 2013-10-05 | 1 | -2/+1 |
* | [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly. | Amara Emerson | 2013-10-03 | 1 | -0/+11 |
* | [ARM] Use the load-acquire/store-release instructions optimally in AArch32. | Amara Emerson | 2013-09-26 | 1 | -1/+1 |
* | [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}. | Joey Gouly | 2013-09-17 | 1 | -8/+25 |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 1 | -1/+17 |
* | Add a subtarget feature 'v8' to the ARM backend. | Joey Gouly | 2013-06-26 | 1 | -1/+4 |
* | ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. | Tim Northover | 2013-06-10 | 1 | -0/+2 |
* | Follow up of the introduction of MCSymbolizer. | Quentin Colombet | 2013-05-24 | 1 | -4/+5 |
* | MC: Disassembled CFG reconstruction. | Ahmed Bougacha | 2013-05-24 | 1 | -4/+5 |
* | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 1 | -0/+14 |
* | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 1 | -1/+1 |
* | Remove unused argument. | Rafael Espindola | 2013-05-10 | 1 | -1/+1 |
* | Add a special ARM trap encoding for NaCl. | Eli Bendersky | 2013-01-30 | 1 | -1/+11 |
* | Resort the #include lines in include/... and lib/... with the | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Remove duplicate includes. | Roman Divacky | 2012-12-21 | 1 | -1/+0 |
* | MC: Add MCInstrDesc::mayAffectControlFlow() method. | Jim Grosbach | 2012-12-19 | 1 | -1/+1 |
* | Added Mapping Symbols for ARM ELF | Tim Northover | 2012-12-07 | 1 | -1/+4 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
* | Add LLVM support for Swift. | Bob Wilson | 2012-09-29 | 1 | -0/+8 |
* | - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2 | Evan Cheng | 2012-04-27 | 1 | -10/+22 |
* | If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assume | Evan Cheng | 2012-04-26 | 1 | -5/+14 |
* | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -1/+2 |
* | ARM don't use MCRelaxAll, as it's not safe on ARM. | Jim Grosbach | 2012-03-08 | 1 | -2/+2 |
* | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -1/+2 |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -1/+0 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Revert r150222, as the clang driver now handles this properly. | Jim Grosbach | 2012-02-10 | 1 | -11/+3 |
* | ARM on darwin, v6 implies the presence of VFP for the assembler. | Jim Grosbach | 2012-02-10 | 1 | -3/+11 |
* | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 2011-11-16 | 1 | -2/+3 |
* | Remove NaClMode | David Meyer | 2011-10-18 | 1 | -8/+0 |
* | ARM Darwin default relocation model is PIC. | Jim Grosbach | 2011-09-30 | 1 | -2/+5 |
* | Check in a patch that has already been code reviewed by Owen that I'd forgott... | James Molloy | 2011-09-28 | 1 | -4/+7 |
* | ARMv7a has the PKH instructions. | Jim Grosbach | 2011-09-14 | 1 | -2/+2 |
* | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 1 | -2/+3 |
* | Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain | Nick Lewycky | 2011-09-05 | 1 | -0/+8 |
* | Fix typo in comment. | Nick Lewycky | 2011-09-05 | 1 | -1/+1 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Some refactoring so TargetRegistry.h no longer has to include any files | Evan Cheng | 2011-08-23 | 1 | -5/+8 |
* | The new ARM disassembler disassembles "bx lr" as a special BX_ret instruction... | Benjamin Kramer | 2011-08-09 | 1 | -10/+0 |