Age | Commit message (Expand) | Author | Files | Lines |
2012-04-18 | Creating release_31 branchllvmorg-3.1.0-rc1 | Bill Wendling | 7270 | -1069968/+0 |
2012-04-18 | Add a flag to rebranch if we need to. | Bill Wendling | 1 | -4/+14 |
2012-04-18 | Revert some Hexagon builtin commits to match reverts done to LLVM in | Chandler Carruth | 5 | -1628/+829 |
2012-04-18 | This reverts a long string of commits to the Hexagon backend. These | Chandler Carruth | 39 | -13677/+2375 |
2012-04-18 | Make sure EmulateInstructionARM doesn't have to have "armv4", "armv6", "armv7... | Greg Clayton | 1 | -4/+4 |
2012-04-18 | Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag... | Howard Hinnant | 1 | -2/+2 |
2012-04-18 | LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea... | Pete Cooper | 1 | -6/+6 |
2012-04-18 | Document that StringMap iteration order is non-deterministic. | Jim Grosbach | 1 | -0/+3 |
2012-04-18 | Revert "Replace some uses of std:map<std::string,...> with StringMap." | Jim Grosbach | 1 | -6/+6 |
2012-04-18 | tblgen: remove duplicated newlines. | Benjamin Kramer | 3 | -6/+6 |
2012-04-18 | Replace some uses of std:map<std::string,...> with StringMap. | Jim Grosbach | 1 | -6/+6 |
2012-04-18 | objective-c: Issue diagnostic when an implicit | Fariborz Jahanian | 2 | -3/+50 |
2012-04-18 | SourceMgr: Colorize diagnostics. | Benjamin Kramer | 2 | -9/+46 |
2012-04-18 | Use SmallVector for the requirements on an InstAlias. | Jim Grosbach | 1 | -1/+1 |
2012-04-18 | Tidy up. Formatting. | Jim Grosbach | 1 | -2/+3 |
2012-04-18 | Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri... | Akira Hatanaka | 1 | -1/+5 |
2012-04-18 | Delete blank line. | Akira Hatanaka | 1 | -1/+0 |
2012-04-18 | Move a few more warnings to use PrintWarning(). | Jim Grosbach | 2 | -7/+9 |
2012-04-18 | Tidy up. No need for a Twine here, as it's just constants. | Jim Grosbach | 1 | -4/+4 |
2012-04-18 | Formatting. | Jim Grosbach | 1 | -3/+2 |
2012-04-18 | Tidy up. Add a '.' at the end of the sentence. | Jim Grosbach | 1 | -1/+1 |
2012-04-18 | Fix copy/paste-o. | Jim Grosbach | 1 | -1/+1 |
2012-04-18 | Clean up warning text. Remove extraneous prefix. | Jim Grosbach | 1 | -4/+4 |
2012-04-18 | TableGen use PrintWarning rather than fprintf(stderr,...) for warnings. | Jim Grosbach | 1 | -12/+13 |
2012-04-18 | Tidy up. Trailing whitespace. | Jim Grosbach | 1 | -2/+2 |
2012-04-18 | TableGen add warning diagnostic helper functions. | Jim Grosbach | 2 | -0/+21 |
2012-04-18 | Suppress -Wunused-variable warning in -Asserts build | Matt Beaumont-Gay | 1 | -1/+1 |
2012-04-18 | FileCheckize | Jakob Stoklund Olesen | 1 | -2/+59 |
2012-04-18 | Nobody likes shifty instructions, but that was a bit strong. | Jakob Stoklund Olesen | 1 | -1/+1 |
2012-04-18 | VerifyICE: Pass PartialDiagnostics by reference. | Benjamin Kramer | 2 | -7/+8 |
2012-04-18 | Added support for disassembling unpredictable swp/swpb ARM instructions. | Silviu Baranga | 4 | -2/+33 |
2012-04-18 | Fix the bahavior of the disassembler when decoding unpredictable mrs instruct... | Silviu Baranga | 2 | -5/+33 |
2012-04-18 | Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ... | Silviu Baranga | 4 | -4/+53 |
2012-04-18 | Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess... | Silviu Baranga | 3 | -1/+10 |
2012-04-18 | Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct... | Silviu Baranga | 2 | -2/+40 |
2012-04-18 | MIPS: Followup to r154606. Expand list of accepted MIPS target features in th... | Simon Atanasyan | 1 | -1/+4 |
2012-04-18 | fix GCC version comparison wrt. equal patch suffices (and squash two typos) | Gabor Greif | 1 | -2/+3 |
2012-04-18 | SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ... | Benjamin Kramer | 2 | -4/+2 |
2012-04-18 | Move the JIT flags from llc to lli. These flags showed up as part of moving | Nick Lewycky | 2 | -26/+28 |
2012-04-18 | A bit of cleanup in the TestingGuide doc - dg.exp files no longer exist | Eli Bendersky | 1 | -9/+9 |
2012-04-18 | Some formatting and grammar fixes in the FileCheck documentation | Eli Bendersky | 1 | -29/+29 |
2012-04-18 | Adds a FixedCompilationDatabase to be able to specify tool parameters | Manuel Klimek | 5 | -9/+170 |
2012-04-18 | Use a heavy hammer to fix PR12573. | Bill Wendling | 1 | -0/+9 |
2012-04-18 | Fix bad typo reported by I-Jui Sung. | Ted Kremenek | 1 | -1/+1 |
2012-04-18 | Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu... | Craig Topper | 3 | -25/+38 |
2012-04-18 | Added an iOS local debugging optimization when reading the __LINKEDIT section... | Greg Clayton | 1 | -11/+51 |
2012-04-18 | loop-reduce: Add an early bailout to catch extremely large loops. | Andrew Trick | 1 | -0/+17 |
2012-04-18 | As per John McCall comment: | Francois Pichet | 1 | -4/+4 |
2012-04-18 | fix display of source lines with null characters | Seth Cantrell | 2 | -2/+5 |
2012-04-18 | Nicer display of unprintable source, and fix caret display for non-ascii text | Seth Cantrell | 6 | -166/+480 |