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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add support for PHI nodes to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
2
-3
/
+68
*
Remove dead method.
Bill Wendling
2012-12-31
1
-6
/
+0
*
Add some comparison operators to compare the Attribute object with the AttrKi...
Bill Wendling
2012-12-31
2
-3
/
+15
*
docs: Fix FIXME
Sean Silva
2012-12-31
2
-4
/
+5
*
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
3
-6
/
+3
*
Delete a cut/paste-o from r171290. Very sorry about the noise.
Chandler Carruth
2012-12-31
1
-1
/
+0
*
Suppress a MSVC warning complaining about the code working as intended.
Chandler Carruth
2012-12-31
1
-0
/
+13
*
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
6
-1
/
+130
*
Start sketching out a roadmap for better subprocess management in the
Chandler Carruth
2012-12-31
1
-136
/
+140
*
Fix LICM's memory promotion optimization to preserve TBAA tags when
Chris Lattner
2012-12-31
2
-8
/
+58
*
teach instcombine to preserve TBAA tag when merging two stores, part of
Chris Lattner
2012-12-31
2
-0
/
+41
*
Grammo.
Jakub Staszak
2012-12-31
1
-1
/
+1
*
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-31
5
-32
/
+9
*
Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1
Jakub Staszak
2012-12-31
2
-0
/
+23
*
Support ppcf128 in SelectionDAG::getConstantFP
Hal Finkel
2012-12-30
2
-1
/
+17
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
8
-83
/
+30
*
Documentation: add a section to prevent spurious test failures like the one
Dmitri Gribenko
2012-12-30
1
-0
/
+37
*
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-30
9
-38
/
+28
*
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
7
-27
/
+19
*
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
6
-34
/
+31
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
39
-111
/
+186
*
s/hasAttribute/contains/g to be more consistent with other method names.
Bill Wendling
2012-12-30
3
-5
/
+5
*
LoopVectorizer: Fix a bug in the code that updates the loop exiting block.
Nadav Rotem
2012-12-30
2
-0
/
+42
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
27
-30
/
+30
*
Add a few more c'tors:
Bill Wendling
2012-12-30
2
-5
/
+29
*
Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv...
Dmitri Gribenko
2012-12-30
1
-1
/
+3
*
Add a few (as yet unused) query methods to determine if the attribute that's
Bill Wendling
2012-12-30
2
-0
/
+31
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
48
-49
/
+49
*
Uniquify the AttributeImpl based on the Constant pointer, since those are
Bill Wendling
2012-12-30
2
-5
/
+3
*
s/Raw/getBitMask/g to be more in line with current naming conventions. This m...
Bill Wendling
2012-12-30
5
-23
/
+24
*
llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ...
NAKAMURA Takumi
2012-12-30
1
-1
/
+1
*
Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...
Craig Topper
2012-12-29
3
-26
/
+7
*
Merge similar functionality using a nested switch.
Craig Topper
2012-12-29
1
-8
/
+39
*
Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...
Craig Topper
2012-12-29
3
-74
/
+29
*
Simplify code, no functionality change.
Jakub Staszak
2012-12-29
1
-19
/
+14
*
Delete executive bit on ./lib/Target/Hexagon/HexagonAsmPrinter.h.
Jakub Staszak
2012-12-29
1
-0
/
+0
*
Use a 'Constant' object instead of a bit field to store the attribute data.
Bill Wendling
2012-12-29
2
-8
/
+19
*
Use the accessor method instead of the raw ivar to get the bits.
Bill Wendling
2012-12-29
1
-5
/
+5
*
Nuke some dead code that snuck in some how. I thought I had already
Chandler Carruth
2012-12-28
1
-5
/
+0
*
Fix a stunning oversight in the inline cost analysis. It was never
Chandler Carruth
2012-12-28
2
-4
/
+54
*
Teach the inline cost analysis about calls that can be simplified and
Chandler Carruth
2012-12-28
2
-11
/
+125
*
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-28
3
-10
/
+83
*
Add entry points to instsimplify for simplifying calls. The entry points
Chandler Carruth
2012-12-28
2
-5
/
+50
*
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.
Alexey Samsonov
2012-12-28
3
-20
/
+27
*
CostModel: initial checkin for code that estimates the cost of special shuffles.
Nadav Rotem
2012-12-28
2
-0
/
+18
*
wrap 80-col lines.
Nadav Rotem
2012-12-28
1
-2
/
+5
*
AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...
Nadav Rotem
2012-12-28
3
-47
/
+72
*
Reverse the 'if' condition and reduce the indentation.
Nadav Rotem
2012-12-27
1
-29
/
+28
*
Merge basic_sse12_fp_binop_p_int and basic_sse12_fp_binop_p_y_int multiclasses.
Craig Topper
2012-12-27
1
-28
/
+28
*
AVX/AVX2: Move the SEXT lowering code from a target specific DAGco to a lower...
Nadav Rotem
2012-12-27
2
-42
/
+53
[next]