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
...
*
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
*
Use a range loop.
Rafael Espindola
2014-05-08
1
-4
/
+2
*
[inliner] Significantly improve the compile time in cases like PR19499
Chandler Carruth
2014-04-28
1
-3
/
+23
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
SCC: Change clients to use const, NFC
Duncan P. N. Exon Smith
2014-04-25
2
-3
/
+3
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
4
-18
/
+18
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
3
-3
/
+6
*
remove some dead code
Nuno Lopes
2014-04-17
1
-18
/
+0
*
Reverse 206485.
Gerolf Hoflehner
2014-04-17
1
-8
/
+2
*
Inline a function when the always_inline attribute
Gerolf Hoflehner
2014-04-17
1
-2
/
+8
*
Handle vlas during inline cost computation if they'll be turned
Eric Christopher
2014-04-07
1
-1
/
+10
*
Consistent use of the noduplicate attribute.
Eli Bendersky
2014-03-17
1
-1
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
2
-17
/
+15
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
2
-22
/
+22
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
Remove unnecessary llvm:: qualification.
Eric Christopher
2014-02-26
1
-1
/
+1
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-4
/
+4
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-20
/
+20
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-3
/
+3
*
GlobalsModRef: Unify and clean up duplicated pointer analysis code.
Benjamin Kramer
2014-02-10
1
-21
/
+12
[prev]
[next]