aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth2012-04-163-9/+31
* MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach2012-04-162-5/+29
* ARM handle :lower16: and :upper16: after a '#' prefix.Jim Grosbach2012-04-161-13/+17
* FileCheckize these tests.Jakob Stoklund Olesen2012-04-162-6/+23
* Forgot to remove fast math metadata from the release notes.Duncan Sands2012-04-161-3/+0
* Disable code placement for this test.Jakob Stoklund Olesen2012-04-161-1/+2
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-168-83/+10
* Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith2012-04-162-5/+10
* This patch fixes 3 problems:Akira Hatanaka2012-04-161-10/+10
* Remove unused variableDavid Blaikie2012-04-161-1/+0
* ARM assembly two-operand forms for VRSHL.Jim Grosbach2012-04-162-1/+71
* Tidy up. Test formatting.Jim Grosbach2012-04-161-53/+64
* Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka2012-04-162-4/+24
* Describe Polly as a 'Polyhedral Optimizer'Tobias Grosser2012-04-161-1/+1
* Add Polly news to the release notesTobias Grosser2012-04-161-0/+30
* ARM two-operand aliases for VRHADD instructions.Jim Grosbach2012-04-162-0/+59
* Tidy up. Testcase formatting.Jim Grosbach2012-04-161-13/+14
* Link to the autovectorization EuroLLVM slides in the release notes.Hal Finkel2012-04-161-1/+3
* Hexagon V5 (Floating Point) Support.Sirish Pande2012-04-1620-1814/+4917
* Move to X86 directory because this fails on non-X86 platforms.Bill Wendling2012-04-161-3/+1
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-1610-86/+282
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-1632-83/+104
* Remove an overly brittle test. This test will no longer be interestingChandler Carruth2012-04-161-174/+0
* Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands2012-04-161-21/+0
* Add a somewhat hacky heuristic to do something different from whole-loopChandler Carruth2012-04-162-8/+83
* Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands2012-04-161-5/+27
* Fix style violation in BBVectorize (pointed out by Bill Wendling)Hal Finkel2012-04-161-3/+3
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-164-175/+81
* Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola2012-04-165-18/+5
* Tweak the loop rotation logic to check whether the loop is naturallyChandler Carruth2012-04-162-13/+83
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-165-0/+58
* Documentation fixes to LLVMBuild.html [PR 11563]Eli Bendersky2012-04-161-4/+4
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-165-59/+0
* Replace vpermd/vpermps intrinic patterns with custom lowering to target speci...Craig Topper2012-04-162-18/+14
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-165-0/+59
* Change type profile for vpermv back to using operand type for the mask argume...Craig Topper2012-04-162-5/+5
* Flip the arguments when converting vpermd/vpermps intrinsics into instruction...Craig Topper2012-04-161-3/+3
* Add credit and release notes for r150307. By Kai Nacke.Bill Wendling2012-04-162-0/+5
* Add a Fixme.Bill Wendling2012-04-161-0/+2
* add configure flag --with-default-sysrootSebastian Pop2012-04-164-5/+27
* Say something about -vectorize in the release notes.Hal Finkel2012-04-161-0/+3
* Simplify checking for pointer types in BBVectorize (this change was suggested...Hal Finkel2012-04-161-5/+2
* Remove dead SD nodes after the combining pass. Fixes PR12201.Hal Finkel2012-04-162-0/+47
* Rewrite how machine block placement handles loop rotation.Chandler Carruth2012-04-162-69/+196
* Merge vpermps/vpermd and vpermpd/vpermq SD nodes.Craig Topper2012-04-164-31/+20
* Fix SDTypeProfile for vpermps. The mask operand should be v8i32.Craig Topper2012-04-161-2/+4
* Spacing fixes and 80 column fixes. Use 0 instead of 0x80 for undef indices in...Craig Topper2012-04-151-9/+12
* Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper2012-04-153-39/+8
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-153-5/+2
* Fix class name.Jakub Staszak2012-04-151-1/+1