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
...
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
72
-3681
/
+4271
*
AVX-512: Added "pandn" intrinsics set
Elena Demikhovsky
2015-04-28
1
-0
/
+6
*
Masked gather and scatter: Added code for SelectionDAG.
Elena Demikhovsky
2015-04-28
3
-0
/
+203
*
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
David Blaikie
2015-04-28
2
-6
/
+9
*
[MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.
Ahmed Bougacha
2015-04-28
4
-1
/
+14
*
DebugInfo: Support up to 2^16 arguments in a subprogram
Duncan P. N. Exon Smith
2015-04-28
1
-5
/
+2
*
Cleanup, remove unused return value
Matthias Braun
2015-04-28
2
-6
/
+3
*
[MC] Split MCBinaryExpr::Shr into LShr and AShr.
Ahmed Bougacha
2015-04-28
3
-5
/
+8
*
[MC] Move getBinOpPrecedence into AsmParser. NFC.
Ahmed Bougacha
2015-04-28
1
-2
/
+5
*
Switch lowering: use uint32_t for weights everywhere
Hans Wennborg
2015-04-27
2
-6
/
+12
*
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
2015-04-27
1
-2
/
+1
*
Switch lowering: Take branch weight into account when ordering for fall-through
Hans Wennborg
2015-04-27
1
-3
/
+4
*
LTO: Simplify code generator initialization
Duncan P. N. Exon Smith
2015-04-27
1
-15
/
+2
*
remove obsolete pattern matches for scalar SSE ops
Sanjay Patel
2015-04-27
1
-15
/
+1
*
Use CIE version 1 for .eh_frame.
Rafael Espindola
2015-04-27
1
-1
/
+2
*
[AArch64] Also combine vector selects fed by non-i1 SETCCs.
Ahmed Bougacha
2015-04-27
1
-3
/
+15
*
Add missing library dependency in libPDB.
Pete Cooper
2015-04-27
1
-1
/
+1
*
[AArch64] Don't assert when combining (v3f32 select (setcc f64)).
Ahmed Bougacha
2015-04-27
1
-0
/
+6
*
Fixes a hang that can occur if a signal comes in during malloc calls.
Chris Bieneman
2015-04-27
1
-0
/
+6
*
Silence unused variable errors for no-asserts builds
Bill Schmidt
2015-04-27
1
-0
/
+4
*
Switch lowering: order bit tests by branch weight.
Hans Wennborg
2015-04-27
1
-1
/
+4
*
[opaque pointer type] encode the pointee type of global variables
David Blaikie
2015-04-27
2
-12
/
+20
*
[PPC64LE] Remove unnecessary swaps from lane-insensitive vector computations
Bill Schmidt
2015-04-27
6
-0
/
+824
*
fix 80-cols; NFC
Sanjay Patel
2015-04-27
1
-2
/
+3
*
Fix build broken by incorrect class name.
Zachary Turner
2015-04-27
1
-3
/
+3
*
Make llvm-symbolizer work on Windows.
Zachary Turner
2015-04-27
2
-0
/
+104
*
Make an RAII com initializer.
Zachary Turner
2015-04-27
4
-0
/
+88
*
fix typos; NFC
Sanjay Patel
2015-04-27
1
-1
/
+1
*
[mips] Correct bytes to bits in 2 comments. NFC.
Toma Tabacu
2015-04-27
1
-2
/
+2
*
AVX-512: added calling conventions for i1 vectors.
Elena Demikhovsky
2015-04-27
2
-3
/
+27
*
[Hexagon] Use constant extenders to fix up hardware loops
Brendon Cahoon
2015-04-27
6
-72
/
+114
*
[mips] [IAS] Improve warning for using AT with .set noat.
Toma Tabacu
2015-04-27
1
-12
/
+7
*
Reapply "[mips][FastISel] Implement shift ops for Mips fast-isel.""
Vasileios Kalintiris
2015-04-27
1
-0
/
+80
*
[mips] [IAS] Rename getATRegNum and setATReg to {g,s}etATRegIndex. NFC.
Toma Tabacu
2015-04-27
1
-8
/
+8
*
AVX-512: Extend/Truncate operations for SKX,
Elena Demikhovsky
2015-04-27
2
-36
/
+139
*
[MC] [IAS] Add support for the \@ .macro pseudo-variable.
Toma Tabacu
2015-04-27
1
-29
/
+53
*
Constfold insertelement to undef when index is out-of-bounds
Pawel Bylica
2015-04-27
1
-7
/
+14
*
[X86][SSE] Add v16i8/v32i8 multiplication support
Simon Pilgrim
2015-04-27
1
-4
/
+78
*
Make the message associated with a fatal error slightly more helpful
Philip Reames
2015-04-26
1
-2
/
+10
*
[RewriteStatepointsForGC] Exclude constant values from being considered live ...
Philip Reames
2015-04-26
1
-14
/
+13
*
Don't Place Entry Safepoints Before the llvm.frameescape() Intrinsic
Philip Reames
2015-04-26
1
-0
/
+7
*
[bpf] fix build and remove a compiler warning in Release mode
Alexei Starovoitov
2015-04-26
2
-1
/
+3
*
[x86] instcombine more cases of insertps into a shufflevector
Sanjay Patel
2015-04-25
1
-14
/
+31
*
[ARM] Simplify code. NFC.
Benjamin Kramer
2015-04-25
1
-15
/
+2
*
[hexagon] Use range-based for loops. No functionality change intended.
Benjamin Kramer
2015-04-25
1
-69
/
+45
*
[hexagon] Remove setHexLibcallName, it leaks memory.
Benjamin Kramer
2015-04-25
2
-79
/
+83
*
Fix build error from accidental change
Andrew Kaylor
2015-04-24
1
-2
/
+1
*
[WinEH] Find correct cloned entry block for outlined handler functions.
Andrew Kaylor
2015-04-24
1
-1
/
+2
*
[WinEH] Find correct cloned entry block for outlined handler functions.
Andrew Kaylor
2015-04-24
1
-4
/
+13
*
Assert that Process::FindInEnvPath() is passed a relative path.
Nico Weber
2015-04-24
1
-0
/
+1
[prev]
[next]