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
/
BDCE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clang-trunk Generates Wrong Debug values with -O1
Vedant Kumar
2019-11-21
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[BDCE] Optimize find+insert with early insert
Fangrui Song
2019-03-07
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[BDCE] Remove dead uses of arguments
Nikita Popov
2019-01-04
1
-2
/
+1
*
[BDCE] Remove instructions without demanded bits
Nikita Popov
2019-01-02
1
-2
/
+6
*
Reapply "[BDCE][DemandedBits] Detect dead uses of undead instructions"
Nikita Popov
2019-01-01
1
-15
/
+23
*
Revert "[BDCE][DemandedBits] Detect dead uses of undead instructions"
Nikita Popov
2018-12-19
1
-23
/
+15
*
[BDCE][DemandedBits] Detect dead uses of undead instructions
Nikita Popov
2018-12-19
1
-15
/
+23
*
Reapply "[DemandedBits][BDCE] Support vectors of integers"
Nikita Popov
2018-12-07
1
-6
/
+7
*
Revert "[DemandedBits][BDCE] Support vectors of integers"
Nikita Popov
2018-12-07
1
-7
/
+6
*
[DemandedBits][BDCE] Support vectors of integers
Nikita Popov
2018-12-06
1
-6
/
+7
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[BDCE] Salvage debug info from dying insts
Vedant Kumar
2018-02-21
1
-0
/
+2
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
[BDCE] Don't check demanded bits on unsized types
Hal Finkel
2017-08-16
1
-2
/
+13
*
[BDCE] reduce scope of an assert (PR34179)
Sanjay Patel
2017-08-14
1
-10
/
+7
*
[BDCE] clear poison generators after turning a value into zero (PR33695, PR34...
Sanjay Patel
2017-08-12
1
-0
/
+47
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+2
*
[BDCE] Skip metadata while replacing uses.
Davide Italiano
2016-12-07
1
-2
/
+3
*
[BDCE/DebugInfo] Preserve llvm.dbg.value's argument.
Davide Italiano
2016-12-06
1
-0
/
+5
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
1
-2
/
+1
*
[PM] BDCE: Fix caching of analyses.
Davide Italiano
2016-05-31
1
-3
/
+8
*
[PM] Port BDCE to the new pass manager.
Davide Italiano
2016-05-25
1
-33
/
+39
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
Port DemandedBits to the new pass manager.
Michael Kuperstein
2016-04-18
1
-3
/
+3
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
Separate out BDCE's analysis into a separate DemandedBits analysis.
James Molloy
2015-08-14
1
-328
/
+18
*
Rename inst_range() to instructions() for consistency. NFC
Nico Rieck
2015-08-06
1
-2
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-2
/
+2
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-2
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-16
/
+15
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+1
*
add newline for easier reading; NFC
Sanjay Patel
2015-02-23
1
-1
/
+1
*
[BDCE] Don't forget uses of root instructions seen before the instruction itself
Hal Finkel
2015-02-18
1
-3
/
+6
*
[BDCE] Add a bit-tracking DCE pass
Hal Finkel
2015-02-17
1
-0
/
+408