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
/
Vectorize
/
BBVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test commit access
Yi Kong
2017-03-21
1
-10
/
+10
*
[TargetTransformInfo] getIntrinsicInstrCost() scalarization estimation improved
Jonas Paulsson
2017-03-14
1
-14
/
+26
*
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to ...
Peter Collingbourne
2016-09-07
1
-1
/
+1
*
[BBVectorize] Don't vectorize selects with a scalar condition and vector oper...
Michael Kuperstein
2016-05-26
1
-1
/
+8
*
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
*
[CodeGen] Teach LLVM how to lower @llvm.{min,max}num to {MIN,MAX}NAN
David Majnemer
2016-04-14
1
-3
/
+14
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
Vectorize: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-25
/
+31
*
inariant.group handling in GVN
Piotr Padlewski
2015-10-02
1
-6
/
+3
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-5
/
+11
*
Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()
Adrian Prantl
2015-08-20
1
-1
/
+0
*
Fix a bug that caused SimplifyCFG to drop DebugLocs.
Adrian Prantl
2015-08-20
1
-0
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-5
/
+5
*
[PM/AA] Explicitly depend on TLI rather than getting it out of the
Chandler Carruth
2015-08-12
1
-1
/
+7
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
1
-6
/
+1
*
[PM/AA] Switch to an early-exit. NFC. This was split out of another
Chandler Carruth
2015-07-22
1
-36
/
+35
*
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
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-3
/
+3
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
1
-1
/
+11
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
1
-11
/
+1
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
1
-1
/
+11
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-16
/
+8
*
Remove the remaining uses of abs64 and nuke it.
Benjamin Kramer
2015-03-09
1
-4
/
+4
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-4
/
+3
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-4
/
+5
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-4
/
+8
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
[BBVectorize] Remove two more redundant assignments.
Tilmann Scheller
2014-12-19
1
-2
/
+0
*
[BBVectorize] Remove redundant assignment.
Tilmann Scheller
2014-12-19
1
-1
/
+0
*
Add minnum / maxnum intrinsics
Matt Arsenault
2014-10-21
1
-0
/
+2
*
Introduce a helper to combine instruction metadata.
Rafael Espindola
2014-08-15
1
-32
/
+7
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+4
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-25
/
+29
*
Allow vectorization of bit intrinsics in BB Vectorizer.
Karthik Bhat
2014-04-25
1
-8
/
+21
*
Allow vectorization of few missed llvm intrinsic calls in BBVectorizor by han...
Karthik Bhat
2014-04-24
1
-0
/
+8
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-33
/
+36
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-7
/
+7
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+4
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-9
/
+9
*
Reduce code duplication resulting from the ConstantVector/ConstantDataVector ...
Benjamin Kramer
2014-02-13
1
-16
/
+7
*
[Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called
Andrea Di Biagio
2014-02-12
1
-3
/
+52
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+4
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-5
/
+5
[next]