| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't crash on code where the user put __attribute__((constructor)) on | Dan Gohman | 2012-04-18 | 1 | -1/+5 |
* | Add a flag to rebranch if we need to. | Bill Wendling | 2012-04-18 | 1 | -4/+14 |
* | This reverts a long string of commits to the Hexagon backend. These | Chandler Carruth | 2012-04-18 | 39 | -13677/+2375 |
* | LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea... | Pete Cooper | 2012-04-18 | 1 | -6/+6 |
* | Document that StringMap iteration order is non-deterministic. | Jim Grosbach | 2012-04-18 | 1 | -0/+3 |
* | Revert "Replace some uses of std:map<std::string,...> with StringMap." | Jim Grosbach | 2012-04-18 | 1 | -6/+6 |
* | tblgen: remove duplicated newlines. | Benjamin Kramer | 2012-04-18 | 3 | -6/+6 |
* | Replace some uses of std:map<std::string,...> with StringMap. | Jim Grosbach | 2012-04-18 | 1 | -6/+6 |
* | SourceMgr: Colorize diagnostics. | Benjamin Kramer | 2012-04-18 | 2 | -9/+46 |
* | Use SmallVector for the requirements on an InstAlias. | Jim Grosbach | 2012-04-18 | 1 | -1/+1 |
* | Tidy up. Formatting. | Jim Grosbach | 2012-04-18 | 1 | -2/+3 |
* | Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri... | Akira Hatanaka | 2012-04-18 | 1 | -1/+5 |
* | Delete blank line. | Akira Hatanaka | 2012-04-18 | 1 | -1/+0 |
* | Move a few more warnings to use PrintWarning(). | Jim Grosbach | 2012-04-18 | 2 | -7/+9 |
* | Tidy up. No need for a Twine here, as it's just constants. | Jim Grosbach | 2012-04-18 | 1 | -4/+4 |
* | Formatting. | Jim Grosbach | 2012-04-18 | 1 | -3/+2 |
* | Tidy up. Add a '.' at the end of the sentence. | Jim Grosbach | 2012-04-18 | 1 | -1/+1 |
* | Fix copy/paste-o. | Jim Grosbach | 2012-04-18 | 1 | -1/+1 |
* | Clean up warning text. Remove extraneous prefix. | Jim Grosbach | 2012-04-18 | 1 | -4/+4 |
* | TableGen use PrintWarning rather than fprintf(stderr,...) for warnings. | Jim Grosbach | 2012-04-18 | 1 | -12/+13 |
* | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-04-18 | 1 | -2/+2 |
* | TableGen add warning diagnostic helper functions. | Jim Grosbach | 2012-04-18 | 2 | -0/+21 |
* | FileCheckize | Jakob Stoklund Olesen | 2012-04-18 | 1 | -2/+59 |
* | Nobody likes shifty instructions, but that was a bit strong. | Jakob Stoklund Olesen | 2012-04-18 | 1 | -1/+1 |
* | Added support for disassembling unpredictable swp/swpb ARM instructions. | Silviu Baranga | 2012-04-18 | 4 | -2/+33 |
* | Fix the bahavior of the disassembler when decoding unpredictable mrs instruct... | Silviu Baranga | 2012-04-18 | 2 | -5/+33 |
* | Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ... | Silviu Baranga | 2012-04-18 | 4 | -4/+53 |
* | Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess... | Silviu Baranga | 2012-04-18 | 3 | -1/+10 |
* | Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct... | Silviu Baranga | 2012-04-18 | 2 | -2/+40 |
* | SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ... | Benjamin Kramer | 2012-04-18 | 2 | -4/+2 |
* | Move the JIT flags from llc to lli. These flags showed up as part of moving | Nick Lewycky | 2012-04-18 | 2 | -26/+28 |
* | A bit of cleanup in the TestingGuide doc - dg.exp files no longer exist | Eli Bendersky | 2012-04-18 | 1 | -9/+9 |
* | Some formatting and grammar fixes in the FileCheck documentation | Eli Bendersky | 2012-04-18 | 1 | -29/+29 |
* | Use a heavy hammer to fix PR12573. | Bill Wendling | 2012-04-18 | 1 | -0/+9 |
* | Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu... | Craig Topper | 2012-04-18 | 3 | -25/+38 |
* | loop-reduce: Add an early bailout to catch extremely large loops. | Andrew Trick | 2012-04-18 | 1 | -0/+17 |
* | fix error check in assert | Seth Cantrell | 2012-04-18 | 1 | -1/+1 |
* | FileCheckify, un-XFAIL SimplifyLibCalls/floor test | Joe Groff | 2012-04-18 | 1 | -10/+31 |
* | Move win32 SimplifyLibcall test under Transforms | Joe Groff | 2012-04-18 | 1 | -0/+0 |
* | C++ has newlines at the end of files (including include files). | David Blaikie | 2012-04-17 | 1 | -1/+1 |
* | fix pr12559: mark unavailable win32 math libcalls | Joe Groff | 2012-04-17 | 4 | -18/+372 |
* | allow opt to take a -mtriple option | Joe Groff | 2012-04-17 | 1 | -0/+7 |
* | Fixes a problem in instruction selection with testing whether or not the | Joel Jones | 2012-04-17 | 1 | -2/+3 |
* | Typo. | Chad Rosier | 2012-04-17 | 1 | -1/+1 |
* | Sanity check error handling for TokenAlias. | Jim Grosbach | 2012-04-17 | 1 | -0/+3 |
* | Fix incorrect call of resolveRelocation() for ARM ELF stub relocations. | Danil Malyshev | 2012-04-17 | 1 | -2/+2 |
* | platform support for counting column widths and checking isprint | Seth Cantrell | 2012-04-17 | 6 | -0/+121 |
* | Delete latter half of CMakeLists.txt. | Akira Hatanaka | 2012-04-17 | 1 | -15/+0 |
* | Add disassembler to MIPS. | Akira Hatanaka | 2012-04-17 | 21 | -93/+2914 |
* | Goodbye, JSONParser... | Manuel Klimek | 2012-04-17 | 10 | -1056/+1 |