| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c... | Daniel Sanders | 2015-06-10 | 1 | -12/+11 |
| * | MC: Clean up naming in MCObjectWriter. NFC. | Jim Grosbach | 2015-06-04 | 1 | -7/+7 |
| * | Remove getData. | Rafael Espindola | 2015-05-29 | 1 | -2/+1 |
| * | Remove the MCSymbolData typedef. | Rafael Espindola | 2015-05-29 | 1 | -1/+1 |
| * | Remove a trivial forwarding function. NFC. | Rafael Espindola | 2015-05-28 | 1 | -1/+1 |
| * | Use std::bitset for SubtargetFeatures. | Michael Kuperstein | 2015-05-26 | 1 | -1/+1 |
| * | MC: Clean up method names in MCContext. | Jim Grosbach | 2015-05-18 | 1 | -4/+4 |
| * | MC: Modernize MCOperand API naming. NFC. | Jim Grosbach | 2015-05-13 | 1 | -3/+3 |
| * | Reverting r237234, "Use std::bitset for SubtargetFeatures" | Michael Kuperstein | 2015-05-13 | 1 | -1/+1 |
| * | Use std::bitset for SubtargetFeatures | Michael Kuperstein | 2015-05-13 | 1 | -1/+1 |
| * | Silencing several "enumeral and non-enumeral type in conditional expression" ... | Aaron Ballman | 2015-04-07 | 1 | -4/+4 |
| * | ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available. | Tim Northover | 2015-04-06 | 1 | -5/+7 |
| * | Remove unnecessary uses of AliasedSymbol. | Rafael Espindola | 2015-04-06 | 1 | -2/+2 |
| * | ARMAsmBackend uses a factory method to generate binary file format specific | Joe Abbey | 2014-09-16 | 1 | -245/+186 |
| * | Add missing override on ARMAsmBackend's dtor. | JF Bastien | 2014-09-02 | 1 | -2/+1 |
| * | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 1 | -4/+4 |
| * | ARMEB: Additional test files for ARM fixups | Christian Pirker | 2014-05-20 | 1 | -1/+4 |
| * | ARM: support FK_SecRel_2 relocations on WoA | Saleem Abdulrasool | 2014-05-08 | 1 | -0/+4 |
| * | ARM: For thumb fixups store halfwords high first and low second | Christian Pirker | 2014-05-06 | 1 | -37/+46 |
| * | MC: support FK_SecRel_4 for Windows on ARM | Saleem Abdulrasool | 2014-05-04 | 1 | -0/+5 |
| * | Add WoA object file emission support | Saleem Abdulrasool | 2014-04-27 | 1 | -10/+20 |
| * | Spread some const around for non-mutating uses of MCSymbolData. | David Blaikie | 2014-04-24 | 1 | -1/+1 |
| * | ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th... | Christian Pirker | 2014-04-01 | 1 | -4/+4 |
| * | ARM: change parameter names of the ELFARMAsmBackend constructor | Christian Pirker | 2014-03-31 | 1 | -2/+2 |
| * | Completely rewrite ELFObjectWriter::RecordRelocation. | Rafael Espindola | 2014-03-29 | 1 | -30/+12 |
| * | Add const. | Rafael Espindola | 2014-03-28 | 1 | -2/+2 |
| * | Add ARM big endian Target (armeb, thumbeb) | Christian Pirker | 2014-03-28 | 1 | -13/+140 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-10 | 1 | -13/+14 |
| * | Just returning false is the default. | Rafael Espindola | 2014-02-06 | 1 | -4/+0 |
| * | ARM: Resolve thumb_bl fixup in same MCFragment. | Logan Chien | 2014-02-05 | 1 | -1/+8 |
| * | ARM: support tlscall relocations | Saleem Abdulrasool | 2014-01-30 | 1 | -0/+6 |
| * | MC: whitespace | Saleem Abdulrasool | 2014-01-26 | 1 | -57/+56 |
| * | Remove support for armv7f slice. <rdar://problem/12478440> | Bob Wilson | 2014-01-15 | 1 | -1/+0 |
| * | Fix a bug with the ARM thumb2 CBNZ and CBNZ instructions that | Kevin Enderby | 2014-01-10 | 1 | -1/+20 |
| * | ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks. | Tim Northover | 2014-01-06 | 1 | -1/+1 |
| * | Generate compact unwind encoding from CFI directives. | Bill Wendling | 2013-09-09 | 1 | -1/+3 |
| * | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-09-01 | 1 | -16/+16 |
| * | Revert "Fix the build broken by r189315." and "Move everything depending on O... | Charles Davis | 2013-08-27 | 1 | -16/+16 |
| * | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-08-27 | 1 | -16/+16 |
| * | This adds range checking for "ldr Rn, [pc, #imm]" Thumb | Mihai Popa | 2013-07-22 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| * | Renamed MCInstFragment to MCRelaxableFragment and added some comments. | Eli Bendersky | 2013-01-08 | 1 | -2/+2 |
| * | Correct ARM NOP encoding | David Sehr | 2012-12-05 | 1 | -1/+1 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | ARM: Share applyFixup between ELF and Darwin. | Benjamin Kramer | 2012-11-24 | 1 | -63/+46 |