Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b51bb2261106bfac0c8c5b744e1894b482430ee0
/
llvm
/
lib
/
Transforms
/
Utils
/
LoopUnrollRuntime.cpp
fc02e3c
Use a loop to simplify the runtime unrolling prologue.
by Kevin Qin
· 11 years ago
6c99015
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges."
by Duncan P. N. Exon Smith
· 11 years ago
d11beff
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges.
by Manuel Jacob
· 11 years ago
0bf086f
LoopUnrollRuntime: Check for overflow in the trip count calculation.
by Benjamin Kramer
· 11 years ago
e73658d
[C++] Use 'nullptr'.
by Craig Topper
· 12 years ago
f40110f
[C++] Use 'nullptr'. Transforms edition.
by Craig Topper
· 12 years ago
964daaa
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
bde9176
Fix typos found by http://github.com/lyda/misspell-check
by Benjamin Kramer
· 13 years ago
d29cd73
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
by Andrew Trick
· 13 years ago
1b1d523
- Use getExitingBlock instead of getExitingBlocks. - Remove trailing spaces.
by Jakub Staszak
· 14 years ago
f5b32e5
SplitBlockPredecessors uses ArrayRef instead of Data and Size.
by Jakub Staszak
· 14 years ago
d04d1529
Add -unroll-runtime for unrolling loops with run-time trip counts.
by Andrew Trick
· 14 years ago