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
*
[globalopt] Don't emit DWARF fragments for members
David Spickett
2020-05-18
1
-6
/
+10
*
[PassManagerBuilder] Remove global extension when a plugin is unloaded
Elia Geretto
2020-01-29
1
-8
/
+33
*
[Attributor] AAValueConstantRange: Value range analysis using constant range
Hideto Ueno
2020-01-15
1
-7
/
+499
*
[NewPM] Port MergeFunctions pass
Nikita Popov
2020-01-14
2
-15
/
+34
*
[ThinLTO/WPD] Remove an overly-aggressive assert
Teresa Johnson
2020-01-14
1
-8
/
+3
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-1
/
+1
*
Revert "Recommit "[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of ...
Florian Hahn
2020-01-14
1
-3
/
+7
*
[ThinLTO/WPD] Fix index-based WPD for alias vtables
Teresa Johnson
2020-01-13
1
-1
/
+1
*
[Attributor][FIX] Carefully change invokes to calls (after manifest)
Johannes Doerfert
2020-01-08
1
-84
/
+35
*
[Attributor][FIX] Avoid dangling value pointers during code modification
Johannes Doerfert
2020-01-08
1
-2
/
+3
*
Add Triple::isX86()
Fangrui Song
2020-01-06
1
-2
/
+1
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
2
-4
/
+4
*
[Transforms][GlobalSRA] huge array causes long compilation time and huge memo...
Alexey Lapshin
2020-01-04
1
-65
/
+77
*
[Attributor][FIX] Allow dead users of rewritten function
Johannes Doerfert
2020-01-03
1
-13
/
+15
*
[Attributor][NFC] Unify the way we delete dead functions
Johannes Doerfert
2020-01-03
1
-13
/
+14
*
[Attributor][FIX] Don't crash on ptr2int/int2ptr instructions
Johannes Doerfert
2020-01-03
1
-1
/
+2
*
[Attributor][FIX] Do not derive nonnull and dereferenceable w/o access
Johannes Doerfert
2020-01-03
1
-14
/
+0
*
[Attributor][FIX] Return CHANGED once a pessimistic fixpoint is reached.
Johannes Doerfert
2020-01-03
1
-1
/
+2
*
Revert "[Attributor] AAValueConstantRange: Value range analysis using constan...
Hideto Ueno
2020-01-03
1
-499
/
+7
*
[Attributor] AAValueConstantRange: Value range analysis using constant range
Hideto Ueno
2020-01-01
1
-7
/
+499
*
[Attributor] Suppress unused warnings when assertions are disabled. NFC
Ilya Biryukov
2019-12-31
1
-0
/
+2
*
[Attributor] Function signature rewrite infrastructure
Johannes Doerfert
2019-12-31
1
-0
/
+259
*
[Attributor] Propagate known align from arguments to call sites arguments
Johannes Doerfert
2019-12-31
1
-0
/
+12
*
[Attributor] Use abstract call sites to determine associated arguments
Johannes Doerfert
2019-12-31
1
-2
/
+92
*
[Attributor] Annotate the memory behavior of call site arguments
Johannes Doerfert
2019-12-31
1
-2
/
+7
*
[Attributor] Use `changeUseAfterManifest` in AAValueSimplify manifest
Hideto Ueno
2019-12-30
1
-4
/
+2
*
[Attributor] AAUndefinedBehavior: Check for branches on undef value.
Hideto Ueno
2019-12-29
1
-53
/
+139
*
[Attributor] Add helper to change an instruction to `unreachable` inst
Hideto Ueno
2019-12-27
1
-5
/
+4
*
[Attributor] Reach optimistic fixpoint in AAValueSimplify when the value is ...
Hideto Ueno
2019-12-25
1
-1
/
+9
*
[Attributor] UB Attribute now handles all instructions that access memory thr...
Johannes Doerfert
2019-12-24
1
-33
/
+45
*
[Attributor] Function level undefined behavior attribute
Johannes Doerfert
2019-12-24
1
-0
/
+97
*
[Transforms] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
HotColdSplitting: Do not outline within noreturn functions
Vedant Kumar
2019-12-19
1
-0
/
+5
*
[Attributor] H2S fix.
Stefan Stipanovic
2019-12-17
1
-2
/
+2
*
[Attributor][NFC] Clang format the Attributor
Johannes Doerfert
2019-12-16
1
-11
/
+11
*
[Attributor] Annotate call sites of declarations with a callback
Johannes Doerfert
2019-12-13
1
-1
/
+2
*
[Attributor][NFC] Simplify debug printing for abstract attributes
Johannes Doerfert
2019-12-13
1
-10
/
+37
*
[Attributor] Only replace instruction operands
Johannes Doerfert
2019-12-13
1
-4
/
+18
*
[profile] Fix a crash when -fprofile-remapping-file= triggers an error
Fangrui Song
2019-12-13
1
-1
/
+2
*
[Attributor][FIX] Do treat byval arguments special
Johannes Doerfert
2019-12-12
1
-12
/
+60
*
[Matrix] Add first set of matrix intrinsics and initial lowering pass.
Florian Hahn
2019-12-12
1
-0
/
+12
*
[Attributor][NFC] Fix comments and unnecessary comma
Hideto Ueno
2019-12-12
1
-6
/
+7
*
[Attributor] [NFC] Use `checkForAllUses` helpr in `AAHeapToStackImpl::updateI...
Hideto Ueno
2019-12-12
1
-35
/
+18
*
[Attributor][NFC] Refactoring `AANoFreeArgument::updateImpl`
Hideto Ueno
2019-12-12
1
-38
/
+15
*
[AutoFDO] Statistic for context sensitive profile guided inlining
Wenlei He
2019-12-11
1
-3
/
+40
*
[MergeFuncs] Remove incorrect attribute copying
Nikita Popov
2019-12-11
1
-22
/
+4
*
[WPD] Remove unused parameter (NFC)
Teresa Johnson
2019-12-06
1
-4
/
+3
*
[AutoFDO] Inline replay for cold/small callees from sample profile loader
Wenlei He
2019-12-06
1
-3
/
+35
*
[ThinLTO] Add option to disable readonly/writeonly attribute propagation
Teresa Johnson
2019-12-05
1
-12
/
+1
*
[AutoFDO] Top-down Inlining for specialization with context-sensitive profile
Wenlei He
2019-12-05
1
-9
/
+46
[next]