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
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
80-col
Nadav Rotem
2012-10-30
1
-1
/
+2
*
Rename the BB-vectorize flag to match the dragonegg name
Nadav Rotem
2012-10-29
1
-2
/
+2
*
Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...
Nadav Rotem
2012-10-29
1
-4
/
+8
*
llvm-extract changes linkages so that functions on both sides of the
Rafael Espindola
2012-10-29
1
-12
/
+25
*
llvm-extract was unable to handle aliases. It would leave a copy on the
Rafael Espindola
2012-10-29
1
-0
/
+30
*
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
3
-32
/
+18
*
revert accidental change
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
2
-5
/
+4
*
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-18
3
-0
/
+56
*
Add a loop vectorizer.
Nadav Rotem
2012-10-17
1
-0
/
+6
*
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
1
-4
/
+2
*
Fix filename in file header.
Craig Topper
2012-10-16
1
-1
/
+1
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
4
-7
/
+7
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
3
-11
/
+22
*
Attributes Rewrite
Bill Wendling
2012-10-15
4
-10
/
+13
*
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
2
-13
/
+24
*
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
1
-2
/
+3
*
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
1
-1
/
+2
*
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
2
-6
/
+10
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
2
-8
/
+19
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
1
-2
/
+2
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...
Alexey Samsonov
2012-10-09
1
-13
/
+16
*
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
1
-2
/
+2
*
Fix PR14016.
Alexey Samsonov
2012-10-09
1
-0
/
+50
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
4
-10
/
+12
*
Convert to using the Attributes::Builder class to create attributes.
Bill Wendling
2012-10-09
1
-4
/
+4
*
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
1
-2
/
+0
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
6
-40
/
+40
*
Use method to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Use method to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Query for attributes via the correct method call.
Bill Wendling
2012-10-04
1
-2
/
+2
*
Turn the new SROA pass back on. Let's see if it sticks this time. =]
Chandler Carruth
2012-10-02
1
-1
/
+1
*
ArgumentPromotion: Remove ancient workaround for a bug in the C backend.
Benjamin Kramer
2012-09-30
1
-19
/
+1
*
GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...
Evan Cheng
2012-09-28
1
-4
/
+3
*
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
1
-1
/
+3
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
3
-3
/
+3
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
3
-3
/
+3
*
Disable the new SROA pass to get the tree back in working order. We don't yet
Nick Lewycky
2012-09-26
1
-1
/
+1
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
2
-8
/
+8
*
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
2012-09-25
1
-3
/
+3
*
Enable the new SROA pass by default.
Chandler Carruth
2012-09-24
1
-1
/
+1
*
LNT builders have picked up new SROA, disable it to get the remaining builder...
Benjamin Kramer
2012-09-18
1
-1
/
+1
*
Add a major missing piece to the new SROA pass: aggressive splitting of
Chandler Carruth
2012-09-18
1
-1
/
+1
*
Disable new sroa now that all buildbots have tested it.
Benjamin Kramer
2012-09-15
1
-1
/
+1
*
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
1
-2
/
+5
*
Actually keep the flag default-off for now. =/ That's what I get for
Chandler Carruth
2012-09-14
1
-1
/
+1
*
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
1
-2
/
+12
[next]