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
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
BlockHasNoFallThrough() now returns true if block ends with a return instruct...
Evan Cheng
2007-05-21
1
-0
/
+5
*
add a note
Chris Lattner
2007-05-18
1
-0
/
+9
*
Use MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VALUETYPE.
Dan Gohman
2007-05-18
1
-2
/
+2
*
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-05-18
2
-13
/
+16
*
Fix a bogus check that prevented folding VECTOR_SHUFFLE to UNDEF; add an opti...
Evan Cheng
2007-05-17
1
-24
/
+61
*
Added missing patterns for UNPCKH* and PUNPCKH*.
Evan Cheng
2007-05-17
1
-0
/
+20
*
This is the correct fix for PR1427. This fixes mmx-shuffle.ll and doesn't
Chris Lattner
2007-05-17
1
-2
/
+5
*
Revert patch for PR1427. It breaks almost all vector tests.
Anton Korobeynikov
2007-05-17
1
-10
/
+1
*
add support for 128-bit integer add/sub
Chris Lattner
2007-05-17
1
-0
/
+20
*
Fix PR1427 and test/CodeGen/X86/mmx-shuffle.ll
Chris Lattner
2007-05-17
1
-1
/
+10
*
implement the missing maskmovq mmx intrinsic that akor hit.
Chris Lattner
2007-05-16
1
-1
/
+3
*
fix subtle bugs in inline asm operand selection
Chris Lattner
2007-05-15
1
-3
/
+4
*
More DWARF-related things cleanup:
Anton Korobeynikov
2007-05-12
2
-9
/
+10
*
add some notes
Chris Lattner
2007-05-10
1
-0
/
+28
*
3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX.
Bill Wendling
2007-05-06
1
-3
/
+5
*
Reference correct header
Nate Begeman
2007-05-06
1
-1
/
+1
*
move CodeGen/X86/overlap-add.ll here.
Chris Lattner
2007-05-05
1
-0
/
+27
*
Emit sections/directives in the proper order. This fixes PR1376. Also,
Anton Korobeynikov
2007-05-05
3
-34
/
+20
*
Add an "implies" field to features. This indicates that, if the current
Bill Wendling
2007-05-04
1
-17
/
+21
*
Fix two classes of bugs:
Chris Lattner
2007-05-03
1
-8
/
+32
*
Sets the section names for fixed-size constants and use the mergeable
Dan Gohman
2007-05-03
1
-0
/
+5
*
Drop 'const'
Devang Patel
2007-05-03
2
-4
/
+4
*
Non-algorithmic change. Moved definitions around into separate sections
Bill Wendling
2007-05-02
1
-1004
/
+1251
*
Update.
Bill Wendling
2007-05-02
1
-0
/
+27
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
2
-4
/
+4
*
Emit correct register move information in eh frames for X86. This allows Shoo...
Anton Korobeynikov
2007-05-02
2
-8
/
+56
*
Emit correct DWARF reg # for RA (return address) register
Anton Korobeynikov
2007-05-02
2
-1
/
+7
*
Fix couple of bugs connected with eh info:
Anton Korobeynikov
2007-05-01
1
-2
/
+4
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
2
-2
/
+10
*
Use correct PC symbol
Anton Korobeynikov
2007-05-01
1
-0
/
+2
*
Adjust correct EH-related sections
Anton Korobeynikov
2007-05-01
1
-0
/
+4
*
eliminateFrameIndex() change.
Evan Cheng
2007-05-01
2
-2
/
+4
*
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
2
-3
/
+13
*
Fix PR1339 and CodeGen/X86/dollar-name.ll
Dan Gohman
2007-04-26
1
-3
/
+32
*
Have MMX registers clobbered in x86-64 too.
Bill Wendling
2007-04-26
1
-0
/
+1
*
Fix for PR1348. If stack inc / dec amount is > 32-bits, issue a series of add...
Evan Cheng
2007-04-26
1
-18
/
+27
*
Match MachineFunction::UsedPhysRegs changes.
Evan Cheng
2007-04-25
1
-2
/
+1
*
Add SSSE3 as a feature of Core2. Add MMX registers to the list of registers
Bill Wendling
2007-04-25
2
-1
/
+2
*
do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292
Chris Lattner
2007-04-25
1
-1
/
+2
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-0
/
+2
*
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2007-04-25
1
-1
/
+1
*
support for >4G stack frames
Chris Lattner
2007-04-25
1
-3
/
+4
*
support >4G stack frames
Chris Lattner
2007-04-25
1
-9
/
+9
*
Update.
Bill Wendling
2007-04-24
1
-0
/
+37
*
Add the PADDQ to the list.
Bill Wendling
2007-04-24
1
-0
/
+1
*
Add the final MMX instructions. Correct a few wrong patterns.
Bill Wendling
2007-04-24
1
-19
/
+101
*
Remove some invalid instructions from this check.
Bill Wendling
2007-04-24
1
-2
/
+1
*
Support for the special case of a vector with the canonical form:
Bill Wendling
2007-04-24
2
-2
/
+35
*
X86 TLS: optimize the implementation of "local exec" model.
Lauro Ramos Venancio
2007-04-23
1
-3
/
+10
*
X86 TLS: fix and optimize the implementation of "initial exec" model.
Lauro Ramos Venancio
2007-04-22
3
-2
/
+11
[next]