projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[LIR] General refactor to improve compile-time and simplify code.
[oota-llvm.git]
/
lib
/
Transforms
/
Scalar
/
ScalarReplAggregates.cpp
2015-10-24
NAKAMURA Takumi
ScalarReplAggregates.cpp: Try to appease clash of anony...
blob
|
commitdiff
|
raw
2015-10-13
Duncan P. N. Exon...
Scalar: Remove remaining ilist iterator implicit conver...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-13
Pete Cooper
Change LoadAndStorePromoter to take ArrayRef instead...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
blob
|
commitdiff
|
raw
|
diff to current
2015-04-23
Philip Reames
Move Value.isDereferenceablePointer to ValueTracking...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-21
Duncan P. N. Exon...
DebugInfo: Drop rest of DIDescriptor subclasses
blob
|
commitdiff
|
raw
|
diff to current
2015-04-15
Duncan P. N. Exon...
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
blob
|
commitdiff
|
raw
|
diff to current
2015-04-03
David Blaikie
[opaque pointer type] More GEP API migrations in IRBuil...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-10
Mehdi Amini
DataLayout is mandatory, update the API to reflect...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
blob
|
commitdiff
|
raw
|
diff to current
2015-01-04
Chandler Carruth
[PM] Split the AssumptionTracker immutable pass into...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
Duncan P. N. Exon...
IR: Split Metadata from Value
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
David Blaikie
Update SetVector to rely on the underlying set's insert...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-01
Adrian Prantl
Revert r218778 while investigating buldbot breakage.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-07
Hal Finkel
Make use of @llvm.assume in ValueTracking (computeKnown...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-24
Hal Finkel
AA metadata refactoring (introduce AAMDNodes)
blob
|
commitdiff
|
raw
|
diff to current
2014-07-10
Hal Finkel
Allow isDereferenceablePointer to look through some...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Transforms edition.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Matt Arsenault
Remove more default address space argument usage.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
Chandler Carruth
[C++11] Add range based accessors for the Use-Def chain...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Chandler Carruth
[Layering] Move DIBuilder.h into the IR library where...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Chandler Carruth
[Modules] Move GetElementPtrTypeIterator into the IR...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-25
Rafael Espindola
Make DataLayout a plain object, not a pass.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-24
Rafael Espindola
Make some DataLayout pointers const.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-21
Rafael Espindola
Rename many DataLayout variables from TD to DL.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-06
Paul Robinson
Disable most IR-level transform passes on functions...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-13
Chandler Carruth
[PM] Split DominatorTree into a concrete analysis resul...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-13
Chandler Carruth
[cleanup] Move the Dominators.h and Verifier.h headers...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-05
Alp Toker
Correct word hyphenations
blob
|
commitdiff
|
raw
|
diff to current
2013-10-30
Matt Arsenault
Teach scalarrepl about address spaces
blob
|
commitdiff
|
raw
|
diff to current
2013-08-13
Nick Lewycky
Revert r187191, which broke opt -mem2reg on the testcas...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-28
Chandler Carruth
Thread DataLayout through the callers and into mem2reg...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-14
Craig Topper
Use SmallVectorImpl& instead of SmallVector to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-03
Craig Topper
Use SmallVectorImpl::iterator/const_iterator instead...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-18
Chris Lattner
Fix a comment, PR15777.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Shuxin Yang
Disable the optimization about promoting vector-element...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-01
Chandler Carruth
Revert the series of commits starting with r166578...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Micah Villmow
Add in support for getIntPtrType to get the pointer...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-21
Chandler Carruth
Port the global copy optimization from the SROA pass...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-10
Pete Cooper
Fix crash when when do lto on Bullet. Dynamic GEPs...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-24
Nadav Rotem
Clean whitespaces.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-29
Chandler Carruth
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
blob
|
commitdiff
|
raw
|
diff to current
2012-06-29
Bill Wendling
The DIBuilder class is just a wrapper around debug...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-28
Bill Wendling
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-21
Nadav Rotem
Add a number of threshold arguments to the SRA pass.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-17
Pete Cooper
Now that SROA can form alloca's for dynamic vector...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-16
Pete Cooper
Fix crash from r158529 on Bullet.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-15
Pete Cooper
Allow SROA to split up an array of vectors into multipl...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-14
Pete Cooper
Recommit r158407: Allow SROA to look at a vector type...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-14
Pete Cooper
Revert r158454: Allow SROA to look at a vector type...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-14
Pete Cooper
Recommit r158407: Allow SROA to look at a vector type...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-13
Pete Cooper
Revert "Allow SROA to look at a vector type and see...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-13
Pete Cooper
Allow SROA to look at a vector type and see if the...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-19
Peter Collingbourne
Do not eliminate allocas whose alignment exceeds that...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-11
Chad Rosier
Typo.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-23
Duncan Sands
Indentation.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-22
Chris Lattner
don't use "signed", just something I noticed in patches...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-15
Aaron Ballman
Fixed a transform crash when setting a negative size...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-23
Benjamin Kramer
Reflow code, no functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-25
Chris Lattner
use ConstantVector::getSplat in a few places.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-26
Rafael Espindola
Fix warning.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-05
Nadav Rotem
Add support for vectors of pointers.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-20
Nick Lewycky
Refactor code to use new attribute getters on CallSite...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-12
Eli Friedman
Make sure scalarrepl picks the correct alloca when...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-23
Cameron Zwarich
The element insertion code in scalar replacement doesn...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-11
Cameron Zwarich
Fix PR11106 by correcting a typo that has been in the...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-11
Cameron Zwarich
Remove a lot of the fancy scalar replacement code for...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-27
Benjamin Kramer
Stop emitting instructions with the name "tmp" they...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-22
Eli Friedman
PR10987: add a missed safety check to isSafePHIToSpecul...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-12
Eli Friedman
Change a bunch of isVolatile() checks to check for...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Nick Lewycky
Finish adding support for lifetime intrinsics to SROA...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Jay Foad
Convert GetElementPtrInst to use ArrayRef.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Dan Gohman
Fix MergeInVectorType to check for vector types with...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-19
Jay Foad
Convert TargetData::getIndexedOffset to use ArrayRef.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-18
Chris Lattner
land David Blaikie's patch to de-constify Type, with...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-07
Devang Patel
Use DBG_VALUE location while inserting DBG_VALUE during...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-06
Devang Patel
Handle cases where multiple dbg.declare and dbg.value...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-06
Devang Patel
Simplify. Consolidate dbg.declare handling in AllocaPro...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-01
Nick Lewycky
Fix likely typo, reduce number of instruction name...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-27
Nick Lewycky
Teach one piece of scalarrepl to handle lifetime marker...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-18
Cameron Zwarich
When scalar replacement returns a vector type, only...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-18
Cameron Zwarich
Fix an invalid bitcast crash that occurs when doing...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-18
Cameron Zwarich
Remove a pointless assignment. Nothing checks the value...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-14
Cameron Zwarich
Be more obvious about what is being tested.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-13
Cameron Zwarich
Fix grammar.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-13
Cameron Zwarich
Rename MergeInType to MergeInTypeForLoadOrStore.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-13
Cameron Zwarich
Remove the HadAVector instance variable and replace...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-13
Cameron Zwarich
Remove a vacuous check.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-13
Cameron Zwarich
Have SRoA explicitly track the kind of scalar it is...
blob
|
commitdiff
|
raw
|
diff to current
next