summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* The PPC global base register cannot be r0Hal Finkel2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Fixup PPC Darwin i1 argument handlingHal Finkel2014-03-06
* When using CR bit registers on PPC32, handle the i1 vaarg caseHal Finkel2014-03-06
* With PPC CR bit registers, handle int_to_fp on older coresHal Finkel2014-03-05
* Fix typoMatt Arsenault2014-03-05
* Lower AVX v4i64->v4i32 truncate to one shuffle.Cameron McInally2014-03-05
* Fix clang -Werror build break due to mismatched sign comparison.David Blaikie2014-03-05
* ARM: Correctly align arguments after a byval struct is passed on the stackOliver Stannard2014-03-05
* Enable integrated assembler on OpenBSD/PPC32 by default, too.Joerg Sonnenberger2014-03-05
* This patch implements .set dsp directive and sets appropriate feature bits.Th...Vladimir Medic2014-03-05
* Remove a special character in comment that accidentially got committed.Evan Cheng2014-03-04
* MS asm: Attempt to parse variables followed by a bracketed displacementReid Kleckner2014-03-04
* X86: 80-columnSaleem Abdulrasool2014-03-04
* [PowerPC] support powerpc64le as syntax-checking target (pass2)Will Schmidt2014-03-04
* [XCore] Fix call of absolute address.Richard Osborne2014-03-04
* [mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.Daniel Sanders2014-03-04
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-04
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* This patch implements .set mips32r2 directive and sets appropriate feature bi...Vladimir Medic2014-03-04
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-04
* [AArch64]Fix improper diagnostics about offset range of load/store instructions.Kevin Qin2014-03-04
* MC: Fix Intel assembly parser for [global + offset]Reid Kleckner2014-03-04
* Revert "[AArch64] This is a work in progress to provide a machine description"Chad Rosier2014-03-04
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-03
* [mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders2014-03-03
* [mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug dataEd Maste2014-03-03
* Fixing a build failure reported by certain buildbots. This will disable jalx...Vladimir Medic2014-03-03
* This patch implements jalx instruction for Mips architecture.This instruction...Vladimir Medic2014-03-03
* [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...Venkatraman Govindaraju2014-03-02
* [Sparc] Add return/rett instruction to Sparc backend.Venkatraman Govindaraju2014-03-02
* [Sparc] Add support for decoding jmpl/retl/ret instruction.Venkatraman Govindaraju2014-03-02
* [Sparc] Add fcmpe* instructions to Sparc backend.Venkatraman Govindaraju2014-03-02
* [Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju2014-03-02
* Add a PPC inline asm constraint type for single CR bitsHal Finkel2014-03-02
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [SparcV9] Adds support for branch on integer register instructions (BPr) and ...Venkatraman Govindaraju2014-03-02
* AVX-512: Fixed extract_vector_elt for v8i1 vectorElena Demikhovsky2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-02
* [Sparc] Add support for parsing branches and conditional move instructions wi...Venkatraman Govindaraju2014-03-02
* [Sparc] Make floating point branch instruction formats to accept %fcc0-%fcc1 ...Venkatraman Govindaraju2014-03-02