summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAge
...
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* Add missing header and test cases for r173939.Logan Chien2013-01-30
* Override virtual function for ARM EH directives.Logan Chien2013-01-30
* This patch reworks how llvm targets set Jack Carter2013-01-30
* Follow up of commit r172472.Quentin Colombet2013-01-14
* Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet2013-01-14
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Remove duplicate includes.Roman Divacky2012-12-21
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-12
* Simplify code. Sort includes. No functionality change.Benjamin Kramer2012-12-08
* Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth2012-12-08
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07
* Correct ARM NOP encodingDavid Sehr2012-12-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* ARM: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-24
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* Remove unnecessary classof()'sSean Silva2012-10-11
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* Add LLVM support for Swift.Bob Wilson2012-09-29
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-22
* Tidy up. Whitespace.Jim Grosbach2012-09-21
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Fix Thumb2 fixup kind in the integrated-as.Logan Chien2012-09-01
* Fix undefined behavior (negation of INT_MIN) in ARM backend.Richard Smith2012-08-24
* Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-09
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-30
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-19
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-05
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-03
* ARM: allow vanilla expressions for movw/movt.Jim Grosbach2012-05-01
* ARM: Diagnostics for out of range fixups.Jim Grosbach2012-04-30
* - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2Evan Cheng2012-04-27
* ARM: Thumb ldr(literal) base address alignment is 32-bits.Jim Grosbach2012-04-26
* If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng2012-04-26
* Unify internal representation of ARM instructions with a register right-shift...Richard Barton2012-04-25
* ARM 'adr' fixups don't need the interworking addend tweaking.Jim Grosbach2012-04-12
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* ARM fix encoding fixup resolution for ldrd and friends.Jim Grosbach2012-03-30