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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
FrameIndex could be used as a value (addressof (arg)) or as an address.
Sanjiv Gupta
2009-06-03
4
-6
/
+62
*
Fixed a bug in which signed comparisons were being used instead of unsigned c...
Sanjiv Gupta
2009-06-03
2
-2
/
+4
*
Avoid a warning "'U' might be used uninitialized in
Duncan Sands
2009-06-03
1
-1
/
+1
*
Temporarily revert 72756 for now.
Evan Cheng
2009-06-03
1
-7
/
+0
*
Fold preceding / trailing base inc / dec into the single load / store as well.
Evan Cheng
2009-06-03
1
-2
/
+9
*
Revert r72734. The Darwin assembler doesn't support the static
Dan Gohman
2009-06-03
2
-5
/
+4
*
On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.
Evan Cheng
2009-06-02
2
-4
/
+5
*
Revert 72707 and 72709, for the moment.
Dale Johannesen
2009-06-02
5
-267
/
+77
*
Add missing file.
Dale Johannesen
2009-06-01
1
-0
/
+2
*
Make the implicit inputs and outputs of target-independent
Dale Johannesen
2009-06-01
4
-77
/
+265
*
Comment grammaro/clarification.
Dale Johannesen
2009-06-01
1
-2
/
+2
*
Trailing whitespace.
Dale Johannesen
2009-06-01
1
-1
/
+1
*
Implement review feedback. Make thumb2 'normal' subtarget feature
Anton Korobeynikov
2009-06-01
2
-13
/
+12
*
Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-06-01
8
-198
/
+207
*
Do not emit "generic" CPU string. This fixes PR4291.
Anton Korobeynikov
2009-06-01
1
-1
/
+3
*
Fix a grammaro and clarify a comment.
Dan Gohman
2009-05-31
1
-5
/
+5
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
24
-237
/
+551
*
(i64 (zext (srl GR32 8))) -> movzbl AH is not safe since srl 8 only clear the...
Evan Cheng
2009-05-30
1
-7
/
+0
*
Untabification.
Bill Wendling
2009-05-30
10
-23
/
+23
*
Add placeholder for thumb2 stuff
Anton Korobeynikov
2009-05-29
5
-20
/
+53
*
More h-registers tricks: folding zext nodes.
Evan Cheng
2009-05-29
2
-0
/
+23
*
The MONITOR and MWAIT instructions have insufficient information for
Bill Wendling
2009-05-28
3
-10
/
+27
*
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
*
Emit debug info for locals with proper scope.
Sanjiv Gupta
2009-05-28
5
-70
/
+195
*
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
*
Return the operand rather than a null SDValue when the given SELECT_CC
Eli Friedman
2009-05-28
1
-3
/
+3
*
This patch brings the list of attributes in CPPBackend.cpp up to date with the
Jeffrey Yasskin
2009-05-28
1
-3
/
+8
*
"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
2
-0
/
+10
*
Ger rid of some dead code.
Eli Friedman
2009-05-27
2
-36
/
+0
*
Fix sfence jit encoding. Patch by Sean Callanan.
Evan Cheng
2009-05-27
1
-1
/
+1
*
Added support for fround, fextend and FP_TO_SINT
Bruno Cardoso Lopes
2009-05-27
9
-29
/
+90
*
Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and
Eli Friedman
2009-05-27
2
-10
/
+13
*
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
*
add some late optimizations that GCC does. It thinks these are a win
Chris Lattner
2009-05-25
1
-0
/
+14
*
fix typo
Chris Lattner
2009-05-25
1
-1
/
+1
*
we should eventually add -march=atom and the new atom movbe instruction.
Chris Lattner
2009-05-25
1
-0
/
+2
*
Make the PPC backend use a legal type for the operands to the BUILD_VECTOR
Eli Friedman
2009-05-24
1
-5
/
+3
*
Make the X86 backend mark EXTRACT_SUBVECTOR as Expand, at least for the
Eli Friedman
2009-05-23
1
-0
/
+1
*
Add ARMv7 architecture, Cortex processors and different FPU modes handling.
Anton Korobeynikov
2009-05-23
3
-13
/
+28
*
Emit ARM Build Attributes
Anton Korobeynikov
2009-05-23
2
-0
/
+91
*
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-05-23
12
-18
/
+40
*
Make the x86 backend custom-lower UINT_TO_FP and FP_TO_UINT on 32-bit
Eli Friedman
2009-05-23
2
-25
/
+64
*
CMake: Use libpthread in tblgen when needed. Updated list of source
Oscar Fuentes
2009-05-22
1
-0
/
+1
*
Only 64-bit targets support TImode libcalls. Disable the TImode shift libcalls
Bob Wilson
2009-05-22
1
-0
/
+5
*
Emit debug information for globals (which include automatic variables as well...
Sanjiv Gupta
2009-05-22
4
-0
/
+282
[next]