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
Age
Commit message (
Expand
)
Author
2008-09-26
Fix a compiler warning.
Dale Johannesen
2008-09-26
Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless op...
Evan Cheng
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-26
Temporarily reverting r56683. This is causing a failure during the build of l...
Bill Wendling
2008-09-26
Fix missing whitespace in the printing of function notes.
Dan Gohman
2008-09-26
Rename ConstantSDNode's getSignExtended to getSExtValue, for
Dan Gohman
2008-09-26
Make some minor reorganizations and comment changes to eliminate trivial
Dan Gohman
2008-09-26
Mark lea fi# as being really rematerializable.
Dan Gohman
2008-09-26
unpckhps requires sse1, punpckhdq requires sse2.
Evan Cheng
2008-09-26
Update LICENSE link.
Daniel Dunbar
2008-09-26
Fix X86FastISel's address folding to check displacement
Dan Gohman
2008-09-26
Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...
Evan Cheng
2008-09-26
CMake: Builds all examples. Corrected name of CBackend target.
Oscar Fuentes
2008-09-26
Generated files for previous patch.
Dale Johannesen
2008-09-26
Another file I forgot.
Dale Johannesen
2008-09-26
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-26
Factor out the code for determining when symblic addresses
Dan Gohman
2008-09-26
Avoid spilling EBP / RBP twice in the prologue.
Evan Cheng
2008-09-26
We don't need to insert copies for implicit_def's.
Owen Anderson
2008-09-26
When looking for executable extensions, ignore .dSYM, as that's the debug inf...
Jim Grosbach
2008-09-26
X86 address displacement field must be interpreted as a 32-bit value.
Evan Cheng
2008-09-26
Set svn:ignore on AsmPrinter Release-Asserts directories.
Daniel Dunbar
2008-09-26
CMake: Builds all targets.
Oscar Fuentes
2008-09-26
Disable support for x86_f80 in X86FastISel. Supporting it would
Dan Gohman
2008-09-26
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-25
Prefer movlhps over punpcklqdq, etc. in more cases.
Evan Cheng
2008-09-25
Fix a bug in which address displacements were being added to the
Dan Gohman
2008-09-25
Make pointer parameter const for isUsedInBasicBlock.
Bill Wendling
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-25
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
With sse3 and when the source is a load or has multiple uses, favors movddup ...
Evan Cheng
2008-09-25
Accept 'inreg' attribute on x86 functions as
Dale Johannesen
2008-09-25
Avoid a spurious extra space character when printing empty structs.
Dan Gohman
2008-09-25
Support for i1 XOR in FastISel. It is actually safe because
Dan Gohman
2008-09-25
Don't print fast-isel debug messages by default. Thanks Chris!
Dan Gohman
2008-09-25
Don't forget the newline in debug output.
Dan Gohman
2008-09-25
FastISel support for debug info.
Dan Gohman
2008-09-25
bug 2812: Segmentation fault on a big emdiam processor.
Richard Pennington
2008-09-25
PIC support in X86FastISel.
Dan Gohman
2008-09-25
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-25
Fix a recent fast-isel coverage regression - don't bail out before
Dan Gohman
2008-09-25
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
Dan Gohman
2008-09-25
Add debug output to this pass.
Dan Gohman
2008-09-25
pmovsxbq etc. requires sse4.1.
Evan Cheng
2008-09-25
Refactor the code that adds standard LLVM codegen passes into
Dan Gohman
2008-09-25
<rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty()...
Evan Cheng
2008-09-24
Give LowerSubregs.cpp a top-level description.
Dan Gohman
2008-09-24
Fix patterns for SSE4.1 move and sign extend instructions. Also add instructi...
Evan Cheng
2008-09-24
X86ISD::VZEXT_LOAD should produce and fold a chain.
Evan Cheng
2008-09-24
Remove SelectionDag early allocation of registers
Dale Johannesen
[prev]
[next]