aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-17Typo.Chad Rosier
2012-04-17Sanity check error handling for TokenAlias.Jim Grosbach
2012-04-17Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev
2012-04-17platform support for counting column widths and checking isprintSeth Cantrell
2012-04-17Delete latter half of CMakeLists.txt.Akira Hatanaka
2012-04-17Add disassembler to MIPS. Akira Hatanaka
2012-04-17Goodbye, JSONParser...Manuel Klimek
2012-04-17Adding operator== for document_iterator.Manuel Klimek
2012-04-17Force cmov on test so block placement doesn't shuffle the code around.Benjamin Kramer
2012-04-17Remove unused CCIfSubtarget.Jay Foad
2012-04-17Unbreak the MSVC build, that next() thing again.Francois Pichet
2012-04-17Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.James Molloy
2012-04-17Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer
2012-04-17Test cases that assume layout should use -disable-code-place.Andrew Trick
2012-04-17Don't decode vperm2i128 or vperm2f128 into a shuffle if bit 3 or 7 of the imm...Craig Topper
2012-04-17Download and build the compiler-rt project.Bill Wendling
2012-04-17SlotIndexes used to store the index list in a crufty custom linked-list. I can'tLang Hames
2012-04-17Typo in an unused field.Andrew Trick
2012-04-17Update woefully stale credits entry. Everything listed there had beenChandler Carruth
2012-04-17Add a stub about the inline cost rewrite.Chandler Carruth
2012-04-17Add a stub for block placement pass. This needs fleshing out w/ detailsChandler Carruth
2012-04-17Don't tag libcxx and libcxxabi since we don't release them just yet.Bill Wendling
2012-04-17Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby
2012-04-17temporarily XFAIL this test until post RAPreston Gurd
2012-04-17Tidy up. 80 columns.Jim Grosbach
2012-04-16Typo.Eric Christopher
2012-04-16Make comment here more clear.Eric Christopher
2012-04-16Disable the atom scheduling test after r154874 broke it.Chandler Carruth
2012-04-16ARM two-operand forms for vhadd and vhsub instructions.Jim Grosbach
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