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
*
Form objc_storeStrong in the presence of bitcasts.
Pete Cooper
2016-05-27
1
-1
/
+2
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-1
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
3
-3
/
+0
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
2
-2
/
+2
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
[ObjCARC] Handle ARCInstKind::ClaimRV in OptimizeIndividualCalls.
Frederic Riss
2016-02-17
1
-0
/
+1
*
Add support for objc_unsafeClaimAutoreleasedReturnValue to the
John McCall
2016-01-27
1
-16
/
+16
*
Make more headers self-contained.
Benjamin Kramer
2016-01-27
1
-0
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-15
/
+0
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/Ob...
Alexander Kornienko
2015-12-28
1
-4
/
+1
*
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
[next]