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
/
Scalar
/
SampleProfile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Fix some doc and comment typos
Alp Toker
2014-04-09
1
-1
/
+1
*
Tolerate unmangled names in sample profiles.
Diego Novillo
2014-03-18
1
-6
/
+12
*
Remove named Twine.
David Blaikie
2014-03-16
1
-4
/
+2
*
SampleProfile.cpp: Fix take #2. The issue was abuse of StringRef here.
NAKAMURA Takumi
2014-03-15
1
-2
/
+4
*
SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twi...
NAKAMURA Takumi
2014-03-15
1
-5
/
+3
*
Re-format SampleProfile.cpp with clang-format. No functional changes.
Diego Novillo
2014-03-14
1
-2
/
+2
*
Use DiagnosticInfo facility.
Diego Novillo
2014-03-14
1
-14
/
+46
*
Use discriminator information in sample profiles.
Diego Novillo
2014-03-10
1
-40
/
+85
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
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
-4
/
+4
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Include <cctype> for isdigit().
Logan Chien
2014-02-22
1
-0
/
+1
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-4
/
+4
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-3
/
+3
*
Extend and simplify the sample profile input file.
Diego Novillo
2014-01-10
1
-106
/
+95
*
Propagation of profile samples through the CFG.
Diego Novillo
2014-01-10
1
-67
/
+605
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Refactor some code in SampleProfile.cpp
Diego Novillo
2013-11-26
1
-99
/
+112
*
Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi...
Alexey Samsonov
2013-11-13
1
-4
/
+4
*
SampleProfileLoader pass. Initial setup.
Diego Novillo
2013-11-13
1
-0
/
+479