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 |
2014-08-13 |
Chandler Carruth | [x86] Rewrite a core part of the new vector shuffle... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Hal Finkel | [PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Hal Finkel | Fix classof for ISD::INTRINSIC_W_CHAIN and INTRINSIC_VOID |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Adam Nemet | [AVX512] Verify the code generated for the intrinsic... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
David Blaikie | Fix -Wsign-compare warnings |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Reid Kleckner | APInt: Make self-move-assignment a no-op to fix stage3... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Adrian Prantl | Remove a condition that can never be true, as wittnesse... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Adam Nemet | [AVX512] Handle valign masking intrinsic via C++ lowering |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Matt Arsenault | Allwo bitcast + struct GEP transform to work with addrs... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Jan Vesely | R600: Use optimized 24bit path in udivrem |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Jan Vesely | R600: Remove unused code. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Jan Vesely | R600: Use i24 optimized path for SREM |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Quentin Colombet | Fix a parentheses warning introduced in r215394. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Duncan P. N... | Don't upgrade global constructors when reading bitcode |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Sanjay Patel | fixed typos |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Rafael Espindola | Make the test a bit more strict. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Rafael Espindola | Add a plugin testcase for merging weak variables. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
NAKAMURA Takumi | llvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Toma Tabacu | Reverted my "Testing commit access" commit. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Toma Tabacu | Testing commit access. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Tim Northover | llvm-objdump: print contents of MachO __unwind_info... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Eric Christopher | Have MachineRegisterInfo take and store the MachineFunc... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Gerolf Hoflehner | [MachineCombiner] Fix for ICE bug 20598 |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Justin Bogner | IR: Print a newline when dumping Types |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Peter Zotov | [OCaml] Expose Llvm.get_operand_use. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Peter Zotov | [LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Adrian Prantl | DebugLocEntry: Restore the comparison predicate from... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Reid Kleckner | msan: Handle musttail calls |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Reid Kleckner | Move helper for getting a terminating musttail call... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
David Blaikie | Revert "Partially revert r214761 that asserted that... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Quentin Colombet | [MachineSink] Improve the compile time by preserving... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Michael J.... | [x86] Fold extract_vector_elt of a load into the Load... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Adrian Prantl | Add a couple of convenience accessors to DebugLocEntry... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
NAKAMURA Takumi | R600/SIInstrInfo.cpp: Suppress an warning. [-Wunused... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Quentin Colombet | [ARM] Mark VMOVDRR with the RegSequence property and... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Adrian Prantl | Make these DebugLocEntry::Value comparison operators... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Jim Grosbach | Add missing closing namespace comment. |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Jim Grosbach | AArch64: Tidy up a few comments. |
commit | commitdiff | tree | snapshot |
next |