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
/
StripSymbols.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+11
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-11
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+11
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-22
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-1
/
+7
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
Use foreach loop over constant operands. NFC.
Pete Cooper
2015-06-25
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-3
/
+3
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-4
/
+1
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-4
/
+1
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-3
/
+3
*
DebugInfo: Update signature of DICompileUnit::replace*()
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
StripSymbols: Use DIGlobalVariable::getConstant() instead of getGlobal()
Duncan P. N. Exon Smith
2015-04-13
1
-1
/
+1
*
Transforms: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-6
/
+6
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-4
/
+0
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+2
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-18
/
+2
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-7
/
+10
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-10
/
+7
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-4
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-4
/
+3
*
[Layering] Move DebugInfo.h into the IR library where its implementation
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
1
-8
/
+8
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.
Manman Ren
2013-11-22
1
-51
/
+0
*
Fixed typo.
Michael Gottesman
2013-08-27
1
-1
/
+1
*
Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...
Michael Gottesman
2013-08-23
1
-62
/
+93
*
Fixed typo.
Michael Gottesman
2013-08-21
1
-1
/
+1
*
Removed trailing whitespace.
Michael Gottesman
2013-08-21
1
-13
/
+13
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-2
/
+2
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-2
/
+8
*
Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
2013-06-01
1
-13
/
+2
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
1
-4
/
+3
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-08-03
1
-2
/
+3
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
switch to use the new api for structtypes.
Chris Lattner
2011-08-12
1
-1
/
+1
*
remove the DerivedType which isn't adding value anymore.
Chris Lattner
2011-07-09
1
-2
/
+1
[next]