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
*
[EntryExitInstrumenter] Placate GCC, the semicolon is redundant. NFCI.
Davide Italiano
2017-11-14
1
-3
/
+2
*
Make salvageDebugInfo of casts work for dbg.declare and dbg.addr
Reid Kleckner
2017-11-14
1
-6
/
+16
*
Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...
Hans Wennborg
2017-11-14
2
-0
/
+149
*
[PredicateInfo] Stable sort ValueDFS to remove non-deterministic ordering
Mandeep Singh Grang
2017-11-14
1
-1
/
+1
*
[CodeExtractor] Add missing AllowVarArgs initialization.
Florian Hahn
2017-11-13
1
-2
/
+3
*
[PartialInliner] Inline vararg functions that forward varargs.
Florian Hahn
2017-11-13
2
-21
/
+64
*
[SimplifyCFG] Use auto * when the type is obvious. NFCI.
Davide Italiano
2017-11-10
1
-11
/
+8
*
Add a wrapper function to set branch weights metadata.
Easwaran Raman
2017-11-09
1
-28
/
+34
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-0
/
+4
*
InstCombine: salvage the debug info of DCE'ed add instructions.
Adrian Prantl
2017-11-06
1
-12
/
+23
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
2
-25
/
+24
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-04
1
-0
/
+17
*
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
Sean Fertile
2017-11-04
1
-17
/
+0
*
Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
Adrian Prantl
2017-11-03
1
-1
/
+1
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-03
1
-0
/
+17
*
[SimplifyCFG] When merging conditional stores, don't count the store we're me...
Craig Topper
2017-11-03
1
-1
/
+3
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-9
/
+9
*
Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()"
Adrian Prantl
2017-11-03
1
-1
/
+1
*
Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
Adrian Prantl
2017-11-03
1
-1
/
+1
*
[SimplifyCFG] Discard speculated dbg intrinsics
Bjorn Pettersson
2017-11-02
1
-1
/
+11
*
loop-unroll: teach remapInstruction to update dbg.value intrinsics.
Adrian Prantl
2017-11-01
1
-1
/
+15
*
loop-rotate: eliminate duplicate debug intrinsics after splicing.
Adrian Prantl
2017-11-01
1
-1
/
+26
*
Revert 317016 and 317048
Philip Reames
2017-11-01
1
-44
/
+50
*
Revert r317105 to investigate bot breakage.
Adrian Prantl
2017-11-01
1
-23
/
+1
*
loop-rotate: eliminate duplicate debug intrinsics after splicing.
Adrian Prantl
2017-11-01
1
-1
/
+23
*
[CodeExtractor] Fix iterator invalidation in findOrCreateBlockForHoisting.
Florian Hahn
2017-11-01
1
-1
/
+3
*
[SimplifyIndVar] Inline makIVComparisonInvariant to eleminate code duplicatio...
Philip Reames
2017-10-31
1
-51
/
+29
*
[SimplifyCFG] Use a more generic name for the selects created by Speculativel...
Craig Topper
2017-10-31
1
-2
/
+2
*
[IndVarSimplify] Extract wrapper around SE-.isLoopInvariantPredicate [NFC]
Philip Reames
2017-10-31
1
-17
/
+33
*
[IndVarSimplify] Simplify code using a dictionary
Philip Reames
2017-10-31
1
-16
/
+8
*
[LoopUnroll] Clean up remarks for unroll remainder
David Green
2017-10-31
2
-31
/
+35
*
[IndVarSimplify] Simplify code using preheader assumption
Philip Reames
2017-10-31
1
-44
/
+6
*
[SimplifyIndVar] Extract out invariant expression handling
Philip Reames
2017-10-31
1
-82
/
+107
*
Undo accidental commit
Philip Reames
2017-10-31
1
-237
/
+82
*
[CGP] Fix crash on i96 bit multiply
Philip Reames
2017-10-30
1
-82
/
+237
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-27
3
-27
/
+61
*
[SimplifyIndVars] Shorten code by using SCEV helper [NFC]
Philip Reames
2017-10-26
1
-7
/
+4
*
Do not add discriminator encoding for debug intrinsics.
Dehao Chen
2017-10-26
1
-2
/
+3
*
Reapply r316582 [Local] Fix a bug in the domtree update logic for MergeBasicB...
Balaram Makam
2017-10-26
1
-3
/
+7
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-26
6
-77
/
+158
*
Revert r316582 [Local] Fix a bug in the domtree update logic for MergeBasicBl...
Balaram Makam
2017-10-25
1
-7
/
+3
*
[Local] Fix a bug in the domtree update logic for MergeBasicBlockIntoOnlyPred.
Balaram Makam
2017-10-25
1
-3
/
+7
*
Delete unused instantiations of DIBuilder. NFC
Adrian Prantl
2017-10-24
1
-2
/
+0
*
[SimplifyCFG] delay switch condition forwarding to -latesimplifycfg
Sanjay Patel
2017-10-22
1
-1
/
+1
*
[SimplifyCFG] try harder to forward switch condition to phi (PR34471)
Sanjay Patel
2017-10-22
1
-2
/
+32
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-21
2
-49
/
+82
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
4
-60
/
+151
*
Fix signed overflow detected by ubsan
Vitaly Buka
2017-10-17
1
-1
/
+1
*
[SimplifyCFG] use range-for-loops, tidy; NFCI
Sanjay Patel
2017-10-15
1
-20
/
+10
*
[LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a member function of the Loo...
Hongbin Zheng
2017-10-15
1
-29
/
+1
[next]