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
/
ObjCARC
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
3
-15
/
+18
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-1
/
+1
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-1
/
+1
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
2
-4
/
+3
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-2
/
+0
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-2
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
3
-4
/
+7
*
One more try with unused.
Michael Gottesman
2015-03-16
1
-1
/
+2
*
Add in an unreachable after a covered switch to appease certain bots.
Michael Gottesman
2015-03-16
1
-0
/
+1
*
Remove a used that snuck in that seems to be triggering the MSVC buildbots.
Michael Gottesman
2015-03-16
1
-2
/
+1
*
[objc-arc] Fix indentation of debug logging so it is easy to read the output.
Michael Gottesman
2015-03-16
3
-19
/
+101
*
[objc-arc] Make the ARC optimizer more conservative by forcing it to be non-s...
Michael Gottesman
2015-03-16
2
-6
/
+2
*
[objc-arc] Treat memcpy, memove, memset as just using pointers, not decrement...
Michael Gottesman
2015-03-16
1
-34
/
+62
*
[objc-arc] Rename ConnectTDBUTraversals => PairUpRetainsReleases.
Michael Gottesman
2015-03-16
1
-15
/
+15
*
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I als...
Michael Gottesman
2015-03-16
6
-21
/
+54
*
[objc-arc] Change EntryPointType to an enum class outside of ARCRuntimeEntryP...
Michael Gottesman
2015-03-16
3
-34
/
+34
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
7
-29
/
+43
*
Silence C4715 'not all control paths return a value' warnings.
Yaron Keren
2015-03-06
1
-0
/
+3
*
[objc-arc] Sprinkle some more auto on some iterators.
Michael Gottesman
2015-03-06
1
-8
/
+4
*
[objc-arc] Move the detection of potential uses or altering of a ref count on...
Michael Gottesman
2015-03-06
3
-108
/
+171
*
[objc-arc] Move the checking of whether or not we can match onto PtrStates an...
Michael Gottesman
2015-03-06
3
-51
/
+76
*
[objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown...
Michael Gottesman
2015-03-06
3
-47
/
+64
*
[objc-arc] Create two subclasses of PtrState in preparation for moving per pt...
Michael Gottesman
2015-03-06
2
-43
/
+60
*
[objc-arc] Extract out MDNodes into a cache structure so the information can ...
Michael Gottesman
2015-03-06
2
-22
/
+33
*
[objc-arc] Remove annotations code.
Michael Gottesman
2015-03-06
1
-327
/
+0
*
Fix build error.
Michael Gottesman
2015-03-05
2
-21
/
+29
*
[objc-arc] Change some casts and loop iterators to use auto.
Michael Gottesman
2015-03-05
1
-16
/
+12
*
[objc-arc] Extract out state specific to a ref count from the main objc arc s...
Michael Gottesman
2015-03-05
4
-287
/
+298
*
[objc-arc] Extract blot map vector into its own file. NFC.
Michael Gottesman
2015-03-05
2
-160
/
+151
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
2
-3
/
+6
*
[objc-arc-contract] We can not move retains over instructions which can not c...
Michael Gottesman
2015-02-20
2
-39
/
+152
*
[objc-arc] Add the predicate CanDecrementRefCount.
Michael Gottesman
2015-02-20
4
-2
/
+61
*
[objc-arc] Convert the bodies of ARCInstKind predicates into covered switches.
Michael Gottesman
2015-02-19
2
-58
/
+323
*
[objc-arc] Change the InstructionClass to be an enum class called ARCInstKind.
Michael Gottesman
2015-02-19
12
-588
/
+648
*
[objc-arc] Introduce the concept of RCIdentity and rename all relevant functi...
Michael Gottesman
2015-02-19
5
-53
/
+60
*
[objc-arc-contract] Rename contractRelease => tryToContractReleaseIntoStoreSt...
Michael Gottesman
2015-02-19
1
-4
/
+8
*
[objc-arc-contract] Refactor out tryToPeepholeInstruction into its own method...
Michael Gottesman
2015-02-19
1
-58
/
+85
*
[objc-arc-contract] Reorganize the code a bit and make the debug output easie...
Michael Gottesman
2015-02-19
1
-63
/
+73
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-5
/
+3
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
3
-11
/
+11
*
Add back r222061 with a fix.
Rafael Espindola
2014-11-17
4
-5
/
+103
*
Revert "Don't make assumptions about the name of private global variables."
Reid Kleckner
2014-11-15
3
-102
/
+5
*
Don't make assumptions about the name of private global variables.
Rafael Espindola
2014-11-14
3
-5
/
+102
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
2
-4
/
+4
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+1
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-3
/
+3
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-6
/
+3
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
3
-44
/
+13
[next]