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
/
AlignmentFromAssumptions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[AlignmentFromAssumptions] getNewAlignmentDiff(): use getURemExpr()
Fangrui Song
2019-08-23
1
-3
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-18
/
+18
*
[AlignmentFromAssumptions] Set source and dest alignments of memory intrinsis...
Daniel Neilson
2018-02-22
1
-44
/
+12
*
[NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...
Daniel Neilson
2018-01-12
1
-4
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[PH] Replace uses of AssertingVH from members of analysis results with
Chandler Carruth
2017-01-24
1
-7
/
+1
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+2
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-9
/
+12
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-9
/
+3
*
Make processing @llvm.assume more efficient by using operand bundles
Hal Finkel
2016-12-15
1
-3
/
+6
*
Scalar: Ignore ConstantData in processAssumption
Duncan P. N. Exon Smith
2016-09-24
1
-0
/
+5
*
Add some comments linking back to PR28400.
Sean Silva
2016-08-08
1
-0
/
+4
*
[PM] More workaround for PR28400
Sean Silva
2016-08-08
1
-0
/
+1
*
[PM] Port AlignmentFromAssumptions to the new PM.
Sean Silva
2016-06-15
1
-21
/
+36
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+3
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-2
/
+1
*
AlignmentFromAssumptions and SLPVectorizer preserves AA and GlobalsAA
Hal Finkel
2015-12-11
1
-0
/
+4
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-11
/
+6
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-6
/
+11
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-1
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-4
/
+4
*
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
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-5
/
+2
*
Remove the remaining uses of abs64 and nuke it.
Benjamin Kramer
2015-03-09
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+2
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-7
/
+7
*
[AlignmentFromAssumptions] Don't crash just because the target is 32-bit
Hal Finkel
2014-09-11
1
-0
/
+4
*
[AlignmentFromAssumptions] Don't divide by zero for unknown starting alignment
Hal Finkel
2014-09-10
1
-2
/
+4
*
Add a comment to getNewAlignmentDiff.
Andrew Trick
2014-09-07
1
-2
/
+4
*
Add an AlignmentFromAssumptions Pass
Hal Finkel
2014-09-07
1
-0
/
+420