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
/
InductiveRangeCheckElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IRCE][NFC] Better get SCEV for 1 in calculateSubRanges
Max Kazantsev
2017-06-28
1
-3
/
+3
*
[IRCE] Canonicalize pre/post loops after the blocks are added into parent loop
Anna Thomas
2017-06-06
1
-13
/
+20
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[LegacyPM] Make the 'addLoop' method accept a loop to add rather than
Chandler Carruth
2017-05-25
1
-1
/
+6
*
[IRCE] Add a missing invariant check
Sanjoy Das
2017-02-07
1
-5
/
+39
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-3
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-3
/
+3
*
[IRCE] Avoid loop optimizations on pre and post loops
Anna Thomas
2016-12-13
1
-0
/
+34
*
[IRCE] Switch over to LLVM_DUMP_METHOD. NFCI.
Davide Italiano
2016-08-18
1
-2
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-3
/
+3
*
Scalar: Avoid dereferencing end() in InductiveRangeCheckElimination
Duncan P. N. Exon Smith
2016-08-17
1
-3
/
+3
*
[IRCE] Change variable grouping; NFC
Sanjoy Das
2016-08-14
1
-2
/
+2
*
[IRCE] Create llvm::Loop instances for cloned out loops
Sanjoy Das
2016-08-14
1
-10
/
+45
*
[IRCE] Don't iterate on loops that were cloned out
Sanjoy Das
2016-08-14
1
-0
/
+12
*
[IRCE] Add better DEBUG diagnostic; NFC
Sanjoy Das
2016-08-14
1
-1
/
+3
*
[IRCE] Be resilient in the face of non-simplified loops
Sanjoy Das
2016-08-13
1
-1
/
+4
*
[IRCE] Use dyn_cast instead of explicit isa/cast; NFC
Sanjoy Das
2016-08-13
1
-10
/
+8
*
[IRCE] Use range-for; NFC
Sanjoy Das
2016-08-13
1
-5
/
+3
*
[IRCE] Remove unused headers; NFC
Sanjoy Das
2016-08-06
1
-7
/
+0
*
[IRCE] Preserve loop-simplify form
Sanjoy Das
2016-08-06
1
-0
/
+2
*
[IRCE] Rename variable; NFC
Sanjoy Das
2016-08-02
1
-6
/
+6
*
[IRCE] Preserve DomTree and LCSSA
Sanjoy Das
2016-08-02
1
-5
/
+11
*
[IRCE] Add an option to skip profitability checks
Sanjoy Das
2016-07-22
1
-2
/
+7
*
[IRCE] Use getTerminator instead of rbegin; NFC
Sanjoy Das
2016-06-23
1
-5
/
+5
*
[IRCE] Use C++11 style initializers; NFC
Sanjoy Das
2016-05-26
1
-9
/
+5
*
[IRCE] Optimize conjunctions of range checks
Sanjoy Das
2016-05-26
1
-51
/
+69
*
[IRCE] Refactor out a parseRangeCheckFromCond; NFC
Sanjoy Das
2016-05-26
1
-50
/
+39
*
[IRCE] Return a Value*, not SCEV* from parseRangeCheck; NFC
Sanjoy Das
2016-05-24
1
-26
/
+10
*
[IRCE] Optimize "uses" not branches; NFCI
Sanjoy Das
2016-05-23
1
-9
/
+10
*
[IRCE] Don't use an allocator for range checks; NFC
Sanjoy Das
2016-05-21
1
-37
/
+28
*
[IRCE] Don't pass IRBuilder<> where unnecessary; NFC
Sanjoy Das
2016-05-21
1
-8
/
+6
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC
Duncan P. N. Exon Smith
2016-04-07
1
-1
/
+1
*
Return StringRef instead of a naked char*; NFC
Sanjoy Das
2016-03-09
1
-2
/
+2
*
[IRCE] Reflow comments; NFC
Sanjoy Das
2016-03-09
1
-4
/
+2
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-8
/
+2
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
[IRCE] Add INITIALIZE_PASS_DEPENDENCY invocations.
Sanjoy Das
2015-09-09
1
-2
/
+9
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-2
/
+2
*
Create a wrapper pass for BranchProbabilityInfo.
Cong Hou
2015-07-15
1
-2
/
+3
*
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
*
[IRCE] Fix how IRCE checks for no-sign-overflow.
Sanjoy Das
2015-03-24
1
-14
/
+24
*
[IRCE] Fix a regression introduced in r232444.
Sanjoy Das
2015-03-24
1
-9
/
+20
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-8
/
+3
*
Fix GCC -Wparentheses warning (& reformat now that the precedence is fixed)
David Blaikie
2015-03-17
1
-2
/
+2
*
Use an underlying enum type of unsigned to silence a -Wmicrosoft warning abou...
Reid Kleckner
2015-03-17
1
-1
/
+1
*
[IRCE] Add a -irce-print-range-checks option.
Sanjoy Das
2015-03-17
1
-6
/
+15
*
[IRCE] Add comments, NFC.
Sanjoy Das
2015-03-17
1
-4
/
+27
[next]