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
Age
Commit message (
Expand
)
Author
2013-05-31
Apply LLVM upstream: r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
2013-05-29
Apply LLVM upstream: r182175 - Support unaligned load/store on more ARM targets
JF Bastien
2013-05-17
Re-allow an x86-32 fast-isel optimization for NaCl / use shorter insts.
Jan Voung
2013-05-10
LLVM: Add ELF Note section to NaCl object files identifying them as such to gold
Derek Schuff
2013-05-08
Add dependency on NaClTransforms to lib/Target/ARM.
Jan Voung
2013-05-08
Insert denominator zero checks for NaCl
David Sehr
2013-04-18
Fix CMake build
Derek Schuff
2013-04-16
Add support for the div/rem instructions under x86 fast-isel.
Jim Stichnoth
2013-04-11
[MIPS] Fix LLVM issues with recent LLVM trunk merge
Petar Jovanovic
2013-03-20
Properly conditionalize for NaCl an Mips AsmPrinter LOCALMOD that has to
Eli Bendersky
2013-03-20
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
2013-03-18
Don't fold large offsets into FrameIndexBase displacements either
Derek Schuff
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-01
Only fold small constants into memory reference displacements.
Derek Schuff
2013-02-28
AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.
Tim Northover
2013-02-27
ARM: FMA is legal only if VFP4 is available.
Jim Grosbach
2013-02-27
Remove this instance of dl as it's defined in a previous scope.
Chad Rosier
2013-02-27
ARM: permit full range of valid ADR immediates.
Tim Northover
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-27
Fix cut/paste error in a comment.
Reed Kotler
2013-02-27
Add the skeleton for the Mips constant island pass.
Reed Kotler
2013-02-26
Fix PR15332 (patch by Florian Zeitz).
Bill Schmidt
2013-02-26
R600/SI: Add promotion of e32 to e64 in operand folding
Christian Konig
2013-02-26
R600/SI: add VOP mapping functions
Christian Konig
2013-02-26
R600/SI: swap operands if it helps folding
Christian Konig
2013-02-26
R600/SI: add some more instruction flags
Christian Konig
2013-02-26
R600/SI: add post ISel folding for SI v2
Christian Konig
2013-02-26
R600/SI: add folding helper
Christian Konig
2013-02-26
R600/SI: fix VOP3b encoding v2
Christian Konig
2013-02-26
R600/SI: fix and cleanup SI register definition v2
Christian Konig
2013-02-26
R600/SI: fix stupid typo
Christian Konig
2013-02-26
[mips] Use class RegDefsUses to track register defs and uses.
Akira Hatanaka
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-25
Fix missing relocation for TLS addressing peephole optimization.
Bill Schmidt
2013-02-25
Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.
Reed Kotler
2013-02-24
Make psuedo FEXT_T8I816_ins into a custom emitter.
Reed Kotler
2013-02-24
Fix PR14364.
Bill Schmidt
2013-02-24
Typo
Francois Pichet
2013-02-24
Revert r169638 because it broke Mesa llvmpipe tests.
Nadav Rotem
2013-02-24
Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded
Reed Kotler
2013-02-23
Add new base instruction def for cmpi, cmp, slt and sltu so that def/uses
Reed Kotler
2013-02-23
X86: Disable cmov-memory patterns on subtargets without cmov.
Benjamin Kramer
2013-02-23
Expand pseudos/macros for Selt. This is the last of the complex
Reed Kotler
2013-02-23
ARM: Convenience aliases for 'srs*' instructions.
Jim Grosbach
[next]