- 27745c1 whitespace by Andrew Trick · 13 years ago
- 0d77b9c Extract the broken part of XFAILed test into its own file. by Jakob Stoklund Olesen · 13 years ago
- d4824fc Fix typo. by Jim Grosbach · 13 years ago
- c007eff Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly by Kevin Enderby · 13 years ago
- 3b5b2a2 Don't crash on code where the user put __attribute__((constructor)) on by Dan Gohman · 13 years ago
- bdcfb76 Add a flag to rebranch if we need to. by Bill Wendling · 13 years ago
- 3709762 This reverts a long string of commits to the Hexagon backend. These by Chandler Carruth · 13 years ago
- 722b6f1 LiveIntervalUpdate validators weren't recorded after the calls to std::for_each. Turns out std::for_each doesn't update the variable passed in for the functor but instead copy constructs a new one. by Pete Cooper · 13 years ago
- 838b7a3 Document that StringMap iteration order is non-deterministic. by Jim Grosbach · 13 years ago
- b4b26f8 Revert "Replace some uses of std:map<std::string,...> with StringMap." by Jim Grosbach · 13 years ago
- 3cbcffc tblgen: remove duplicated newlines. by Benjamin Kramer · 13 years ago
- 325478d Replace some uses of std:map<std::string,...> with StringMap. by Jim Grosbach · 13 years ago
- 89f33fd SourceMgr: Colorize diagnostics. by Benjamin Kramer · 13 years ago
- a5b0685 Use SmallVector for the requirements on an InstAlias. by Jim Grosbach · 13 years ago
- 016c679 Tidy up. Formatting. by Jim Grosbach · 13 years ago
- a695349 Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRematerializable. by Akira Hatanaka · 13 years ago
- 9853b49 Delete blank line. by Akira Hatanaka · 13 years ago
- bfb4327 Move a few more warnings to use PrintWarning(). by Jim Grosbach · 13 years ago
- 37c53ff Tidy up. No need for a Twine here, as it's just constants. by Jim Grosbach · 13 years ago
- 723fc11 Formatting. by Jim Grosbach · 13 years ago
- 5bd9e0d Tidy up. Add a '.' at the end of the sentence. by Jim Grosbach · 13 years ago
- 28b810e Fix copy/paste-o. by Jim Grosbach · 13 years ago
- 7be4397 Clean up warning text. Remove extraneous prefix. by Jim Grosbach · 13 years ago
- 9b29ea4 TableGen use PrintWarning rather than fprintf(stderr,...) for warnings. by Jim Grosbach · 13 years ago
- 4b18691 Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
- 97c02bf TableGen add warning diagnostic helper functions. by Jim Grosbach · 13 years ago
- f5782e2 FileCheckize by Jakob Stoklund Olesen · 13 years ago
- 377bf1a Nobody likes shifty instructions, but that was a bit strong. by Jakob Stoklund Olesen · 13 years ago
- 35ee7d2 Added support for disassembling unpredictable swp/swpb ARM instructions. by Silviu Baranga · 13 years ago
- 6b9f97dd Fix the bahavior of the disassembler when decoding unpredictable mrs instructions on ARM. Now the diasassembler emmits warnings instead of errors. by Silviu Baranga · 13 years ago
- fa1ebc6 Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the disassembler. Since the upredicability conditions are complex, C++ code was added to handle them. by Silviu Baranga · 13 years ago
- e546c4c Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocessor number was removed for this instruction. by Silviu Baranga · 13 years ago
- 9e71231 Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instructions in the disassembler. by Silviu Baranga · 13 years ago
- 4bb87cb SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing a bad one ourselves. by Benjamin Kramer · 13 years ago
- 9a14841 Move the JIT flags from llc to lli. These flags showed up as part of moving by Nick Lewycky · 13 years ago
- ecc754d A bit of cleanup in the TestingGuide doc - dg.exp files no longer exist by Eli Bendersky · 13 years ago
- b89ea68 Some formatting and grammar fixes in the FileCheck documentation by Eli Bendersky · 13 years ago
- 1356041 Use a heavy hammer to fix PR12573. by Bill Wendling · 13 years ago
- a963c81 Remove AVX vpermil intrinsics. I removed their uses from clang headers and builtins a while back. by Craig Topper · 13 years ago
- b512263 loop-reduce: Add an early bailout to catch extremely large loops. by Andrew Trick · 13 years ago
- 575fcb3 fix error check in assert by Seth Cantrell · 13 years ago
- 41c3e9a FileCheckify, un-XFAIL SimplifyLibCalls/floor test Fixes build on MSVC by Joe Groff · 13 years ago
- d15c581 Move win32 SimplifyLibcall test under Transforms by Joe Groff · 13 years ago
- b0616a5 C++ has newlines at the end of files (including include files). by David Blaikie · 13 years ago
- d5bda5e fix pr12559: mark unavailable win32 math libcalls by Joe Groff · 13 years ago
- e652b52 allow opt to take a -mtriple option by Joe Groff · 13 years ago
- d16ce17 Fixes a problem in instruction selection with testing whether or not the by Joel Jones · 13 years ago
- 3f5966b Typo. by Chad Rosier · 13 years ago
- 67cd20d Sanity check error handling for TokenAlias. by Jim Grosbach · 13 years ago
- ab42733 Fix incorrect call of resolveRelocation() for ARM ELF stub relocations. by Danil Malyshev · 13 years ago
- fdc97cd platform support for counting column widths and checking isprint by Seth Cantrell · 13 years ago
- b907570 Delete latter half of CMakeLists.txt. by Akira Hatanaka · 13 years ago
- ecdc9d5 Add disassembler to MIPS. by Akira Hatanaka · 13 years ago
- 61c3d30 Goodbye, JSONParser... by Manuel Klimek · 13 years ago
- 388774c Adding operator== for document_iterator. by Manuel Klimek · 13 years ago
- 93751c8 Force cmov on test so block placement doesn't shuffle the code around. by Benjamin Kramer · 13 years ago
- ef1a3a2 Remove unused CCIfSubtarget. by Jay Foad · 13 years ago
- d2bfce1 Unbreak the MSVC build, that next() thing again. by Francois Pichet · 13 years ago
- 72aadc0 Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON. by James Molloy · 13 years ago
- 86df062 Revert "SCEV: When expanding a GEP the final addition to the base pointer has NUW but not NSW." by Benjamin Kramer · 13 years ago
- 8ca441a Test cases that assume layout should use -disable-code-place. by Andrew Trick · 13 years ago
- 2091df3 Don't decode vperm2i128 or vperm2f128 into a shuffle if bit 3 or 7 of the immediate is set. by Craig Topper · 13 years ago
- e457626 Download and build the compiler-rt project. by Bill Wendling · 13 years ago
- 613dfb2 SlotIndexes used to store the index list in a crufty custom linked-list. I can't by Lang Hames · 13 years ago
- 33d9e89 Typo in an unused field. by Andrew Trick · 13 years ago
- 03565ed Update woefully stale credits entry. Everything listed there had been by Chandler Carruth · 13 years ago
- c76c94f Add a stub about the inline cost rewrite. by Chandler Carruth · 13 years ago
- 268fde4 Add a stub for block placement pass. This needs fleshing out w/ details by Chandler Carruth · 13 years ago
- 6d9cf6c Don't tag libcxx and libcxxabi since we don't release them just yet. by Bill Wendling · 13 years ago
- c5a2a33 Fix ARM disassembly of VLD2 (single 2-element structure to all lanes) by Kevin Enderby · 13 years ago
- 8975f51 by Preston Gurd · 13 years ago
- 65da6fc Tidy up. 80 columns. by Jim Grosbach · 13 years ago
- cf84d86 Typo. by Eric Christopher · 13 years ago
- e9722e1 Make comment here more clear. by Eric Christopher · 13 years ago
- fd2e4e6 Disable the atom scheduling test after r154874 broke it. by Chandler Carruth · 13 years ago
- bf42f24 ARM two-operand forms for vhadd and vhsub instructions. by Jim Grosbach · 13 years ago
- f232937 Temporarily turn off anti-dependency checking by Preston Gurd · 13 years ago
- 482f878 Add files which were not included by commit 154868. by Preston Gurd · 13 years ago
- 177bea5 Relax this test a touch to cope with different assembly variants. by Chandler Carruth · 13 years ago
- 689ff9c Implement GDB integration for source level debugging of code JITed using by Preston Gurd · 13 years ago
- f1a60c7 Fix updateTerminator to be resiliant to degenerate terminators where by Chandler Carruth · 13 years ago
- 68f89a6 MC assembly parser handling for trailing comma in macro instantiation. by Jim Grosbach · 13 years ago
- b8768dc ARM handle :lower16: and :upper16: after a '#' prefix. by Jim Grosbach · 13 years ago
- 39ac325 FileCheckize these tests. by Jakob Stoklund Olesen · 13 years ago
- 7489765 Forgot to remove fast math metadata from the release notes. by Duncan Sands · 13 years ago
- fbefc91 Disable code placement for this test. by Jakob Stoklund Olesen · 13 years ago
- 2867c85 Remove support for the special 'fast' value for fpmath accuracy for the moment. by Duncan Sands · 13 years ago
- 2c651fe Fix incorrect atomics codegen introduced in r154705, and extend test to catch it. by Richard Smith · 13 years ago
- 1fbfea7 This patch fixes 3 problems: by Akira Hatanaka · 13 years ago
- 8834559 Remove unused variable by David Blaikie · 13 years ago
- 199366a ARM assembly two-operand forms for VRSHL. by Jim Grosbach · 13 years ago
- 695eca6 Tidy up. Test formatting. by Jim Grosbach · 13 years ago
- 3ef7edc Do not add offset in applyFixup. This has already been accounted for in Value. by Akira Hatanaka · 13 years ago
- 99a0b28 Describe Polly as a 'Polyhedral Optimizer' by Tobias Grosser · 13 years ago
- 76213b8 Add Polly news to the release notes by Tobias Grosser · 13 years ago
- 705e257 ARM two-operand aliases for VRHADD instructions. by Jim Grosbach · 13 years ago
- dbd6ba3 Tidy up. Testcase formatting. by Jim Grosbach · 13 years ago
- 12c10b3 Link to the autovectorization EuroLLVM slides in the release notes. by Hal Finkel · 13 years ago
- 87eb92d Hexagon V5 (Floating Point) Support. by Sirish Pande · 13 years ago
- 57ca13e Move to X86 directory because this fails on non-X86 platforms. by Bill Wendling · 13 years ago