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-03-11
Fixes disassembler crashes on 2013 Haswell RTM instructions.
Kevin Enderby
2013-03-08
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-07
X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.
Benjamin Kramer
2013-03-07
Fix two remaining issue after fixing PR15355 when CMOV is not available
Michael Liao
2013-03-06
Fix PR15355
Michael Liao
2013-03-05
The current X86 NOP padding uses one long NOP followed by the remainder in
David Sehr
2013-03-04
Bypass Slow Divides
Preston Gurd
2013-03-02
X86 cost model: Adjust cost for custom lowered vector multiplies
Arnold Schwaighofer
2013-03-01
Fix PR10475
Michael Liao
2013-03-01
GCC thinks that this variable might be used uninitialized (it isn't).
Duncan Sands
2013-02-28
Re-format comments (and check commit access)
Yiannis Tsiouris
2013-02-27
Revert r176166 because it broke one of the lit tests.
Nadav Rotem
2013-02-27
std::string to StringRef.
Nadav Rotem
2013-02-26
[fast-isel] Make sure the FastLowerArguments function checks to make sure the
Chad Rosier
2013-02-25
Refine fix to PR10499, no functionality change
Michael Liao
2013-02-25
Fix PR10499
Michael Liao
2013-02-25
[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Chad Rosier
2013-02-25
[ms-inline asm] Add support for the pushad/popad mnemonics.
Chad Rosier
2013-02-24
Revert r169638 because it broke Mesa llvmpipe tests.
Nadav Rotem
2013-02-23
X86: Disable cmov-memory patterns on subtargets without cmov.
Benjamin Kramer
2013-02-22
x86_64: designate most general purpose and SSE registers as callee save under...
Peter Collingbourne
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
getX86SubSuperRegister has a special mode with High=true for i64 which
Eli Bendersky
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
[ms-inline asm] Make the comment a bit more verbose.
Chad Rosier
2013-02-20
I optimized the following patterns:
Elena Demikhovsky
2013-02-19
[ms-inline asm] Force the use of a base pointer if the MachineFunction includes
Chad Rosier
2013-02-19
Add obvious constantness.
Jakub Staszak
2013-02-19
Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.
Benjamin Kramer
2013-02-19
Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to
Rafael Espindola
2013-02-19
Make pass name more precise and fix comment.
Eli Bendersky
2013-02-19
Fix capitalization in comment to match function name.
Craig Topper
2013-02-18
Use array_pod_sort instead of std::sort.
Jakub Staszak
2013-02-18
X86FrameLowering.cpp: Fixup. Sorry for the breakage.
NAKAMURA Takumi
2013-02-18
X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2013-02-18
Remove a useless assert.
Chad Rosier
2013-02-18
Fix a 32/64 bit incompatibility in the HiPE prologue generation.
Benjamin Kramer
2013-02-18
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-17
X86: Add a note.
Benjamin Kramer
2013-02-17
Return false instead of 0.
Jakub Staszak
2013-02-16
[msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.
NAKAMURA Takumi
2013-02-16
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-16
Reinitialize the ivars in the subtarget so that they can be reset with the ne...
Bill Wendling
2013-02-16
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-15
Temporary revert of 175320.
Bill Wendling
2013-02-15
Reinitialize the ivars in the subtarget.
Bill Wendling
2013-02-15
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-15
[ms-inline asm] Adjust the EndLoc to account for the ']'.
Chad Rosier
2013-02-15
Give these callbacks hidden visibility. It is better to not export them more
Rafael Espindola
[next]