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
*
Remove gcc warning when comparing an unsigned var for >= 0
Filipe Cabecinhas
2015-09-10
1
-1
/
+1
*
[WinEH] Push and pop EBP for 32-bit funclets
Reid Kleckner
2015-09-10
1
-7
/
+10
*
AMDGPU: Simplify debug printing
Matt Arsenault
2015-09-10
3
-13
/
+8
*
AMDGPU: Use StringRef value
Matt Arsenault
2015-09-10
1
-1
/
+1
*
[SPARC] Switch to the Machine Scheduler.
James Y Knight
2015-09-10
2
-1
/
+6
*
Fix SEH state numbering algorithm to handle cleanupendpads
Reid Kleckner
2015-09-10
1
-4
/
+9
*
[LV] Relax Small Size Reduction Type Requirement
Matthew Simpson
2015-09-10
1
-6
/
+14
*
[RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.
Lang Hames
2015-09-10
1
-2
/
+6
*
[RuntimeDyld] Fix a bug in debugging output: all sections should be dumped
Lang Hames
2015-09-10
1
-2
/
+13
*
Add an explicit 'inline' specifier to these static functions. GCC is
Chandler Carruth
2015-09-10
1
-14
/
+14
*
Revert "[SPARC] Switch to the Machine Scheduler."
James Y Knight
2015-09-10
2
-6
/
+1
*
[IR] Conservatively mark 'catchpad' as accessing memory
David Majnemer
2015-09-10
1
-0
/
+2
*
[libFuzzer] refactor the code to allow building libFuzzer on platforms that d...
Kostya Serebryany
2015-09-10
2
-17
/
+65
*
[SPARC] Switch to the Machine Scheduler.
James Y Knight
2015-09-10
2
-1
/
+6
*
[SCEV] Consistently Handle Expressions That Cannot Be Divided
Matthew Simpson
2015-09-10
1
-36
/
+26
*
[MergeFuncs] Fix callsite attributes in thunk generation
JF Bastien
2015-09-10
1
-1
/
+9
*
[SimplifyCFG] Use known bits to eliminate dead switch defaults
Philip Reames
2015-09-10
1
-3
/
+9
*
Debug Info: Allow a DIModule to appear as the scope of other entities.
Adrian Prantl
2015-09-10
1
-0
/
+2
*
[libFuzzer] add two more variants of FuzzerDriver for convenience
Kostya Serebryany
2015-09-10
2
-20
/
+39
*
[WinEH] Fix single-block cleanup coloring
Joseph Tremoulet
2015-09-10
1
-8
/
+9
*
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
2015-09-10
4
-58
/
+58
*
Fix an undefined behavior introduces in r247234
Steven Wu
2015-09-10
1
-1
/
+1
*
80-cols; NFC
Sanjay Patel
2015-09-10
1
-4
/
+4
*
use range-based for loop; NFCI
Sanjay Patel
2015-09-10
1
-2
/
+2
*
use range-based for loop; NFCI
Sanjay Patel
2015-09-10
1
-2
/
+2
*
fix typo; NFC
Sanjay Patel
2015-09-10
1
-1
/
+1
*
Fix PR 24724 - The implicit register verifier shouldn't assume certain operand
Alex Lorenz
2015-09-10
1
-39
/
+16
*
AVX512: Implemented encoding and intrinsics for
Igor Breger
2015-09-10
1
-52
/
+109
*
There is a trunc(lshr (zext A), Cst) optimization in InstCombineCasts that
Jakub Kuderski
2015-09-10
1
-0
/
+20
*
[ADT] Rewrite the StringRef::find implementation to be simpler, clearer,
Chandler Carruth
2015-09-10
1
-16
/
+23
*
[DAGCombine] Truncate BUILD_VECTOR operators if necessary when constant foldi...
Silviu Baranga
2015-09-10
1
-11
/
+25
*
Enable GlobalsAA by default
James Molloy
2015-09-10
1
-1
/
+1
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
14
-0
/
+28
*
[ARM] Do not use vtrn for vectorshuffle if the order is reversed
James Molloy
2015-09-10
1
-4
/
+13
*
[ADT] Micro-optimize the Triple constructor by doing a single split and
Chandler Carruth
2015-09-10
1
-8
/
+21
*
[ADT] Fix a confusing interface spec and some annoying peculiarities
Chandler Carruth
2015-09-10
1
-31
/
+43
*
GlobalsAAResult(&&): Move every members.
NAKAMURA Takumi
2015-09-10
1
-1
/
+6
*
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
2015-09-10
8
-12
/
+12
*
[ADT] Add a single-character version of the small vector split routine
Chandler Carruth
2015-09-10
2
-1
/
+21
*
[ScalarEvolution] Fix PR24757.
Sanjoy Das
2015-09-10
1
-2
/
+42
*
[LPM] Simplify this code and fix a compile error for compilers that
Chandler Carruth
2015-09-10
1
-3
/
+1
*
[LPM] Use a map from analysis ID to immutable passes in the legacy pass
Chandler Carruth
2015-09-10
1
-18
/
+24
*
Enable the shrink wrapping optimization for PPC64.
Kit Barton
2015-09-10
3
-77
/
+89
*
[AArch64] Match FI+offset in STNP addressing mode.
Ahmed Bougacha
2015-09-10
2
-0
/
+26
*
[AArch64] Match base+offset in STNP addressing mode.
Ahmed Bougacha
2015-09-10
1
-0
/
+16
*
[AArch64] Support selecting STNP.
Ahmed Bougacha
2015-09-10
3
-0
/
+78
*
AMDGPU/SI: Fix more cases of losing exec operands
Matt Arsenault
2015-09-10
3
-16
/
+12
*
AMDGPU/SI: Fix creating v_mov_b32s without exec uses
Matt Arsenault
2015-09-10
1
-2
/
+14
*
Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
2015-09-10
4
-58
/
+58
*
[CodeGen] Make x86 nontemporal store patfrags generic. NFC.
Ahmed Bougacha
2015-09-10
1
-19
/
+0
[next]