2015-02-16 |
Justin Bogner | InstrProf: Use ErrorOr for IndexedInstrProfReader:... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Craig Topper | [X86] Remove the multiply by 8 that goes into the shift... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Craig Topper | [X86] Remove x86.avx2.psll.dq.bs and x86.avx2.psrl... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Matthias Braun | ARM: Transfer kill flag when lowering VSTMQIA to VSTMDIA. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Matthias Braun | RegisterCoalescer: Improve previous fix for wrong def... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Aaron Ballman | MSVC 2013 does not ICE on this code in the same fashion... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Duncan P. N... | Bitcode: Fix major regression: large files w/ debug... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | ConstantFold: Properly fold GEP indices wider than i64 |
commit | commitdiff | tree | snapshot |
2015-02-16 |
James Molloy | Run LICM as part of the cleanup phase from the scalar... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Aaron Ballman | We require MSVC 1800 as our minimum, so these checks... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Aaron Ballman | We require MSVC 1800 as our minimum, so these checks... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Aaron Ballman | MSVC 2013 supports std::forward_as_tuple, while MSVC... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Andrew Trick | AArch64: Safely handle the incoming sret call argument. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Hal Finkel | [ADCE] Don't indent inside an anonymous namespace |
commit | commitdiff | tree | snapshot |
2015-02-16 |
James Molloy | [LoopReroll] Relax some assumptions a little. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
James Molloy | [LoopReroll] Don't crash on dead code |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Jonas Paulsson | [PBQP] Improve the assert for conservatively allocatables. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Evgeniy Stepanov | [asan] Reuse a common function. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Chandler Carruth | [x86] Add a generic unpack-targeted lowering technique... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Chandler Carruth | [x86] Switch this test to use checks generated by my... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Michael Kuperstein | Fix quoting of #pragma comment for MS compat, LLVM... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Chandler Carruth | [x86] Add initial basic support for forming blends... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Chandler Carruth | [x86] Add some more test cases for i8 vector blends. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Benjamin Kramer | Document that defaulted & deleted methods and explicit... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Chandler Carruth | [x86] Switch my usage of VariadicFunction to a "normal... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | IR: SrcTy == DstTy doesn't imply that a cast is valid |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | AsmParser: extractvalue requires at least one index... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | AsmParser: Make sure GlobalVariables have sane types |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | AsmParser: Reject alloca with function type |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Chandler Carruth | Switch our index sequence away from template aliases... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | Verifier: Diagnose module flags which have null ID... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Craig Topper | [X86] Add support for lowering shuffles to 256-bit... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Craig Topper | [X86] Remove some hard tab characters from tests. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | DebugInfo: Don't crash if 'Debug Info Version' has... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | DataLayout: Validate that the pref alignment is at... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | DataLayout: Report when the datalayout type alignment... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
David Majnemer | IR: Properly return nullptr when getAggregateElement... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
NAKAMURA Takumi | [CMake] Add RuntimeDyld to libdeps corresponding to... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Chandler Carruth | [x86] Teach the 128-bit vector shuffle lowering routine... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Chandler Carruth | [x86] Clean up a few test cases with the update script... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Craig Topper | [X86] Remove gcc builtins for AVX2 psll_dq and psrl_dq... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Filipe Cabecinhas | [Bitcode reader] Fix a few assertions when reading... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Lang Hames | [ExecutionEngine] Fix dependence issue by moving RTDyld... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Benjamin Kramer | MinGW's snprintf is not exposed through std::. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Aaron Ballman | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Benjamin Kramer | Format: Modernize using variadic templates. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Aaron Ballman | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reaso... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Aaron Ballman | Since MSVC 1800 is our lowest common denominator, we... |
commit | commitdiff | tree | snapshot |
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 |
next |