index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR20557: Fix the bug that bogus cpu parameter crashes llc on AArch64 backend.
Hao Liu
2014-10-31
1
-1
/
+5
*
[SelectionDAG] When scalarizing trunc, don't assert for legal operands.
Ahmed Bougacha
2014-10-30
1
-1
/
+17
*
Speculative fix for Windows build after r220932
Hans Wennborg
2014-10-30
1
-0
/
+5
*
Fix incorrect invariant check in DAG Combine
Louis Gerbarg
2014-10-30
1
-1
/
+1
*
Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...
Chris Bieneman
2014-10-30
5
-4
/
+44
*
Fix the merging of the constantness of declarations.
Rafael Espindola
2014-10-30
1
-3
/
+2
*
Add handling for range metadata in ValueTracking isKnownNonZero
Philip Reames
2014-10-30
1
-0
/
+29
*
PR21408: Workaround the appearance of duplicate variables due to problems whe...
David Blaikie
2014-10-30
1
-1
/
+6
*
Fix Twine corruption problem with diagnostics.
Diego Novillo
2014-10-30
1
-2
/
+1
*
Add profile writing capabilities for sampling profiles.
Diego Novillo
2014-10-30
5
-40
/
+381
*
[AVX512] Added VBROADCAST{SS/SD} encoding for VL subset.
Robert Khasanov
2014-10-30
1
-26
/
+51
*
[dfsan] New calling convention for custom functions with variadic arguments.
Peter Collingbourne
2014-10-30
1
-9
/
+22
*
Untabify.
NAKAMURA Takumi
2014-10-29
1
-2
/
+2
*
Do not simplifyLatch for loops where hoisting increments couldresult in extra...
Yi Jiang
2014-10-29
1
-3
/
+30
*
[AVX512] Implemented AVX512VL FP bnary packed instructions (VADDP*, VSUBP*, V...
Robert Khasanov
2014-10-29
1
-107
/
+47
*
Whitespace.
NAKAMURA Takumi
2014-10-29
5
-40
/
+40
*
Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled
Michael Kuperstein
2014-10-29
1
-0
/
+1
*
[C API] PR19859: Add functions to query and modify branches.
Peter Zotov
2014-10-28
1
-0
/
+28
*
[C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.
Peter Zotov
2014-10-28
1
-1
/
+31
*
Transforms: reapply SVN r219899
Saleem Abdulrasool
2014-10-28
2
-11
/
+18
*
[AVX512] Fix VSQRT packed instructions internal names.
Robert Khasanov
2014-10-28
2
-9
/
+9
*
[AVX512] Extended avx512_sqrt_packed (sqrt instructions) to VL subset.
Robert Khasanov
2014-10-28
1
-28
/
+44
*
[AVX-512] Expanded rsqrt/rcp instructions to VL subset.
Robert Khasanov
2014-10-28
1
-20
/
+47
*
[AVX512] Removed special case for cmp instructions in getVectorMaskingNode. N...
Robert Khasanov
2014-10-28
1
-15
/
+4
*
[x86] Simplify vector selection if condition value type matches vselect value...
Robert Khasanov
2014-10-28
1
-10
/
+10
*
Silencing an "enumeral and non-enumeral type in conditional expression" warni...
Aaron Ballman
2014-10-28
1
-1
/
+2
*
[AVX512] Bring back vector-shuffle lowering support through broadcasts
Robert Khasanov
2014-10-28
2
-8
/
+17
*
Reformat partially, where I touched for whitespace changes.
NAKAMURA Takumi
2014-10-28
5
-21
/
+18
*
LoopRerollPass.cpp: Use range-based loop. NFC.
NAKAMURA Takumi
2014-10-28
1
-11
/
+9
*
Untabify and whitespace cleanups.
NAKAMURA Takumi
2014-10-28
7
-48
/
+46
*
Minimize the scope of some variables, NFC.
David Blaikie
2014-10-28
1
-2
/
+2
*
X86: Implement the vectorcall calling convention
Reid Kleckner
2014-10-28
7
-35
/
+129
*
AArch64: enable Cortex-A57 FP balancing on Cortex-A53.
Tim Northover
2014-10-28
1
-1
/
+2
*
Remove the PreserveSource linker mode.
Rafael Espindola
2014-10-28
1
-29
/
+20
*
AArch64InstrInfo.h: Fix a warning introduced in clang r220703. [-Winconsisten...
NAKAMURA Takumi
2014-10-27
1
-1
/
+1
*
[AVX512] Add vpermil variable version
Adam Nemet
2014-10-27
1
-2
/
+25
*
[AVX512] Clean up avx512_perm_imm to use X86VectorVTInfo
Adam Nemet
2014-10-27
1
-25
/
+22
*
[AVX512] Derive vpermil* from avx512_perm_imm
Adam Nemet
2014-10-27
1
-14
/
+14
*
[AVX512] Fix copy-and-paste bugs in vpermil
Adam Nemet
2014-10-27
1
-3
/
+3
*
Make it easier to pass a custom diagnostic handler to the IR linker.
Rafael Espindola
2014-10-27
1
-27
/
+27
*
Fix a stackmap bug introduced in r220710.
Pete Cooper
2014-10-27
1
-4
/
+14
*
Fix bug where sys::Wait could wait on wrong pid.
Rafael Espindola
2014-10-27
1
-1
/
+0
*
[FastISel][AArch64] Emit immediate version of icmp (subs) for null pointer ch...
Juergen Ributzka
2014-10-27
1
-2
/
+6
*
[FastISel][AArch64] Optimize compare-and-branch for i1 to use 'tbz'.
Juergen Ributzka
2014-10-27
1
-0
/
+4
*
Stackmap shadows should consider call returns a branch target.
Pete Cooper
2014-10-27
1
-0
/
+6
*
[FastISel][AArch64] Use 'cbz' also for null values (pointers).
Juergen Ributzka
2014-10-27
1
-15
/
+12
*
[FastISel][AArch64] Don't fold the 'and' instruction into the 'tbz/tbnz' inst...
Juergen Ributzka
2014-10-27
1
-2
/
+2
*
[FastISel][AArch64] Fix load/store with frame indices.
Juergen Ributzka
2014-10-27
1
-23
/
+20
*
[asan] experimental tracing for indirect calls, llvm part.
Kostya Serebryany
2014-10-27
1
-4
/
+44
*
[PBQP] Unique allowed-sets for nodes in the PBQP graph and use pairs of these
Lang Hames
2014-10-27
2
-37
/
+58
[next]