summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Remove a special character in comment that accidentially got committed.Evan Cheng2014-03-041-1/+1
* MS asm: Attempt to parse variables followed by a bracketed displacementReid Kleckner2014-03-041-2/+34
* X86: 80-columnSaleem Abdulrasool2014-03-041-1/+2
* [PowerPC] support powerpc64le as syntax-checking target (pass2)Will Schmidt2014-03-041-0/+1
* [XCore] Fix call of absolute address.Richard Osborne2014-03-041-3/+2
* [mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.Daniel Sanders2014-03-041-1/+1
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-041-1/+1
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-043-3/+3
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-043-3/+3
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-042-2/+2
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-044-4/+4
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-043-3/+3
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-044-4/+4
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-0410-12/+11
* This patch implements .set mips32r2 directive and sets appropriate feature bi...Vladimir Medic2014-03-043-0/+35
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-043-23/+0
* [AArch64]Fix improper diagnostics about offset range of load/store instructions.Kevin Qin2014-03-041-2/+2
* MC: Fix Intel assembly parser for [global + offset]Reid Kleckner2014-03-041-15/+27
* Revert "[AArch64] This is a work in progress to provide a machine description"Chad Rosier2014-03-045-546/+185
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-035-185/+546
* [mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders2014-03-036-75/+102
* [mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug dataEd Maste2014-03-031-0/+4
* Fixing a build failure reported by certain buildbots. This will disable jalx...Vladimir Medic2014-03-031-1/+1
* This patch implements jalx instruction for Mips architecture.This instruction...Vladimir Medic2014-03-031-0/+1
* [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...Venkatraman Govindaraju2014-03-024-1/+101
* [Sparc] Add return/rett instruction to Sparc backend.Venkatraman Govindaraju2014-03-024-0/+46
* [Sparc] Add support for decoding jmpl/retl/ret instruction.Venkatraman Govindaraju2014-03-023-2/+47
* [Sparc] Add fcmpe* instructions to Sparc backend.Venkatraman Govindaraju2014-03-023-6/+28
* [Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju2014-03-024-8/+290
* Add a PPC inline asm constraint type for single CR bitsHal Finkel2014-03-021-0/+8
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-0250-205/+176
* [SparcV9] Adds support for branch on integer register instructions (BPr) and ...Venkatraman Govindaraju2014-03-028-1/+165
* AVX-512: Fixed extract_vector_elt for v8i1 vectorElena Demikhovsky2014-03-024-6/+14
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-0247-312/+282
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-026-6/+6
* [Sparc] Add support for parsing branches and conditional move instructions wi...Venkatraman Govindaraju2014-03-024-44/+89
* [Sparc] Make floating point branch instruction formats to accept %fcc0-%fcc1 ...Venkatraman Govindaraju2014-03-024-34/+40
* [Sparc] Add support for parsing fcmp with %fcc registers.Venkatraman Govindaraju2014-03-028-12/+78
* [Sparc] Add register class for floating point conditional flags (%fcc0 - %fcc3).Venkatraman Govindaraju2014-03-023-11/+16
* [SparcV9] Add support for parsing branch instructions with prediction.Venkatraman Govindaraju2014-03-017-44/+156
* Remove extra truncs/exts around i32 bit operations on PPC64Hal Finkel2014-03-011-12/+82
* [Sparc] Add support for parsing annulled branch instructions.Venkatraman Govindaraju2014-03-017-13/+80
* [Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc.Venkatraman Govindaraju2014-03-014-7/+13
* [Sparc] Add missing ALU instruction patterns.Venkatraman Govindaraju2014-03-011-0/+35
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-012-28/+13
* [Sparc] Add support to decode unimp instruction.Venkatraman Govindaraju2014-03-011-2/+2
* [Sparc] Add support to decode negative simm13 operands in the sparc disassemb...Venkatraman Govindaraju2014-03-012-23/+36
* [Sparc] Add support for decoding call instructions in the sparc disassembler.Venkatraman Govindaraju2014-03-012-2/+24
* [Sparc] Add support to disassemble sparc memory instructions.Venkatraman Govindaraju2014-03-013-19/+142
OpenPOWER on IntegriCloud