aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-16Temporarily turn off anti-dependency checkingPreston Gurd
2012-04-16Add files which were not included by commit 154868.Preston Gurd
2012-04-16Relax this test a touch to cope with different assembly variants.Chandler Carruth
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston Gurd
2012-04-16Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth
2012-04-16MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach
2012-04-16ARM handle :lower16: and :upper16: after a '#' prefix.Jim Grosbach
2012-04-16FileCheckize these tests.Jakob Stoklund Olesen
2012-04-16Forgot to remove fast math metadata from the release notes.Duncan Sands
2012-04-16Disable code placement for this test.Jakob Stoklund Olesen
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands
2012-04-16Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith
2012-04-16This patch fixes 3 problems:Akira Hatanaka
2012-04-16Remove unused variableDavid Blaikie
2012-04-16ARM assembly two-operand forms for VRSHL.Jim Grosbach
2012-04-16Tidy up. Test formatting.Jim Grosbach
2012-04-16Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka
2012-04-16Describe Polly as a 'Polyhedral Optimizer'Tobias Grosser
2012-04-16Add Polly news to the release notesTobias Grosser
2012-04-16ARM two-operand aliases for VRHADD instructions.Jim Grosbach
2012-04-16Tidy up. Testcase formatting.Jim Grosbach
2012-04-16Link to the autovectorization EuroLLVM slides in the release notes.Hal Finkel
2012-04-16Hexagon V5 (Floating Point) Support.Sirish Pande
2012-04-16Move to X86 directory because this fails on non-X86 platforms.Bill Wendling
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2012-04-16Remove an overly brittle test. This test will no longer be interestingChandler Carruth
2012-04-16Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands
2012-04-16Add a somewhat hacky heuristic to do something different from whole-loopChandler Carruth
2012-04-16Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands
2012-04-16Fix style violation in BBVectorize (pointed out by Bill Wendling)Hal Finkel
2012-04-16Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton
2012-04-16Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola
2012-04-16Tweak the loop rotation logic to check whether the loop is naturallyChandler Carruth
2012-04-16Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer
2012-04-16Documentation fixes to LLVMBuild.html [PR 11563]Eli Bendersky
2012-04-16Revert r154800 which breaks windows builders.Argyrios Kyrtzidis
2012-04-16Replace vpermd/vpermps intrinic patterns with custom lowering to target speci...Craig Topper
2012-04-16Add reverseColor to raw_ostream.Argyrios Kyrtzidis
2012-04-16Change type profile for vpermv back to using operand type for the mask argume...Craig Topper
2012-04-16Flip the arguments when converting vpermd/vpermps intrinsics into instruction...Craig Topper
2012-04-16Add credit and release notes for r150307. By Kai Nacke.Bill Wendling
2012-04-16Add a Fixme.Bill Wendling
2012-04-16add configure flag --with-default-sysrootSebastian Pop
2012-04-16Say something about -vectorize in the release notes.Hal Finkel
2012-04-16Simplify checking for pointer types in BBVectorize (this change was suggested...Hal Finkel
2012-04-16Remove dead SD nodes after the combining pass. Fixes PR12201.Hal Finkel
2012-04-16Rewrite how machine block placement handles loop rotation.Chandler Carruth
2012-04-16Merge vpermps/vpermd and vpermpd/vpermq SD nodes.Craig Topper
2012-04-16Fix SDTypeProfile for vpermps. The mask operand should be v8i32.Craig Topper