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
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
14
-37
/
+120
*
IfConversion: Use references instead of pointers where possible; NFC
Matthias Braun
2016-08-17
1
-124
/
+134
*
IfConversion: Use range based for; NFC
Matthias Braun
2016-08-17
1
-35
/
+23
*
IfConversion: Improve doxygen comments
Matthias Braun
2016-08-17
1
-63
/
+46
*
[Inliner] Add a flag to disable manual alloca merging in the Inliner.
Chandler Carruth
2016-08-17
1
-49
/
+66
*
Some places that could using TargetParser in LLVM. NFC.
Zijiao Ma
2016-08-17
2
-3
/
+8
*
ADT: Add some missing coverage for iplist::splice
Duncan P. N. Exon Smith
2016-08-17
1
-0
/
+32
*
Scalar: Avoid dereferencing end() in IndVarSimplify
Duncan P. N. Exon Smith
2016-08-17
3
-5
/
+15
*
[Docs] Fix post-review comments on MemorySSA's docs.
George Burgess IV
2016-08-17
1
-8
/
+10
*
IPO: Swap || operands to avoid dereferencing end()
Duncan P. N. Exon Smith
2016-08-17
1
-2
/
+2
*
Scalar: Avoid dereferencing end() in InductiveRangeCheckElimination
Duncan P. N. Exon Smith
2016-08-17
1
-3
/
+3
*
ObjCARC: Don't increment or dereference end() when scanning args
Duncan P. N. Exon Smith
2016-08-17
1
-33
/
+37
*
ARM: Avoid dereferencing end() in ARMFrameLowering::emitPrologue
Duncan P. N. Exon Smith
2016-08-17
1
-1
/
+2
*
CodeGen: Avoid dereferencing end() in OptimizePHIs::OptimizeBB
Duncan P. N. Exon Smith
2016-08-17
1
-1
/
+1
*
Hexagon: Avoid dereferencing end() in HexagonInstrInfo::InsertBranch
Duncan P. N. Exon Smith
2016-08-17
1
-7
/
+5
*
[Docs] Add initial MemorySSA documentation.
George Burgess IV
2016-08-17
3
-0
/
+368
*
AMDGPU: Avoid looking for the DebugLoc in end()
Duncan P. N. Exon Smith
2016-08-17
1
-14
/
+12
*
SimplifyCFG: Avoid dereferencing end()
Duncan P. N. Exon Smith
2016-08-16
1
-1
/
+4
*
Revert "Write the TPI stream from a PDB to Yaml."
Justin Bogner
2016-08-16
28
-2059
/
+260
*
CodeGen: Avoid dereferencing end() when unconstifying iterators
Duncan P. N. Exon Smith
2016-08-16
2
-8
/
+17
*
Write the TPI stream from a PDB to Yaml.
Zachary Turner
2016-08-16
28
-260
/
+2059
*
Introduce LLVM_FALLTHROUGH, which expands to the C++17 attribute.
Justin Bogner
2016-08-16
1
-0
/
+13
*
[InstCombine] add tests for fold with no coverage and missing vector fold
Sanjay Patel
2016-08-16
1
-0
/
+21
*
Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.
Kyle Butt
2016-08-16
2
-0
/
+44
*
[InstCombine] clean up foldICmpAddConstant(); NFCI
Sanjay Patel
2016-08-16
1
-44
/
+41
*
[AMDGPU] Remove duplicate initialization of SIDebuggerInsertNops pass
Konstantin Zhuravlyov
2016-08-16
1
-1
/
+0
*
Preserve the assumption cache more often
David Majnemer
2016-08-16
2
-18
/
+29
*
[InstCombine] use m_APInt to allow icmp (sub X, Y), C folds for splat constan...
Sanjay Patel
2016-08-16
2
-21
/
+14
*
CodeGen: Don't dereference end() in MachineBasicBlock::CorrectExtraCFGEdges
Duncan P. N. Exon Smith
2016-08-16
1
-4
/
+4
*
[x86] Allow merging multiple instances of an immediate within a basic block f...
Sanjay Patel
2016-08-16
3
-32
/
+19
*
[libFuzzer] minor speed improvement
Kostya Serebryany
2016-08-16
1
-1
/
+1
*
[InstCombine] fix variable names to match formula comments; NFC
Sanjay Patel
2016-08-16
1
-17
/
+17
*
[LoopUnroll] Don't clear out the AssumptionCache on each loop
David Majnemer
2016-08-16
1
-6
/
+8
*
Revert "Enhance SCEV to compute the trip count for some loops with unknown st...
Reid Kleckner
2016-08-16
3
-138
/
+4
*
TailDuplicator: Use range loops
Matt Arsenault
2016-08-16
1
-42
/
+23
*
[AArch64] Adjust the scheduling model for Exynos M1.
Evandro Menezes
2016-08-16
1
-14
/
+9
*
[AArch64] Adjust the scheduling model for Exynos M1.
Evandro Menezes
2016-08-16
1
-7
/
+11
*
AMDGPU: Remove excessive padding from ImmOp and RegOp.
Matt Arsenault
2016-08-16
1
-4
/
+4
*
Fix an instance of -Wmicrosoft-enum-value by making the enum unsigned
Reid Kleckner
2016-08-16
1
-1
/
+1
*
[BranchFolding] Change a test case of r278575.
Haicheng Wu
2016-08-16
1
-65
/
+67
*
[MBP] do not reorder and move up loop latch block
Sjoerd Meijer
2016-08-16
2
-0
/
+45
*
[libFuzzer] new experimental feature: value profiling. Profiles values that a...
Kostya Serebryany
2016-08-16
15
-11
/
+158
*
Remove excessive padding from LineNoCacheTy
Benjamin Kramer
2016-08-16
1
-1
/
+1
*
Make MDNode::intersect faster than O(n * m)
David Majnemer
2016-08-16
3
-8
/
+7
*
Don't passively concatenate MDNodes
David Majnemer
2016-08-16
2
-15
/
+7
*
[Hexagon] Standardize next batch of pseudo instructions
Krzysztof Parzyszek
2016-08-16
10
-74
/
+67
*
[Coroutines] Part 7: Split coroutine into subfunctions
Gor Nishanov
2016-08-16
11
-27
/
+935
*
[InstCombine] add helper functions for foldICmpWithConstant; NFCI
Sanjay Patel
2016-08-16
2
-589
/
+726
*
[libFuzzer] refactoring around PCMap, NFC
Kostya Serebryany
2016-08-16
5
-81
/
+81
*
[mips] Enforce compact branch restrictions
Simon Dardis
2016-08-16
2
-13
/
+40
[next]