2014-10-29 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Michael Kuperstein | Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Peter Zotov | [OCaml] Expose Llvm.parse_command_line_options. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Peter Zotov | [OCaml] Expose Llvm_target.TargetMachine.add_analysis_p... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Peter Zotov | [OCaml] If compiled without --enable-shared, hide packa... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Peter Zotov | [OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_b... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Peter Zotov | [OCaml] Drop support for 3.12.1 and earlier. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Peter Zotov | [OCaml] Synchronize transformations with LLVM-C. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
NAKAMURA Takumi | macho-symbolized-disassembly.test: Don't check C++... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Saleem Abdulrasool | test: tweak inlined-allocs test |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Seo Sanghyeon | VMCore was renamed to IR long time ago |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Kevin Enderby | Update llvm-objdump’s Mach-O symbolizer code to demangl... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [OCaml] PR5595: Pass LDFLAGS to tests via -cclib. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [OCaml] PR14083, PR9606: Only pick *.odoc files from... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [OCaml] Fix whitespace. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [OCaml] PR9719, PR14727: Make tests run without ocamlopt. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [OCaml] PR19859: Add functions to query and modify... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [C API] PR19859: Add functions to query and modify... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [OCaml] PR19859: Add tests for reading the values of... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [OCaml] PR19859: Add Llvm.{fcmp_predicate,float_of_const}. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConst... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Saleem Abdulrasool | Transforms: reapply SVN r219899 |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Robert Khasanov | [AVX512] Fix VSQRT packed instructions internal names. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Robert Khasanov | [AVX512] Extended avx512_sqrt_packed (sqrt instructions... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Robert Khasanov | [AVX-512] Expanded rsqrt/rcp instructions to VL subset. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Robert Khasanov | [AVX512] Removed special case for cmp instructions... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Robert Khasanov | [x86] Simplify vector selection if condition value... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Aaron Ballman | Silencing an "enumeral and non-enumeral type in conditi... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Robert Khasanov | [AVX512] Bring back vector-shuffle lowering support... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
NAKAMURA Takumi | Reformat partially, where I touched for whitespace... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
NAKAMURA Takumi | LoopRerollPass.cpp: Use range-based loop. NFC. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
NAKAMURA Takumi | Untabify and whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [OCaml] Enable -g for debug builds. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Peter Zotov | [OCaml] Fix whitespace. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
David Blaikie | Minimize the scope of some variables, NFC. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Reid Kleckner | X86: Implement the vectorcall calling convention |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Tim Northover | AArch64: enable Cortex-A57 FP balancing on Cortex-A53. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Rafael Espindola | Remove the PreserveSource linker mode. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
NAKAMURA Takumi | AArch64InstrInfo.h: Fix a warning introduced in clang... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Adam Nemet | [AVX512] Add vpermil variable version |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Adam Nemet | [AVX512] Clean up avx512_perm_imm to use X86VectorVTInfo |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Adam Nemet | [AVX512] Derive vpermil* from avx512_perm_imm |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Adam Nemet | [AVX512] Fix copy-and-paste bugs in vpermil |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Rafael Espindola | Make it easier to pass a custom diagnostic handler... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Pete Cooper | Fix a stackmap bug introduced in r220710. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Jingyue Wu | [ScalarEvolution] Guard dump() with #if |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Rafael Espindola | Fix bug where sys::Wait could wait on wrong pid. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Juergen Ributzka | [FastISel][AArch64] Emit immediate version of icmp... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Juergen Ributzka | [FastISel][AArch64] Optimize compare-and-branch for... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Pete Cooper | Stackmap shadows should consider call returns a branch... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Juergen Ributzka | [FastISel][AArch64] Use 'cbz' also for null values... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Juergen Ributzka | [FastISel][AArch64] Don't fold the 'and' instruction... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Juergen Ributzka | [FastISel][AArch64] Fix load/store with frame indices. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Kostya Serebryany | [asan] experimental tracing for indirect calls, llvm... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Lang Hames | [PBQP] Remove a spurious 'typename' keyword. This was... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Lang Hames | [PBQP] Clarify ambiguous-looking typedef. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Lang Hames | [PBQP] Unique allowed-sets for nodes in the PBQP graph... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Michael Gottesman | Add MapVector::rbegin(), MapVector::rend() to completme... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
NAKAMURA Takumi | Prune CRLF. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Oliver Stannard | [ARM] Select VMAXNM and VMINNM regardless of operand... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Yuri Gorshenin | [asan-asm-instrumentation] Added comment describing... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Rui Ueyama | Re-commit r220667. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
NAKAMURA Takumi | Fix unicode chars into ascii in comment lines. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Rui Ueyama | Revert "Include stddef.h before including cxxabi.h... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Rui Ueyama | Include stddef.h before including cxxabi.h |
commit | commitdiff | tree | snapshot |
2014-10-27 |
David Majnemer | InstCombine: Fix a combine assuming that icmp operands... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Rafael Espindola | LinkModules.cpp: don't repeat names in comments. |
commit | commitdiff | tree | snapshot |
2014-10-26 |
David Blaikie | Remove some unnecessary casts. |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Lang Hames | [PBQP] Tidying up as per Dave Blaikie's suggesions... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Lang Hames | [PBQP] Explicitly define copy/move operations for NodeM... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Arnold Schwaighofer | Add an option to the LTO code generator to disable... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Lang Hames | [PBQP] Re-commit r220642 with a workaround for quirky... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Peter Zotov | [OCaml] Expose existing documentation in ocamldoc. |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Hans Wennborg | Revert "[PBQP] Unique-ptrify some PBQP Metadata structu... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Lang Hames | [PBQP] Unique-ptrify some PBQP Metadata structures... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Lang Hames | [PBQP] Tidy up CostAllocator.h: fix variable case,... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Elena Demikhovsky | AVX-512: Fixed encoding of VPBROADCASTM and added SKX... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Andrew Trick | LSR: Minor cleanup after Daniel's patch. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Andrew Trick | Fix LSR compile time. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Peter Zotov | [OCaml] hexagon can't run MCJIT tests, XFAIL it. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Peter Zotov | [OCaml] Unbreak Llvm_executionengine.initialize_native_... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Peter Zotov | [OCaml] Expose Llvm_executionengine.ExecutionEngine... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Jingyue Wu | [SeparateConstOffsetFromGEP] Fixed a bug related to... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Benjamin Kramer | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Benjamin Kramer | Clean up assume intrinsic pattern matching, no need... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Jingyue Wu | [SeparateConstOffsetFromGEP] Fixed a bug in rebuilding... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Simon Pilgrim | [X86][SSE] Vector integer/float conversion memory folding |
commit | commitdiff | tree | snapshot |
2014-10-25 |
David Majnemer | InstCombine: Remove overzealous asserts |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Rafael Espindola | Allow the C API users to keep relying on the OutMessage... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Rafael Espindola | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Rafael Espindola | Update the error handling of lib/Linker. |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Jingyue Wu | [NVPTX] aligned byte-buffers for vector return types |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Rafael Espindola | Add a test for the -suppress-warnings option. |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Evgeniy Stepanov | [msan] Make -msan-check-constant-shadow a bit stronger. |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Rafael Espindola | Modernize the error handling of the Materialize function. |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Kevin Enderby | Fix a Mach-O assembler segfault for a subtraction expre... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Frederic Riss | Sink DwarfUnit::constructImportedEntityDIE into DwarfCo... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Simon Pilgrim | [X86][SSE] Bitcast assertion in XFormVExtractWithShuffl... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Colin LeMahieu | [Hexagon] Resubmission of 220427 |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Matt Arsenault | Fix copy paste comment |
commit | commitdiff | tree | snapshot |
next |