aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-0419-154/+157
* IndVarSimplify: check if loop invariant expansion can trapDavid Majnemer2013-06-041-1/+1
* ARM: Fix crash in ARM backend inside of ARMConstantIslandPassDavid Majnemer2013-06-041-0/+1
* R600: Swizzle texture/export instructionsVincent Lejeune2013-06-042-20/+126
* Second part of pr16069Rafael Espindola2013-06-041-4/+9
* Typo: s/caes/cases/ in SimplifyCFGHans Wennborg2013-06-041-1/+1
* Preserve const correctness.Benjamin Kramer2013-06-041-3/+3
* Test commit for user vmedic, to verify commit access. One line of comment is ...Vladimir Medic2013-06-041-1/+1
* Silencing an MSVC warning about mixing bool and unsigned int.Aaron Ballman2013-06-041-1/+1
* Silencing an MSVC warning about */ being found outside of a comment.Aaron Ballman2013-06-041-2/+2
* Fix a defect in code-layout pass, improving Benchmarks/Olden/em3d/em3d by abo...Shuxin Yang2013-06-041-1/+25
* Delete dead safety check.Nick Lewycky2013-06-031-6/+1
* SimplifyCFG: Do not transform PHI to select if doing so would be unsafeDavid Majnemer2013-06-031-2/+19
* SimplifyCFG: Small cleanup, use ICmpInst::isEquality()David Majnemer2013-06-031-3/+1
* Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.Rafael Espindola2013-06-031-3/+7
* R600/SI: Add support for work item and work group intrinsicsTom Stellard2013-06-033-15/+88
* R600/SI: Add a calling convention for compute shadersTom Stellard2013-06-033-9/+39
* R600/SI: Custom lower i64 sign_extendTom Stellard2013-06-032-0/+19
* R600/SI: Adjust some instructions' out register class after ISelTom Stellard2013-06-032-0/+52
* R600/SI: Handle REG_SEQUENCE in fitsRegClass()Tom Stellard2013-06-031-3/+13
* R600/SI: Handle nodes with glue results correctly SITargetLowering::foldOpera...Tom Stellard2013-06-031-0/+16
* R600/SI: Fixup CopyToReg register class in PostprocessISelDAG()Tom Stellard2013-06-031-5/+33
* R600/SI: Add support for global loadsTom Stellard2013-06-033-4/+39
* R600/SI: Rework MUBUF store instructionsTom Stellard2013-06-035-42/+71
* R600: 3 op instructions have no write bit but the result are store in PVVincent Lejeune2013-06-031-3/+1
* R600: CALL_FS consumes a stack size entryVincent Lejeune2013-06-031-0/+1
* R600: use capital letter for PV channelVincent Lejeune2013-06-031-4/+4
* R600: Constraints input regs of interp_xy,_zwVincent Lejeune2013-06-032-11/+15
* [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan YKostya Serebryany2013-06-031-1/+10
* X86: sub_xmm registers are 128 bits wide.Ahmed Bougacha2013-06-031-1/+1
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-031-1/+1
* Sparc: Add support for indirect branch and blockaddress in Sparc backend.Venkatraman Govindaraju2013-06-034-0/+37
* [Object/COFF] Fix Windows .lib name handling.Rui Ueyama2013-06-031-4/+10
* Sparc: When storing 0, use %g0 directly in the store instruction instead ofVenkatraman Govindaraju2013-06-032-0/+8
* Sparc: Combine add/or/sethi instruction with restore if possible.Venkatraman Govindaraju2013-06-021-22/+177
* Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju2013-06-021-1/+1
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-011-7/+9
* Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...Venkatraman Govindaraju2013-06-011-0/+6
* SimplifyCFG: Fix typo in comment for ComputeSpeculationCostDavid Majnemer2013-06-011-1/+1
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-014-65/+25
* Move object construction into [] so the temporary can be moved.Benjamin Kramer2013-06-011-5/+3
* APInt: Simplify code. No functionality change.Benjamin Kramer2013-06-011-36/+2
* APFloat: Use isDenormal instead of hand-rolled code to check for denormals.Benjamin Kramer2013-06-011-1/+1
* Revert r183069: "TMP: LEA64_32r fixing"Tim Northover2013-06-014-155/+54
* TMP: LEA64_32r fixingTim Northover2013-06-014-54/+155
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-014-32/+45
* [Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju2013-06-014-30/+79
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-319-39/+40
* Prevent loop-unroll from making assumptions about undefined behavior.Andrew Trick2013-05-311-5/+14
* Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher2013-05-314-45/+32