| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 70 | -166/+165 |
* | Partial revert of r229336; this wasn't intended to go in. | Aaron Ballman | 2015-02-15 | 7 | -214/+62 |
* | Format: Modernize using variadic templates. | Benjamin Kramer | 2015-02-15 | 6 | -147/+53 |
* | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 27 | -83/+235 |
* | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 18 | -65/+55 |
* | os.remove shouldn't fail, if file doesn't exist | Ismail Pazarbasi | 2015-02-15 | 1 | -2/+14 |
* | Since MSVC 1800 is our lowest common denominator, we don't need an explicit c... | Aaron Ballman | 2015-02-15 | 1 | -3/+2 |
* | CommandLine: Use variadic templates to simplify opt constructors. | Benjamin Kramer | 2015-02-15 | 1 | -295/+20 |
* | llvm-pdbdump: Fix warning caused by missing sentinel value. | Zachary Turner | 2015-02-15 | 1 | -3/+3 |
* | llvm-pdbdump: Add flags controlling the type of values to dump. | Zachary Turner | 2015-02-15 | 66 | -267/+386 |
* | Unbreak the build. | Benjamin Kramer | 2015-02-15 | 1 | -1/+1 |
* | FoldingSet: Replace faux variadics with real variadics. NFC. | Benjamin Kramer | 2015-02-15 | 1 | -25/+3 |
* | Make pushCleanup a variadic template. NFC. | Benjamin Kramer | 2015-02-15 | 1 | -46/+5 |
* | Format: Make FormatToken's isOneOf a variadic template | Benjamin Kramer | 2015-02-15 | 1 | -20/+3 |
* | Analyzer: Replace a set of particularly ugly faux variadics. | Benjamin Kramer | 2015-02-15 | 3 | -106/+14 |
* | Remove LLVM_HAS_VARIADIC_TEMPLATES and all the faux variadic workarounds guar... | Benjamin Kramer | 2015-02-15 | 6 | -734/+2 |
* | Update the docs to require at least MSVC 2013. | Benjamin Kramer | 2015-02-15 | 6 | -15/+11 |
* | Revert 229175 | Philip Reames | 2015-02-15 | 1 | -3/+1 |
* | Added (still inefficient) shuffle test case for PR21138 | Simon Pilgrim | 2015-02-15 | 1 | -0/+23 |
* | Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ... | NAKAMURA Takumi | 2015-02-15 | 3 | -12/+4 |
* | [ADCE] Convert another loop for a range-based for | Hal Finkel | 2015-02-15 | 1 | -2/+2 |
* | [ADCE] Use inst_range and range-based fors | Hal Finkel | 2015-02-15 | 1 | -14/+13 |
* | [ADCE] Fix formatting of pointer types | Hal Finkel | 2015-02-15 | 1 | -2/+2 |
* | [ADCE] Fix capitalization of another local variable | Hal Finkel | 2015-02-15 | 1 | -2/+2 |
* | [ADCE] Fix capitalization of some local variables | Hal Finkel | 2015-02-15 | 1 | -14/+14 |
* | Update ARM and x86 ArchHandler to check switch completeness. NFC | Jean-Daniel Dupas | 2015-02-15 | 3 | -17/+25 |
* | Added some test cases of missed opportunities to use unpckl/unpckh shuffles | Simon Pilgrim | 2015-02-15 | 3 | -0/+83 |
* | Coding style fixes to recent patches. NFC. | Simon Pilgrim | 2015-02-15 | 1 | -6/+6 |
* | [X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2 | Simon Pilgrim | 2015-02-15 | 6 | -62/+208 |
* | [x86] Add the test case from PR22412, we now get this right even with | Chandler Carruth | 2015-02-15 | 1 | -0/+48 |
* | [x86] Teach the decomposed shuffle/blend lowering to use an early blend | Chandler Carruth | 2015-02-15 | 6 | -155/+111 |
* | [SDAG] Teach the SelectionDAG to canonicalize vector shuffles of splats | Chandler Carruth | 2015-02-15 | 12 | -113/+279 |
* | [x86] Teach the shuffle mask equivalence test to look through build | Chandler Carruth | 2015-02-15 | 1 | -52/+65 |
* | [x86] Tweak the ordering of unpack matching vs. element insertion, and | Chandler Carruth | 2015-02-15 | 1 | -17/+21 |
* | www: update installation instructions to not include gmp/isl | Tobias Grosser | 2015-02-15 | 1 | -1/+74 |
* | Remove isl/cloog build scripts | Tobias Grosser | 2015-02-15 | 3 | -110/+0 |
* | www: Add code coverage and scan-build results again | Tobias Grosser | 2015-02-15 | 1 | -3/+0 |
* | [PBQP] Assert conservativelly allocatable nodes are spilled by choice. | Arnaud A. de Grandmaison | 2015-02-15 | 1 | -0/+24 |
* | [x86] Stop shuffling zero vectors. =] | Chandler Carruth | 2015-02-15 | 3 | -8/+13 |
* | [x86] Use a more helpful parenthesizing of these comparisons. Silences | Chandler Carruth | 2015-02-15 | 1 | -2/+2 |
* | [x86] When splitting 256-bit vectors into 128-bit vectors, don't extract | Chandler Carruth | 2015-02-15 | 5 | -171/+111 |
* | [x86] Make computing the zeroable elements slightly more powerful, at | Chandler Carruth | 2015-02-15 | 1 | -3/+8 |
* | gold-plugin: fix test to allow default visibility on local symbols | Michael Kuperstein | 2015-02-15 | 1 | -1/+1 |
* | [x86] Update some tests with the latest version of my script and llc. | Chandler Carruth | 2015-02-15 | 2 | -101/+101 |
* | Fix a typo in r229291 causing buildbot failure. | Larisse Voufo | 2015-02-15 | 1 | -1/+1 |
* | Add more tests for crashes that happend to be fixed by r229288. | Larisse Voufo | 2015-02-15 | 1 | -0/+214 |
* | Don't crash on `struct ::, struct ::` (and the same for enums). | Larisse Voufo | 2015-02-15 | 1 | -214/+0 |
* | [x86] Add a slight variation on some of the other generic shuffle | Chandler Carruth | 2015-02-15 | 3 | -55/+185 |
* | More on fixing sized deallocation implementation logic: Fix PR21754. | Larisse Voufo | 2015-02-15 | 2 | -5/+21 |
* | Enabled cost calculation for masked memory operations. | Elena Demikhovsky | 2015-02-15 | 1 | -1/+5 |