projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[PM/AA] Run clang-format over TBAA code to normalize the formatting
[oota-llvm.git]
/
lib
/
Transforms
/
Utils
/
2015-08-13
Davide Italiano
[SimplifyLibCalls] Correctly set the is_zero_undef...
tree
|
commitdiff
2015-08-12
Sanjay Patel
fix typo; NFC
tree
|
commitdiff
2015-08-12
Adam Nemet
[LoopVer] Optionally allow using memchecks from LAA
tree
|
commitdiff
2015-08-11
Chen Li
[LowerSwitch] Skip dead blocks for processSwitchInst()
tree
|
commitdiff
2015-08-11
Chen Li
[LowerSwitch] Fix a bug when LowerSwitch deletes the...
tree
|
commitdiff
2015-08-11
David Majnemer
[WinEHPrepare] Add rudimentary support for the new...
tree
|
commitdiff
2015-08-11
Adam Nemet
[LAA] Change name from addRuntimeCheck to addRuntimeChe...
tree
|
commitdiff
2015-08-10
Adam Nemet
[LoopVer] Remove unused pointer partition argument...
tree
|
commitdiff
2015-08-10
Tyler Nowicki
Late evaluation of the fast-math vectorization requirement.
tree
|
commitdiff
2015-08-08
Benjamin Kramer
Fix some comment typos.
tree
|
commitdiff
2015-08-08
Matt Arsenault
Remove unnecessary includes
tree
|
commitdiff
2015-08-07
Chen Li
[ConstantFoldTerminator] Preserve make.implicit metadat...
tree
|
commitdiff
2015-08-07
Duncan P. N. Exon...
ValueMapper: Resolve uniquing cycles more aggressively
tree
|
commitdiff
2015-08-07
Duncan P. N. Exon...
ValueMapper: Pull out helper to resolve cycles, NFC
tree
|
commitdiff
2015-08-06
David Majnemer
Revert accidentally committed WinEHPrepare changes
tree
|
commitdiff
2015-08-06
David Majnemer
Handle PHI nodes prefacing EH pads too
tree
|
commitdiff
2015-08-06
Sanjoy Das
[IndVars] Improved logging under DEBUG(); NFC.
tree
|
commitdiff
2015-08-06
Pete Cooper
Convert a bunch of loops to foreach. NFC.
tree
|
commitdiff
2015-08-05
Duncan P. N. Exon...
ValueMapper: Rotate distinct node remapping algorithm
tree
|
commitdiff
2015-08-05
Duncan P. N. Exon...
ValueMapper: Simplify remap() helper function, NFC
tree
|
commitdiff
2015-08-04
Duncan P. N. Exon...
Fix 80-column
tree
|
commitdiff
2015-08-04
Duncan P. N. Exon...
Linker: Fix ASan failure from r243961
tree
|
commitdiff
2015-08-04
David Majnemer
Drive-by fixes for LandingPad -> EHPad
tree
|
commitdiff
2015-08-04
Duncan P. N. Exon...
Linker: Fix references to uniqued nodes after r243883
tree
|
commitdiff
2015-08-03
Adam Nemet
[LoopVer] Remove unused needsRuntimeChecks(), NFC
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
Linker: Move distinct MDNodes instead of cloning
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
ValueMapper: Only check for cycles if operands change
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
ValueMapper: Use a range-based for, NFC
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
ValueMapper: Reuse local variable, NFC
tree
|
commitdiff
2015-08-01
Craig Topper
De-constify pointers to Type since they can't be modifi...
tree
|
commitdiff
2015-07-31
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-07-30
Adam Nemet
[LoopVer] Add missing std::move
tree
|
commitdiff
2015-07-28
Adam Nemet
[LDist][LVer] Explicitly pass the set of memchecks...
tree
|
commitdiff
2015-07-27
Sanjoy Das
[IndVars] Make loop varying predicates loop invariant.
tree
|
commitdiff
2015-07-24
Pete Cooper
Use make_range(rbegin(), rend()) to allow foreach loops...
tree
|
commitdiff
2015-07-23
Kuba Brecka
[asan] Rename the ABI versioning symbol to '__asan_vers...
tree
|
commitdiff
2015-07-22
Chandler Carruth
[PM/AA] Extract the ModRef enums from the AliasAnalysis...
tree
|
commitdiff
2015-07-22
Michael Kuperstein
Fix mem2reg to correctly handle allocas only used in...
tree
|
commitdiff
2015-07-22
Chandler Carruth
[PM/AA] Remove all of the dead AliasAnalysis pointers...
tree
|
commitdiff
2015-07-22
Chandler Carruth
[PM/AA] Remove the last of the legacy update API from...
tree
|
commitdiff
2015-07-14
Adam Nemet
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
tree
|
commitdiff
2015-07-14
Reid Kleckner
Update enforceKnownAlignment after the isWeakForLinker...
tree
|
commitdiff
2015-07-11
Chandler Carruth
[PM/AA] Completely remove the AliasAnalysis::copyValue...
tree
|
commitdiff
2015-07-10
Adam Nemet
[LoopDist/LoopVer] Move LoopVersioning to a new module...
tree
|
commitdiff
2015-07-10
Adam Nemet
[LoopDist] Move loop-versioning helper functions to...
tree
|
commitdiff
2015-07-10
David Majnemer
Revert the new EH instructions
tree
|
commitdiff
2015-07-10
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-07-01
David Majnemer
[LoopUnroll] Use undef for phis with no value live
tree
|
commitdiff
2015-06-30
David Majnemer
[Cloning] Teach CloneModule about personality functions
tree
|
commitdiff
2015-06-29
Alexey Samsonov
[LoopSimplify] Set proper debug location in loop backed...
tree
|
commitdiff
2015-06-26
David Blaikie
Move VectorUtils from Transforms to Analysis to correct...
tree
|
commitdiff
2015-06-26
David Blaikie
Fix ODR violation waiting to happen by making static...
tree
|
commitdiff
2015-06-24
Sanjay Patel
don't repeat function names in comments; NFC
tree
|
commitdiff
2015-06-24
Sanjay Patel
fix typos; NFC
tree
|
commitdiff
2015-06-23
Alexey Samsonov
Let llvm::ReplaceInstWithInst copy debug location from...
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-20
Benjamin Kramer
[SwitchLowering] Remove quadratic vector removal.
tree
|
commitdiff
2015-06-20
Justin Bogner
LowerSwitch: Avoid some undefined behaviour
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-19
Eric Christopher
Fix "the the" in comments.
tree
|
commitdiff
2015-06-18
Benjamin Kramer
[EliminateDuplicatePHINodes] Replace custom hash map...
tree
|
commitdiff
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
tree
|
commitdiff
2015-06-16
Tyler Nowicki
Refactor RecurrenceInstDesc
tree
|
commitdiff
2015-06-16
Tyler Nowicki
Rename Reduction variables/structures to Recurrence.
tree
|
commitdiff
2015-06-11
Alexey Samsonov
[LoopUnroll] Use IRBuilder to create branch instructions.
tree
|
commitdiff
2015-06-09
Alexey Samsonov
[BasicBlockUtils] Set debug locations for instructions...
tree
|
commitdiff
2015-06-05
David Majnemer
[LoopVectorize] Don't crash on zero-sized types in...
tree
|
commitdiff
2015-06-01
David Blaikie
[opaque pointer type] Explicitly store the pointee...
tree
|
commitdiff
2015-05-29
Benjamin Kramer
Replace push_back(Constructor(foo)) with emplace_back...
tree
|
commitdiff
2015-05-22
Philip Reames
Extend EarlyCSE to handle basic cases from JumpThreadin...
tree
|
commitdiff
2015-05-20
Pete Cooper
Change Function::getIntrinsicID() to return an Intrinsi...
tree
|
commitdiff
2015-05-18
David Blaikie
Simplify IRBuilder::CreateCall* by using ArrayRef+initi...
tree
|
commitdiff
2015-05-18
Andrew Trick
SimplifyIV comments and dead argument cleanup.
tree
|
commitdiff
2015-05-13
Pete Cooper
Change LoadAndStorePromoter to take ArrayRef instead...
tree
|
commitdiff
2015-05-12
Pete Cooper
Convert PHI getIncomingValue() to foreach over incoming...
tree
|
commitdiff
2015-05-06
Ismail Pazarbasi
Implement `createSanitizerCtor`, common helper function...
tree
|
commitdiff
2015-05-05
David Blaikie
[opaque pointer type] Track explicit GEP pointee type...
tree
|
commitdiff
2015-04-29
David Blaikie
[opaque pointer type] Store the value type of an alloca
tree
|
commitdiff
2015-04-29
David Blaikie
[opaque pointer type] Pass GlobalAlias the actual point...
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-24
Hans Wennborg
SimplifyCFG: Correctly handle switch lookup tables...
tree
|
commitdiff
2015-04-24
Aaron Ballman
Removing dead code; NFC. This code was triggering a...
tree
|
commitdiff
2015-04-23
David Blaikie
Recommit r235458: [opaque pointer type] Avoid using...
tree
|
commitdiff
2015-04-23
Karthik Bhat
Move common loop utility function isInductionPHI into...
tree
|
commitdiff
2015-04-22
David Blaikie
Revert "[opaque pointer type] Avoid using PointerType...
tree
|
commitdiff
2015-04-21
David Blaikie
[opaque pointer type] Avoid using PointerType::getEleme...
tree
|
commitdiff
2015-04-21
Daniel Berlin
Revamp PredIteratorCache interface to be cleaner.
tree
|
commitdiff
2015-04-21
Daniel Berlin
Move IDF Calculation to a separate file, expose an...
tree
|
commitdiff
2015-04-21
Duncan P. N. Exon...
DebugInfo: Drop rest of DIDescriptor subclasses
tree
|
commitdiff
2015-04-21
Duncan P. N. Exon...
DebugInfo: Assert dbg.declare/value insts are valid
tree
|
commitdiff
2015-04-20
Duncan P. N. Exon...
DebugInfo: Delete subclasses of DIScope
tree
|
commitdiff
2015-04-20
Akira Hatanaka
[InlineFunction] Don't add lifetime markers for zero...
tree
|
commitdiff
2015-04-20
Karthik Bhat
[NFC] Refactor identification of reductions as common...
tree
|
commitdiff
2015-04-16
Aaron Ballman
Silencing a -Wunused-but-set-variable warning; NFC.
tree
|
commitdiff
2015-04-16
Duncan P. N. Exon...
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Gut DICompileUnit and DIFile
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
tree
|
commitdiff
2015-04-14
Duncan P. N. Exon...
DebugInfo: Update signature of DICompileUnit::replace*()
tree
|
commitdiff
2015-04-14
Duncan P. N. Exon...
DebugInfo: Gut DISubprogram and DILexicalBlock*
tree
|
commitdiff
next