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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improves pretty printing of variable types in llvm-pdbdump
Adrian McCarthy
2017-04-10
15
-64
/
+154
*
[InstCombine] Support folding of add instructions with vector constants into ...
Craig Topper
2017-04-10
2
-13
/
+5
*
[InstCombine] add test for PR32524; NFC
Sanjay Patel
2017-04-10
1
-1
/
+15
*
[ARM] GlobalISel: Support G_FPOW for float and double
Diana Picus
2017-04-10
3
-5
/
+117
*
[InstCombine] Use commutable and/or/xor matchers to simplify some code
Craig Topper
2017-04-10
1
-9
/
+4
*
[SelectionDAG] TargetLowering::SimplifyDemandedBits how to properly calculate...
Craig Topper
2017-04-10
1
-1
/
+5
*
[InstCombine] Make sure we preserve fast math flags when folding fp instructi...
Craig Topper
2017-04-10
2
-2
/
+29
*
[InstCombine] use m_c_And and m_c_Xor to handle commuted versions of a transf...
Craig Topper
2017-04-10
2
-8
/
+4
*
[InstCombine] Add test cases demonstrating missing handling for the commuted ...
Craig Topper
2017-04-10
1
-0
/
+28
*
[InstCombine] Remove unnecessary dyn_cast to BinaryOperator around some match...
Craig Topper
2017-04-10
1
-31
/
+29
*
[InstCombine] Make the (A|B)^B -> A & ~B transform code consistent with the v...
Craig Topper
2017-04-10
1
-5
/
+5
*
[InstCombine] Use m_OneUse to shorten some code. NFC
Craig Topper
2017-04-10
1
-6
/
+3
*
Remove unused method.
Zachary Turner
2017-04-10
1
-6
/
+0
*
General usability improvements to generic PDB library.
Zachary Turner
2017-04-10
62
-157
/
+229
*
[SCCP] Resolve indirect branch target when possible.
Xin Tong
2017-04-10
2
-8
/
+147
*
[InstCombine] remove dead cases from icmp pair switches; NFCI
Sanjay Patel
2017-04-09
1
-32
/
+0
*
[InstCombine] remove duplicate test; NFC
Sanjay Patel
2017-04-09
1
-12
/
+0
*
[Mem2Reg] Remove AliasSetTracker updating logic from the pass.
Davide Italiano
2017-04-09
4
-43
/
+8
*
[SimplifyCFG] auto-generate better checks; NFC
Sanjay Patel
2017-04-09
1
-33
/
+130
*
[InstCombine] auto-generate better checks; NFC
Sanjay Patel
2017-04-09
4
-137
/
+238
*
[MemorySSA] Fix use of pointsToConstantMemory in isUseTriviallyOptimizableToL...
Hal Finkel
2017-04-09
2
-1
/
+25
*
[InstCombine] Extend some OR combines to support vectors.
Craig Topper
2017-04-09
2
-27
/
+25
*
[InstCombine] Extend a canonicalization check to apply to vector constants too.
Craig Topper
2017-04-09
2
-5
/
+6
*
[InstCombine] Add test cases to show missing support for vectors in an OR com...
Craig Topper
2017-04-09
1
-0
/
+42
*
[InstCombine] Use the SubOne helper function to shorten some code. NFC
Craig Topper
2017-04-09
1
-7
/
+4
*
[InstCombine] rename variable for easier reading; NFC
Craig Topper
2017-04-09
1
-9
/
+9
*
MC: Remove unused virtual function MCObjectWriter::isWeak. NFC.
Peter Collingbourne
2017-04-08
4
-50
/
+1
*
AMDGPU: Actually write nops for writeNopData
Matt Arsenault
2017-04-08
2
-1
/
+101
*
[AsmParser]Emit an error if a macro has two (or more) parameters sharing the ...
Coby Tayree
2017-04-08
2
-0
/
+13
*
Reorganize libLTO C API header lto.h (NFC)
Mehdi Amini
2017-04-08
1
-74
/
+70
*
[IR] Inline Type::getScalarType() by using isVectorTy() and getVectorElementT...
Craig Topper
2017-04-08
2
-7
/
+5
*
[AArch64] Refine Falkor Machine Model - Part 3
Balaram Makam
2017-04-08
5
-26
/
+135
*
[coroutines] Make CoroSplit pass deterministic
Gor Nishanov
2017-04-08
2
-8
/
+4
*
gitignore: Ignore .vs folder (VS2017 config files)
Gor Nishanov
2017-04-08
1
-1
/
+2
*
[cfi] Take over existing __cfi_check in CrossDSOCFI.
Evgeniy Stepanov
2017-04-07
1
-0
/
+3
*
[ARM] Prefer BIC over BFC in ARM mode.
Eli Friedman
2017-04-07
8
-19
/
+26
*
[GlobalISel]: Fix bug where we can report GISelFailure on erased instructions
Aditya Nandakumar
2017-04-07
4
-41
/
+38
*
[ConstantFolding] Use Intrinsic::not_intrinsic instead of 0 for readability. ...
Craig Topper
2017-04-07
1
-1
/
+1
*
[AArch64] Allow global register asm("x18") or asm("w18") under -ffixed-x18
Petr Hosek
2017-04-07
3
-0
/
+33
*
NewGVN: Make CongruenceClass a real class in preparation for splitting
Daniel Berlin
2017-04-07
1
-207
/
+259
*
De-flake a test that is failing due to coroutine spill insertion non-determinism
Reid Kleckner
2017-04-07
1
-4
/
+6
*
[Dominators] Simplify a member function. NFCI.
Davide Italiano
2017-04-07
1
-8
/
+2
*
Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-04-07
15
-2121
/
+104
*
[AMDGPU] Unroll more to eliminate phis and conditions
Stanislav Mekhanoshin
2017-04-07
2
-2
/
+86
*
Use PMADDWD to expand reduction in a loop
Dehao Chen
2017-04-07
2
-0
/
+150
*
[lit] Try using process pools by default again
Reid Kleckner
2017-04-07
1
-1
/
+1
*
[GlobalISel] implement narrowing for G_CONSTANT.
Igor Breger
2017-04-07
3
-0
/
+79
*
[coroutines] Insert spills of PHI instructions correctly
Gor Nishanov
2017-04-07
2
-0
/
+64
*
Reapply r298620: [LV] Vectorize GEPs
Matthew Simpson
2017-04-07
5
-186
/
+453
*
[mips] Remove usage of debug only variable (NFC)
Simon Dardis
2017-04-07
1
-2
/
+2
[next]