aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-0119-38/+80
* 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 test; sorry for any inconvenience.Eli Friedman2011-09-011-2/+2
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-012-7/+22
* Add missing newline.Eli Friedman2011-09-011-1/+1
* 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
* XFAIL this test on arm until the backend is fixed.Benjamin Kramer2011-09-011-0/+3
* This test depends on cmov being available.Benjamin Kramer2011-09-011-1/+1
* Permit remat of partial register defs when it is safe.Jakob Stoklund Olesen2011-09-012-5/+34
* ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.Jim Grosbach2011-09-012-1/+3
* Fix vbroadcast matching logic to early unmatch if the node doesn't haveBruno Cardoso Lopes2011-09-012-1/+15
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-014-615/+630
* t2Bcc is allowed to have a predicate without a preceding IT instruction.Owen Anderson2011-09-012-1/+8
* 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-012-0/+37
* Teach MachineLICM reg pressure tracking code to deal with MVT::untyped. Sorry...Evan Cheng2011-09-011-27/+40
* Update to new EH scheme.Bill Wendling2011-09-014-0/+14
* 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
* Update to new EH scheme.Bill Wendling2011-09-019-4/+49
* Update to new EH scheme.Bill Wendling2011-09-015-3/+27
* Update some tests to the new EH scheme.Bill Wendling2011-09-015-1/+27
* PreRA scheduler should avoid cloning compares.Andrew Trick2011-09-012-2/+44
* 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-014-8/+80
* Fixup for functions that return a bool.Chad Rosier2011-08-311-2/+2
* Reenable test.Bill Wendling2011-08-311-1/+0
* Revert accidental commitBill Wendling2011-08-311-6/+0
* Disable this test until Bill fixes it properly.Eli Friedman2011-08-311-0/+1
* 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
* Update to new EH scheme.Bill Wendling2011-08-313-1/+15
* Update to new EH scheme.Bill Wendling2011-08-311-1/+6
* Remove old declare statements.Bill Wendling2011-08-311-4/+0
* Update more tests to the new EH scheme.Bill Wendling2011-08-311-1/+1
* Update more tests to the new EH scheme.Bill Wendling2011-08-3117-2/+114
* Add tests for the transformations SCCP can do on atomic loads and stores (whi...Eli Friedman2011-08-311-0/+30
* Fix Size TypingDavid Greene2011-08-311-1/+1
* Revert r138894. This was failing on cmake-clang-i686-msvc10.Bill Wendling2011-08-311-3/+0
* 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
* Update more tests to the new EH scheme.Bill Wendling2011-08-316-12/+27
* Update the tests to the new EH scheme.Bill Wendling2011-08-315-5/+26