2014-07-11 |
Juergen Ributzka | [FastISel] Make isInTailCallPosition independent of... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Juergen Ributzka | [FastISel] Breakout intrinsic lowering into a separate... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Kevin Enderby | Add the "-s" flag to llvm-nm for Mach-O files that... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Alp Toker | Simplify the raw_svector_ostream tweak from r212816 |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Ulrich Weigand | [MC] Constify MCELF::GetVisibility and MCELF::getOther |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Ulrich Weigand | [PowerPC] Fix invalid displacement created by LocalStac... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Marek Olsak | R600/SI: Use i32 vectors for resources and samplers |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Marek Olsak | R600/SI: add sample and image intrinsics exposing all... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Marek Olsak | R600/SI: fix shadow mapping for 1D and 2D array textures |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Timur Iskhodzhanov | Add a test case for r212596 |
commit | commitdiff | tree | snapshot |
2014-07-11 |
NAKAMURA Takumi | llvm/test/BugPoint/compile-custom.ll: Use explicit... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
NAKAMURA Takumi | llvm/test/lit.cfg: Let %python available. |
commit | commitdiff | tree | snapshot |
2014-07-11 |
NAKAMURA Takumi | [CMake] add_llvm_library: Add "RUNTIME DESTINATION... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Alp Toker | raw_svector_ostream: grow and reserve atomically |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Oliver Stannard | ARM: Allow __fp16 as a function arg or return type... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Alexander Kornienko | Add FileCheck -implicit-check-not option to allow stric... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Quentin Colombet | [X86] Fix the inversion of low and high bits for the... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Marcello Maggioni | Added test for commit r212802 that was missing |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Marcello Maggioni | Fixup PHIs in LowerSwitch when a Leaf node is not emitted. |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Adam Nemet | [X86] AVX512: Improve readability of isCDisp8 |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Adam Nemet | [X86] AVX512: Simplify logic in isCDisp8 |
commit | commitdiff | tree | snapshot |
2014-07-11 |
David Blaikie | Revert "Reapply "DebugInfo: Ensure that all debug locat... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Mark Heffernan | Partially fix PR20058: reduce compile time for loop... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Lang Hames | [RuntimeDyld] Replace a crufty old ARM RuntimeDyld... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Lang Hames | [RuntimeDyld] Improve error diagnostic in RuntimeDyldCh... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
David Blaikie | Reapply "DebugInfo: Ensure that all debug location... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
David Blaikie | This test case doesn't actually need the inliner to... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Jan Vesely | R600: Implement float to long/ulong |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Jan Vesely | SelectionDAG: Factor FP_TO_SINT lower code out of DAGLe... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Brad Smith | Use the integrated assembler by default on OpenBSD. |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Zoran Jovanovic | [mips] Emit two CFI offset directives per double precis... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Andrea Di Biagio | Extend the test coverage in combine-vec-shuffle-2.ll... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Matt Arsenault | Revert "Revert r212640, "Add trunc (select c, a, b... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Andrea Di Biagio | [DAG] Further improve the logic in DAGCombiner that... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Akira Hatanaka | [X86] Mark pseudo instruction TEST8ri_NOEREX as hasSIde... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Eric Christopher | Add the CSR company and the Kalimba DSP processor to... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Eric Christopher | Make it possible for the Subtarget to change between... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Duncan P. N... | InstCombine: Fix a crash in Descale for multiply-by... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
David Majnemer | IR: Aliases don't belong to an explicit comdat |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Hal Finkel | Feeding isSafeToSpeculativelyExecute its DataLayout... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
David Majnemer | Mips: Silence a -Wcovered-switch-default |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Zoran Jovanovic | [mips] Added FPXX modeless calling convention. |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Arnaud A. de... | [AArch64] Add logical alias instructions to MC AsmParser |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Hal Finkel | Feeding isSafeToSpeculativelyExecute its DataLayout... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Tim Northover | AArch64: correctly fast-isel i8 & i16 multiplies |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Daniel Sanders | [mips] Add support for -modd-spreg/-mno-odd-spreg |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Zinovy Nis | [x32] Add AsmBackend for X32 which uses ELF32 with... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Chandler Carruth | [x86,SDAG] Introduce any- and sign-extend-vector-inreg... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Richard Sandiford | [SystemZ] Use SystemZCallingConv.td to define callee... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
NAKAMURA Takumi | SpecialCaseList.h: Fix -Wdocumentation with \code. |
commit | commitdiff | tree | snapshot |
2014-07-10 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/shift-parts.ll: FileCheck-ize... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
NAKAMURA Takumi | Revert r212640, "Add trunc (select c, a, b) -> select... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Richard Sandiford | [SystemZ] Tweak instruction format classifications |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Chandler Carruth | [x86] Add another combine that is particularly useful... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Richard Sandiford | [SystemZ] Add MC support for LEDBRA, LEXBRA and LDXBRA |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Richard Sandiford | [SystemZ] Avoid using i8 constants for immediate fields |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Richard Sandiford | [SystemZ] Fix FPR dwarf numbering |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Daniel Sanders | Make it possible for ints/floats to return different... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Chandler Carruth | [x86] Expand the target DAG combining for PSHUFD nodes... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Chandler Carruth | [x86] Tweak the v16i8 single input special case lowerin... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Hal Finkel | A test case for not asserting in isDereferenceablePoint... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Hal Finkel | Fix isDereferenceablePointer not to try to take the... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Hal Finkel | Allow isDereferenceablePointer to look through some... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Saleem Abdulrasool | MC: modernise for loop |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Saleem Abdulrasool | MC: add and use an accessor for WinCFI |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Peter Collingbourne | Remove move assignment operator to appease older GCCs. |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Chandler Carruth | [x86] Initial improvements to the new shuffle lowering... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Peter Collingbourne | Explicitly define move constructor and move assignment... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Peter Collingbourne | SpecialCaseList: use std::unique_ptr. |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Hao Liu | [AArch64]Fix an assertion failure in DAG Combiner about... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Matt Arsenault | R600/SI: Add support for llvm.convert.{to|from}.fp16 |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Matt Arsenault | Fix types in documentation. |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Chandler Carruth | [x86] Refactor some of the new code for lowering v16i8... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Peter Collingbourne | [dfsan] Handle bitcast aliases. |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Chandler Carruth | [SDAG] Make the new zext-vector-inreg node default... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
David Blaikie | Recommit r212203: Don't try to construct debug LexicalS... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Alexey Samsonov | Decouple llvm::SpecialCaseList text representation... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Tim Northover | Use simpler constructor for range adapter. |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Matt Arsenault | Add trunc (select c, a, b) -> select c (trunc a), ... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Jim Grosbach | AArch64: Better codegen for storing to __fp16. |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Jim Grosbach | Change an assert() to a diagnostic. |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Benjamin Kramer | TargetRegisterInfo: Remove function that fell out of... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Cameron McInally | Update ReleaseNotes to mention Atomic NAND semantic... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Adam Nemet | [X86] AVX512: Enable it in the Loop Vectorizer |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Louis Gerbarg | Make AArch64FastISel::EmitIntExt explicitly check its... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Sanjay Patel | removed duplicate testcase |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Sanjay Patel | Fix for PR20059 (instcombine reorders shufflevector... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Daniel Sanders | Add Imagination Technologies to the vendors in llvm... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Tim Northover | Generic: add range-adapter for option parsing. |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Chandler Carruth | [x86] Fix a bug in my new zext-vector-inreg DAG tricker... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Chandler Carruth | Sink two variables only used in an assert into the... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Benjamin Kramer | X86: When lowering v8i32 himuls use the correct shuffle... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Chandler Carruth | [x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Daniel Sanders | [mips][mips64r6] Correct select patterns that have... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Daniel Sanders | [mips][mips64r6] Correct cond names in the cmp.cond... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Chandler Carruth | [x86] Initialize a pointer to null to fix a bug in... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Daniel Sanders | [mips][mips64r6] Use JALR for indirect branches instead... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Daniel Sanders | [mips][mips64r6] Use JALR for returns instead of JR... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Daniel Sanders | Add ability to emit internal instruction representation... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Chandler Carruth | [x86] Re-apply a variant of the x86 side of r212324... |
commit | commitdiff | tree | snapshot |
next |