summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* 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
* Fix comment.Eric Christopher2013-05-31
* Move "unsigned char" -> "uint8_t".Eric Christopher2013-05-31
* LoopVectorize: Change API call to get the backedge taken countArnold Schwaighofer2013-05-31
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-31
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-31
* Don't allocate temporary string for section data.Rafael Espindola2013-05-31
* LoopVectorize: PHIs with only outside users should prevent vectorizationArnold Schwaighofer2013-05-31
* NVPTX: Don't even create a regalloc if we're not going to use it.Benjamin Kramer2013-05-31
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* Remove useless code from transitioning to new EH schemeKai Nacke2013-05-31
* ARM: permit upper-case BE/LE on setend instructionTim Northover2013-05-31
* ARM: add fstmx and fldmx instructions for assemblyTim Northover2013-05-31
* Simplify multiplications by vectors whose elements are powers of 2.Rafael Espindola2013-05-31
* ARM: fix VEXT encoding corner caseTim Northover2013-05-31
* [SystemZ] Don't use LOAD and STORE REVERSED for volatile accessesRichard Sandiford2013-05-31
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-31
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-31
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-05-31
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-31
* [mips] Big-endian code generation for atomic instructions.Akira Hatanaka2013-05-31
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-31
* Remove debug print added in r182949.Ahmed Bougacha2013-05-30
* Revert r182937 and r182877.Rafael Espindola2013-05-30
* Use the const_cast only where necessary.Bill Wendling2013-05-30
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-30