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
*
AArch64: avoid assertion on illegal types in performFDivCombine.
Tim Northover
2016-08-26
2
-3
/
+51
*
[InstCombine] add helper function for icmp (and (sh X, Y), C2), C1 ; NFC
Sanjay Patel
2016-08-26
2
-45
/
+64
*
Don't crash when trying to capture persistent variables in a block.
Sean Callanan
2016-08-26
4
-9
/
+34
*
[AArch64] Avoid materializing constant values when generating csel instructions.
Chad Rosier
2016-08-26
2
-0
/
+115
*
[AsmParser] Placate a -Wmisleading-indentantion warning (GCC7).
Davide Italiano
2016-08-26
1
-1
/
+3
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
15
-67
/
+63
*
[Clang-tidy] Fix some checks documentation style.
Eugene Zelenko
2016-08-26
30
-179
/
+193
*
GlobalISel: mark G_FPEXT legal from float to double.
Tim Northover
2016-08-26
2
-0
/
+9
*
GlobalISel: mark G_FCMP legal on float & double.
Tim Northover
2016-08-26
2
-0
/
+39
*
GlobalISel: simplify G_ICMP legalization regime.
Tim Northover
2016-08-26
3
-60
/
+28
*
GlobalISel: legalize sdiv and srem operations.
Tim Northover
2016-08-26
9
-0
/
+134
*
GlobalISel: legalize under-width divisions.
Tim Northover
2016-08-26
3
-2
/
+75
*
GlobalISel: mark selects legal
Tim Northover
2016-08-26
2
-0
/
+22
*
GlobalISel: mark float/int conversions legal
Tim Northover
2016-08-26
2
-0
/
+80
*
Don't diagnose non-modular includes when we are not compiling a module.
Manman Ren
2016-08-26
7
-1
/
+62
*
[InstCombine] clean up foldICmpAndConstConst(); NFC
Sanjay Patel
2016-08-26
1
-172
/
+166
*
Missed a semicolon in r279835
Krzysztof Parzyszek
2016-08-26
1
-1
/
+1
*
Add some more detailed debugging information in RegisterCoalescer
Krzysztof Parzyszek
2016-08-26
1
-5
/
+19
*
[InstCombine] add helper function for folding of icmp (and X, C2), C; NFC
Sanjay Patel
2016-08-26
2
-6
/
+21
*
limit the number of instructions per block examined by dead store elimination
Bob Haarman
2016-08-26
3
-11
/
+41
*
FileCheck: Minor cleanup of the class Pattern
Saleem Abdulrasool
2016-08-26
1
-8
/
+6
*
[InstCombine] rename variables in foldICmpAndConstant(); NFC
Sanjay Patel
2016-08-26
1
-54
/
+55
*
test commit
Bob Haarman
2016-08-26
1
-1
/
+0
*
[LoopUnroll] Use OptimizationRemarkEmitter directly not via the analysis pass
Adam Nemet
2016-08-26
3
-5
/
+9
*
[InstCombine] rename variables in foldICmpDivConstant(); NFC
Sanjay Patel
2016-08-26
1
-29
/
+28
*
Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...
Hans Wennborg
2016-08-26
10
-4
/
+50
*
Add space between access string and follow-up.
Michael Kruse
2016-08-26
4
-6
/
+6
*
Add "New access function" to update_check.py classifier.
Michael Kruse
2016-08-26
1
-0
/
+2
*
Avoid the use of large unsigned values in isl unit test
Tobias Grosser
2016-08-26
1
-1
/
+3
*
[lib/LTO] Add an assertion to catch invalid opt levels.
Davide Italiano
2016-08-26
1
-4
/
+5
*
[AArch64] Avoid materializing constant 1 by using csinc, rather than csel.
Chad Rosier
2016-08-26
3
-6
/
+52
*
[FIX] Access dimensions should correspond to number of dimensions of the acce...
Roman Gareev
2016-08-26
2
-4
/
+6
*
Handle empty functions with debug info in load/store opt pass
Pablo Barrio
2016-08-26
2
-1
/
+55
*
[compiler-rt][XRay] Remove unnecessary assertion.
Dean Michael Berris
2016-08-26
1
-3
/
+0
*
Revert " [compiler-rt] Allow c++ abi to be explictly disabled in cmake con...
Dean Michael Berris
2016-08-26
1
-1
/
+1
*
unittests: Make the expected value the first argument in EXPECT_EQ [NFC]
Tobias Grosser
2016-08-26
1
-33
/
+32
*
[compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration
Dean Michael Berris
2016-08-26
1
-1
/
+1
*
Improve documentation and testing for isl_valFromAPInt
Tobias Grosser
2016-08-26
3
-5
/
+94
*
[clang-tidy] Some tweaks on header guard checks.
Haojian Wu
2016-08-26
5
-26
/
+34
*
Improve documentation and testing of APIntFromVal
Tobias Grosser
2016-08-26
3
-7
/
+133
*
Switch linux and android CODE_OWNERS
Pavel Labath
2016-08-26
1
-2
/
+2
*
[X86][SSE4A] The EXTRQ/INSERTQ bit extraction/insertion ops should be in the ...
Simon Pilgrim
2016-08-26
3
-8
/
+147
*
Implement support for --build-id=uuid switch
Eugene Leviant
2016-08-26
6
-2
/
+28
*
[ELF] Added test case for PROVIDE and PROVIDE_HIDDEN within section
Eugene Leviant
2016-08-26
1
-1
/
+8
*
Add cmake option to choose whether to use the builtin demangler
Pavel Labath
2016-08-26
2
-7
/
+11
*
Implement getRandomBytes() function
Eugene Leviant
2016-08-26
3
-0
/
+42
*
[X86][SSE] Add CMPSS/CMPSD intrinsic scalar load folding support.
Craig Topper
2016-08-26
2
-0
/
+26
*
[compiler-rt][XRay] Initial per-thread inmemory logging implementation
Dean Michael Berris
2016-08-26
8
-5
/
+359
*
Replace subregister uses when processing tied operands
Matt Arsenault
2016-08-26
3
-12
/
+36
*
[clang-tidy] Added hh, hxx and hpp to header guard checks.
Mads Ravn
2016-08-26
7
-9
/
+62
[next]