aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Xcore targetRobert Lytton2013-08-012-6/+13
* Fix some misc. issues with Mips16 fp stubs.Reed Kotler2013-08-012-50/+57
* Formatting.Eric Christopher2013-08-011-2/+2
* Add an omitted IsCall=1.Reed Kotler2013-08-011-0/+1
* Option parsing: remove non-SUPPORT_ALIASARGS fall-backHans Wennborg2013-07-312-16/+2
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-317-8/+82
* 80-colNadav Rotem2013-07-311-9/+14
* comment typo.Andrew Trick2013-07-311-1/+1
* Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-314-0/+36
* Revert "R600: Non vector only instruction can be scheduled on trans unit"Tom Stellard2013-07-3129-245/+92
* Revert "TableGen: Enumerate Schedule Model too."Tom Stellard2013-07-312-12/+0
* Revert "R600: Use SchedModel enum for is{Trans,Vector}Only functions"Tom Stellard2013-07-314-19/+23
* R600: Do not mergevector after a vector reg is usedVincent Lejeune2013-07-311-1/+10
* R600: Avoid more than 4 literals in the same instruction group at schedulingVincent Lejeune2013-07-312-0/+73
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-07-3129-92/+245
* R600: Don't mix LDS and non-LDS instructions in the same groupVincent Lejeune2013-07-311-0/+4
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-07-314-23/+19
* TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-07-312-0/+12
* R600: Remove predicated_break instVincent Lejeune2013-07-314-59/+7
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-3111-36/+219
* [SystemZ] Implement isLegalAddressingMode()Richard Sandiford2013-07-313-3/+46
* [SystemZ] Be more careful about inverting CC masks (conditional loads)Richard Sandiford2013-07-317-45/+45
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-3156-205/+286
* [SystemZ] Move compare-and-branch generation even laterRichard Sandiford2013-07-315-136/+164
* Fixed assertion in Extract128BitVector()Elena Demikhovsky2013-07-311-1/+2
* [SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()Richard Sandiford2013-07-3133-510/+639
* Added INSERT and EXTRACT intructions from AVX-512 ISA.Elena Demikhovsky2013-07-317-181/+855
* [SystemZ] Add RISBLG and RISBHG instruction definitionsRichard Sandiford2013-07-318-3/+143
* Add parentheses to silence gcc warning.Richard Trieu2013-07-311-4/+4
* Fix register pressure tables on ARM.Andrew Trick2013-07-311-3/+31
* Add tracing to the tblgen register pressure table generator.Andrew Trick2013-07-311-7/+63
* Increment arg_count inside the loop in printInline. Patch by Joe Matarazzo.Craig Topper2013-07-311-1/+1
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-3116-274/+269
* Fix a severe compile time problem when forming large SCEV expressions.Andrew Trick2013-07-311-0/+3
* Remove trailing whitespace and some tab characters.Craig Topper2013-07-311-9/+9
* Fixed incorrect disassembly for MOV16o16a when using Intel syntax.Craig Topper2013-07-311-2/+2
* Fix crashing on invalid inline asm with matching constraints.Eric Christopher2013-07-311-15/+16
* [mips] Rename instruction DANDi to ANDi64.Akira Hatanaka2013-07-311-4/+4
* [mips] Define instruction itineraries IIArith and IILogic.Akira Hatanaka2013-07-315-38/+49
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-312-5/+24
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-312-6/+15
* Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).Owen Anderson2013-07-302-4/+22
* Reflow this to be easier to read.Eric Christopher2013-07-301-7/+5
* Make these just inline, not static inline.Eric Christopher2013-07-301-4/+4
* Make sure that -gsplit-dwarf isn't passed to the linker.Eric Christopher2013-07-301-1/+1
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-303-16/+131
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-303-5/+79
* Add capability for building with -gsplit-dwarf to the cmake build.Eric Christopher2013-07-302-0/+8
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-303-79/+5
* isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...David Majnemer2013-07-302-16/+62