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
*
ObjCARC: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
5
-53
/
+48
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
5
-13
/
+13
*
[ARC] Pull the ObjC ARC components that really serve the role of
Chandler Carruth
2015-08-20
9
-1282
/
+4
*
[PM/AA] Run clang-format over the ObjCARC Alias Analysis code to
Chandler Carruth
2015-08-14
2
-37
/
+34
*
[PM/AA] Don't bother forward declaring Function and Value, just include
Chandler Carruth
2015-08-14
1
-5
/
+2
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
2
-5
/
+5
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
4
-19
/
+17
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
5
-6
/
+6
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
3
-15
/
+14
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
5
-6
/
+6
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[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
[next]