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
/
X86
Age
Commit message (
Expand
)
Author
2013-05-13
Suppress GCC compiler warnings in release builds about variables that are only
Duncan Sands
2013-05-13
Remove the MachineMove class.
Rafael Espindola
2013-05-11
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-10
[ms-inline asm] Fix a crasher when we fail on a direct match.
Chad Rosier
2013-05-10
Remove unused argument.
Rafael Espindola
2013-05-09
[x86AsmParser] It's valid to stop parsing an operand at an immediate.
Chad Rosier
2013-05-09
Generate a compact unwind encoding in the face of a stack alignment push.
Bill Wendling
2013-05-09
Simplify the code a bit.
Bill Wendling
2013-05-07
Corrected Atom latencies for SSE SQRT instructions.
Preston Gurd
2013-05-07
Re-enable AVX detection on x64 platforms.
Michael Kuperstein
2013-05-05
Remove a recently redundant transform from X86ISelLowering.
David Majnemer
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-04
whitespace
Nadav Rotem
2013-05-04
Fix an odd comment.
Nadav Rotem
2013-05-03
X86: Add target description for btver2; make autodetection logic aware of AVX.
Benjamin Kramer
2013-05-03
Unbreaking the non-x86 build bots by protecting the AVX test code properly.
Aaron Ballman
2013-05-03
Correctly testing for AVX support in x86 based off code from Hosts.cpp.
Aaron Ballman
2013-05-03
In MC asm parsing, account for the possibility of whitespace within
John McCall
2013-05-02
80-col fixup.
Michael Liao
2013-05-02
Avoid duplicating logic on frame register selecting when lowering eh_return
Michael Liao
2013-05-02
Avoid duplicating logic on frame register selecting when lowering frameaddr
Michael Liao
2013-05-01
Put VMOVPQIto64rr in the VRPDI class.
Rafael Espindola
2013-04-26
X86: Now that we have a canonical form for vector integer abs, match it into ...
Benjamin Kramer
2013-04-25
Make function documentation conform to llvm standards.
Preston Gurd
2013-04-25
This patch adds the X86FixupLEAs pass, which will reduce instruction
Preston Gurd
2013-04-25
Fix section relocation for SECTIONREL32 with immediate offset.
Rafael Espindola
2013-04-22
[ms-inline asm] Removed this unnecessary check. In the current implementation,
Chad Rosier
2013-04-22
[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turn
Chad Rosier
2013-04-22
Fix unused variable warning.
Chad Rosier
2013-04-22
[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This is
Chad Rosier
2013-04-22
[ms-inline asm] Refactor/clean up the SemaLookup interface. No functional
Chad Rosier
2013-04-20
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-19
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
[ms-inline asm] Make code layout more canonical with iniline asm handled last.
Chad Rosier
2013-04-19
[ms-inline asm] Refactor the parsing of identifiers. No functional change
Chad Rosier
2013-04-19
[ms-inline asm] Remove these asserts. C++ variables that use namespace
Chad Rosier
2013-04-19
[ms-inline asm] Move this variable into the scope in which it is used.
Chad Rosier
2013-04-19
[ms-inline asm] Make this a hard error.
Chad Rosier
2013-04-19
[ms-inline asm] Cleanup the dot operator implementation.
Chad Rosier
2013-04-19
Use 'array_lengthof' as possible to avoid magic numbers
Michael Liao
2013-04-19
Use an enum instead of magic constants to improve readability.
Bill Wendling
2013-04-18
[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel and
Chad Rosier
2013-04-18
Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...
Bill Wendling
2013-04-18
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...
Benjamin Kramer
2013-04-18
Allow misaligned stores in x86 fast-isel.
Derek Schuff
2013-04-18
[ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.
Chad Rosier
2013-04-18
Make this private method.
Chad Rosier
[next]