projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Taints the non-acquire RMW's store address with the load part
[oota-llvm.git]
/
lib
/
Transforms
/
ObjCARC
/
2015-12-28
Alexander Kornienko
Refactor: Simplify boolean conditional return statement...
tree
|
commitdiff
2015-10-19
Duncan P. N. Exon...
ObjCARC: Remove implicit ilist iterator conversions...
tree
|
commitdiff
2015-09-09
Chandler Carruth
[PM/AA] Rebuild LLVM's alias analysis infrastructure...
tree
|
commitdiff
2015-08-20
Chandler Carruth
[ARC] Pull the ObjC ARC components that really serve...
tree
|
commitdiff
2015-08-14
Chandler Carruth
[PM/AA] Run clang-format over the ObjCARC Alias Analysi...
tree
|
commitdiff
2015-08-14
Chandler Carruth
[PM/AA] Don't bother forward declaring Function and...
tree
|
commitdiff
2015-08-08
Benjamin Kramer
Fix some comment typos.
tree
|
commitdiff
2015-07-22
Chandler Carruth
[PM/AA] Extract the ModRef enums from the AliasAnalysis...
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-22
Chandler Carruth
[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
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-17
Chandler Carruth
[PM/AA] Remove the Location typedef from the AliasAnaly...
tree
|
commitdiff
2015-06-04
Chandler Carruth
[PM/AA] Start refactoring AliasAnalysis to remove the...
tree
|
commitdiff
2015-05-20
Pete Cooper
Change Function::getIntrinsicID() to return an Intrinsi...
tree
|
commitdiff
2015-05-12
Pete Cooper
Convert PHI getIncomingValue() to foreach over incoming...
tree
|
commitdiff
2015-04-11
Benjamin Kramer
Remove empty non-virtual destructors or mark them ...
tree
|
commitdiff
2015-04-10
Benjamin Kramer
[CallSite] Make construction from Value* (or Instructio...
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Re-sort includes with sort-includes.py and insert raw_o...
tree
|
commitdiff
2015-03-16
Michael Gottesman
One more try with unused.
tree
|
commitdiff
2015-03-16
Michael Gottesman
Add in an unreachable after a covered switch to appease...
tree
|
commitdiff
2015-03-16
Michael Gottesman
Remove a used that snuck in that seems to be triggering...
tree
|
commitdiff
2015-03-16
Michael Gottesman
[objc-arc] Fix indentation of debug logging so it is...
tree
|
commitdiff
2015-03-16
Michael Gottesman
[objc-arc] Make the ARC optimizer more conservative...
tree
|
commitdiff
2015-03-16
Michael Gottesman
[objc-arc] Treat memcpy, memove, memset as just using...
tree
|
commitdiff
2015-03-16
Michael Gottesman
[objc-arc] Rename ConnectTDBUTraversals => PairUpRetain...
tree
|
commitdiff
2015-03-16
Michael Gottesman
[objc-arc] Move initialization of ARCMDKindCache into...
tree
|
commitdiff
2015-03-16
Michael Gottesman
[objc-arc] Change EntryPointType to an enum class outsi...
tree
|
commitdiff
2015-03-10
Mehdi Amini
DataLayout is mandatory, update the API to reflect...
tree
|
commitdiff
2015-03-06
Yaron Keren
Silence C4715 'not all control paths return a value...
tree
|
commitdiff
2015-03-06
Michael Gottesman
[objc-arc] Sprinkle some more auto on some iterators.
tree
|
commitdiff
2015-03-06
Michael Gottesman
[objc-arc] Move the detection of potential uses or...
tree
|
commitdiff
2015-03-06
Michael Gottesman
[objc-arc] Move the checking of whether or not we can...
tree
|
commitdiff
2015-03-06
Michael Gottesman
[objc-arc] Refactor (Re-)initialization of PtrState...
tree
|
commitdiff
2015-03-06
Michael Gottesman
[objc-arc] Create two subclasses of PtrState in prepara...
tree
|
commitdiff
2015-03-06
Michael Gottesman
[objc-arc] Extract out MDNodes into a cache structure...
tree
|
commitdiff
2015-03-06
Michael Gottesman
[objc-arc] Remove annotations code.
tree
|
commitdiff
2015-03-05
Michael Gottesman
Fix build error.
tree
|
commitdiff
2015-03-05
Michael Gottesman
[objc-arc] Change some casts and loop iterators to...
tree
|
commitdiff
2015-03-05
Michael Gottesman
[objc-arc] Extract out state specific to a ref count...
tree
|
commitdiff
2015-03-05
Michael Gottesman
[objc-arc] Extract blot map vector into its own file...
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-02-20
Michael Gottesman
[objc-arc-contract] We can not move retains over instru...
tree
|
commitdiff
2015-02-20
Michael Gottesman
[objc-arc] Add the predicate CanDecrementRefCount.
tree
|
commitdiff
2015-02-19
Michael Gottesman
[objc-arc] Convert the bodies of ARCInstKind predicates...
tree
|
commitdiff
2015-02-19
Michael Gottesman
[objc-arc] Change the InstructionClass to be an enum...
tree
|
commitdiff
2015-02-19
Michael Gottesman
[objc-arc] Introduce the concept of RCIdentity and...
tree
|
commitdiff
2015-02-19
Michael Gottesman
[objc-arc-contract] Rename contractRelease => tryToCont...
tree
|
commitdiff
2015-02-19
Michael Gottesman
[objc-arc-contract] Refactor out tryToPeepholeInstructi...
tree
|
commitdiff
2015-02-19
Michael Gottesman
[objc-arc-contract] Reorganize the code a bit and make...
tree
|
commitdiff
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
tree
|
commitdiff
2015-02-11
Zachary Turner
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
tree
|
commitdiff
2014-12-09
Duncan P. N. Exon...
IR: Split Metadata from Value
tree
|
commitdiff
2014-11-19
David Blaikie
Update SetVector to rely on the underlying set's insert...
tree
|
commitdiff
2014-11-17
Rafael Espindola
Add back r222061 with a fix.
tree
|
commitdiff
2014-11-15
Reid Kleckner
Revert "Don't make assumptions about the name of privat...
tree
|
commitdiff
2014-11-14
Rafael Espindola
Don't make assumptions about the name of private global...
tree
|
commitdiff
2014-11-11
Duncan P. N. Exon...
Revert "IR: MDNode => Value"
tree
|
commitdiff
2014-11-05
Duncan P. N. Exon...
IR: MDNode => Value: NamedMDNode::getOperator()
tree
|
commitdiff
2014-11-01
Duncan P. N. Exon...
IR: MDNode => Value: Instruction::getMetadata()
tree
|
commitdiff
2014-08-27
Craig Topper
Simplify creation of a bunch of ArrayRefs by using...
tree
|
commitdiff
2014-08-24
Craig Topper
Use range based for loops to avoid needing to re-mentio...
tree
|
commitdiff
2014-08-21
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
tree
|
commitdiff
2014-08-18
Craig Topper
Revert "Repace SmallPtrSet with SmallPtrSetImpl in...
tree
|
commitdiff
2014-08-17
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-07-24
Hal Finkel
AA metadata refactoring (introduce AAMDNodes)
tree
|
commitdiff
2014-06-26
Alp Toker
Revert "Introduce a string_ostream string builder facilty"
tree
|
commitdiff
2014-06-26
Alp Toker
Introduce a string_ostream string builder facilty
tree
|
commitdiff
2014-05-16
Reid Kleckner
Add comdat key field to llvm.global_ctors and llvm...
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Transforms edition.
tree
|
commitdiff
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
tree
|
commitdiff
2014-03-18
Duncan P. N. Exon...
Fix use_iterator crash in ObjCArc from r203364
tree
|
commitdiff
2014-03-09
Chandler Carruth
[C++11] Add range based accessors for the Use-Def chain...
tree
|
commitdiff
2014-03-05
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move CFG.h to the IR library as it defines...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move InstIterator out of the Support library...
tree
|
commitdiff
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::next and llvm::prior with std...
tree
|
commitdiff
2014-01-28
Reid Kleckner
Update optimization passes to handle inalloca arguments
tree
|
commitdiff
2014-01-24
Alp Toker
Fix known typos
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM] Split DominatorTree into a concrete analysis resul...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[cleanup] Move the Dominators.h and Verifier.h headers...
tree
|
commitdiff
2013-12-05
Alp Toker
Correct word hyphenations
tree
|
commitdiff
2013-12-01
Bill Wendling
Use accessor methods instead.
tree
|
commitdiff
2013-12-01
Bill Wendling
Use 'unsigned char' to get this past gcc error message:
tree
|
commitdiff
2013-11-05
Michael Gottesman
[objc-arc] Convert the one directional retain/release...
tree
|
commitdiff
2013-09-11
Benjamin Kramer
Revert "Give internal classes hidden visibility."
tree
|
commitdiff
2013-09-11
Benjamin Kramer
Give internal classes hidden visibility.
tree
|
commitdiff
2013-09-03
Michael Gottesman
[objc-arc] Remove dead code from previous commit.
tree
|
commitdiff
2013-09-03
Michael Gottesman
[objc-arc] Turn off the objc_retainBlock -> objc_retain...
tree
|
commitdiff
2013-08-09
Michael Gottesman
[objc-arc] Track if we encountered an additive overflow...
tree
|
commitdiff
2013-08-08
Michael Gottesman
Revert "[objc-arc] Track if we encountered an additive...
tree
|
commitdiff
2013-08-07
Michael Gottesman
[objc-arc] Track if we encountered an additive overflow...
tree
|
commitdiff
2013-08-07
Michael Gottesman
[objc-arc] Change 4 iterator methods which return const...
tree
|
commitdiff
2013-07-14
Craig Topper
Use SmallVectorImpl& instead of SmallVector to avoid...
tree
|
commitdiff
2013-07-10
Michael Gottesman
[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky...
tree
|
commitdiff
2013-07-08
Michael Gottesman
[objc-arc] Fix assertion in EraseInstruction so that...
tree
|
commitdiff
2013-07-07
Michael Gottesman
[objc-arc] Remove the alias analysis part of r185764.
tree
|
commitdiff
next