aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: add fstmx and fldmx instructions for assemblyTim Northover2013-05-316-8/+106
* Simplify multiplications by vectors whose elements are powers of 2.Rafael Espindola2013-05-312-16/+456
* ARM: fix VEXT encoding corner caseTim Northover2013-05-312-5/+11
* [SystemZ] Don't use LOAD and STORE REVERSED for volatile accessesRichard Sandiford2013-05-316-33/+99
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-3110-101/+342
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-312-6/+9
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-05-315-42/+55
* Add links to the System z architecture manual and ABIRichard Sandiford2013-05-311-0/+6
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-312-36/+60
* [mips] Big-endian code generation for atomic instructions.Akira Hatanaka2013-05-312-162/+351
* Fix wrong comment. Null is not acceptable.Matt Arsenault2013-05-311-1/+1
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-313-2/+278
* Remove debug print added in r182949.Ahmed Bougacha2013-05-301-1/+0
* Revert r182937 and r182877.Rafael Espindola2013-05-3026-100/+16
* Remove unused member.Rafael Espindola2013-05-301-1/+0
* Fix a couple of typos and 80-col.Eric Christopher2013-05-301-19/+21
* Use the const_cast only where necessary.Bill Wendling2013-05-301-4/+4
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-302-17/+54
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-303-22/+679
* Fix warning and resulting formatting issue.Paul Redmond2013-05-301-1/+1
* Revise llvm.vectorizer.width documentationPaul Redmond2013-05-301-2/+4
* Don't use fast isel on this test.Rafael Espindola2013-05-301-1/+1
* Force a triple so we don't get bitten by windows' different regalloc.Benjamin Kramer2013-05-301-1/+1
* Force fragile test to the atom scheduler model.Benjamin Kramer2013-05-301-2/+4
* Added a sub-project status update section to the release notes with detailsAshok Thirumurthi2013-05-301-0/+38
* X86: allow registers 8-15 in testTim Northover2013-05-301-3/+3
* X86: use sub-register sequences for MOV*r0 operationsTim Northover2013-05-3018-124/+125
* Fix incorrect parameter name in LIT docs.Sergey Matveev2013-05-301-2/+2
* Fix rematerialization into physical registers.Tim Northover2013-05-301-2/+3
* [NVPTX] Fix case where a sext load of an i1 type may produce anJustin Holewinski2013-05-302-2/+18
* X86: change zext moves to use sub-register infrastructure.Tim Northover2013-05-305-71/+74
* [SystemZ] Enable unaligned accessesRichard Sandiford2013-05-3014-5/+397
* Revert r182909.Evgeniy Stepanov2013-05-303-258/+0
* Fix warning on varialbe unused in opt builds.Daniel Jasper2013-05-301-2/+1
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-301-3/+5
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-303-0/+258
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-3083-339/+423
* Rename variable to be more descriptive.Eric Christopher2013-05-301-3/+3
* Formatting.Eric Christopher2013-05-301-1/+1
* Reformat comments here.Eric Christopher2013-05-301-26/+26
* Add a comment and some tests including the NULL byte.Eric Christopher2013-05-301-0/+9
* This testcase tests command line attributes which we don't yet support.Bill Wendling2013-05-301-62/+0
* Remove dead return.Rafael Espindola2013-05-301-1/+0