aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-18FileCheckizeJakob Stoklund Olesen
2012-04-18Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen
2012-04-18Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga
2012-04-18Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga
2012-04-18Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga
2012-04-18Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga
2012-04-18Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga
2012-04-18SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer
2012-04-18Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky
2012-04-18A bit of cleanup in the TestingGuide doc - dg.exp files no longer existEli Bendersky
2012-04-18Some formatting and grammar fixes in the FileCheck documentationEli Bendersky
2012-04-18Use a heavy hammer to fix PR12573.Bill Wendling
2012-04-18Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper
2012-04-18loop-reduce: Add an early bailout to catch extremely large loops.Andrew Trick
2012-04-18fix error check in assertSeth Cantrell
2012-04-18FileCheckify, un-XFAIL SimplifyLibCalls/floor testJoe Groff
2012-04-18Move win32 SimplifyLibcall test under TransformsJoe Groff
2012-04-17C++ has newlines at the end of files (including include files).David Blaikie
2012-04-17fix pr12559: mark unavailable win32 math libcallsJoe Groff
2012-04-17allow opt to take a -mtriple optionJoe Groff
2012-04-17Fixes a problem in instruction selection with testing whether or not the Joel Jones
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