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-10-11
Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.
Jan Voung
2013-07-24
Hide the x86-64 sandbox base address.
Jim Stichnoth
2013-07-18
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-07-18
Correctly adjust LOCALMOD for x64 frame register computation.
Eli Bendersky
2013-07-17
Disallow a global address in the x86-64 displacement field.
Jim Stichnoth
2013-07-16
More tests pass
Eli Bendersky
2013-07-16
Make it compile
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-07-09
PNaCl: Fix negative relocation addends on x86-32
Mark Seaborn
2013-06-24
Merge r179774: Allow misaligned stores in x86 fast-isel.
Mark Seaborn
2013-06-19
Fix an x86-64 fast-isel address calculation overflow.
Jim Stichnoth
2013-06-13
Fix PrologEpilogInserter to save and restore all callee saved registers
Derek Schuff
2013-05-22
Merging r182486:
Bill Wendling
2013-05-21
Merging r182364:
Bill Wendling
2013-05-17
Re-allow an x86-32 fast-isel optimization for NaCl / use shorter insts.
Jan Voung
2013-05-16
Merging r181529:
Bill Wendling
2013-05-16
Merging r181540:
Bill Wendling
2013-05-10
LLVM: Add ELF Note section to NaCl object files identifying them as such to gold
Derek Schuff
2013-05-08
Merging r181313:
Bill Wendling
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
[next]