index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Tighten up an internal LSR API that should check for NULL.
Andrew Trick
2013-03-19
1
-1
/
+1
|
*
Make method private. Keep coding standard.
Jakub Staszak
2013-03-18
1
-26
/
+28
*
|
Merge branch 'upstream' into merge_2013_03_18
Stephen Hines
2013-03-18
4
-220
/
+306
|
\
\
|
|
/
|
*
Extend global merge pass to optionally consider global constant variables.
Quentin Colombet
2013-03-18
1
-5
/
+78
|
*
Mark internal classes as POD-like to get better behavior out of
Chandler Carruth
2013-03-18
1
-102
/
+109
|
*
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-14
1
-117
/
+124
|
*
Change the order of the operands in patchAndReplaceAllUsesWith so
Dan Gohman
2013-03-12
1
-5
/
+5
|
*
Keep coding stanard.
Jakub Staszak
2013-03-07
1
-4
/
+3
|
*
Don't create IRBuilder if we can return from the method earlier.
Jakub Staszak
2013-03-07
1
-2
/
+2
|
*
Bypass Slow Divides
Preston Gurd
2013-03-04
1
-1
/
+1
*
|
Update build rules for LLVM merge to version 176139.
Stephen Hines
2013-03-05
1
-1
/
+0
*
|
Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226
Stephen Hines
2013-03-05
18
-4551
/
+213
|
\
\
|
|
/
|
*
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-24
1
-5
/
+24
|
*
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-22
1
-1
/
+1
|
*
Remove dead code and whitespace.
Chad Rosier
2013-02-21
1
-10
/
+0
|
*
Update a comment that looks to have been accidentally deleted many moons ago.
Chad Rosier
2013-02-20
1
-1
/
+1
|
*
Remove unused variable.
Jakub Staszak
2013-02-19
1
-2
/
+1
|
*
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-19
1
-10
/
+7
|
*
Remove unneeded #includes.
Jakub Staszak
2013-02-19
1
-2
/
+0
|
*
Fix typos.
Jakub Staszak
2013-02-19
1
-10
/
+10
|
*
Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.
Jakub Staszak
2013-02-16
1
-67
/
+67
|
*
Actually delete this code, since it's really not clear what it's
Dan Gohman
2013-02-12
1
-24
/
+0
|
*
Record PRE predecessors with a SmallVector instead of a DenseMap, and
Dan Gohman
2013-02-12
1
-8
/
+9
|
*
When disabling PRE for a value is directly redundant with itself
Dan Gohman
2013-02-12
1
-0
/
+2
|
*
Check that pointers are removed from maps before calling delete on the pointers,
Dan Gohman
2013-02-12
1
-3
/
+3
|
*
Minor code simplification.
Dan Gohman
2013-02-12
1
-1
/
+1
|
*
LSR IVChain improvement.
Andrew Trick
2013-02-09
1
-1
/
+13
|
*
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-09
2
-0
/
+2
|
*
This patch aims to improve compile time performance by increasing
Preston Gurd
2013-02-01
1
-13
/
+13
|
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
2
-6
/
+6
|
*
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
1
-0
/
+1
|
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
3
-4574
/
+0
|
*
Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.
Michael Gottesman
2013-01-27
1
-18
/
+18
|
*
Added comment to ObjCARC elaborating what is meant by the term 'Provenance' i...
Michael Gottesman
2013-01-24
1
-0
/
+6
|
*
Fixed typo.
Michael Gottesman
2013-01-22
1
-2
/
+1
|
*
[ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...
Michael Gottesman
2013-01-22
1
-153
/
+198
|
*
More encapsulation work.
Bill Wendling
2013-01-22
1
-19
/
+19
|
*
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
1
-3
/
+17
|
*
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
3
-9
/
+21
|
*
Improved comment.
Michael Gottesman
2013-01-18
1
-2
/
+5
|
*
Fixed typo in comment.
Michael Gottesman
2013-01-18
1
-2
/
+2
|
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-6
/
+6
|
*
Silence GCC warning about dropping off a non-void function.
Benjamin Kramer
2013-01-18
1
-0
/
+1
|
*
Fixed 80+ violation.
Michael Gottesman
2013-01-18
1
-2
/
+2
|
*
Added missing const from my last commit.
Michael Gottesman
2013-01-17
1
-1
/
+1
|
*
[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...
Michael Gottesman
2013-01-17
1
-3
/
+56
|
*
[ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...
Michael Gottesman
2013-01-16
1
-33
/
+0
|
*
Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert.
Michael Gottesman
2013-01-14
1
-2
/
+1
|
*
Fixed some 80+ violations.
Michael Gottesman
2013-01-14
1
-14
/
+18
|
*
Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. ...
Michael Gottesman
2013-01-14
1
-232
/
+259
[prev]
[next]