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
*
Convert SampleProfile pass into a Module pass.
Diego Novillo
2015-08-25
1
-777
/
+0
*
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
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Add function entry counts from sample profiles.
Diego Novillo
2015-05-13
1
-0
/
+4
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
DebugInfo: Gut DILocation
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
Transforms: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-2
/
+1
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-2
/
+2
*
SampleProfile: Check for missing debug locations
Duncan P. N. Exon Smith
2015-03-20
1
-0
/
+3
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-4
/
+4
*
Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
2014-11-03
1
-2
/
+3
*
Fix Twine corruption problem with diagnostics.
Diego Novillo
2014-10-30
1
-2
/
+1
*
Add profile writing capabilities for sampling profiles.
Diego Novillo
2014-10-30
1
-2
/
+8
*
Make getDISubprogram(const Function *F) available in LLVM
Timur Iskhodzhanov
2014-10-23
1
-24
/
+1
*
Shorten auto iterators for function basic blocks.
Diego Novillo
2014-10-22
1
-37
/
+36
*
Use auto iteration in lib/Transforms/Scalar/SampleProfile.cpp. No functional ...
Diego Novillo
2014-10-22
1
-18
/
+15
*
Change error to warning when a profile cannot be found.
Diego Novillo
2014-10-22
1
-1
/
+3
*
Support using sample profiles with partial debug info.
Diego Novillo
2014-10-22
1
-12
/
+29
*
SampleProfile.cpp: Prune a stray \param added in r217437. [-Wdocumentation]
NAKAMURA Takumi
2014-09-09
1
-1
/
+0
*
Re-factor sample profile reader into lib/ProfileData.
Diego Novillo
2014-09-09
1
-393
/
+66
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-2
/
+2
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+4
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-4
/
+2
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-3
/
+4
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[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
[next]