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
/
Analysis
/
IPA
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM/AA] Disable the core unsafe aspect of GlobalsModRef in the face of
Chandler Carruth
2015-07-17
1
-6
/
+33
*
[PM/AA] Fix *numerous* serious bugs in GlobalsModRef found by
Chandler Carruth
2015-07-15
1
-22
/
+31
*
[PM/AA] Cleanup some loops to be range-based. NFC.
Chandler Carruth
2015-07-15
1
-20
/
+19
*
[PM/AA] Reformat GlobalsModRef so that subsequent patches I make here
Chandler Carruth
2015-07-14
1
-155
/
+160
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
1
-5
/
+0
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-14
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+14
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-3
/
+3
*
Delete whitespace at start of line.
Yaron Keren
2015-07-02
1
-1
/
+1
*
Add a routine to TargetTransformInfo that will allow targets to look
Eric Christopher
2015-07-02
1
-4
/
+5
*
Teach InlineCost to account for a null check which can be folded away
Philip Reames
2015-06-26
1
-17
/
+56
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
2
-2
/
+2
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-2
/
+2
*
[CallGraph] Given -print-callgraph a stable printing order.
Sanjoy Das
2015-06-19
1
-2
/
+20
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
2
-2
/
+2
*
[CallGraph] Teach the CallGraph about non-leaf intrinsics.
Sanjoy Das
2015-06-18
2
-3
/
+7
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-7
/
+6
*
Rangify for loops, NFC.
Yaron Keren
2015-06-12
1
-8
/
+6
*
[inliner] Fix the early-exit of the inline cost analysis to correctly
Chandler Carruth
2015-05-27
1
-25
/
+32
*
[Inliner] Don't inline functions with frameescape calls
Reid Kleckner
2015-04-14
1
-8
/
+19
*
Improve RefreshCallGraph to remove invalid call graph edge.
Chad Rosier
2015-04-14
1
-4
/
+7
*
[inliner] Don't inline a function if it doesn't have exactly the same
Akira Hatanaka
2015-04-13
1
-4
/
+6
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Correctly estimate SROA savings for store operands in inline cost analysis.
Wei Mi
2015-03-20
1
-2
/
+2
*
removed function names from comments; NFC
Sanjay Patel
2015-03-10
1
-10
/
+10
*
use range-based for loops; NFC
Sanjay Patel
2015-03-10
1
-12
/
+9
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
2
-31
/
+32
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
2
-6
/
+6
*
Remove getDataLayout() from Instruction/GlobalValue/BasicBlock/Function
Mehdi Amini
2015-03-03
1
-3
/
+3
*
Analysis: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-5
/
+2
*
Fix a crash in the assumption cache when inlining indirect function calls
Bjorn Steinbrink
2015-02-12
1
-6
/
+6
*
[InstSimplify] Add SimplifyFPBinOp function.
Michael Zolotukhin
2015-02-06
1
-1
/
+7
*
Value soft float calls as more expensive in the inliner.
Cameron Esfahani
2015-02-05
1
-0
/
+19
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-2
/
+2
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+3
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
2
-2
/
+2
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-10
/
+11
*
Remove the unused FindUsedTypes pass.
Rafael Espindola
2014-11-24
3
-101
/
+0
*
Add and use Type::subtypes. NFC.
Rafael Espindola
2014-11-24
1
-3
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
CGSCC should not treat intrinsic calls like function calls (PR21403)
Sanjay Patel
2014-11-12
1
-1
/
+8
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
1
-7
/
+26
*
Remove Support/IncludeFile.h and its only user. This is actively harmful, since
Richard Smith
2014-08-07
1
-3
/
+0
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-1
/
+1
*
Add new lines to debugging information.
Richard Trieu
2014-07-03
1
-1
/
+1
*
Suppress inlining when the block address is taken
Gerolf Hoflehner
2014-07-01
1
-6
/
+13
*
Add back functionality removed in r210497.
Richard Trieu
2014-06-21
1
-2
/
+4
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-1
/
+3
*
Check the alwaysinline attribute on the call as well as on the caller.
Peter Collingbourne
2014-05-19
1
-1
/
+1
*
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-16
1
-2
/
+6
[next]