aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding operator== for document_iterator.Manuel Klimek2012-04-171-1/+4
* Force cmov on test so block placement doesn't shuffle the code around.Benjamin Kramer2012-04-171-1/+1
* Remove unused CCIfSubtarget.Jay Foad2012-04-174-16/+0
* Unbreak the MSVC build, that next() thing again.Francois Pichet2012-04-171-1/+1
* Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.James Molloy2012-04-172-8/+58
* Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer2012-04-173-6/+6
* Test cases that assume layout should use -disable-code-place.Andrew Trick2012-04-171-0/+174
* Don't decode vperm2i128 or vperm2f128 into a shuffle if bit 3 or 7 of the imm...Craig Topper2012-04-172-0/+4
* Download and build the compiler-rt project.Bill Wendling2012-04-171-1/+4
* SlotIndexes used to store the index list in a crufty custom linked-list. I can'tLang Hames2012-04-172-162/+98
* Typo in an unused field.Andrew Trick2012-04-171-1/+1
* Update woefully stale credits entry. Everything listed there had beenChandler Carruth2012-04-171-1/+3
* Add a stub about the inline cost rewrite.Chandler Carruth2012-04-171-0/+3
* Add a stub for block placement pass. This needs fleshing out w/ detailsChandler Carruth2012-04-171-0/+12
* Don't tag libcxx and libcxxabi since we don't release them just yet.Bill Wendling2012-04-171-2/+2
* Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby2012-04-173-7/+76
* temporarily XFAIL this test until post RAPreston Gurd2012-04-171-0/+1
* Tidy up. 80 columns.Jim Grosbach2012-04-171-7/+9
* Typo.Eric Christopher2012-04-161-1/+1
* Make comment here more clear.Eric Christopher2012-04-161-3/+4
* Disable the atom scheduling test after r154874 broke it.Chandler Carruth2012-04-161-0/+3
* ARM two-operand forms for vhadd and vhsub instructions.Jim Grosbach2012-04-163-0/+115
* Temporarily turn off anti-dependency checkingPreston Gurd2012-04-161-1/+3
* Add files which were not included by commit 154868.Preston Gurd2012-04-163-0/+316
* Relax this test a touch to cope with different assembly variants.Chandler Carruth2012-04-161-1/+1
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-169-34/+235
* 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