2014-08-15 |
Juergen Ributzka | [FastISel][ARM] Fix unit test from r215682. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Matt Arsenault | R600/SI: Implement isLegalAddressingMode |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Moritz Roth | ARM: Fix and re-enable load/store optimizer for Thumb1. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Moritz Roth | ARM load/store optimizer: Compute BaseKill correctly. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Juergen Ributzka | [FastISel][ARM] Fix a think-o in my previous commit... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | Introduce a helper to combine instruction metadata. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | Make EmitAbsValue an static helper. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | Delete dead code. NFC. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | Make EmitDwarfSetLineAddr an static helper. NFC. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | Make BuildSymbolDiff an static helper. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Amara Emerson | [AArch64] Narrow arguments passed in wrong position... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | Make ForceExpAbs an static helper. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | Add a helper to MCExpr for when an expression is know... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | Remove HasLEB128. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Bill Schmidt | [PPC64] Add test case for r215685. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Benjamin Kramer | PPC: Clean up pointer casting, no functionality change. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Chandler Carruth | [x86] Add the initial skeleton of type-based dispatch... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Chandler Carruth | [x86] Teach the instruction printer to decode immediate... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Tim Northover | ARM: implement MRS/MSR (banked reg) system instructions. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Erik Verbruggen | Remove testcase from README which we didn't get. We... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Vladimir Medic | Current implementation of c.cond.fmt instructions only... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Chandler Carruth | [x86] Remove the duplicated code for testing whether... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Eric Fiselier | [LIT]Correct name of global lit configuration object... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Chandler Carruth | [x86] Fix the very broken formation of vpunpck instruct... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | Don't print comments to an object streamer :-) |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rafael Espindola | EmitAbsValue is the same as EmitValue on non-darwin... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Chandler Carruth | [x86] Fix PR20540 where the x86 shuffle DAG combiner... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Bill Schmidt | [PPC64] Add missing dependency on X2 to LDinto_toc. |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Juergen Ributzka | [FastISel][ARM] Fall-back to constant pool loads when... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Hal Finkel | Copy noalias metadata from call sites to inlined instru... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Juergen Ributzka | Revert several FastISel commits to track down a buildbo... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Duncan P. N... | Fix whitespace error from r215279, NFC |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Adam Nemet | [AVX512] Add test for FMA masking instrinsics |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Adam Nemet | [AVX512] Switch FMA intrinsics to the masking version |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Adam Nemet | [X86] Break out logic to map FMA Intrinsic number to... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Adam Nemet | [AVX512] Add enum for the static rounding types |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Adam Nemet | [AVX512] Break out the logic to lower masking intrinsics |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Adam Nemet | [AVX512] Add masking variant for the FMA instructions |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Juergen Ributzka | Revert "[FastISel][AArch64] Add support for more addres... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Hal Finkel | Add noalias metadata for general calls (not just memory... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Moritz Roth | Testing commit access. |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Chad Rosier | [Reassociation] Add support for reassociation with... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Sanjay Patel | optimize vector fneg of bitcasted integer value |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Rafael Espindola | Delete support for AuroraUX. |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Aaron Ballman | Silencing some -Wcast-qual warnings and removing some... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Aaron Ballman | Silencing an MSVC C4334 warning ('<<' : result of 32... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Toma Tabacu | [mips] Improve robustness of some tests. |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Chandler Carruth | [x86] Begin stubbing out the AVX support in the new... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Zoran Jovanovic | [mips][microMIPS] MicroMIPS Compact Branch Instructions... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Dan Liew | Make message about building sphinx documentation with... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Dan Liew | Add SPHINX_WARNINGS_AS_ERRORS CMake option to allow... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Toma Tabacu | [mips] Add assembler support for the "la $reg,symbol... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Daniel Sanders | [mips] Rename [gs]etCanHaveModuleDir to more natural... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Chandler Carruth | [SDAG] Fix a bug in the DAG combiner where we would... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
David Majnemer | InstCombine: ((A | ~B) ^ (~A | B)) to A ^ B |
commit | commitdiff | tree | snapshot |
2014-08-14 |
David Majnemer | AArch64: Silence warning in AArch64FastISel |
commit | commitdiff | tree | snapshot |
2014-08-14 |
David Majnemer | Added InstCombine Transform for ((B | C) & A) | B ... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Saleem Abdulrasool | MC: AsmLexer: handle multi-character CommentStrings... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Lang Hames | [MCJIT] Support DisableSymbolSearching and InstallLazyF... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Chandler Carruth | [SDAG] Fix a case where we would iteratively legalize... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Michael J.... | Remove llvm_headers_do_not_build for the benefit of... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Quentin Colombet | [X86] Fix the value of the low mask for the lowering... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Akira Hatanaka | [AArch64, fast-isel] Fall back to SelectionDAG to selec... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel][AArch64] Add support for more addressing... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel][X86] Add large code model support for materi... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel][X86] Use XOR to materialize the "0" value. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel][X86] Emit more efficient instructions for... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel][AArch64] Make use of the zero register when... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel] Let the target decide first if it wants... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Gerolf Hoflehner | [MachineCombiner] Removal of dangling DBG_VALUES after... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel][X86] Refactor constant materialization.... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel][ARM] Use MOVT/MOVW if the subtarget requests it. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel][ARM] Fix a bug in the integer materializatio... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Juergen Ributzka | [FastISel][AArch64] Cleanup constant materialization... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Gerolf Hoflehner | [Cleanup] Utility function to erase instruction and... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Quentin Colombet | [MachineDominatorTree] Provide a method to inform a... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Benjamin Kramer | Fix (re-)creation of unittest lit.site.cfg for clang... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Jan Vesely | utils: Fix segfault in flattencfg |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Jan Vesely | Initialize FlattenCFG pass |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Rafael Espindola | Simplify memory ownership with std::unique_ptr. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Rafael Espindola | Simplify ownership with std::unique_ptr. NFC. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Matt Arsenault | R600: Correctly set the src value offset for scalarized... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Benjamin Kramer | Canonicalize header guards into a common format. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Benjamin Foster | Test commit, remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Andrea Di Biagio | [DAGCombiner] Improved target independent vector shuffl... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Toma Tabacu | [mips] Refactor calls to setCanHaveModuleDir. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Chandler Carruth | [shuffle] Stand back! I'm about to (try to) do math! |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Aaron Ballman | Asserting that the call to chdir succeeds in this test... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Chandler Carruth | [optnone] Make the optnone attribute effective at suppr... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Aaron Ballman | Silence a -Wparenthesis warning with these asserts... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Robert Khasanov | [SKX] Extended non-temporal load/store instructions... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Daniel Sanders | Re-commit: [mips] Implement .ent, .end, .frame, .mask... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Chandler Carruth | [shuffle] Make the seed an optional component and add... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Chandler Carruth | Revert r215415 which causse MSan to crash on a great... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Chandler Carruth | [shuffle] Teach the shuffle fuzzer to fuzz blends,... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Elena Demikhovsky | AVX-512: Fixed a bug in shufflevector lowering. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Karthik Bhat | InstCombine: Combine (xor (or %a, %b) (xor %a, %b)... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Hal Finkel | [NVPTX] Remove MemIntrinsicSDNode/MemSDNode duplicate... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Nick Lewycky | Fix examples of "named metadata" (some of which isn... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Chandler Carruth | [shuffle] Tweak the shuffle fuzzer to support bigger... |
commit | commitdiff | tree | snapshot |
next |