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
/
ArgumentPromotion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-16
/
+16
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[ArgumentPromotion] don't break musttail invariant PR36543
Fedor Indutny
2018-03-02
1
-0
/
+10
*
[FunctionAttrs][ArgumentPromotion][GlobalOpt] Disable some optimisations pass...
Luke Cheeseman
2018-02-22
1
-0
/
+6
*
ArgPromotion: Allow setting MaxElements in the new-style pass
Justin Bogner
2018-01-08
1
-1
/
+1
*
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
Alina Sbirlea
2017-12-07
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-19
1
-19
/
+49
*
[ArgPromotion] Preserve alignment of byval argument in new alloca
Reid Kleckner
2017-08-04
1
-1
/
+1
*
[ArgumentPromotion] Change use of removed argument in llvm.dbg.value to undef
Mikael Holmen
2017-07-10
1
-0
/
+4
*
[ArgPromotion] Fix a truncated variable
Martin Storsjo
2017-05-04
1
-1
/
+1
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-4
/
+4
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
1
-17
/
+12
*
[IR] Make getParamAttributes take argument numbers, not ArgNo+1
Reid Kleckner
2017-04-13
1
-1
/
+1
*
[ArgPromotion] Don't drop !prof metadata on promoted calls
Reid Kleckner
2017-04-13
1
-1
/
+4
*
[IR] Take func, ret, and arg attrs separately in AttributeList::get
Reid Kleckner
2017-04-13
1
-40
/
+27
*
[IR] Add AttributeSet to hide AttributeSetNode* again, NFC
Reid Kleckner
2017-04-12
1
-6
/
+6
*
Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-30
/
+13
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-1
/
+4
*
Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-13
/
+30
*
[IR] Make AttributeSetNode public, avoid temporary AttributeList copies
Reid Kleckner
2017-04-10
1
-30
/
+13
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-18
/
+18
*
[PM] Port ArgumentPromotion to the new pass manager.
Chandler Carruth
2017-02-09
1
-29
/
+86
*
De-duplicate some code for creating an AARGetter suitable for the legacy PM.
Peter Collingbourne
2017-02-09
1
-10
/
+1
*
[ArgPromote] Move static helpers to modern LLVM naming conventions while
Chandler Carruth
2017-01-29
1
-15
/
+15
*
[ArgPromote] Run clang-format to normalize remarkably idiosyncratic
Chandler Carruth
2017-01-29
1
-112
/
+121
*
[ArgPromote] Re-arrange the code in a more typical, logical way.
Chandler Carruth
2017-01-29
1
-561
/
+547
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-0
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-3
/
+0
*
IR: Change PointerType to derive from Type rather than SequentialType.
Peter Collingbourne
2016-12-02
1
-3
/
+5
*
Replace some callers of setTailCall with setTailCallKind
David Majnemer
2016-11-25
1
-2
/
+2
*
Fix typo in comment. NFC.
Chad Rosier
2016-11-08
1
-2
/
+2
*
Remove unused include. NFC.
Chad Rosier
2016-11-08
1
-1
/
+0
*
Modify df_iterator to support post-order actions
David Callahan
2016-10-05
1
-1
/
+1
*
[ArgPromote] Use function_ref and for-range loops.
Benjamin Kramer
2016-07-09
1
-13
/
+10
*
[PM] Preparatory cleanups to ArgumentPromotion.
Sean Silva
2016-07-02
1
-54
/
+74
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-14
/
+11
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-1
/
+1
*
[ArgumentPromotion] Propagate operand bundles to promoted call sites
David Majnemer
2016-04-29
1
-2
/
+5
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[AA] Hoist the logic to reformulate various AA queries in terms of other
Chandler Carruth
2016-03-02
1
-1
/
+1
*
NFC. Move isDereferenceable to Loads.h/cpp
Artur Pilipenko
2016-02-24
1
-0
/
+1
*
Add an "addUsedAAAnalyses" helper function
Sanjoy Das
2016-02-09
1
-0
/
+1
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-11
/
+2
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-26
/
+25
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-10
/
+23
*
Use foreach loops for StructType::elements(). NFC.
Pete Cooper
2015-07-24
1
-4
/
+4
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-2
/
+1
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
1
-21
/
+1
[next]