summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove dead code.Rafael Espindola2013-06-03
* Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.Rafael Espindola2013-06-03
* Enable mcjit tests on ppc64 when building with cmake.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
* Correct handling invalid filename in llvm-symbolizerAlexey Samsonov2013-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
* [Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.Rui Ueyama2013-06-02
* Whitespace.Jim Grosbach2013-06-02
* Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju2013-06-02
* Try to avoid "integer literal too big" warnings from older GCCs.Benjamin Kramer2013-06-01
* 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
* DenseMap: Move the key into place when we use the move version of operator[].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
* Disable new legacy JIT test on ARM.Tim Northover2013-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
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-01
* Added method comments for getZero,getInf.Michael Gottesman2013-06-01
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-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