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