aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-012-81/+80
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-291-2/+1
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-272-79/+81
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-272-81/+79
* Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-161-2/+4
* Fix signed overflow in when computing encodings for ADR instructionsMihai Popa2013-08-131-1/+1
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-091-2/+8
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-221-1/+1
* [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-171-0/+13
* Remove address spaces from MC.Rafael Espindola2013-07-021-11/+10
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-021-3/+13
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-261-1/+4
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-181-1/+1
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-182-35/+35
* Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-111-1/+4
* Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-111-1/+1
* ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows().NAKAMURA Takumi2013-06-111-1/+1
* Whitespace.NAKAMURA Takumi2013-06-111-5/+5
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-101-0/+2
* Silencing an MSVC warning about comparing signed and unsigned values.Aaron Ballman2013-06-101-1/+1
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-101-0/+43
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-093-169/+185
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-4/+5
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-242-8/+8
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-4/+5
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-244-0/+62
* Remove the MachineMove class.Rafael Espindola2013-05-131-1/+1
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-101-26/+30
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-4/+5
* Fix build failure introduced in 179591 when assertions are disabled.Logan Chien2013-04-161-0/+4
* Implement ARM unwind opcode assembler.Logan Chien2013-04-165-45/+427
* ARM: permit full range of valid ADR immediates.Tim Northover2013-02-271-2/+15
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-6/+9
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+3
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-1/+11
* Add missing header and test cases for r173939.Logan Chien2013-01-301-0/+112
* Override virtual function for ARM EH directives.Logan Chien2013-01-301-2/+216
* This patch reworks how llvm targets set Jack Carter2013-01-301-6/+0
* Follow up of commit r172472.Quentin Colombet2013-01-141-28/+15
* Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet2013-01-141-0/+9
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-2/+2
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Remove duplicate includes.Roman Divacky2012-12-212-2/+0
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-191-1/+1
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-121-1/+8
* Simplify code. Sort includes. No functionality change.Benjamin Kramer2012-12-081-6/+6
* Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth2012-12-081-2/+3
* Added Mapping Symbols for ARM ELFTim Northover2012-12-074-1/+233
* Correct ARM NOP encodingDavid Sehr2012-12-051-1/+1