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
*
[PowerPC] Add a pattern for a runtime bit check
Hal Finkel
2016-09-02
2
-0
/
+94
*
revert r280429 and r280425:
Dehao Chen
2016-09-02
2
-31
/
+25
*
revert r280432:
Dehao Chen
2016-09-02
1
-6
/
+5
*
llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: Use %/T instead o...
NAKAMURA Takumi
2016-09-02
1
-1
/
+1
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
11
-1157
/
+1088
*
raw_pwrite_stream_test.cpp: _putenv_s() may be assumed as win32-generic.
NAKAMURA Takumi
2016-09-02
1
-1
/
+1
*
IfConversion: Don't count branches in # of duplicates.
Kyle Butt
2016-09-02
1
-1
/
+3
*
[PM] Add a unittest for invalidating module analyses with an SCC pass.
Chandler Carruth
2016-09-02
1
-0
/
+96
*
[PM] (NFC) Split the IR parsing into a fixture so that I can split out
Chandler Carruth
2016-09-02
1
-33
/
+42
*
Fix a real temp file leak in FileOutputBuffer
Reid Kleckner
2016-09-02
4
-9
/
+19
*
[PM] (NFC) Refactor the CGSCC pass manager tests to use lambda-based
Chandler Carruth
2016-09-02
1
-79
/
+43
*
Try to fix some temp file leaks in SupportTests, PR18335
Reid Kleckner
2016-09-02
4
-14
/
+62
*
[CFGPrinter] Display branch weight on the edges
Adam Nemet
2016-09-02
1
-0
/
+30
*
[PowerPC] Don't apply the PPC64 address-formation peephole for offsets greate...
Hal Finkel
2016-09-02
2
-5
/
+12
*
[PowerPC] Don't consider fusion in PPC64 address-formation peephole
Hal Finkel
2016-09-02
2
-169
/
+80
*
[StreamExecutor] Pass device memory by ref
Jason Henline
2016-09-02
3
-31
/
+34
*
Revert https://reviews.llvm.org/D23279 because the tests have failed on sever...
Alexander Shaposhnikov
2016-09-02
13
-541
/
+0
*
[SE] Make Kernel movable
Jason Henline
2016-09-02
3
-72
/
+12
*
Clean up handling of reading module files from stdin. Don't bother trying to
Richard Smith
2016-09-02
1
-3
/
+6
*
Refactor to avoid holding a reference to a container element that could go away
Richard Smith
2016-09-02
1
-40
/
+36
*
Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
Dehao Chen
2016-09-01
1
-5
/
+6
*
Add clang-reorder-fields to clang-tools-extra
Alexander Shaposhnikov
2016-09-01
13
-0
/
+541
*
[SelectionDAGBuilder] Add const to relevant places
Aditya Kumar
2016-09-01
2
-16
/
+17
*
Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Dehao Chen
2016-09-01
2
-8
/
+12
*
[StreamExecutor] Read dev array directly in test
Jason Henline
2016-09-01
3
-63
/
+97
*
Refactor replaceDominatedUsesWith to have a flag to control whether to replac...
Dehao Chen
2016-09-01
3
-6
/
+10
*
Remove excessive padding from MismatchingNewDeleteDetector
Alexander Shaposhnikov
2016-09-01
1
-2
/
+2
*
Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen
2016-09-01
1
-21
/
+23
*
[Legalizer] Don't throw away false low half when expanding GT/LT SETCC
Michael Kuperstein
2016-09-01
2
-9
/
+41
*
Add comments.
Rui Ueyama
2016-09-01
1
-2
/
+4
*
Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dw...
Reid Kleckner
2016-09-01
1
-4
/
+0
*
[ELF] Do not omit debug sections when computing build-id
Petr Hosek
2016-09-01
3
-34
/
+19
*
[WebAssembly] Change wasm SizeType to match asmjs
Derek Schuff
2016-09-01
2
-20
/
+26
*
Make the coding standards a bit more clear that we prefer the fancy new
Chandler Carruth
2016-09-01
1
-4
/
+5
*
[SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein
2016-09-01
3
-177
/
+269
*
cstdio: limit gets to CRT versions below 14
Saleem Abdulrasool
2016-09-01
1
-1
/
+5
*
[CMake] Add option (defaulted off) to exclude atomic.c
Chris Bieneman
2016-09-01
1
-1
/
+5
*
[WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302)
Heejin Ahn
2016-09-01
6
-186
/
+1079
*
bugpoint: clang-format and modernize comments in ListReducer. NFC
Justin Bogner
2016-09-01
1
-36
/
+32
*
build: don't add -fPIC on Windows
Saleem Abdulrasool
2016-09-01
1
-1
/
+3
*
GlobalISel: add a G_PHI instruction to give phis a type.
Tim Northover
2016-09-01
7
-4
/
+25
*
[tsan] Bump stack frame size limit.
Evgeniy Stepanov
2016-09-01
1
-1
/
+1
*
Fix the ASan fuse-lld.cc test after LLD r280012
Reid Kleckner
2016-09-01
1
-1
/
+1
*
When we reach the end of a #include of a header of a local submodule that we
Richard Smith
2016-09-01
4
-7
/
+45
*
Allow mapping scalar MemoryAccesses to array elements.
Michael Kruse
2016-09-01
8
-45
/
+584
*
[CMake] NFC. Missed the other uses in r280406
Chris Bieneman
2016-09-01
1
-2
/
+2
*
[CMake] NFC. Fixing spelling from r280400
Chris Bieneman
2016-09-01
1
-1
/
+1
*
[LV] Use ScalarParts for ad-hoc pointer IV scalarization (NFCI)
Matthew Simpson
2016-09-01
1
-22
/
+9
*
Check validity of new access relations. NFC.
Michael Kruse
2016-09-01
1
-0
/
+38
*
[InstCombine] add tests to show potential shuffle+insert folds
Sanjay Patel
2016-09-01
1
-0
/
+112
[next]