aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Comment and clarifying assert.Andrew Trick2011-09-021-0/+1
* No need to get fancy inserting a PHI node when the values are stored in stackBill Wendling2011-09-021-43/+15
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-022-1/+36
* Tidy up. Formatting.Jim Grosbach2011-09-024-16/+18
* Update comments to reflect reality.Bill Wendling2011-09-022-4/+2
* Tidy up. 80 columns.Jim Grosbach2011-09-021-4/+8
* Thumb2 parsing and encoding for AND (register).Jim Grosbach2011-09-021-1/+21
* Simplify by using isFullCopy().Jakob Stoklund Olesen2011-09-021-3/+1
* Revert r138826 until PR10834 can be fixed.Bill Wendling2011-09-021-1/+8
* Thumb2 parsing and encoding for ADD (register).Jim Grosbach2011-09-021-9/+14
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-023-1/+12
* Enable SCEV-based unrolling by default.Andrew Trick2011-09-021-3/+3
* Return undef value (instead of arbitrary) for wrong or undef index inJakub Staszak2011-09-021-4/+4
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-021-0/+4
* Compare type size instead of type _store_ size to make sure that BitCastInstJakub Staszak2011-09-021-2/+2
* Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.Kalle Raiskila2011-09-021-2/+2
* Perform the upgrading of the old EH to the new EH in a more sane manner.Bill Wendling2011-09-021-34/+113
* Merge the ARM disassembler header into the implementation file, since it is n...Owen Anderson2011-09-012-85/+54
* Fix 80 columns violations.Owen Anderson2011-09-011-449/+655
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-011-52/+43
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-0114-27/+45
* Null-initialize to shut up -Wuninitialized warnings.Eli Friedman2011-09-011-1/+1
* Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy2011-09-012-21/+36
* Reduce indentation. No functionality change.Bill Wendling2011-09-011-17/+18
* Change worklist driven deletion to be an iterative process.Bill Wendling2011-09-012-42/+12
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-011-7/+6
* Fix the build for us -Werror users.Nick Lewycky2011-09-012-37/+24
* Make isSafeToSpeculativelyExecute() return the right answer for some new inst...Eli Friedman2011-09-011-0/+4
* Permit remat of partial register defs when it is safe.Jakob Stoklund Olesen2011-09-011-5/+10
* ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.Jim Grosbach2011-09-011-1/+1
* Fix vbroadcast matching logic to early unmatch if the node doesn't haveBruno Cardoso Lopes2011-09-011-1/+5
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-013-612/+627
* t2Bcc is allowed to have a predicate without a preceding IT instruction.Owen Anderson2011-09-011-1/+2
* Revert r138794, "Do not try to rematerialize a value from a partial definition."Jakob Stoklund Olesen2011-09-011-22/+1
* Prevent remat of partial register redefinitions.Jakob Stoklund Olesen2011-09-011-0/+9
* Teach MachineLICM reg pressure tracking code to deal with MVT::untyped. Sorry...Evan Cheng2011-09-011-27/+40
* Resubmit with fix. Properly remove the instructions except for landingpad, wh...Bill Wendling2011-09-011-9/+28
* Submitted this too early.Bill Wendling2011-09-011-5/+0
* Don't DCE the landingpad instruction.Bill Wendling2011-09-011-0/+5
* PreRA scheduler should avoid cloning compares.Andrew Trick2011-09-011-1/+35
* Don't forget to add the landingpad and resume instructions to the Instruction...Bill Wendling2011-09-011-0/+2
* Thumb2 assembly parsing and encoding for ADD(immediate).Jim Grosbach2011-09-012-6/+50
* Fixup for functions that return a bool.Chad Rosier2011-08-311-2/+2
* Static relocation model Thumb jump table interworking.Jim Grosbach2011-08-311-0/+5
* The asm parser currently selects the wrong encoding for non-conditional Thumb...Owen Anderson2011-08-312-5/+6
* Fix Size TypingDavid Greene2011-08-311-1/+1
* Thumb2 t2Bcc should encode as t2B when condition is 'always'.Jim Grosbach2011-08-311-0/+5
* Move more code around and duplicate AVX patterns: MOVHPS and MOVLPSBruno Cardoso Lopes2011-08-311-109/+216
* Move MOVAPS,MOVUPS patterns close to the instructions definitionBruno Cardoso Lopes2011-08-311-88/+92
* Remove "_Int" forms of MOVUPSmr and MOVAPSmrBruno Cardoso Lopes2011-08-311-16/+13