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
*
Fix MOVMSKPDrr encoding.
Evan Cheng
2009-05-28
1
-1
/
+1
*
Fix PSIGND encoding bug. Patch by Sean Callanan.
Evan Cheng
2009-05-28
1
-1
/
+1
*
Incorporate patch feedbacks.
Evan Cheng
2009-05-28
1
-11
/
+17
*
NightlyTest: Write "sentdata.txt" files and run the -submit-aux script before
Daniel Dunbar
2009-05-28
1
-18
/
+25
*
Emit debug info for locals with proper scope.
Sanjiv Gupta
2009-05-28
5
-70
/
+195
*
Temporarily revert r72514 (and dependent patch r72516). It was causing this
Bill Wendling
2009-05-28
1
-36
/
+87
*
Mark the branch insns correctly.
Sanjiv Gupta
2009-05-28
1
-1
/
+2
*
Fixing problems that got exposed after the refactoring of LegalizeDAG done in...
Sanjiv Gupta
2009-05-28
1
-4
/
+2
*
Add a testcase which got fixed by recent legalization work.
Eli Friedman
2009-05-28
1
-0
/
+16
*
Remove a couple of useless functions.
Eli Friedman
2009-05-28
1
-34
/
+6
*
Remove special cases for more opcodes.
Eli Friedman
2009-05-28
1
-65
/
+42
*
Return the operand rather than a null SDValue when the given SELECT_CC
Eli Friedman
2009-05-28
1
-3
/
+3
*
Use Operands.data() instead of &Operands[0] where Operands is a potentially
Nick Lewycky
2009-05-28
2
-1
/
+11
*
Remove special case for SETCC opcode; add some comments explaining why
Eli Friedman
2009-05-28
1
-73
/
+63
*
This patch brings the list of attributes in CPPBackend.cpp up to date with the
Jeffrey Yasskin
2009-05-28
1
-3
/
+8
*
Some minor cleanups.
Eli Friedman
2009-05-28
1
-54
/
+30
*
"The instructions MMX_PSADBWrm and MMX_PSADBWrr have opcode 0b11100000 (e0), but
Bill Wendling
2009-05-28
2
-2
/
+2
*
Added optimization that narrow load / op / store and the 'op' is a bit twiddl...
Evan Cheng
2009-05-28
6
-1
/
+156
*
Revert 72493 and replace it with a more conservative fix, for now: don't
Dan Gohman
2009-05-27
2
-7
/
+33
*
Ger rid of some dead code.
Eli Friedman
2009-05-27
2
-36
/
+0
*
In ChangeCompareStride, when the stride to be reused is truncated to
Dan Gohman
2009-05-27
2
-2
/
+40
*
Fix sfence jit encoding. Patch by Sean Callanan.
Evan Cheng
2009-05-27
1
-1
/
+1
*
This looks like it passes now.
Bill Wendling
2009-05-27
1
-1
/
+0
*
Added support for fround, fextend and FP_TO_SINT
Bruno Cardoso Lopes
2009-05-27
9
-29
/
+90
*
Minor fix for CMake build system
Douglas Gregor
2009-05-27
1
-0
/
+1
*
CMake: Set LIBS on llvm-config so we can query the system libraries
Oscar Fuentes
2009-05-27
3
-11
/
+29
*
Minor cleanups; add a better explanation for the issue with
Eli Friedman
2009-05-27
1
-23
/
+10
*
Remove more special cases for opcodes.
Eli Friedman
2009-05-27
1
-310
/
+201
*
Remove special cases for more opcodes.
Eli Friedman
2009-05-27
2
-207
/
+122
*
Removing more special cases from LegalizeDAG.
Eli Friedman
2009-05-27
1
-191
/
+78
*
Eliminate more special cases for opcodes.
Eli Friedman
2009-05-27
1
-192
/
+105
*
Remove more special cases from LegalizeDAG.
Eli Friedman
2009-05-27
1
-210
/
+145
*
Remove unused argument.
Eli Friedman
2009-05-27
1
-11
/
+6
*
Remove more opcode special cases.
Eli Friedman
2009-05-27
1
-159
/
+70
*
Add braces around an array initializer.
Dan Gohman
2009-05-27
1
-1
/
+1
*
Teach SCEVExpander to avoid creating over-indexed GEP indices when
Dan Gohman
2009-05-27
2
-10
/
+44
*
Teach BasicAliasAnalysis to understand constant gep indices that fall
Dan Gohman
2009-05-27
2
-4
/
+52
*
Start of refactoring LegalizeDAG so that we don't need specialized
Eli Friedman
2009-05-27
1
-1185
/
+363
*
Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and
Eli Friedman
2009-05-27
2
-10
/
+13
*
Testcase for (llvm-gcc-4.2) 72442 (PR 4242).
Dale Johannesen
2009-05-26
1
-0
/
+27
*
Back out r72431, it is causing a number of compilation crashes with clang.
Daniel Dunbar
2009-05-26
2
-6
/
+6
*
Update CPU capabilities for AMD machines
Stefanus Du Toit
2009-05-26
3
-3
/
+31
*
Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and
Eli Friedman
2009-05-26
2
-6
/
+6
*
For the new ar --plugin libLLVMgold.so to work we need libLTO linked with
Edwin Török
2009-05-26
1
-1
/
+1
*
LiveVariables::VarInfo contains an AliveBlocks BitVector, which has as many
Jeffrey Yasskin
2009-05-26
4
-19
/
+17
*
For the return type of SCEVUDivExpr, use the RHS' type instead of
Dan Gohman
2009-05-26
1
-1
/
+6
*
Give SCEVNaryExpr a doxygen comment.
Dan Gohman
2009-05-26
1
-0
/
+4
*
In cases where a pointer value is an operand of a multiplication or
Dan Gohman
2009-05-26
2
-3
/
+103
*
Delete a bunch of dead code from LegalizeDAG.
Eli Friedman
2009-05-26
1
-3667
/
+29
*
Eliminate VarInfo::UsedBlocks.
Evan Cheng
2009-05-26
4
-17
/
+0
[next]