index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...
Argyrios Kyrtzidis
2011-02-14
4
-0
/
+233
*
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-02-14
3
-17
/
+13
*
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-14
16
-109
/
+318
*
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
13
-180
/
+99
*
add a new ArrayRef class. This is intended to replace the idiom we
Chris Lattner
2011-02-14
1
-0
/
+121
*
fix PR9210 by implementing some type legalization logic for
Chris Lattner
2011-02-14
3
-14
/
+55
*
fix two comment thinkos
Chris Lattner
2011-02-14
2
-2
/
+2
*
Fix typo in comment.
Nick Lewycky
2011-02-14
1
-1
/
+1
*
Add some statistics to StrongPHIElimination.
Cameron Zwarich
2011-02-14
1
-0
/
+8
*
Add a statistic to PHIElimination tracking the number of critical edges split.
Cameron Zwarich
2011-02-14
1
-2
/
+7
*
missed a header
Chris Lattner
2011-02-13
1
-0
/
+7
*
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
2011-02-13
7
-76
/
+106
*
Adapt docs to '-loopsimplify -> -loop-simplify' change
Tobias Grosser
2011-02-13
1
-2
/
+2
*
fix thinko :)
Chris Lattner
2011-02-13
1
-2
/
+2
*
Revisit my fix for PR9028: the issue is that DAGCombine was
Chris Lattner
2011-02-13
5
-46
/
+60
*
remove a now-unneccesary cast.
Chris Lattner
2011-02-13
1
-1
/
+1
*
Remove pointless blank line.
Duncan Sands
2011-02-13
1
-1
/
+0
*
Teach instsimplify that X+Y>=X+Z is the same as Y>=Z if neither side overflows,
Duncan Sands
2011-02-13
2
-2
/
+69
*
Fix test
Nadav Rotem
2011-02-13
1
-1
/
+1
*
Fix a regression from r125393;
Nadav Rotem
2011-02-13
2
-2
/
+19
*
when legalizing extremely wide shifts, make sure that
Chris Lattner
2011-02-13
3
-3
/
+21
*
fix visitShift to properly zero extend the shift amount if the provided operand
Chris Lattner
2011-02-13
3
-23
/
+20
*
improve solaris support, from PR9109, patch by Yuri!
Chris Lattner
2011-02-13
1
-0
/
+5
*
add PR#
Chris Lattner
2011-02-13
1
-0
/
+1
*
implement instcombine folding for things like (x >> c) < 42.
Chris Lattner
2011-02-13
2
-10
/
+61
*
add a helper method.
Chris Lattner
2011-02-13
1
-0
/
+7
*
Wrap the struct in an anonymous namespace.
Argyrios Kyrtzidis
2011-02-13
1
-0
/
+2
*
refactor some code out into a helper method.
Chris Lattner
2011-02-13
2
-46
/
+56
*
teach SCEV that the scale and addition of an inbounds gep don't NSW.
Chris Lattner
2011-02-13
3
-6
/
+36
*
Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.
Reid Kleckner
2011-02-12
2
-0
/
+12
*
Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.
Venkatraman Govindaraju
2011-02-12
2
-0
/
+16
*
SimplifyLibCalls: Add missing legalize check on various printf to puts and
Daniel Dunbar
2011-02-12
2
-12
/
+29
*
tests: FileCheckize
Daniel Dunbar
2011-02-12
1
-3
/
+5
*
Preserve aliases if needed.
Rafael Espindola
2011-02-12
1
-0
/
+8
*
Add a note about SSE4.1 roundss/roundsd.
Benjamin Kramer
2011-02-12
1
-0
/
+11
*
A fix for 9165.
Nadav Rotem
2011-02-12
2
-4
/
+41
*
AsmMatcher custom operand parser failure enhancements.
Jim Grosbach
2011-02-12
4
-40
/
+51
*
Fix a silly bug I introduced when dropping std::string.
Rafael Espindola
2011-02-12
1
-0
/
+2
*
attempt to capture recent discussion about overflow and inbounds geps.
Chris Lattner
2011-02-11
1
-7
/
+21
*
Also fold (A+B) == A -> B == 0 when the add is commuted.
Benjamin Kramer
2011-02-11
2
-12
/
+22
*
Per discussion with Dan G, inbounds geps *certainly* can have
Chris Lattner
2011-02-11
2
-5
/
+16
*
When lowering an inbounds gep, the intermediate adds can have
Chris Lattner
2011-02-11
1
-6
/
+3
*
Tidy out asm matcher .inc output.
Jim Grosbach
2011-02-11
1
-2
/
+2
*
Adds llvm::sys::path::is_separator() to test whether a char is a path separator
Zhanyong Wan
2011-02-11
3
-12
/
+32
*
Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.
Nate Begeman
2011-02-11
2
-0
/
+230
*
SimplifySelectOps can only handle selects with a scalar condition. Add a check
Nadav Rotem
2011-02-11
1
-0
/
+3
*
Fix 9173.
Nadav Rotem
2011-02-11
3
-0
/
+67
*
Fix #9190
Nadav Rotem
2011-02-11
1
-1
/
+1
*
Test commit.
Nadav Rotem
2011-02-11
1
-1
/
+1
*
More whitespace cleanup...
Jim Grosbach
2011-02-11
2
-41
/
+41
[next]