2015-02-15 |
Benjamin Kramer | CommandLine: Use variadic templates to simplify opt... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Zachary Turner | llvm-pdbdump: Fix warning caused by missing sentinel... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Zachary Turner | llvm-pdbdump: Add flags controlling the type of values... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Benjamin Kramer | FoldingSet: Replace faux variadics with real variadics... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Benjamin Kramer | Remove LLVM_HAS_VARIADIC_TEMPLATES and all the faux... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Benjamin Kramer | Update the docs to require at least MSVC 2013. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Philip Reames | Revert 229175 |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Simon Pilgrim | Added (still inefficient) shuffle test case for PR21138 |
commit | commitdiff | tree | snapshot |
2015-02-15 |
NAKAMURA Takumi | Reapply r229185(cbieneman) -- Raising minimum required... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Hal Finkel | [ADCE] Convert another loop for a range-based for |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Hal Finkel | [ADCE] Use inst_range and range-based fors |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Hal Finkel | [ADCE] Fix formatting of pointer types |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Hal Finkel | [ADCE] Fix capitalization of another local variable |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Hal Finkel | [ADCE] Fix capitalization of some local variables |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Simon Pilgrim | Added some test cases of missed opportunities to use... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Simon Pilgrim | Coding style fixes to recent patches. NFC. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Simon Pilgrim | [X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2 |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Add the test case from PR22412, we now get this... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Teach the decomposed shuffle/blend lowering to... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [SDAG] Teach the SelectionDAG to canonicalize vector... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Teach the shuffle mask equivalence test to look... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Tweak the ordering of unpack matching vs. element... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Arnaud A. de... | [PBQP] Assert conservativelly allocatable nodes are... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Stop shuffling zero vectors. =] |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Use a more helpful parenthesizing of these compar... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] When splitting 256-bit vectors into 128-bit vecto... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Make computing the zeroable elements slightly... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Michael Kuperstein | gold-plugin: fix test to allow default visibility on... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Update some tests with the latest version of... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Add a slight variation on some of the other gener... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Elena Demikhovsky | Enabled cost calculation for masked memory operations. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Craig Topper | [X86] Add assembly parser support for mnemonic aliases... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Add a test case for PR22390 which was a dup of... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Fix PR22377, a regression with the new vector... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Switch a collection of tests explicitly to the... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Remove the now-default-on flag for the new vector... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Craig Topper | [X86] Add assembler predicates for the rest of the... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Craig Topper | [X86] Add the remaining 11 possible exact ModRM formats... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | FileCheck-ize a test to make it easier to migrate to... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | Update a test to make it easier to migrate to untyped... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | Update a test to use FileCheck so it's easier to migrat... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | Reformat test case to be easier to migrate to typeless... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Chandler Carruth | [x86] Teach my test updating script about another quirk... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Simon Pilgrim | [X86][XOP] Enable commutation for XOP instructions |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Craig Topper | [X86] Improve parsing support AVX/SSE floating point... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Ramkumar Ramachandra | InstCombine: propagate deref via new addDereferenceableAttr |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | Target: Canonicalize access to function attributes... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | NVPTX: Canonicalize access to function attributes, NFC |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Andrea Di Biagio | [optnone] Skip pass Constant Hoisting on optnone functions. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Simon Pilgrim | [X86] Ensure integer domain on scalar load/store stack... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Simon Pilgrim | Line ending fix. NFC. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Chandler Carruth | [gold] Consolidate the gold plugin options and actually... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Chandler Carruth | Remove a variable only used in an assert and sink its... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Chandler Carruth | Back out two accidental changes that snuck in with... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Chandler Carruth | [lit] Make the gold plugin support testing work with... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Chandler Carruth | Revert r229224: Make the 'llvm-lit' utility defend... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Chandler Carruth | [lit] Make the 'llvm-lit' utility defend against a... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Richard Smith | [modules] Try harder to stop DebugInfo/PDB/DIA being... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Implement correct f64 fdiv |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Use complex operand folding for div_scale |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Add tests for div_fmas with inline immediate... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Fix implicit vcc operand to v_div_fmas_* |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Fix schedule model for v_div_scale_{f32|f64} |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Really fix size of VReg_1 |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Rename encoding field to match docs for VOP3b |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Zachary Turner | llvm-pdbdump: Only dump whitelisted global symbols. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Zachary Turner | llvm-pdbdump: Re-order header files according to LLVM... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Fix not encoding src2 for v_div_scale_{f32... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Fix VOP3b encoding on VI |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Fix phys reg copies in SIFoldOperands |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Fix copies from SGPR to VCC |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Add hack to copy from a VGPR to VCC |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | PowerPC: Canonicalize access to function attributes... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matt Arsenault | R600/SI: Fix size of VReg_1 |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | R600: Canonicalize access to function attributes, NFC |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | Mips: Canonicalize access to function attributes, NFC |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | ARM: Canonicalize access to function attributes, NFC |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | AArch64: Canonicalize access to function attributes... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Justin Bogner | llvm-cov: Actually use the command line arguments when... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Justin Bogner | llvm-cov: Simplify coverage reports, fixing PR22575... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | X86: Canonicalize access to function attributes, NFC |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Peter Collingbourne | llvm-go: Set $GCCGO instead of putting a gccgo executab... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Peter Collingbourne | llvm-go: Add flag for specifying path to go command. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | CodeGen: Canonicalize access to function attributes... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Ahmed Bougacha | [X86] Factor out the CMOV pseudo definitions. NFCI. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Matthias Braun | Revert "On ELF, put PIC jump tables in a non executable... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | Transforms: Canonicalize access to function attributes... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Richard Smith | [modules] Split off a separate module for DebugInfo... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
NAKAMURA Takumi | Revert r229185, "Raising minimum required Visual Studio... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Reid Kleckner | Unify the two EH personality classification routines... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Duncan P. N... | Analysis: Canonicalize access to function attributes... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Eric Christopher | Use the template method to grab the target specific... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Philip Reames | [InstCombine] When canonicalizing gep indices, prefer... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Chris Bieneman | Raising minimum required Visual Studio version to 2013. |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Frederic Riss | [dsymutil] Add DIE selection algorithm. |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Frederic Riss | [dsymutil] Downcase a function name. |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Frederic Riss | [dsymutil] Add a few generic helper methods. |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Frederic Riss | [dsymutil] constify trivial function. |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Frederic Riss | DWARFUnit: Add a couple of helpers to access the DIE... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Frederic Riss | [dsymutil] Find relocations that correspond to debug... |
commit | commitdiff | tree | snapshot |
next |