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
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-7
/
+5
*
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
1
-2
/
+2
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
2
-8
/
+16
*
Make this parameter be named consistently with most other
Chandler Carruth
2012-12-27
1
-2
/
+2
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
7
-47
/
+47
*
Enable the loop vectorizer in clang and not in the pass manager, so that we c...
Nadav Rotem
2012-12-18
1
-1
/
+1
*
Enable the loop vectorizer.
Nadav Rotem
2012-12-18
1
-1
/
+1
*
Revert r170246, "Enable the loop vectorizer by default."
NAKAMURA Takumi
2012-12-15
1
-1
/
+1
*
Enable the loop vectorizer by default.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
revert r170166 - disable the loop vectorizer.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
Enable the loop vectorizer.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
Disable the loop vectorizer.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...
Nadav Rotem
2012-12-13
1
-1
/
+1
*
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-13
1
-2
/
+4
*
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
1
-1
/
+1
*
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-12
1
-1
/
+1
*
Use an ArrayRef instead of a std::vector&.
Rafael Espindola
2012-12-11
1
-4
/
+4
*
Enable the loop vectorizer only on O2 and above. (Still disabled by default)
Nadav Rotem
2012-12-10
1
-1
/
+1
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
5
-25
/
+25
*
Remove unused field.
Jakub Staszak
2012-12-06
1
-6
/
+1
*
Remove trailing spaces.
Jakub Staszak
2012-12-06
1
-25
/
+25
*
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-12-04
2
-0
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
19
-95
/
+93
*
Revert previous check in r168581, r169079 as they are still in code review st...
Zhou Sheng
2012-12-01
1
-22
/
+4
*
The patch is to improve the memory footprint of pass GlobalOpt.
Zhou Sheng
2012-12-01
1
-4
/
+22
*
No need to run LICM after loop vectorization because we dont generate invaria...
Nadav Rotem
2012-11-29
1
-3
/
+1
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
2
-6
/
+8
*
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
1
-44
/
+10
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-1
/
+1
*
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
1
-0
/
+9
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
2
-4
/
+5
*
Replace some instances of UniqueVector with SetVector, which is slightly chea...
Benjamin Kramer
2012-10-31
1
-3
/
+3
*
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
[next]