projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix header including itself
[oota-llvm.git]
/
lib
/
Transforms
/
2014-07-28
Manman Ren
[Debug Info] add DISubroutineType and its creation...
tree
|
commitdiff
2014-07-28
Manman Ren
[Debug Info] rename getTypeArray to getElements, setTyp...
tree
|
commitdiff
2014-07-25
Hal Finkel
Canonicalization for @llvm.assume
tree
|
commitdiff
2014-07-25
Hal Finkel
Add @llvm.assume, lowering, and some basic properties
tree
|
commitdiff
2014-07-25
Duncan P. N. Exon...
Move -verify-use-list-order into llvm-uselistorder
tree
|
commitdiff
2014-07-25
Hal Finkel
Convert noalias parameter attributes into noalias metad...
tree
|
commitdiff
2014-07-25
Duncan P. N. Exon...
Try to fix a layering violation introduced by r213945
tree
|
commitdiff
2014-07-25
Duncan P. N. Exon...
IPO: Add use-list-order verifier
tree
|
commitdiff
2014-07-24
Mark Heffernan
After unrolling a loop with llvm.loop.unroll.count...
tree
|
commitdiff
2014-07-24
Manman Ren
Feedback from Hans on r213815. No functionaility change.
tree
|
commitdiff
2014-07-24
Hal Finkel
Add scoped-noalias metadata
tree
|
commitdiff
2014-07-24
Aaron Ballman
Fixing an MSVC conversion warning about implicitly...
tree
|
commitdiff
2014-07-24
Hal Finkel
AA metadata refactoring (introduce AAMDNodes)
tree
|
commitdiff
2014-07-23
Manman Ren
SimplifyCFG: fix a bug in switch to table conversion
tree
|
commitdiff
2014-07-23
David Blaikie
ArgPromo+DebugInfo: Handle updating debug info over...
tree
|
commitdiff
2014-07-23
Mark Heffernan
Do not add unroll disable metadata after unrolling...
tree
|
commitdiff
2014-07-23
Mark Heffernan
In unroll pragma syntax and loop hint metadata, change...
tree
|
commitdiff
2014-07-23
Nick Lewycky
We may visit a call that uses an alloca multiple times...
tree
|
commitdiff
2014-07-22
Suyog Sarda
This patch implements optimization as mentioned in...
tree
|
commitdiff
2014-07-22
Suyog Sarda
Added InstCombine transform for pattern "(A & B) ^...
tree
|
commitdiff
2014-07-22
Suyog Sarda
Added InstCombine Transform for patterns:
tree
|
commitdiff
2014-07-22
Alexey Samsonov
[ASan] Fix comments about __sanitizer_cov function
tree
|
commitdiff
2014-07-22
Suyog Sarda
This patch implements transform for pattern "(A | B...
tree
|
commitdiff
2014-07-22
Sanjay Patel
fixed typo in comment
tree
|
commitdiff
2014-07-21
Mark Heffernan
Rename metadata llvm.loop.vectorize.unroll to llvm...
tree
|
commitdiff
2014-07-21
Duncan P. N. Exon...
Revert "[C++11] Add predecessors(BasicBlock *) / succes...
tree
|
commitdiff
2014-07-21
Gerolf Hoflehner
Fix for regression: [Bug 20369] wrong code at -O3 on...
tree
|
commitdiff
2014-07-20
Hal Finkel
[LoopVectorize] Remove an unused private AA pointer
tree
|
commitdiff
2014-07-20
Hal Finkel
[LoopVectorize] Use AA to partition potential dependenc...
tree
|
commitdiff
2014-07-20
Manuel Jacob
[C++11] Add predecessors(BasicBlock *) / successors...
tree
|
commitdiff
2014-07-19
Matt Arsenault
Templatify RegionInfo so it works on MachineBasicBlocks
tree
|
commitdiff
2014-07-19
Hal Finkel
[LoopVectorize] Use CreateAligned(Load|Store)
tree
|
commitdiff
2014-07-19
Hal Finkel
[LoopVectorize] Propagate known metadata to vectorized...
tree
|
commitdiff
2014-07-19
NAKAMURA Takumi
MergedLoadStoreMotion.cpp: Fix msc17 build. Member...
tree
|
commitdiff
2014-07-18
Mark Heffernan
Fix build breakage introduced with r213412.
tree
|
commitdiff
2014-07-18
Mark Heffernan
Remove unroll pragma metadata after it is used.
tree
|
commitdiff
2014-07-18
Gerolf Hoflehner
MergedLoadStoreMotion pass
tree
|
commitdiff
2014-07-17
Alexey Samsonov
[ASan] Don't instrument load/stores with !nosanitize...
tree
|
commitdiff
2014-07-17
Evgeniy Stepanov
[msan] Avoid redundant origin stores.
tree
|
commitdiff
2014-07-17
Suyog Sarda
Move ashr optimization from InstCombineShift to InstSim...
tree
|
commitdiff
2014-07-17
Suyog Sarda
Fix Typo (first commit to test commit access)
tree
|
commitdiff
2014-07-16
Jingyue Wu
Partially revert r210444 due to performance regression
tree
|
commitdiff
2014-07-16
Manuel Jacob
Utilize CastInst::CreatePointerBitCastOrAddrSpaceCast...
tree
|
commitdiff
2014-07-16
Manuel Jacob
Fix comment in InstCombiner::visitAddrSpaceCast.
tree
|
commitdiff
2014-07-16
Tyler Nowicki
Emit warnings if vectorization is forced and fails.
tree
|
commitdiff
2014-07-15
Peter Collingbourne
[dfsan] Introduce further optimization to reduce the...
tree
|
commitdiff
2014-07-15
Stepan Dyatkovskiy
MergeFunc patch from Björn Steinbrink.
tree
|
commitdiff
2014-07-15
Peter Collingbourne
[dfsan] Introduce an optimization to reduce the number...
tree
|
commitdiff
2014-07-15
Peter Collingbourne
[dfsan] Move combineShadows to DFSanFunction in prepara...
tree
|
commitdiff
2014-07-15
Peter Collingbourne
Give SplitBlockAndInsertIfThen the ability to update...
tree
|
commitdiff
2014-07-14
Nick Lewycky
Don't eliminate memcpy's when the address of the pointe...
tree
|
commitdiff
2014-07-14
Matt Arsenault
Use pointer type cast helpers.
tree
|
commitdiff
2014-07-13
NAKAMURA Takumi
[CMake] Add LLVM_LINK_COMPONENTS to loadable modules...
tree
|
commitdiff
2014-07-12
Owen Anderson
Fix an issue with the MergeBasicBlockIntoOnlyPred(...
tree
|
commitdiff
2014-07-12
Alexey Samsonov
[ASan] Collect unmangled names of global variables...
tree
|
commitdiff
2014-07-11
Alexey Samsonov
[ASan] Introduce a struct representing the layout of...
tree
|
commitdiff
2014-07-11
Aditya Nandakumar
When we sink an instruction, this can open up opportuni...
tree
|
commitdiff
2014-07-11
Marcello Maggioni
Fixup PHIs in LowerSwitch when a Leaf node is not emitted.
tree
|
commitdiff
2014-07-10
Mark Heffernan
Partially fix PR20058: reduce compile time for loop...
tree
|
commitdiff
2014-07-10
Duncan P. N. Exon...
InstCombine: Fix a crash in Descale for multiply-by...
tree
|
commitdiff
2014-07-10
Hal Finkel
Feeding isSafeToSpeculativelyExecute its DataLayout...
tree
|
commitdiff
2014-07-10
Hal Finkel
Feeding isSafeToSpeculativelyExecute its DataLayout...
tree
|
commitdiff
2014-07-10
Hal Finkel
Allow isDereferenceablePointer to look through some...
tree
|
commitdiff
2014-07-10
Peter Collingbourne
[dfsan] Handle bitcast aliases.
tree
|
commitdiff
2014-07-09
Alexey Samsonov
Decouple llvm::SpecialCaseList text representation...
tree
|
commitdiff
2014-07-09
Sanjay Patel
Fix for PR20059 (instcombine reorders shufflevector...
tree
|
commitdiff
2014-07-09
Timur Iskhodzhanov
[ASan/Win] Don't instrument COMDAT globals. Properly...
tree
|
commitdiff
2014-07-08
Pete Cooper
Revert "GlobalDCE: Delete available_externally initiali...
tree
|
commitdiff
2014-07-08
Benjamin Kramer
Fix some Twine locals.
tree
|
commitdiff
2014-07-08
Timur Iskhodzhanov
[ASan/Win] Don't instrument private COMDAT globals...
tree
|
commitdiff
2014-07-08
Alexey Samsonov
[ASan] Completely remove sanitizer blacklist file from...
tree
|
commitdiff
2014-07-08
Alexey Samsonov
Kill unnecessary include
tree
|
commitdiff
2014-07-07
Sanjay Patel
fixed some typos
tree
|
commitdiff
2014-07-07
Sanjay Patel
Fix for PR17073 ( llvm.org/pr17073 ), simplifycfg illeg...
tree
|
commitdiff
2014-07-07
Benjamin Kramer
Make helper functions static.
tree
|
commitdiff
2014-07-07
Evgeniy Stepanov
[msan] Fix handling of phi in blacklisted functions.
tree
|
commitdiff
2014-07-07
Benjamin Kramer
InstCombine: Simplify code, no functionality change.
tree
|
commitdiff
2014-07-06
Sanjay Patel
fixed some typos in comments
tree
|
commitdiff
2014-07-06
Rafael Espindola
Update the MemoryBuffer API to use ErrorOr.
tree
|
commitdiff
2014-07-04
Benjamin Kramer
GlobalDCE: Delete available_externally initializers...
tree
|
commitdiff
2014-07-04
Benjamin Kramer
InstCombine: Strength reduce sadd.with.overflow into...
tree
|
commitdiff
2014-07-03
Gerolf Hoflehner
Run interprocedural const prop before global optimizer
tree
|
commitdiff
2014-07-03
Evgeniy Stepanov
[msan] Stop propagating shadow in blacklisted functions.
tree
|
commitdiff
2014-07-03
Evgeniy Stepanov
Revert of r212265.
tree
|
commitdiff
2014-07-03
Evgeniy Stepanov
[msan] Stop propagating shadow in blacklisted functions.
tree
|
commitdiff
2014-07-03
Marcello Maggioni
Minor stylistic fix in SimplifyCFG (test commit)
tree
|
commitdiff
2014-07-02
Alexey Samsonov
Remove non-static field initializer to appease MSVC
tree
|
commitdiff
2014-07-02
David Blaikie
Constify the Function pointers in the result of makeSub...
tree
|
commitdiff
2014-07-02
Alexey Samsonov
[ASan] Print exact source location of global variables...
tree
|
commitdiff
2014-07-02
David Majnemer
InstCombine: Optimize x/INT_MIN to x==INT_MIN
tree
|
commitdiff
2014-07-02
David Majnemer
InstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
tree
|
commitdiff
2014-07-01
Reid Kleckner
Optimize InstCombine stack memory consumption
tree
|
commitdiff
2014-07-01
David Blaikie
DebugInfo: Keep track of subprograms who's arguments...
tree
|
commitdiff
2014-07-01
David Blaikie
DebugInfo: Provide a utility for building a mapping...
tree
|
commitdiff
2014-07-01
David Majnemer
GlobalOpt: Don't swap private for internal linkage
tree
|
commitdiff
2014-07-01
David Majnemer
GlobalOpt: Handle non-zero offsets for aliases
tree
|
commitdiff
2014-06-30
David Blaikie
DebugInfo: Preserve debug location information when...
tree
|
commitdiff
2014-06-30
Reid Kleckner
msan: Stop stripping the 'tail' modifier off of calls
tree
|
commitdiff
2014-06-27
David Majnemer
IR: Add COMDATs to the IR
tree
|
commitdiff
2014-06-27
Dinesh Dwivedi
Added instruction combine to transform few more negativ...
tree
|
commitdiff
next