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
/
X86MCInstLower.cpp
Age
Commit message (
Expand
)
Author
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-09-29
Expand the x86 V_SET0* pseudos right after register allocation.
Jakob Stoklund Olesen
2011-09-07
Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...
Eli Friedman
2011-07-25
Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128
Bruno Cardoso Lopes
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-05-20
Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8 and friends.
Stuart Hastings
2011-05-19
Reverting 131641 to investigate 'bot complaint.
Stuart Hastings
2011-05-19
Revise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no longer be
Stuart Hastings
2010-12-09
Add support for AVX to materialize +0.0 when doing scalar FP.
Nate Begeman
2010-11-28
Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower.
Rafael Espindola
2010-11-14
tidy up, no functionality change.
Chris Lattner
2010-11-14
move the pic base symbol stuff up to MachineFunction
Chris Lattner
2010-11-14
simplify getPICBaseSymbol a bit.
Chris Lattner
2010-10-26
handle X86::EH_RETURN64 and X86::EH_RETURN.
Rafael Espindola
2010-10-08
reapply: Use the new TB_NOT_REVERSABLE flag instead of special
Chris Lattner
2010-10-08
reapply the patch reverted in r116033:
Chris Lattner
2010-10-08
Revert "Reimplement (part of) the or -> add optimization. Matching 'or' into
Daniel Dunbar
2010-10-08
Revert "reimplement the second half of the or/add optimization. We should now",
Daniel Dunbar
2010-10-08
reimplement the second half of the or/add optimization. We should now
Chris Lattner
2010-10-07
Reimplement (part of) the or -> add optimization. Matching 'or' into 'add'
Chris Lattner
2010-09-30
Massive rewrite of MMX:
Dale Johannesen
2010-09-08
Check in forgotten file. Should fix build.
Dale Johannesen
2010-08-17
More fixes for win64:
Anton Korobeynikov
2010-08-16
Don't attempt to SimplifyShortMoveForm in 64-bit mode.
Eli Friedman
2010-08-12
Define AVX 128-bit pattern versions of SET0PS/PD.
Bruno Cardoso Lopes
2010-08-12
Begin to support some vector operations for AVX 256-bit intructions. The long
Bruno Cardoso Lopes
2010-08-05
Handle the pseudo in MCInstLower.
Eric Christopher
2010-07-22
X86MCInstLower now depends on AsmPrinter being around.
Chris Lattner
2010-07-21
add some rough support for making mcinst lowering work without an
Chris Lattner
2010-07-20
make asmprinter optional, even though passing in null will cause things to ex...
Chris Lattner
2010-07-20
continue pushing dependencies around.
Chris Lattner
2010-07-20
reduce X86MCInstLower dependencies on asmprinter.
Chris Lattner
2010-07-20
pass around MF, not MMI.
Chris Lattner
2010-07-20
cleanups.
Chris Lattner
2010-07-20
move two asmprinter methods into the asmprinter .cpp file.
Chris Lattner
2010-07-19
fix a layering problem by moving the x86 implementation
Chris Lattner