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
*
[PM] Move the collection of call sites to a more appropriate place
Chandler Carruth
2016-12-27
1
-9
/
+15
*
[PM] Teach the always inliner in the new pass manager to support
Chandler Carruth
2016-12-26
1
-0
/
+64
*
[MemorySSA] Define a restricted upward AccessList splice.
Bryant Wong
2016-12-25
1
-0
/
+23
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-2
/
+3
*
[LoopUnroll] Modify a comment to clarify the usage of TripCount. NFC.
Haicheng Wu
2016-12-20
1
-8
/
+8
*
[PM] Provide an initial, minimal port of the inliner to the new pass manager.
Chandler Carruth
2016-12-20
1
-1
/
+9
*
[LoopVersioning] Require loop-simplify form for loop versioning.
Florian Hahn
2016-12-19
1
-3
/
+3
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
9
-73
/
+132
*
Preserve loop metadata when folding branches to a common destination.
Michael Kuperstein
2016-12-16
1
-0
/
+5
*
[SimplifyLibCalls] Use a lambda. NFCI.
Davide Italiano
2016-12-16
1
-6
/
+6
*
[SimplifyLibCalls] Lower fls() to llvm.ctlz().
Davide Italiano
2016-12-15
1
-0
/
+16
*
[SimplifyLibCalls] Remove redundant folding logic for ffs().
Davide Italiano
2016-12-15
1
-13
/
+3
*
[SimplifyCFG] Merge debug locations when hoisting an instruction from a then/...
Andrea Di Biagio
2016-12-15
1
-4
/
+4
*
Revert "[SimplifyCFG] In sinkLastInstruction correctly set debugloc of common...
Robert Lougher
2016-12-15
1
-8
/
+1
*
[SimplifyCFG] In sinkLastInstruction correctly set debugloc of "common" inst
Robert Lougher
2016-12-15
1
-1
/
+9
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
9
-132
/
+73
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-2
/
+2
*
[InlineFunction] Refactor code in function `fixupLineNumbers' as suggested by...
Andrea Di Biagio
2016-12-07
1
-16
/
+18
*
[InlineFunction] Do not propagate the callsite debug location to instructions...
Andrea Di Biagio
2016-12-07
1
-3
/
+8
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-9
/
+9
*
Remove stale comment. NFC.
Michael Kuperstein
2016-12-03
1
-3
/
+0
*
IR: Move NumElements field from {Array,Vector}Type to SequentialType.
Peter Collingbourne
2016-12-02
1
-12
/
+7
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[ThinLTO] Stop importing constant global vars as copies in the backend
Teresa Johnson
2016-12-02
1
-11
/
+0
*
[LoopUnroll] Implement profile-based loop peeling
Michael Kuperstein
2016-11-30
4
-17
/
+439
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-11
/
+46
*
fix formatting; NFC
Sanjay Patel
2016-11-27
1
-13
/
+15
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
[MemorySSA] Fix for non-determinism in codegen
Mandeep Singh Grang
2016-11-21
1
-2
/
+11
*
Give some helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-11-19
1
-1
/
+3
*
[LoopSimplify] Preserve LCSSA when removing edges from unreachable blocks.
Michael Zolotukhin
2016-11-18
2
-3
/
+4
*
[simplifycfg][loop-simplify] Preserve loop metadata in 2 transformations.
Florian Hahn
2016-11-18
2
-1
/
+20
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
Use profile info to adjust loop unroll threshold.
Dehao Chen
2016-11-17
1
-0
/
+36
*
[BypassSlowDivision] Handle division by constant numerators better.
Justin Lebar
2016-11-16
1
-1
/
+16
*
[BypassSlowDivision] Simplify partially-tautological if statement.
Justin Lebar
2016-11-16
1
-4
/
+3
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
4
-31
/
+135
*
[ThinLTO] Only promote exported locals as marked in index
Teresa Johnson
2016-11-14
1
-16
/
+18
*
FunctionComparator: don't rely on argument evaluation order.
Erik Eckstein
2016-11-11
1
-1
/
+3
*
Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.
Erik Eckstein
2016-11-11
2
-0
/
+923
*
[LibcallsShrinkWrap] This pass doesn't preserve the CFG.
Davide Italiano
2016-11-08
1
-2
/
+5
*
Use the last 7 bits to represent the discriminator to fit it in 1 byte ULEB12...
Dehao Chen
2016-11-08
1
-5
/
+7
*
[ThinLTO] Handle distributed backend case when doing renaming
Teresa Johnson
2016-11-03
1
-4
/
+19
*
DCE math library calls with a constant operand.
Eli Friedman
2016-11-02
1
-0
/
+4
*
[MemorySSA] Tighten up types to make our API prettier. NFC.
George Burgess IV
2016-11-01
1
-13
/
+12
*
Fix a typo.
Evgeniy Stepanov
2016-10-31
1
-1
/
+1
*
[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm
Teresa Johnson
2016-10-30
1
-8
/
+0
*
[ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)
Teresa Johnson
2016-10-29
1
-3
/
+3
*
[ThinLTO] Use NoPromote flag in summary during promotion
Teresa Johnson
2016-10-29
1
-13
/
+19
*
Don't leave unused divs/rems sitting around in BypassSlowDivision.
Justin Lebar
2016-10-28
1
-0
/
+8
[next]