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
...
*
[Attributor] Use abstract call sites for call site callback
Johannes Doerfert
2019-10-07
1
-23
/
+37
*
[Attributor] Deduce memory behavior of functions and arguments
Johannes Doerfert
2019-10-07
1
-3
/
+480
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-2
/
+2
*
Invalidate assumption cache before outlining.
Aditya Kumar
2019-10-04
1
-5
/
+0
*
LowerTypeTests: Rename local functions to avoid collisions with identically n...
Peter Collingbourne
2019-10-03
1
-0
/
+11
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
Recommit "[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of recomput...
Florian Hahn
2019-10-02
1
-7
/
+3
*
[ThinLTO/WPD] Ensure devirtualized targets use promoted symbol when necessary
Teresa Johnson
2019-10-02
1
-4
/
+2
*
Revert [GlobalOpt] Pass DTU to removeUnreachableBlocks instead of recomputing.
Florian Hahn
2019-10-02
1
-3
/
+7
*
[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of recomputing.
Florian Hahn
2019-10-02
1
-7
/
+3
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
2
-2
/
+2
*
[LLVM-C][Ocaml] Add MergeFunctions and DCE pass
Aditya Kumar
2019-09-29
1
-0
/
+4
*
[NFC] Move hot cold splitting class to header file
Aditya Kumar
2019-09-28
1
-31
/
+0
*
[SampleFDO] Create a separate flag profile-accurate-for-symsinlist to handle
Wei Mi
2019-09-27
1
-35
/
+58
*
HotColdSplitting: invalidate the AssumptionCache on split
Saleem Abdulrasool
2019-09-23
1
-0
/
+5
*
[SampleFDO] Treat names in profile as not cold only when profile symbol list
Wei Mi
2019-09-23
1
-20
/
+25
*
[FunctionAttrs] Enable nonnull arg propagation
David Bolvansky
2019-09-23
1
-4
/
+1
*
[Attributor] Implement "norecurse" function attribute deduction
Hideto Ueno
2019-09-21
1
-6
/
+35
*
[SampleFDO] Minimize performance impact when profile-sample-accurate
Wei Mi
2019-09-18
1
-20
/
+69
*
Hide implementation details in namespaces.
Benjamin Kramer
2019-09-17
1
-1
/
+3
*
[Attributor][Fix] Initialize the cache prior to using it
Johannes Doerfert
2019-09-17
1
-59
/
+98
*
[Attributor] Use Alias Analysis in noalias callsite argument deduction
Hideto Ueno
2019-09-17
1
-5
/
+12
*
[Attributor] Create helper struct for handling analysis getters
Hideto Ueno
2019-09-17
1
-18
/
+8
*
[Attributor] Heap-To-Stack Conversion
Stefan Stipanovic
2019-09-15
1
-5
/
+259
*
[Attributor][Fix] Use right type to replace expressions
Johannes Doerfert
2019-09-14
1
-3
/
+8
*
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-11
1
-0
/
+3
*
LLVM: Optimization Pass: Remove conflicting attribute, if any, before
Whitney Tsang
2019-09-11
1
-11
/
+22
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
1
-3
/
+0
*
[Attributor] Implement "noalias" callsite argument deduction
Hideto Ueno
2019-09-11
1
-4
/
+50
*
[Attributor][Fix] Manifest nocapture only in CSArgument or Argument
Hideto Ueno
2019-09-11
1
-4
/
+6
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-11
1
-0
/
+3
*
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
Dmitri Gribenko
2019-09-10
1
-14
/
+0
*
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-09-10
1
-0
/
+14
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-10
1
-3
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-10
1
-0
/
+3
*
[Attributor] ValueSimplify Abstract Attribute
Hideto Ueno
2019-09-07
1
-4
/
+269
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
4
-71
/
+112
*
[Attributor][Stats] Use the right statistics macro
Johannes Doerfert
2019-09-04
1
-2
/
+2
*
[Attributor][Fix] Make sure we do not delete live code
Johannes Doerfert
2019-09-04
1
-2
/
+14
*
[Attributor][Fix] Ensure the attribute names are created properly
Johannes Doerfert
2019-09-04
1
-1
/
+3
*
[Attributor] Look at internal functions only on-demand
Johannes Doerfert
2019-09-04
1
-55
/
+92
*
[Attributor] Use the white list for attributes consistently
Johannes Doerfert
2019-09-04
1
-60
/
+32
*
[Attributor] Deal more explicit with non-exact definitions
Johannes Doerfert
2019-09-04
1
-74
/
+31
*
[Attributor] Use the delete API for liveness
Johannes Doerfert
2019-09-03
1
-5
/
+16
*
[Attributor] Deduce "no-capture" argument attribute
Johannes Doerfert
2019-09-03
1
-10
/
+355
*
[SampleFDO] Add profile symbol list section to discriminate function being
Wei Mi
2019-08-31
1
-3
/
+12
*
[Attributor] Fix: do not pretend to preserve the CFG
Johannes Doerfert
2019-08-30
1
-1
/
+0
*
[Attributor] Use existing function information for the call site
Johannes Doerfert
2019-08-30
1
-16
/
+259
*
[Attributor] Manifest load/store alignment generally
Johannes Doerfert
2019-08-30
1
-25
/
+25
[prev]
[next]