index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
Age
Commit message (
Expand
)
Author
2009-02-28
Added another darwin subtarget
Mon P Wang
2009-02-27
Refactor TLS code and add some tests. The tests and expected results are:
Rafael Espindola
2009-02-26
ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...
Evan Cheng
2009-02-25
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-23
Fast-isel can't do TLS yet, so it should fall back to SDISel
Dan Gohman
2009-02-23
Only v1i16 (i.e. _m64) is returned via RAX / RDX.
Evan Cheng
2009-02-23
Generate better code for v8i16 shuffles on SSE2
Nate Begeman
2009-02-22
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-22
Add a note.
Evan Cheng
2009-02-22
Be bug compatible with gcc by returning MMX values in RAX.
Evan Cheng
2009-02-22
Do not consider MMX_MOVD64rr a move instructions. The source register is in G...
Evan Cheng
2009-02-21
Drop bunch of half-working stuff in the ext_weak linkage support.
Anton Korobeynikov
2009-02-21
Make sure this doesn't access .end() too.
Bill Wendling
2009-02-21
Make sure we don't dereference the .end() of the container.
Bill Wendling
2009-02-21
Propagate more debug loc infos. This also includes some code cleaning.
Bill Wendling
2009-02-21
We need to propagate the debug location information even when dealing with the
Bill Wendling
2009-02-20
Support return of MMX values in 64-bit mode.
Evan Cheng
2009-02-18
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-18
GV with null value initializer shouldn't go to BSS if it's meant for a mergea...
Evan Cheng
2009-02-17
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
add a horrible note
Chris Lattner
2009-02-17
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-15
MachineLICM now handles these cases.
Dan Gohman
2009-02-14
The x86-64 red zone is now being used.
Dan Gohman
2009-02-13
Teach x86 target -soft-float.
Evan Cheng
2009-02-13
Remove non-DebugLoc versions of BuildMI from X86.
Dale Johannesen
2009-02-13
Revert this. It was breaking stuff.
Bill Wendling
2009-02-13
Turn off the old way of handling debug information in the code generator. Use
Bill Wendling
2009-02-12
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
Arrange to print constants that match "n" and "i" constraints
Dale Johannesen
2009-02-12
fix the X86 backend to just drop llvm.declare nodes for VLAs instead of
Chris Lattner
2009-02-11
Propagate DebugLoc info for spiller call-backs.
Bill Wendling
2009-02-11
Don't try to set an EFLAGS operand to dead if no instruction was created.
Dan Gohman
2009-02-10
Handle llvm.x86.sse2.maskmov.dqu in 64-bit.
Evan Cheng
2009-02-10
80 col violations.
Evan Cheng
2009-02-09
Implement FpSET_ST1_*.
Evan Cheng
2009-02-09
Use doxygen comment syntax.
Dan Gohman
2009-02-09
Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
Evan Cheng
2009-02-08
add a note.
Chris Lattner
2009-02-07
Use getDebugLoc forwarder instead of getNode()->getDebugLoc.
Dale Johannesen
2009-02-07
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-07
Refactor some repeated logic into a separate function.
Dan Gohman
2009-02-07
Make a comment a doxygen comment.
Dan Gohman
2009-02-06
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
Record debug location information in the Dwarf writer.
Bill Wendling
[next]