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
/
lib
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Use DW_OP_stack_value when reconstructing variable values with arithm...
Adrian Prantl
2017-04-23
1
-32
/
+13
*
Use DW_OP_stack_value when reconstructing variable values with arithmetic.
Adrian Prantl
2017-04-22
1
-13
/
+32
*
LowerSwitch: Fix producing invalid IR on unreachable code
Matt Arsenault
2017-04-21
1
-0
/
+8
*
typo
Adrian Prantl
2017-04-21
1
-1
/
+1
*
[SimplifyCFG] Fix the determination of PostBB in conditional store merging to...
Craig Topper
2017-04-21
1
-2
/
+10
*
[PartialInliner] Fix crash when inlining functions with unreachable blocks.
Davide Italiano
2017-04-21
1
-12
/
+13
*
[CodeExtractor] Remove an unneeded level of indirection. NFCI.
Davide Italiano
2017-04-21
1
-11
/
+6
*
Use basicblock split block utility function
Xinliang David Li
2017-04-20
1
-8
/
+2
*
[CodeExtractor] Remove a bunch of unneeded constructors.
Davide Italiano
2017-04-20
1
-24
/
+0
*
[APInt] Rename getSignBit to getSignMask
Craig Topper
2017-04-20
1
-4
/
+4
*
[GVN] Don't coerce non-integral pointers to integers or vice versa
Sanjoy Das
2017-04-19
1
-0
/
+5
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-6
/
+2
*
[SimplifyCFG] Use hasNUses instead of comparing getNumUses to a constant."
Craig Topper
2017-04-17
1
-1
/
+1
*
[LCSSA] Don't insert tokens into the worklist at all.
Davide Italiano
2017-04-17
1
-7
/
+8
*
[LoopPeeling] Get rid of Phis that become invariant after N steps
Max Kazantsev
2017-04-17
1
-20
/
+83
*
[LoopPeeling] Fix condition for phi-eliminating peeling
Max Kazantsev
2017-04-17
1
-1
/
+2
*
[LCSSA] Simplify a loop. NFCI.
Davide Italiano
2017-04-17
1
-7
/
+3
*
[LCSSA] Fix non-determinism due to iterating over a SmallPtrSet.
Davide Italiano
2017-04-16
1
-3
/
+3
*
[IR] Make getParamAttributes take argument numbers, not ArgNo+1
Reid Kleckner
2017-04-13
1
-1
/
+1
*
[LCSSA] Efficiently compute blocks dominating at least one exit.
Davide Italiano
2017-04-13
1
-19
/
+54
*
[LCSSA] Assert that we always have a valid loop.
Davide Italiano
2017-04-13
1
-0
/
+1
*
[LCSSA] Remove spurious whitespaces. NFCI.
Davide Italiano
2017-04-13
1
-1
/
+1
*
[LCSSA] Use `auto` when the type is obvious. NFCI.
Davide Italiano
2017-04-13
1
-3
/
+3
*
[LV] Fix the vector code generation for first order recurrence
Anna Thomas
2017-04-13
1
-12
/
+3
*
[IR] Take func, ret, and arg attrs separately in AttributeList::get
Reid Kleckner
2017-04-13
1
-10
/
+7
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
5
-46
/
+44
*
[IR] Add AttributeSet to hide AttributeSetNode* again, NFC
Reid Kleckner
2017-04-12
1
-7
/
+5
*
[LV] Avoid vectorizing first order recurrence when phi uses are outside loop
Anna Thomas
2017-04-11
1
-4
/
+14
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
4
-2557
/
+0
*
[AddDiscriminators] Assign discriminators to MemIntrinsic calls.
Andrea Di Biagio
2017-04-11
1
-1
/
+15
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
2
-20
/
+19
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
2
-19
/
+20
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
2
-20
/
+19
*
Simplify the code and remove dead code
Sylvestre Ledru
2017-04-11
1
-5
/
+3
*
Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
2
-11
/
+14
*
[MemorySSA] We don't need to compute dominator levels anymore.
Davide Italiano
2017-04-10
1
-7
/
+0
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
3
-18
/
+27
*
Revert "[asan] Fix dead stripping of globals on Linux."
Evgeniy Stepanov
2017-04-10
1
-32
/
+0
*
Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
2
-14
/
+11
*
[IR] Make AttributeSetNode public, avoid temporary AttributeList copies
Reid Kleckner
2017-04-10
2
-11
/
+14
*
MemorySSA: Make lifetime starts defs for mustaliased pointers
Daniel Berlin
2017-04-10
1
-2
/
+4
*
[Mem2Reg] Remove AliasSetTracker updating logic from the pass.
Davide Italiano
2017-04-09
2
-39
/
+7
*
[MemorySSA] Fix use of pointsToConstantMemory in isUseTriviallyOptimizableToL...
Hal Finkel
2017-04-09
1
-1
/
+2
*
AliasAnalysis: Be less conservative about volatile than atomic.
Daniel Berlin
2017-04-07
1
-2
/
+24
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
2
-30
/
+33
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
2
-33
/
+30
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-06
1
-0
/
+32
*
[asan] Delay creation of asan ctor.
Evgeniy Stepanov
2017-04-06
1
-5
/
+13
*
MemorySSA: Remove MemorySSA walker caching.
Daniel Berlin
2017-04-05
1
-217
/
+14
*
Re-apply MemorySSA: Add support for caching clobbering access in
Daniel Berlin
2017-04-04
2
-9
/
+9
[next]