| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807 | Stephen Hines | 2013-08-07 | 4 | -52/+77 |
| |\ |
|
| | * | This adds range checking for "ldr Rn, [pc, #imm]" Thumb | Mihai Popa | 2013-07-22 | 1 | -1/+1 |
| | * | [ARMv8] Add support for the NEON instructions vmaxnm/vminnm. | Joey Gouly | 2013-07-17 | 1 | -0/+13 |
| | * | Remove address spaces from MC. | Rafael Espindola | 2013-07-02 | 1 | -11/+10 |
| | * | Fix ARM EHABI compact model 1 and 2 without handlerdata. | Logan Chien | 2013-07-02 | 1 | -3/+13 |
| | * | Add a subtarget feature 'v8' to the ARM backend. | Joey Gouly | 2013-06-26 | 1 | -1/+4 |
| | * | ARM: fix literal load with positive offset encoding | Amaury de la Vieuville | 2013-06-18 | 1 | -1/+1 |
| | * | Use pointers to the MCAsmInfo and MCRegInfo. | Bill Wendling | 2013-06-18 | 2 | -35/+35 |
| * | | Update LLVM for merge to r183849. | Stephen Hines | 2013-06-13 | 1 | -0/+1 |
| * | | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612 | Stephen Hines | 2013-06-12 | 11 | -210/+342 |
| |\ \
| |/ |
|
| | * | Rework r183728, suppress assert(0) for now. Its behavior depends on assertion... | NAKAMURA Takumi | 2013-06-11 | 1 | -1/+4 |
| | * | Tweak a couple of tests on win32 hosts with +Asserts. | NAKAMURA Takumi | 2013-06-11 | 1 | -1/+1 |
| | * | ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows(). | NAKAMURA Takumi | 2013-06-11 | 1 | -1/+1 |
| | * | Whitespace. | NAKAMURA Takumi | 2013-06-11 | 1 | -5/+5 |
| | * | ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. | Tim Northover | 2013-06-10 | 1 | -0/+2 |
| | * | Silencing an MSVC warning about comparing signed and unsigned values. | Aaron Ballman | 2013-06-10 | 1 | -1/+1 |
| | * | ARM: ISB cannot be passed the same options as DMB | Amaury de la Vieuville | 2013-06-10 | 1 | -0/+43 |
| | * | Fix ARM unwind opcode assembler in several cases. | Logan Chien | 2013-06-09 | 3 | -169/+185 |
| | * | Follow up of the introduction of MCSymbolizer. | Quentin Colombet | 2013-05-24 | 1 | -4/+5 |
| | * | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 2 | -8/+8 |
| | * | MC: Disassembled CFG reconstruction. | Ahmed Bougacha | 2013-05-24 | 1 | -4/+5 |
| | * | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 4 | -0/+62 |
| | * | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 1 | -1/+1 |
| | * | Remove unused argument. | Rafael Espindola | 2013-05-10 | 1 | -1/+1 |
| | * | Implement AsmParser for ARM unwind directives. | Logan Chien | 2013-05-10 | 1 | -26/+30 |
| * | | Update LLVM for merge to r180947. | Stephen Hines | 2013-05-06 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 'upstream/master' into merge-20130502 | Stephen Hines | 2013-05-02 | 5 | -49/+436 |
| |\ \
| |/ |
|
| | * | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne | 2013-04-17 | 1 | -4/+5 |
| | * | Fix build failure introduced in 179591 when assertions are disabled. | Logan Chien | 2013-04-16 | 1 | -0/+4 |
| | * | Implement ARM unwind opcode assembler. | Logan Chien | 2013-04-16 | 5 | -45/+427 |
| * | | Merge branch 'upstream' into merge_2013_03_18 | Stephen Hines | 2013-03-18 | 1 | -2/+15 |
| |\ \
| |/ |
|
| | * | ARM: permit full range of valid ADR immediates. | Tim Northover | 2013-02-27 | 1 | -2/+15 |
| * | | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226 | Stephen Hines | 2013-03-05 | 6 | -32/+364 |
| |\ \
| |/ |
|
| | * | Give the MCStreamer class hierarchy LLVM RTTI facilities for use with | Chandler Carruth | 2013-01-31 | 1 | -6/+9 |
| | * | Add AArch64 as an experimental target. | Tim Northover | 2013-01-31 | 1 | -0/+3 |
| | * | Add a special ARM trap encoding for NaCl. | Eli Bendersky | 2013-01-30 | 1 | -1/+11 |
| | * | Add missing header and test cases for r173939. | Logan Chien | 2013-01-30 | 1 | -0/+112 |
| | * | Override virtual function for ARM EH directives. | Logan Chien | 2013-01-30 | 1 | -2/+216 |
| | * | This patch reworks how llvm targets set | Jack Carter | 2013-01-30 | 1 | -6/+0 |
| | * | Follow up of commit r172472. | Quentin Colombet | 2013-01-14 | 1 | -28/+15 |
| | * | Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c... | Quentin Colombet | 2013-01-14 | 1 | -0/+9 |
| * | | Update LLVM for merge to r171905. | Stephen Hines | 2013-01-21 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'upstream/master' into merge-llvm | Stephen Hines | 2013-01-21 | 11 | -89/+381 |
| |\ \
| |/ |
|
| | * | Renamed MCInstFragment to MCRelaxableFragment and added some comments. | Eli Bendersky | 2013-01-08 | 1 | -2/+2 |
| | * | 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 | 2 | -2/+0 |
| | * | MC: Add MCInstrDesc::mayAffectControlFlow() method. | Jim Grosbach | 2012-12-19 | 1 | -1/+1 |
| | * | Add ARM NONE and PREL31 relocation types. | Logan Chien | 2012-12-12 | 1 | -1/+8 |
| | * | Simplify code. Sort includes. No functionality change. | Benjamin Kramer | 2012-12-08 | 1 | -6/+6 |
| | * | Fix a use-after-free bug found by ASan. You can't assign a temporary | Chandler Carruth | 2012-12-08 | 1 | -2/+3 |