aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one error when encoding the stack size for a frameless stack.Bill Wendling2011-12-071-1/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-0767-260/+248
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-071-0/+3
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-076-12/+39
* make base register selection used in eliminateFrameIndex 64-bit cleanHal Finkel2011-12-071-8/+13
* set mayStore and mayLoad on CR pseudosHal Finkel2011-12-071-2/+4
* 64-bit LR8 load should use X11 not R11Hal Finkel2011-12-071-3/+3
* Eliminate delta argument from AdjustBBOffsetsAfter.Jakob Stoklund Olesen2011-12-071-24/+15
* Compute some alignment information for each basic block.Jakob Stoklund Olesen2011-12-071-14/+48
* Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this do...Eli Friedman2011-12-071-1/+1
* ARM tidy up and remove no longer needed InstAlias definitions.Jim Grosbach2011-12-073-426/+23
* Move common expression into a method.Jakob Stoklund Olesen2011-12-071-10/+10
* ARM Implement ARM ARM Table A7-3 via TokenAlias.Jim Grosbach2011-12-071-0/+20
* Group BBSizes and BBOffsets into a single vector<BasicBlockInfo>.Jakob Stoklund Olesen2011-12-071-74/+78
* Add missing check.Jakob Stoklund Olesen2011-12-071-1/+1
* ARM: NEON SHLL instruction immediate operand range checking.Jim Grosbach2011-12-073-11/+90
* Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman2011-12-071-2/+24
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-078-48/+48
* Add MachineOperand IsInternalRead flag.Jakob Stoklund Olesen2011-12-071-5/+18
* Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...Eli Friedman2011-12-071-13/+17
* Remove unneeded type.Jakub Staszak2011-12-071-2/+0
* ARM: Parameterize the immediate operand type for NEON VSHLL.Jim Grosbach2011-12-071-10/+10
* - Remove unneeded #includes.Jakub Staszak2011-12-061-25/+4
* Revert r145971: "Use conservative size estimate for tBR_JTr."Jakob Stoklund Olesen2011-12-062-4/+26
* Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>Bill Wendling2011-12-061-4/+1
* Explicitly check for the different SUB instructions.Bill Wendling2011-12-061-5/+2
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-0613-40/+119
* Use conservative size estimate for tBR_JTr.Jakob Stoklund Olesen2011-12-062-26/+4
* Remove alignment from deserted constant islands.Jakob Stoklund Olesen2011-12-061-0/+3
* Encode the total stack if there isn't a frame.Bill Wendling2011-12-061-2/+3
* * Add a macro to remove a magic number.Bill Wendling2011-12-061-30/+35
* Pretty-print basic block alignment.Jakob Stoklund Olesen2011-12-061-2/+6
* add RESTORE_CR and support CR unspillsHal Finkel2011-12-065-28/+89
* remove old FIXMEHal Finkel2011-12-061-1/+0
* Check the correct value for small stack sizes. Also modify some comments.Bill Wendling2011-12-061-5/+8
* For a small sized stack, we encode that value directly with no "stack adjust"...Bill Wendling2011-12-061-1/+3
* PTX: Continue to fix up the register mess.Justin Holewinski2011-12-067-139/+260
* PTX: Encode registers as unsigned values in the MC asm printer instead of usi...Justin Holewinski2011-12-064-14/+88
* use space star instead of star spaceSebastian Pop2011-12-061-9/+9
* add missing point at the end of sentencesSebastian Pop2011-12-061-6/+6
* Simplify common predecessor finding.Benjamin Kramer2011-12-061-24/+10
* Push StringRefs through the metadata interface.Benjamin Kramer2011-12-063-4/+4
* Add X86ISD::HADD/HSUB to getTargetNodeNameCraig Topper2011-12-061-0/+2
* Fix a bunch of SSE/AVX patterns to use v2i64/v4i64 loads since all other inte...Craig Topper2011-12-061-62/+63
* Merge floating point and integer UNPCK X86ISD node types.Craig Topper2011-12-064-167/+104
* Clean up some of the shuffle decoding code for UNPCK instructions. Add instru...Craig Topper2011-12-064-84/+157
* ARM mode 'mul' operand ordering tweak.Jim Grosbach2011-12-061-1/+1
* Thumb2: MUL two-operand form encoding operand order fix.Jim Grosbach2011-12-061-1/+1
* Merge isSHUFPMask and isCommutedSHUFPMask into single function that can do bo...Craig Topper2011-12-061-140/+37
* Thumb2 encoding choice correction for PLD.Jim Grosbach2011-12-061-2/+2