Age | Commit message (Expand) | Author | Files | Lines |
2013-02-26 | Unify clang/llvm attributes for asan/tsan/msan (LLVM part) | Kostya Serebryany | 1 | -6/+6 |
2013-02-20 | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling | 3 | -27/+33 |
2013-02-12 | Test for string attributes and for attribute group output. | Bill Wendling | 1 | -0/+28 |
2013-02-11 | [tsan/msan] adding thread_safety and uninitialized_checks attributes | Kostya Serebryany | 1 | -0/+10 |
2012-10-11 | Change encoding of instruction operands in bitcode binaries to be relative | Jan Wen Voung | 1 | -0/+49 |
2012-09-21 | BitcodeReader: Correctly insert blockaddress constant referring to a already ... | Benjamin Kramer | 1 | -0/+15 |
2012-07-18 | More replacing of target-dependent intrinsics with target-indepdent | Joel Jones | 1 | -1/+10 |
2012-07-13 | This is one of the first steps at moving to replace target-dependent | Joel Jones | 1 | -0/+12 |
2012-07-11 | Fixed diff comparison. | Stepan Dyatkovskiy | 1 | -1/+1 |
2012-07-02 | Make tests which first provide a negative assertion via 'not', then | Chandler Carruth | 1 | -1/+2 |
2012-06-10 | Add AutoUpgrade support for the SSE4 ptest intrinsics. | Nadav Rotem | 2 | -0/+44 |
2012-05-28 | PR12696: Attribute bits above 1<<30 are not encoded in bitcode | Meador Inge | 1 | -0/+164 |
2012-05-12 | Recommited r156374 with critical fixes in BitcodeReader/Writer: | Stepan Dyatkovskiy | 1 | -0/+33 |
2012-05-08 | Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build... | Stepan Dyatkovskiy | 1 | -33/+0 |
2012-05-08 | Ordinary patch for PR1255. | Stepan Dyatkovskiy | 1 | -0/+33 |
2012-04-08 | FileCheckize these testcases. | Bill Wendling | 1 | -1/+3 |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2 | -3/+1 |
2011-11-27 | remove some old autoupgrade logic | Chris Lattner | 1 | -44/+0 |
2011-11-27 | remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b... | Chris Lattner | 6 | -14/+0 |
2011-10-26 | The bitcode reader can create an shuffle with a place holder mask which it will | Mon P Wang | 1 | -0/+31 |
2011-10-25 | Add a few test cases to ensure the bitcode reader is backward compatible with | Chad Rosier | 4 | -0/+10 |
2011-10-25 | Simplify tests by not piping them through llvm-dis. | Chad Rosier | 2 | -4/+5 |
2011-10-25 | Fix these test cases to not use .bc files. Otherwise, we run into issues with | Chad Rosier | 4 | -2/+97 |
2011-06-19 | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 1 | -3/+3 |
2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 1 | -23/+0 |
2011-06-17 | remove support for a bunch of obsolete instruction encodings | Chris Lattner | 18 | -237/+0 |
2011-05-28 | Add missing newlines. | Chad Rosier | 4 | -4/+4 |
2011-05-28 | Fix test cases that were previously using grep to use FileCheck | Chad Rosier | 12 | -37/+56 |
2011-05-27 | Typo is test case | Chad Rosier | 1 | -2/+2 |
2011-05-27 | CRC32 intrinsics were renamed at revision 132163. This submission | Chad Rosier | 2 | -0/+16 |
2011-05-06 | It's valid to take the blockaddress of a different function, so remove this | Nick Lewycky | 1 | -0/+30 |
2011-03-29 | Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends | Evan Cheng | 1 | -10/+3 |
2010-10-28 | Testcase for PR8494 (invalid bitcode crashing the bitcode reader). | Duncan Sands | 2 | -0/+2 |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen | 1 | -0/+0 |
2010-09-10 | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to | Bill Wendling | 2 | -0/+3 |
2010-09-03 | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson | 2 | -0/+38 |
2010-09-01 | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson | 2 | -1/+51 |
2010-08-30 | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson | 2 | -0/+14 |
2010-08-29 | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson | 2 | -0/+48 |
2010-08-27 | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2 | -0/+34 |
2010-08-20 | Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and | Bob Wilson | 2 | -0/+29 |
2010-04-20 | reapply 'reject forward references to functions whose type don't match' | Chris Lattner | 1 | -1/+1 |
2010-04-20 | Remove the palignr intrinsics now that we lower them to vector shuffles, | Eric Christopher | 2 | -0/+1 |
2010-04-17 | Revert "reject forward references to functions whose type don't match", becau... | Daniel Dunbar | 1 | -1/+1 |
2010-04-17 | reject forward references to functions whose type don't match | Chris Lattner | 1 | -1/+1 |
2010-04-07 | add newlines at the end of files. | Chris Lattner | 1 | -1/+1 |
2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 1 | -0/+2 |
2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang | 1 | -2/+0 |
2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 1 | -0/+2 |
2010-03-30 | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2 | -0/+2 |