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
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[AutoFDO] Properly merge context-sensitive profile of inlinee back to outline...
Wenlei He
2019-12-05
1
-3
/
+25
*
Place the "cold" code piece into the same section as the original function
Bill Wendling
2019-12-02
1
-0
/
+3
*
[Attributor] Deduce dereferenceable based on accessed bytes map
Hideto Ueno
2019-11-29
1
-0
/
+22
*
[Attributor] Remove dereferenceable_or_null when nonull is present
Hideto Ueno
2019-11-29
1
-0
/
+10
*
Revert "[Attributor] Move pass after InstCombine to futher eliminate null poi...
Dávid Bolvanský
2019-11-27
1
-2
/
+3
*
[Attributor] Move pass after InstCombine to futher eliminate null pointer checks
Dávid Bolvanský
2019-11-27
1
-3
/
+2
*
[Attributor] Handle special case when offset equals zero in nonnull deduction
Hideto Ueno
2019-11-27
1
-6
/
+18
*
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...
Eric Christopher
2019-11-26
1
-16
/
+30
*
[Attributor] Track a GEP Instruction in align deduction
Hideto Ueno
2019-11-26
1
-12
/
+37
*
Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...
Muhammad Omair Javaid
2019-11-26
1
-30
/
+16
*
As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...
Eric Christopher
2019-11-25
1
-16
/
+30
*
[WIP][Attributor] AAReachability Attribute
Pankaj Gode
2019-11-22
1
-0
/
+30
*
Test commit.
Pankaj Gode
2019-11-22
1
-1
/
+1
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[ThinLTO] Make ValueInfo::operator bool() explicit
evgeny
2019-11-19
1
-8
/
+10
*
[Attributor] Use nofree argument attribute for heap-to-stack conversion
Stefan Stipanovic
2019-11-17
1
-10
/
+6
*
[ThinLTO] Fix -Wunused-function in NDEBUG builds after llvmorg-10-init-9933-g...
Fangrui Song
2019-11-15
1
-0
/
+2
*
Recommit "[ThinLTO] Add correctness check for RO/WO variable import"
evgeny
2019-11-15
2
-14
/
+43
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
5
-0
/
+5
*
Revert "[ThinLTO] Add correctness check for RO/WO variable import"
Benjamin Kramer
2019-11-14
2
-45
/
+18
*
WholeProgramDevirt - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-14
1
-2
/
+2
*
[ThinLTO] Add correctness check for RO/WO variable import
evgeny
2019-11-14
2
-18
/
+45
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
32
-4
/
+36
*
[Attributor] Use must-be-executed-context in align deduction
Hideto Ueno
2019-11-12
1
-20
/
+59
*
getArgOperandNo helper function.
Stefan Stipanovic
2019-11-10
1
-2
/
+2
*
ThinLTO : Import always_inline functions irrespective of the threshold
Teresa Johnson
2019-11-08
1
-2
/
+4
*
[ThinLTO] Fix bug when importing writeonly variables
evgeny
2019-11-08
1
-4
/
+8
*
[ThinLTO] Import readonly vars with refs
evgeny
2019-11-07
1
-6
/
+16
*
[Attributor][NFCI] Do not track unnecessary dependences
Johannes Doerfert
2019-11-02
1
-3
/
+8
*
[Attributor][NFCI] Distinguish optional and required dependences
Johannes Doerfert
2019-11-02
1
-12
/
+52
*
NoFree argument attribute.
Stefan Stipanovic
2019-11-02
1
-13
/
+151
*
Revert "NoFree argument attribute."
Stefan Stipanovic
2019-11-02
1
-151
/
+13
*
NoFree argument attribute.
Stefan Stipanovic
2019-11-02
1
-13
/
+151
*
[Attributor] Ignore BlockAddress users in call site traversal
Johannes Doerfert
2019-11-02
1
-0
/
+4
*
[Attributor][FIX] Do not try to cast if a cast is not required
Johannes Doerfert
2019-11-02
1
-2
/
+6
*
[Attributor][FIX] Transform invoke of nounwind to call + br %normal_dest
Johannes Doerfert
2019-11-02
1
-5
/
+22
*
[Attributor][FIX] Make "known" and "assumed" liveness explicit
Johannes Doerfert
2019-11-02
1
-21
/
+43
*
[Attributor] `willreturn` + `noreturn` = UB
Johannes Doerfert
2019-11-02
1
-4
/
+1
*
[Attributor][FIX] Make AAValueSimplifyArgument aware of thread-dependent cons...
Johannes Doerfert
2019-11-02
1
-3
/
+13
*
[Attributor][FIX] Handle the default case of a switch
Johannes Doerfert
2019-11-02
1
-5
/
+5
*
[Attributor][FIX] Make value simplification aware of "complicated" attributes
Johannes Doerfert
2019-11-02
1
-0
/
+18
*
[Attributor][NFCI] Avoid unnecessary work except for testing
Johannes Doerfert
2019-11-02
1
-1
/
+12
*
[Attributor][FIX] NoCapture is not a subsuming property
Johannes Doerfert
2019-11-02
1
-5
/
+12
*
[Attributor][NFCI] Remove obsolete code
Johannes Doerfert
2019-11-02
1
-24
/
+0
*
[Attributor] Really use the executed-context
Johannes Doerfert
2019-10-31
1
-14
/
+29
*
[Attributor] Make AANonNull perform context sensitive queries
Johannes Doerfert
2019-10-31
1
-21
/
+6
*
[IPCP] Bail on extractvalue's with more than 1 index.
Craig Topper
2019-10-31
1
-1
/
+1
*
[Attributor][NFCI] Improve the usage of IntegerStates
Johannes Doerfert
2019-10-31
1
-12
/
+8
*
[Attributor] Make liveness "edge-based"
Johannes Doerfert
2019-10-31
1
-126
/
+186
*
[Attributor] Liveness for values
Johannes Doerfert
2019-10-31
1
-31
/
+321
[prev]
[next]