summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up warning text. Remove extraneous prefix.Jim Grosbach2012-04-181-4/+4
* TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.Jim Grosbach2012-04-181-12/+13
* Tidy up. Trailing whitespace.Jim Grosbach2012-04-181-2/+2
* TableGen add warning diagnostic helper functions.Jim Grosbach2012-04-182-0/+21
* FileCheckizeJakob Stoklund Olesen2012-04-181-2/+59
* Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen2012-04-181-1/+1
* Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga2012-04-184-2/+33
* Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga2012-04-182-5/+33
* Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga2012-04-184-4/+53
* Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga2012-04-183-1/+10
* Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga2012-04-182-2/+40
* SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer2012-04-182-4/+2
* Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky2012-04-182-26/+28
* A bit of cleanup in the TestingGuide doc - dg.exp files no longer existEli Bendersky2012-04-181-9/+9
* Some formatting and grammar fixes in the FileCheck documentationEli Bendersky2012-04-181-29/+29
* Use a heavy hammer to fix PR12573.Bill Wendling2012-04-181-0/+9
* Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper2012-04-183-25/+38
* loop-reduce: Add an early bailout to catch extremely large loops.Andrew Trick2012-04-181-0/+17
* fix error check in assertSeth Cantrell2012-04-181-1/+1
* FileCheckify, un-XFAIL SimplifyLibCalls/floor testJoe Groff2012-04-181-10/+31
* Move win32 SimplifyLibcall test under TransformsJoe Groff2012-04-181-0/+0
* C++ has newlines at the end of files (including include files).David Blaikie2012-04-171-1/+1
* fix pr12559: mark unavailable win32 math libcallsJoe Groff2012-04-174-18/+372
* allow opt to take a -mtriple optionJoe Groff2012-04-171-0/+7
* Fixes a problem in instruction selection with testing whether or not the Joel Jones2012-04-171-2/+3
* Typo.Chad Rosier2012-04-171-1/+1
* Sanity check error handling for TokenAlias.Jim Grosbach2012-04-171-0/+3
* Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev2012-04-171-2/+2
* platform support for counting column widths and checking isprintSeth Cantrell2012-04-176-0/+121
* Delete latter half of CMakeLists.txt.Akira Hatanaka2012-04-171-15/+0
* Add disassembler to MIPS. Akira Hatanaka2012-04-1721-93/+2914
* Goodbye, JSONParser...Manuel Klimek2012-04-1710-1056/+1
* 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