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
/
LoopExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[CodeExtractor] Factor out and reuse shrinkwrap analysis
Vedant Kumar
2019-10-08
1
-2
/
+4
*
[CodeExtractor] Update function's assumption cache after extracting blocks fr...
Sergey Dmitriev
2019-02-08
1
-1
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-2
/
+2
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
[llvm-extract] Support extracting basic blocks
Volkan Keles
2018-01-23
1
-152
/
+0
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-1
/
+2
*
Rename markAsErased to erase, as pointed out in a previous review; NFC
Sanjoy Das
2017-09-22
1
-1
/
+1
*
[LoopInfo] Make LoopBase and Loop destructors non-public
Sanjoy Das
2017-09-19
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-13
/
+11
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+4
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-4
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+4
*
LoopInfo: Simplify ownership of Loop objects
Justin Bogner
2016-01-08
1
-2
/
+2
*
LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
Justin Bogner
2015-12-16
1
-3
/
+5
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-4
/
+4
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[PM] Lift the analyses into the interface for
Chandler Carruth
2015-01-19
1
-1
/
+1
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-1
/
+3
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-3
/
+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
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-3
/
+3
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-04
1
-3
/
+4
*
Place the check for an exit landing pad where it will be run on both code pat...
Bill Wendling
2011-09-20
1
-6
/
+15
*
Omit extracting a loop if one of the exits is a landing pad.
Bill Wendling
2011-09-20
1
-5
/
+11
*
Check the terminator, not the basic block.
Bill Wendling
2011-09-20
1
-1
/
+2
*
When extracting a basic block that ends in an 'invoke' instruction, we need to
Bill Wendling
2011-09-20
1
-7
/
+46
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+6
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-3
/
+3
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
The BlockExtractorPass() constructor was not reading the BlockFile and that was
Rafael Espindola
2010-07-31
1
-5
/
+3
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-6
/
+7
*
Update various Loop optimization passes to cope with the possibility that
Dan Gohman
2009-11-05
1
-0
/
+4
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass.
Dan Gohman
2009-09-28
1
-63
/
+41
*
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-23
1
-2
/
+2
[next]