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
*
Add missing cleanup code for cached indirect lock pool.
Jonathan Peyton
2016-01-22
1
-0
/
+1
*
[Hexagon] Use general purpose registers to spill pred/mod registers into
Krzysztof Parzyszek
2016-01-22
5
-78
/
+352
*
Rephrase this test to help debug a buildbot issue
Adrian Prantl
2016-01-22
1
-1
/
+2
*
AMDGPU: Fix getArchTypePrefix
Matt Arsenault
2016-01-22
1
-2
/
+2
*
Merge templated static member variables, fixes http://llvm.org/pr26179.
Yaron Keren
2016-01-22
6
-2
/
+54
*
AMDGPU: Rename some r600 intrinsics to use correct TargetPrefix
Matt Arsenault
2016-01-22
5
-48
/
+53
*
AMDGPU: Remove unused R600 intrinsics
Matt Arsenault
2016-01-22
2
-48
/
+0
*
[WinEH] Make collectFuncletMembers non-recursive
David Majnemer
2016-01-22
1
-22
/
+20
*
Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()
Kevin Enderby
2016-01-22
3
-5
/
+13
*
Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.
Adrian Prantl
2016-01-22
3
-3
/
+4
*
Fix 80-column violations.
Adrian Prantl
2016-01-22
1
-3
/
+6
*
[analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.
Devin Coughlin
2016-01-22
1
-2
/
+2
*
AMDGPU: Change control flow intrinsics to use amdgcn prefix
Matt Arsenault
2016-01-22
3
-21
/
+23
*
AMDGPU: Don't use separate mulhu/mulhs Pats
Matt Arsenault
2016-01-22
1
-12
/
+2
*
AMDGPU: Remove random TGSI intrinsic
Matt Arsenault
2016-01-22
3
-14
/
+0
*
AMDGPU: Remove AMDGPU.fract intrinsic
Matt Arsenault
2016-01-22
8
-78
/
+88
*
unordered: Rename __construct_node_hash() to allow forwarding, NFC
Duncan P. N. Exon Smith
2016-01-22
1
-8
/
+10
*
[PGO] add an interface needed by icall promotion
Xinliang David Li
2016-01-22
2
-1
/
+17
*
[ELF] - fix possible UB when dereferencing null
George Rimar
2016-01-22
3
-9
/
+9
*
Module Debugging: Use a nonzero DWO id for precompiled headers.
Adrian Prantl
2016-01-22
4
-4
/
+14
*
[MSVC Compat] Don't provide /volatile:ms semantics to types > pointer
David Majnemer
2016-01-22
2
-5
/
+30
*
Try to pacify MSVC.
Nico Weber
2016-01-22
1
-1
/
+2
*
Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko
2016-01-22
2
-32
/
+23
*
Let RecursiveASTVisitor visit array index VarDecls
Nico Weber
2016-01-22
3
-0
/
+31
*
[OpenMP] Sema for depend clause on target exit data directive.
Arpith Chacko Jacob
2016-01-22
3
-2
/
+232
*
Revert "Enable test log collection from remote debug servers"
Pavel Labath
2016-01-22
1
-18
/
+6
*
Replace some tabs with spaces.
Nico Weber
2016-01-22
1
-4
/
+3
*
Use of llvm_unreachable instead of warning in EhFrameHeader<ELFT>::assignEhFr...
George Rimar
2016-01-22
1
-5
/
+2
*
ScopDetection: Do not detect regions with irreducible control as scops
Tobias Grosser
2016-01-22
5
-0
/
+250
*
Remove irreducible control flow from test case
Tobias Grosser
2016-01-22
1
-7
/
+13
*
[OPENMP] Generalize codegen for 'sections'-based directive.
Alexey Bataev
2016-01-22
10
-203
/
+183
*
www: Update links to LLVM bug tracker
Tobias Grosser
2016-01-22
1
-4
/
+4
*
[analyzer] Update SATestBuild.py to handle spaces in paths.
Devin Coughlin
2016-01-22
1
-10
/
+10
*
2 missing intrinsics _cvtss_sh and _mm_cvtps_ph were added to the intrinsics ...
Ekaterina Romanova
2016-01-22
2
-3
/
+28
*
Add __uncvref type for use in later patches
Eric Fiselier
2016-01-22
1
-0
/
+7
*
[TableGen] Make a class member local to the function that populates it and co...
Craig Topper
2016-01-22
1
-1
/
+2
*
[TableGen] Reorder fields in AsmWriterOperand to remove padding and reduce si...
Craig Topper
2016-01-22
1
-6
/
+5
*
[TableGen] Remove the CGIOpNo from AsmWriterOperand as its not used for anyth...
Craig Topper
2016-01-22
2
-8
/
+3
*
[PGO] eliminate use of static variable
Xinliang David Li
2016-01-22
3
-63
/
+71
*
Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB ...
Bhushan D. Attarde
2016-01-22
1
-2
/
+2
*
NFC WebAssembly: update links
JF Bastien
2016-01-22
1
-2
/
+2
*
[SelectionDAG] Fold more offsets into GlobalAddresses
Dan Gohman
2016-01-22
8
-86
/
+855
*
[opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...
Eduard Burtescu
2016-01-22
1
-3
/
+5
*
Replace Type::getInt32Ty() and comparison by isIntegerTy(32). NFC.
Manuel Jacob
2016-01-22
1
-3
/
+1
*
Revert r258473 as it's breaking the build with libc++
Ivan Krasin
2016-01-22
4
-57
/
+17
*
[opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...
Eduard Burtescu
2016-01-22
5
-32
/
+27
*
[opaque pointer types] [NFC] FindAvailableLoadedValue: take LoadInst instead ...
Eduard Burtescu
2016-01-22
5
-8
/
+8
*
[Docs] Slightly update LSan documentation.
Alexey Samsonov
2016-01-22
2
-15
/
+50
*
[opaque pointer types] [NFC] gep_type_{begin,end} now take source element typ...
Eduard Burtescu
2016-01-22
3
-11
/
+8
*
Use std::piecewise_constant_distribution instead of ad-hoc binary search.
Ivan Krasin
2016-01-22
4
-17
/
+57
[next]