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
/
test
/
Transforms
/
Util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
LowerDbgDeclare: look through bitcasts.
Evgenii Stepanov
2019-12-05
1
-0
/
+48
*
[SVFS] Inject TLI Mappings in VFABI attribute.
Francesco Petrogalli
2019-11-15
1
-0
/
+61
*
Handle successor's PHI node correctly when flattening CFG merges two if-regions
Jakub Kuderski
2019-09-26
1
-0
/
+30
*
Don't use invalidated iterators in FlattenCFGPass
Jakub Kuderski
2019-09-19
1
-0
/
+30
*
[Debuginfo][SROA] Need to handle dbg.value in SROA pass.
Alexey Lapshin
2019-09-04
1
-0
/
+1
*
[PredicateInfo] Use SmallVector instead of SmallPtrSet.
Florian Hahn
2019-07-25
2
-16
/
+16
*
[PredicateInfo] Do not process unreachable operands.
Taewook Oh
2019-05-15
1
-0
/
+25
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
30
-0
/
+3144
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
30
-3144
/
+0
*
[LowerSwitch][AMDGPU] Do not handle impossible values
Roman Tereshin
2019-02-22
1
-11
/
+21
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
1
-1
/
+1
*
[Util] Refer to [s|z]exts of args when converting dbg.declares (fix PR35400)
Vedant Kumar
2018-12-15
1
-5
/
+9
*
[ICP] Remove incompatible attributes at indirect-call promoted callsites.
Xin Tong
2018-11-26
1
-0
/
+32
*
Relax trivial cast requirements in CallPromotionUtils
Scott Linder
2018-10-10
1
-0
/
+50
*
[PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.
Florian Hahn
2018-07-24
5
-66
/
+102
*
[LowerSwitch] Fixed faulty PHI nodes
Karl-Johan Karlsson
2018-07-10
1
-0
/
+48
*
[PredicateInfo] Order instructions in different BBs by DFSNumIn.
Florian Hahn
2018-06-20
1
-0
/
+79
*
[LowerSwitch] Fixed faulty PHI node update
Karl-Johan Karlsson
2018-05-22
1
-1
/
+57
*
Require DominatorTree when requiring/preserving LoopInfo in the old pass manager
Mikael Holmen
2018-05-17
1
-0
/
+44
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
8
-10
/
+10
*
Support a funclet operand bundle in LowerInvoke
Heejin Ahn
2018-05-09
1
-0
/
+39
*
LowerDbgDeclare: ignore dbg.declares for allocas with volatile access
Adrian Prantl
2018-03-09
1
-3
/
+5
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-5
/
+5
*
[InstCombine] Add a flag to disable LowerDbgDeclare
Reid Kleckner
2017-09-13
1
-1
/
+7
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
2
-2
/
+2
*
[ADT] Enable reverse iteration for DenseMap
Mandeep Singh Grang
2017-08-24
2
-688
/
+0
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
1
-8
/
+4
*
Keep Optimization Remark Yaml in NewPM
Sam Elliott
2017-08-20
1
-4
/
+5
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
3
-7
/
+7
*
Migrate SimplifyLibCalls to new OptimizationRemarkEmitter
Adam Nemet
2017-07-26
1
-0
/
+56
*
PredicateInfo: Don't insert conditional info when a conditional branch jumps ...
Daniel Berlin
2017-06-14
2
-0
/
+161
*
Introduce the new feature "abi-breaking-checks" to satisfy -reverse-iterate i...
NAKAMURA Takumi
2017-06-07
2
-2
/
+2
*
[PredicateInfo] Enable -reverse-iterate tests only for +Asserts builds
Mandeep Singh Grang
2017-06-01
4
-2
/
+688
*
[PredicateInfo] Fix non-determinism in codegen uncovered by reverse iterating...
Mandeep Singh Grang
2017-06-01
2
-16
/
+18
*
PR32288: Describe a bool parameter's DWARF location with a simple register
David Blaikie
2017-05-15
1
-34
/
+76
*
[SimplifyLibCalls] Fix infinite loop with fast-math optimization.
Andrew Ng
2017-04-25
1
-0
/
+60
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
22
-1510
/
+0
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-6
/
+6
*
MemorySSA: Make lifetime starts defs for mustaliased pointers
Daniel Berlin
2017-04-10
1
-1
/
+1
*
[MemorySSA] Fix use of pointsToConstantMemory in isUseTriviallyOptimizableToL...
Hal Finkel
2017-04-09
1
-0
/
+23
*
[MSSA] Small test fix
Piotr Padlewski
2017-03-31
1
-1
/
+1
*
Teach stripNonLineTableDebugInfo() to remap DILocations in !llvm.loop nodes.
Adrian Prantl
2017-03-30
1
-0
/
+71
*
PredicateInfo: Support switch statements
Daniel Berlin
2017-02-22
2
-5
/
+13
*
PredicateInfo: Clean up predicate info a little, using insertion
Daniel Berlin
2017-02-18
2
-8
/
+15
*
PredicateInfo: Handle critical edges
Daniel Berlin
2017-02-12
4
-42
/
+351
*
Add PredicateInfo utility and printing pass
Daniel Berlin
2017-02-07
2
-0
/
+668
*
IR: Consider two DISubprograms to be odr-equal if they have the same template...
Peter Collingbourne
2017-02-06
1
-0
/
+66
*
[MemorySSA] Add new tests for invariant.groups
Piotr Padlewski
2017-01-23
1
-0
/
+182
[next]