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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...
Mehdi Amini
2017-03-02
1
-5
/
+9
*
CMake: Clean up VersionFromVCS.cmake
Tom Stellard
2017-03-02
1
-33
/
+29
*
[BypassSlowDivision] Refactor fast division insertion logic (NFC)
Nikolai Bozhenov
2017-03-02
1
-160
/
+218
*
Forgot about local variable lookup.
Jim Ingham
2017-03-02
1
-0
/
+18
*
[DAGCombiner] Fix DebugLoc propagation when folding !(x cc y) -> (x !cc y)
Taewook Oh
2017-03-02
6
-24
/
+93
*
[DAG] early exit to improve readability and formatting of visitMemCmpCall(); ...
Sanjay Patel
2017-03-02
1
-64
/
+53
*
Work around GCC linking errors within libc++abi due to missing new/delete def...
Eric Fiselier
2017-03-02
1
-1
/
+5
*
Work around GCC linking errors within libc++abi due to missing new/delete def...
Eric Fiselier
2017-03-02
1
-1
/
+6
*
[Hexagon] Pick the right branch opcode depending on branch probabilities
Krzysztof Parzyszek
2017-03-02
2
-15
/
+113
*
Revert "AMDGPU: Re-do update for branch-relaxation test"
Tobias Grosser
2017-03-02
1
-9
/
+6
*
Add a reference to the projects in the Get involved section.
Jim Ingham
2017-03-02
1
-0
/
+2
*
CodeGen: MachineBlockPlacement: Remove the unused outlining heuristic.
Kyle Butt
2017-03-02
2
-175
/
+1
*
Revert "Currently broken by recent LLVM upstream changes"
Tobias Grosser
2017-03-02
1
-2
/
+0
*
Goals->Projects.
Jim Ingham
2017-03-02
1
-1
/
+1
*
[ARM] Fix insert point for store rescheduling.
Eli Friedman
2017-03-02
3
-25
/
+76
*
Added a list of outstanding projects that would benefit lldb.
Jim Ingham
2017-03-02
2
-0
/
+380
*
Fix test failures caused by new/delete calls getting optimized away
Eric Fiselier
2017-03-02
5
-5
/
+13
*
Revert "Fix PR 24415 (at least), by making our post-dominator tree behavior s...
Tobias Grosser
2017-03-02
16
-196
/
+105
*
[PPC] Fix code generation for bswap(int32) followed by store16
Guozhi Wei
2017-03-02
2
-2
/
+26
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
78
-161
/
+162
*
[AArch64] Extend redundant copy elimination pass to handle non-zero stores.
Chad Rosier
2017-03-02
2
-77
/
+455
*
[DAG] improve documentation comments; NFC
Sanjay Patel
2017-03-02
2
-90
/
+48
*
[MSP430] Add SRet support to MSP430 target
Vadzim Dambrouski
2017-03-02
26
-172
/
+277
*
Promote ConstantInitBuilder to be a public CodeGen API; it's
John McCall
2017-03-02
12
-107
/
+159
*
Update ABI list for 4.0 release
Eric Fiselier
2017-03-02
2
-1905
/
+1906
*
The patch fixes r296770
Evgeny Stupachenko
2017-03-02
1
-2
/
+2
*
[libc++] Add option to disable new/delete overloads when libc++abi provides t...
Eric Fiselier
2017-03-02
2
-2
/
+17
*
[libc++abi] Add option to enable definitions for the new/delete overloads.
Eric Fiselier
2017-03-02
2
-5
/
+10
*
Pass a callback to resolveReloc. NFC.
Rafael Espindola
2017-03-02
1
-13
/
+15
*
[libc++abi] Update new/delete definitions to match libc++
Eric Fiselier
2017-03-02
1
-71
/
+157
*
Simplify test by producing an executable.
Rafael Espindola
2017-03-02
1
-11
/
+5
*
[NVPTX] Reduce amount of boilerplate code used to select load instruction opc...
Artem Belevich
2017-03-02
1
-1781
/
+587
*
[NVPTX] Added missing LDU/LDG intrinsics for f16.
Artem Belevich
2017-03-02
2
-2
/
+19
*
Fix some Wdocumentation warnings
Simon Pilgrim
2017-03-02
1
-2
/
+2
*
[X86][MMX] Fixed i32 extraction on 32-bit targets
Simon Pilgrim
2017-03-02
2
-21
/
+16
*
Add coding and shebang.
Vassil Vassilev
2017-03-02
2
-0
/
+6
*
Mark function as llvm dump method.
Vassil Vassilev
2017-03-02
1
-7
/
+1
*
Cast to the right type on Windows.
Vassil Vassilev
2017-03-02
1
-1
/
+1
*
[Hexagon] Skip blocks that define vector predicate registers in early-if
Krzysztof Parzyszek
2017-03-02
2
-2
/
+45
*
Document that code inlined into a nodebug function also won't get any
Adrian Prantl
2017-03-02
1
-1
/
+2
*
Remove redundant include.
Vassil Vassilev
2017-03-02
1
-2
/
+0
*
Reland r296442 with modifications reverted in r296463.
Vassil Vassilev
2017-03-02
3
-0
/
+35
*
Simplify. NFC.
Rui Ueyama
2017-03-02
1
-13
/
+8
*
[Hexagon] Properly handle 'q' constraint in 128-byte vector mode
Krzysztof Parzyszek
2017-03-02
2
-22
/
+25
*
[PowerPC][ELFv2ABI] Allocate parameter area on-demand to reduce stack frame size
Nemanja Ivanovic
2017-03-02
2
-5
/
+129
*
The patch turns on epilogue unroll for loops with constant recurency start.
Evgeny Stupachenko
2017-03-02
5
-21
/
+65
*
Serialization: use the PCH chain to check PCH mode
Saleem Abdulrasool
2017-03-02
1
-1
/
+2
*
[DAGCombiner] avoid assertion when folding binops with opaque constants
Sanjay Patel
2017-03-02
3
-3
/
+81
*
New tool: opt-diff.py
Adam Nemet
2017-03-02
3
-3
/
+88
*
[opt-viewer] Treat remarks with different attributes as different
Adam Nemet
2017-03-02
1
-1
/
+16
[next]