summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* R600: Swizzle texture/export instructionsVincent Lejeune2013-06-04
* Second part of pr16069Rafael Espindola2013-06-04
* Typo: s/caes/cases/ in SimplifyCFGHans Wennborg2013-06-04
* Preserve const correctness.Benjamin Kramer2013-06-04
* Test commit for user vmedic, to verify commit access. One line of comment is ...Vladimir Medic2013-06-04
* Silencing an MSVC warning about mixing bool and unsigned int.Aaron Ballman2013-06-04
* Silencing an MSVC warning about */ being found outside of a comment.Aaron Ballman2013-06-04
* Fix a defect in code-layout pass, improving Benchmarks/Olden/em3d/em3d by abo...Shuxin Yang2013-06-04
* Delete dead safety check.Nick Lewycky2013-06-03
* SimplifyCFG: Do not transform PHI to select if doing so would be unsafeDavid Majnemer2013-06-03
* SimplifyCFG: Small cleanup, use ICmpInst::isEquality()David Majnemer2013-06-03
* Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.Rafael Espindola2013-06-03
* R600/SI: Add support for work item and work group intrinsicsTom Stellard2013-06-03
* R600/SI: Add a calling convention for compute shadersTom Stellard2013-06-03
* R600/SI: Custom lower i64 sign_extendTom Stellard2013-06-03
* R600/SI: Adjust some instructions' out register class after ISelTom Stellard2013-06-03
* R600/SI: Handle REG_SEQUENCE in fitsRegClass()Tom Stellard2013-06-03
* R600/SI: Handle nodes with glue results correctly SITargetLowering::foldOpera...Tom Stellard2013-06-03
* R600/SI: Fixup CopyToReg register class in PostprocessISelDAG()Tom Stellard2013-06-03
* R600/SI: Add support for global loadsTom Stellard2013-06-03
* R600/SI: Rework MUBUF store instructionsTom Stellard2013-06-03
* R600: 3 op instructions have no write bit but the result are store in PVVincent Lejeune2013-06-03
* R600: CALL_FS consumes a stack size entryVincent Lejeune2013-06-03
* R600: use capital letter for PV channelVincent Lejeune2013-06-03
* R600: Constraints input regs of interp_xy,_zwVincent Lejeune2013-06-03
* [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan YKostya Serebryany2013-06-03
* X86: sub_xmm registers are 128 bits wide.Ahmed Bougacha2013-06-03
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-03
* Sparc: Add support for indirect branch and blockaddress in Sparc backend.Venkatraman Govindaraju2013-06-03
* [Object/COFF] Fix Windows .lib name handling.Rui Ueyama2013-06-03
* Sparc: When storing 0, use %g0 directly in the store instruction instead ofVenkatraman Govindaraju2013-06-03
* Sparc: Combine add/or/sethi instruction with restore if possible.Venkatraman Govindaraju2013-06-02
* Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju2013-06-02
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-01
* Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...Venkatraman Govindaraju2013-06-01
* SimplifyCFG: Fix typo in comment for ComputeSpeculationCostDavid Majnemer2013-06-01
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* Move object construction into [] so the temporary can be moved.Benjamin Kramer2013-06-01
* APInt: Simplify code. No functionality change.Benjamin Kramer2013-06-01
* APFloat: Use isDenormal instead of hand-rolled code to check for denormals.Benjamin Kramer2013-06-01
* Revert r183069: "TMP: LEA64_32r fixing"Tim Northover2013-06-01
* TMP: LEA64_32r fixingTim Northover2013-06-01
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-01
* [Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju2013-06-01
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Prevent loop-unroll from making assumptions about undefined behavior.Andrew Trick2013-05-31
* Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher2013-05-31
* Const-ify some printing and dumping code for DIEValues.Eric Christopher2013-05-31
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-31
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-31