index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2010-07-07
fix copies to/from GR8_ABCD_H even more
Jakob Stoklund Olesen
2010-07-07
grammar
Jim Grosbach
2010-07-07
Handle cases where the post-RA scheduler may move instructions between the
Jim Grosbach
2010-07-07
finish up support for callw: PR7195
Chris Lattner
2010-07-07
Implement the major chunk of PR7195: support for 'callw'
Chris Lattner
2010-07-07
Add more assembly opcodes for SSE compare instructions
Bruno Cardoso Lopes
2010-07-07
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
Print undefined/unknown debug value as "undef".
Devang Patel
2010-07-07
grammar and trailing whitespace
Jim Grosbach
2010-07-07
Allow copies between GR8_ABCD_L and GR8_ABCD_H.
Jakob Stoklund Olesen
2010-07-07
Implement bottom-up fast-isel. This has the advantage of not requiring
Dan Gohman
2010-07-07
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-07
Add AVX AES instructions
Bruno Cardoso Lopes
2010-07-07
Give FunctionLoweringInfo an MBB member, avoiding the need to pass it
Dan Gohman
2010-07-07
Simplify FastISel's constructor by giving it a FunctionLoweringInfo
Dan Gohman
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
Add AVX SSE4.2 instructions
Bruno Cardoso Lopes
2010-07-07
Use only one multiclass to pinsrq instructions
Bruno Cardoso Lopes
2010-07-07
Now that almost all SSE4.1 AVX instructions are added, move code around to mo...
Bruno Cardoso Lopes
2010-07-07
Add AVX SSE4.1 insertps, ptest and movntdqa instructions
Bruno Cardoso Lopes
2010-07-07
Add AVX SSE4.1 extractps and pinsr instructions
Bruno Cardoso Lopes
2010-07-07
Also use REG_SEQUENCE for VTBX instructions.
Bob Wilson
2010-07-07
Mark eh.sjlj.set/longjmp custom lowerings as Darwin-only since that's where
Jim Grosbach
2010-07-07
Add AVX SSE4.1 Extract Integer instructions
Bruno Cardoso Lopes
2010-07-06
By default, the eh.sjlj.setjmp/longjmp intrinsics should just do nothing rather
Jim Grosbach
2010-07-06
Use REG_SEQUENCE nodes to make the table registers for VTBL instructions be
Bob Wilson
2010-07-06
Accept RIP-relative symbols with 'i' constraint, and
Dale Johannesen
2010-07-06
Track defs for all aliases in NEONMoveFix.
Jakob Stoklund Olesen
2010-07-06
Add the rest of AVX SSE4.1 packed move with sign/zero extend instructions
Bruno Cardoso Lopes
2010-07-06
Add part of AVX SSE4.1 packed move with sign/zero extend instructions
Bruno Cardoso Lopes
2010-07-06
Fix comment from previous patch
Bruno Cardoso Lopes
2010-07-06
Add AVX vblendvpd, vblendvps and vpblendvb instructions
Bruno Cardoso Lopes
2010-07-06
CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-06
Represent NEON load/store alignments in bytes, not bits.
Bob Wilson
2010-07-06
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
Fix PR7545 crash.
Devang Patel
2010-07-06
Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversion
Rafael Espindola
2010-07-06
Revert r107655.
Dan Gohman
2010-07-06
Make getMinimalPhysRegClass' comment mention what makes it different
Dan Gohman
2010-07-06
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
Fix up -fstack-protector on linux to use the segment
Eric Christopher
2010-07-05
Have the X86 backend use Triple instead of a string and some enums.
Eric Christopher
2010-07-05
Remove some unused/redundant code.
Kalle Raiskila
2010-07-05
more tidying.
Chris Lattner
2010-07-05
some notes about suboptimal insertps's
Chris Lattner
2010-07-05
rip out even more sporadic v2f32 support.
Chris Lattner
2010-07-05
rip out the various v2f32 "mmx" handling logic, now that
Chris Lattner
2010-07-04
Just rip v2f32 support completely out of the X86 backend. In
Chris Lattner
2010-07-04
fix PR7518 - terrible codegen of <2 x float>, by only marking
Chris Lattner
[next]