aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Correct handling invalid filename in llvm-symbolizerAlexey Samsonov2013-06-032-2/+5
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-033-2/+8
* Sparc: Add support for indirect branch and blockaddress in Sparc backend.Venkatraman Govindaraju2013-06-035-0/+114
* [Object/COFF] Fix Windows .lib name handling.Rui Ueyama2013-06-034-4/+36
* Sparc: When storing 0, use %g0 directly in the store instruction instead ofVenkatraman Govindaraju2013-06-034-0/+35
* Sparc: Combine add/or/sethi instruction with restore if possible.Venkatraman Govindaraju2013-06-025-30/+302
* [Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.Rui Ueyama2013-06-021-1/+101
* Whitespace.Jim Grosbach2013-06-021-1/+1
* Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju2013-06-0210-35/+37
* Try to avoid "integer literal too big" warnings from older GCCs.Benjamin Kramer2013-06-011-7/+7
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-012-7/+20
* Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...Venkatraman Govindaraju2013-06-013-0/+30
* 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-015-65/+34
* Move object construction into [] so the temporary can be moved.Benjamin Kramer2013-06-011-5/+3
* DenseMap: Move the key into place when we use the move version of operator[].Benjamin Kramer2013-06-011-2/+2
* 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
* Disable new legacy JIT test on ARM.Tim Northover2013-06-011-0/+1
* Revert r183069: "TMP: LEA64_32r fixing"Tim Northover2013-06-015-159/+57
* TMP: LEA64_32r fixingTim Northover2013-06-015-57/+159
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-016-42/+72
* [Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju2013-06-015-30/+102
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-011-1/+2
* Added method comments for getZero,getInf.Michael Gottesman2013-06-011-0/+7
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-06-011-159/+202
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-3114-54/+74
* Prevent loop-unroll from making assumptions about undefined behavior.Andrew Trick2013-05-313-27/+76
* Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher2013-05-315-55/+42
* Const-ify some printing and dumping code for DIEValues.Eric Christopher2013-05-312-13/+13
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-313-7/+27
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-312-10/+10
* Fix comment.Eric Christopher2013-05-311-1/+1
* Move "unsigned char" -> "uint8_t".Eric Christopher2013-05-312-12/+12
* LoopVectorize: Change API call to get the backedge taken countArnold Schwaighofer2013-05-311-3/+3
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-315-3/+96
* Use just a ArrayRef<uint8_t> to store both hex string and binary data.Rafael Espindola2013-05-311-7/+7
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-314-3/+3
* Remove union to fix build in c++03.Rafael Espindola2013-05-311-4/+2
* Don't allocate temporary string for section data.Rafael Espindola2013-05-314-27/+61
* LoopVectorize: PHIs with only outside users should prevent vectorizationArnold Schwaighofer2013-05-312-13/+71
* NVPTX: Don't even create a regalloc if we're not going to use it.Benjamin Kramer2013-05-311-2/+7
* [APFloat] Added a unittest for APFloat::getZero.Michael Gottesman2013-05-311-0/+37
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-314-15/+109
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-319-36/+113
* Unit test for SCEV fix r182989, PR16130.Andrew Trick2013-05-311-3/+28
* Remove useless code from transitioning to new EH schemeKai Nacke2013-05-311-4/+1
* ARM: permit upper-case BE/LE on setend instructionTim Northover2013-05-312-1/+5