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
/
Analysis
/
DemandedBits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[DemandedBits] Remove some redundancy in the work list
Fangrui Song
2019-03-03
1
-8
/
+9
*
[DemandedBits] Optimize a find()+insert pattern with try_emplace and APInt::o...
Fangrui Song
2019-03-03
1
-8
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reapply "[DemandedBits] Use SetVector for Worklist"
Nikita Popov
2019-01-12
1
-7
/
+6
*
Revert "[DemandedBits] Use SetVector for Worklist"
Nikita Popov
2019-01-07
1
-6
/
+7
*
[DemandedBits] Use SetVector for Worklist
Nikita Popov
2019-01-07
1
-7
/
+6
*
[BDCE] Remove dead uses of arguments
Nikita Popov
2019-01-04
1
-41
/
+47
*
Reapply "[BDCE][DemandedBits] Detect dead uses of undead instructions"
Nikita Popov
2019-01-01
1
-2
/
+36
*
Revert "[BDCE][DemandedBits] Detect dead uses of undead instructions"
Nikita Popov
2018-12-19
1
-41
/
+6
*
[BDCE][DemandedBits] Detect dead uses of undead instructions
Nikita Popov
2018-12-19
1
-6
/
+41
*
Reapply "[DemandedBits][BDCE] Support vectors of integers"
Nikita Popov
2018-12-07
1
-21
/
+44
*
Revert "[DemandedBits][BDCE] Support vectors of integers"
Nikita Popov
2018-12-07
1
-44
/
+22
*
[DemandedBits][BDCE] Support vectors of integers
Nikita Popov
2018-12-06
1
-22
/
+44
*
[DemandedBits] Add support for funnel shifts
Nikita Popov
2018-11-26
1
-0
/
+21
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-2
/
+2
*
[DemandedBits] simplify call; NFC
Sanjay Patel
2017-08-16
1
-1
/
+1
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-07-21
1
-4
/
+15
*
[DemandedBits] fix formatting; NFC
Sanjay Patel
2017-07-07
1
-9
/
+6
*
[BDCE] Add comments. NFC
Xin Tong
2017-06-19
1
-0
/
+2
*
[ValueTracking] Remove const_casts on several calls to computeKnownBits and C...
Craig Topper
2017-05-13
1
-4
/
+2
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-2
/
+2
*
[APInt] Add clearSignBit method. Use it and setSignBit in a few places. NFCI
Craig Topper
2017-04-28
1
-2
/
+2
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-17
/
+14
*
[Analysis] Support bitreverse in -demanded-bits pass
Brian Gesiak
2017-04-13
1
-0
/
+3
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-4
/
+9
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-9
/
+4
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[DemandedBits] Reduce number of duplicated DenseMap lookups.
Benjamin Kramer
2016-07-21
1
-5
/
+4
*
Port DemandedBits to the new pass manager.
Michael Kuperstein
2016-04-18
1
-22
/
+42
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[DemandedBits] Revert r249687 due to PR26071
James Molloy
2016-02-03
1
-7
/
+0
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
[DemandedBits] Fix computation of demanded bits for ICmps
James Molloy
2016-01-25
1
-1
/
+1
*
Compute demanded bits for icmp instructions
James Molloy
2015-10-08
1
-0
/
+7
*
Treat Mul just like Add and Subtract
James Molloy
2015-10-08
1
-0
/
+12
*
Make demanded bits lazy
James Molloy
2015-10-08
1
-7
/
+19
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-7
/
+5
*
Reformat comment lines.
NAKAMURA Takumi
2015-09-22
1
-2
/
+2
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-2
/
+1
*
Separate out BDCE's analysis into a separate DemandedBits analysis.
James Molloy
2015-08-14
1
-0
/
+364