index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-02-11
*fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
2013-02-06
This is a follow-up on r174446, now taking Atom processors into
Eli Bendersky
2013-02-05
Make sure the correct opcodes are used to SUB and ADD the stack
Eli Bendersky
2013-02-05
Move MRI liveouts to X86 return instructions.
Jakob Stoklund Olesen
2013-02-05
Remove getBundleSize methods from NaCl Asm backends
Derek Schuff
2013-02-05
Fix comments
Eli Bendersky
2013-02-04
Merge remote-tracking branch 'origin/master'
Derek Schuff
2013-02-04
Make some LLVM localmods compile when building with --disable-assertions.
Jan Voung
2013-02-04
X86: Open up some opportunities for constant folding by postponing shift lowe...
Benjamin Kramer
2013-02-04
X86: Simplify code. No functionality change.
Benjamin Kramer
2013-02-04
More MSan/ASan annotations.
Evgeniy Stepanov
2013-02-01
Two changes relevant to LEA and x32:
David Sehr
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-31
Whitespace.
Eric Christopher
2013-01-31
Check and allow floating point registers to select the size of the
Eric Christopher
2013-01-30
Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...
Evan Cheng
2013-01-30
Merge branch 'master' of http://git.chromium.org/native_client/pnacl-llvm
Derek Schuff
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-29
Remove dead code.
Evan Cheng
2013-01-29
Fix typo in X86BaseInfo.h that I introduced in r157818.
Hans Wennborg
2013-01-29
Merge SSE and AVX shuffle instructions in the comment printer.
Craig Topper
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-28
Cleanup leftover from previous commit.
Eli Bendersky
2013-01-28
Fix 256-bit PALIGNR comment decoding to understand that it works on independe...
Craig Topper
2013-01-28
Add missing break in 256-bit palignr comment printing. No test case yet becau...
Craig Topper
2013-01-28
Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...
Craig Topper
2013-01-26
X86: Decode PALIGN operands so I don't have to do it in my head.
Benjamin Kramer
2013-01-26
X86: Do splat promotion later, so the optimizer can chew on it first.
Benjamin Kramer
2013-01-25
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
2013-01-24
Moving Cost Tables up to share with other targets
Renato Golin
2013-01-22
Fix an issue of pseudo atomic instruction DAG schedule
Michael Liao
2013-01-22
X86: Make sure we account for the FMA4 register immediate value, otherwise ri...
Benjamin Kramer
2013-01-22
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-21
Use <0 checks in place of ==-1 because it results in simpler code.
Craig Topper
2013-01-21
Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.
Craig Topper
2013-01-21
Remove trailing whitespace.
Craig Topper
2013-01-21
Fix some 80 column violations.
Craig Topper
2013-01-21
Make helper method static.
Craig Topper
2013-01-20
Convert more EVT's to MVT's in the lowering methods.
Craig Topper
2013-01-20
Capitalize lowerTRUNCATE so that it matches the other lower functions in this...
Craig Topper
2013-01-20
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-20
Make LowerVSETCC a static function and use MVT instead of EVT.
Craig Topper
2013-01-20
Revert 172708.
Nadav Rotem
2013-01-20
Make some helper methods static.
Craig Topper
2013-01-20
Remove DebugLoc argument from static function. It can easily be obtained from...
Craig Topper
2013-01-20
Use MVT instead of EVT in more instruction lowering code.
Craig Topper
2013-01-19
Use MVT instead of EVT in more of the shuffle lowering code.
Craig Topper
2013-01-19
Capitalize LowerVectorIntExtend to be consistent with all the other lower fun...
Craig Topper
[prev]
[next]