aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-10LLVM: Add ELF Note section to NaCl object files identifying them as such to goldDerek Schuff
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-16Fix build failure introduced in 179591 when assertions are disabled.Logan Chien
2013-04-16Implement ARM unwind opcode assembler.Logan Chien
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-27ARM: permit full range of valid ADR immediates.Tim Northover
2013-02-05Remove getBundleSize methods from NaCl Asm backendsDerek Schuff
2013-02-04Remove the unnecessary hack and document the actually necessary one.Derek Schuff
2013-02-04Cherry-pick not-yet-committed upstream change to fix relaxation at bundle endDerek Schuff
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky
2013-01-30Add missing header and test cases for r173939.Logan Chien
2013-01-30Override virtual function for ARM EH directives.Logan Chien
2013-01-30This patch reworks how llvm targets set Jack Carter
2013-01-14Follow up of commit r172472.Quentin Colombet
2013-01-14Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-19MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach
2012-12-12Add ARM NONE and PREL31 relocation types.Logan Chien
2012-12-08Simplify code. Sort includes. No functionality change.Benjamin Kramer
2012-12-08Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth
2012-12-07Added Mapping Symbols for ARM ELFTim Northover
2012-12-05Correct ARM NOP encodingDavid Sehr
2012-12-04Fix NOP encodingDavid Sehr
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-29Cleanup for comprehensibility:Eli Bendersky
2012-11-29Add isOSNaCl, and add Asm subclasses for NaClDavid Sehr
2012-11-29Leave NOPS as upstream definesDavid Sehr
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-24ARM: Share applyFixup between ELF and Darwin.Benjamin Kramer
2012-11-20Remove unnecessary LOCALMOD from ARMMCTargetDesc.cppEli Bendersky
2012-11-15Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'Derek Schuff
2012-11-13Fix thumb2 jump relocation testDavid Sehr
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-11-01When ARM triple CPU is unknown, assume +neon like in upstream LLVM.Eli Bendersky
2012-10-12Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'Derek Schuff
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-10Add missing EmitInstruction. This is a tiny piece of fixing the predicatedDavid Sehr
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach
2012-10-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff