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
Age
Commit message (
Expand
)
Author
2013-02-19
Prune AsmParser (target and generic).
Jan Voung
2013-02-19
Move ABI type checker to its own file
Derek Schuff
2013-02-15
Don't fold negative constants into addresss displacements for memory references
Derek Schuff
2013-02-15
Cherry-pick r175316 from upstream
Derek Schuff
2013-02-12
llvm-sb: Remove non-streaming code path and write to file directly.
Jan Voung
2013-02-12
Cleaned up some leftover legacy-JIT localmods.
Eli Bendersky
2013-02-12
This CL supersedes the previous 2 outstanding CLs.
Derek Schuff
2013-02-06
Store bitcode verifier errors rather than dumping to stderr
Derek Schuff
2013-02-05
Remove getBundleSize methods from NaCl Asm backends
Derek Schuff
2013-02-04
Remove the unnecessary hack and document the actually necessary one.
Derek Schuff
2013-02-04
Merge remote-tracking branch 'origin/master'
Derek Schuff
2013-02-04
Cherry-pick not-yet-committed upstream change to fix relaxation at bundle end
Derek Schuff
2013-02-04
Make some LLVM localmods compile when building with --disable-assertions.
Jan Voung
2013-01-31
Cherry-pick r174067
Derek Schuff
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-28
Cleanup leftover from previous commit.
Eli Bendersky
2013-01-28
Remove a localmod that's not being used in reality
Eli Bendersky
2013-01-25
Use 2>&1 to include stderr in pipe instead of |&
Derek Schuff
2013-01-25
Update presubmit branch check text for git 1.8
Derek Schuff
2013-01-25
ABI verifier: Verify types of global variables and initializers.
Derek Schuff
2013-01-24
[MIPS] Skip masking loads and stores via thread pointer.
Petar Jovanovic
2013-01-22
Add remaining instructions to ABI verifier whitelist
Derek Schuff
2013-01-18
Move ABI verifier pass declaration to lib/Analysis and add tests
Derek Schuff
2013-01-17
Remove dbg messages from llvm-sb nacl_file.
Jan Voung
2013-01-17
Skeleton for pass-based bitcode ABI verifier
Derek Schuff
2013-01-15
Optimize the memory usage of MC bundling, by creating a new type of fragment
Eli Bendersky
2013-01-15
[ms-inline asm] Address the FIXME in AsmParser.cpp.
Chad Rosier
2013-01-15
Refactor generic Asm directive parsing.
Eli Bendersky
2013-01-15
[Object][ELF] Fix -Wenum-compare.
Michael J. Spencer
2013-01-15
1. Hoist minus sign as high as possible in an attempt to reveal
Shuxin Yang
2013-01-15
[Linker] Drop asserts that are embedded in cast<> and now checked by the veri...
Daniel Dunbar
2013-01-15
[IR] Add verification for module flags with the "require" behavior.
Daniel Dunbar
2013-01-15
LoopVectorizer cost model. Honor the user command line flag that selects the ...
Nadav Rotem
2013-01-15
Disable Uninitialized Use Warnings for Broken gcc Versions
David Greene
2013-01-15
[msan] Temporarily remove ICmpEQ tests.
Evgeniy Stepanov
2013-01-15
[msan] Fix handling of equality comparison of pointer vectors.
Evgeniy Stepanov
2013-01-15
Allow vectors in CreatePointerCast.
Evgeniy Stepanov
2013-01-15
Fix operand type conditions in one of ICmpInst constructors.
Evgeniy Stepanov
2013-01-15
Pattern-matched variables in post-inc-icmpzero.ll
Renato Golin
2013-01-15
Update CODE_OWNERS.TXT.
Michael J. Spencer
2013-01-15
[Object][ELF] Simplify ELFObjectFile by using ELFType.
Michael J. Spencer
2013-01-15
[Support] Add LLVM_CONSTEXPR.
Michael J. Spencer
2013-01-15
[ADT/StringMap] Follow-up to r172455, use the correct constructor for setting...
Argyrios Kyrtzidis
2013-01-15
LTO: Also init TTI for codegen passes.
Nadav Rotem
2013-01-14
Limit the size of the bitcode download buffer on the untrusted side.
Derek Schuff
2013-01-15
[IR] Add verifier support for llvm.module.flags.
Daniel Dunbar
2013-01-15
This patch fixes a Mips specific bug where
Jack Carter
2013-01-14
Now GenericAsmParser and AsmParser are no longer friends, GenericAsmParser can
Eli Bendersky
2013-01-14
Properly encapsulate additional methods and data from AsmParser.
Eli Bendersky
[next]