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
/
Utils
/
BypassSlowDivision.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BypassSlowDivision][CodeGenPrepare] avoid crashing on unused code (PR43514)
Sanjay Patel
2019-10-01
1
-2
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[BypassSlowDivision] Teach bypass slow division not to interfere with div by ...
Craig Topper
2018-08-21
1
-0
/
+9
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[BypassSlowDivision] Improve our handling of divisions by constants
Sanjoy Das
2017-12-04
1
-7
/
+13
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
1
-11
/
+24
*
Revert "[BypassSlowDivision] Improve our handling of divisions by constants"
Sanjoy Das
2017-09-29
1
-13
/
+7
*
[BypassSlowDivision] Improve our handling of divisions by constants
Sanjoy Das
2017-09-26
1
-7
/
+13
*
[BypassSlowDivision] move map helper code to header; NFC
Sanjay Patel
2017-08-24
1
-34
/
+2
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-2
/
+2
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-4
/
+5
*
[BypassSlowDivision] Do not bypass division of hash-like values
Nikolai Bozhenov
2017-04-02
1
-12
/
+81
*
[BypassSlowDivision] Use ValueTracking to simplify run-time checks
Nikolai Bozhenov
2017-03-02
1
-29
/
+108
*
[BypassSlowDivision] Refactor fast division insertion logic (NFC)
Nikolai Bozhenov
2017-03-02
1
-160
/
+218
*
[BypassSlowDivision] Handle division by constant numerators better.
Justin Lebar
2016-11-16
1
-1
/
+16
*
[BypassSlowDivision] Simplify partially-tautological if statement.
Justin Lebar
2016-11-16
1
-4
/
+3
*
Don't leave unused divs/rems sitting around in BypassSlowDivision.
Justin Lebar
2016-10-28
1
-0
/
+8
*
Don't claim the udiv created in BypassSlowDivision is exact.
Justin Lebar
2016-10-28
1
-2
/
+1
*
Clarify that the bypassSlowDivision optimization operates on a single BB [v2]
Eric Christopher
2016-01-04
1
-56
/
+44
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-3
/
+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
*
[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
*
Bypass Slow Divides
Preston Gurd
2013-03-04
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
1
-9
/
+8
*
This Patch corrects a problem whereby the optimization to use a faster divide
Preston Gurd
2012-10-03
1
-5
/
+15
*
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
1
-1
/
+1
*
Move bypassSlowDivision into the llvm namespace.
Benjamin Kramer
2012-09-10
1
-4
/
+6
*
BypassSlowDivision: Assign to reference, don't copy the object.
Jakub Staszak
2012-09-04
1
-2
/
+2
*
Fix my previous patch (r163164). It does now what it is supposed to do:
Jakub Staszak
2012-09-04
1
-1
/
+0
*
Return false if BypassSlowDivision doesn't change anything.
Jakub Staszak
2012-09-04
1
-33
/
+34
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
1
-0
/
+251