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
*
[Target, Transforms] Fix some Clang-tidy modernize and Include What You Use w...
Eugene Zelenko
2017-01-18
1
-9
/
+18
*
SimplifyLibCalls: Remove checks for fabs
Matt Arsenault
2017-01-17
1
-5
/
+7
*
SimplifyLibCalls: Replace fabs libcalls with intrinsics
Matt Arsenault
2017-01-17
1
-6
/
+8
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
3
-5
/
+8
*
[Transforms/Utils] Fix some Clang-tidy modernize and Include What You Use war...
Eugene Zelenko
2017-01-14
1
-6
/
+15
*
"Use" lambda captures which are otherwise only used in asserts. NFC
David L. Jones
2017-01-13
1
-0
/
+1
*
[DebugInfo] Remove redundant check in SimplifyCFG; NFC.
Robert Lougher
2017-01-12
1
-4
/
+3
*
[DebugInfo] DILocation variable declaration should be const; NFC.
Robert Lougher
2017-01-12
1
-1
/
+1
*
[loop-unroll] Properly populate LoopInfo for loops cloned in LoopUnrollRuntime.
Florian Hahn
2017-01-10
1
-3
/
+5
*
[loop-unroll] Factor out code to update LoopInfo (NFC).
Florian Hahn
2017-01-10
1
-17
/
+33
*
[LV] Don't panic when encountering the IV of an outer loop.
Michael Kuperstein
2017-01-10
1
-2
/
+7
*
[SimplifyLibCalls] Propagate fast math flags while optimizing pow().
Davide Italiano
2017-01-10
1
-1
/
+4
*
[SimplifyLibCalls] pow(x, -0.5) -> 1.0 / sqrt(x).
Davide Italiano
2017-01-09
1
-0
/
+18
*
SimplifyLibCalls: Remove incorrect optimization of fabs
Matt Arsenault
2017-01-07
1
-10
/
+2
*
[ThinLTO] Handle conflicting local names gracefully
Teresa Johnson
2017-01-06
1
-6
/
+9
*
[ThinLTO] Add parenthesis as per build warning
Teresa Johnson
2017-01-05
1
-3
/
+2
*
[ThinLTO] Subsume all importing checks into a single flag
Teresa Johnson
2017-01-05
1
-6
/
+19
*
Reapply "[SimplifyCFG] In sinkLastInstruction correctly set debugloc of commo...
Robert Lougher
2017-01-04
1
-1
/
+9
*
Make sure total loop body weight is preserved in loop peeling
Xin Tong
2017-01-02
1
-8
/
+17
*
fix typo; NFC
Sanjay Patel
2017-01-02
1
-1
/
+1
*
[Inliner] remove unnecessary null checks from AddAlignmentAssumptions(); NFCI
Sanjay Patel
2016-12-31
1
-5
/
+3
*
Add a comment for a todo in LoopUnroll post cleanup
Philip Reames
2016-12-30
1
-0
/
+5
*
[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
[next]