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
2012-12-12
Fix typo, which prevent test from being check.
Jakub Staszak
2012-12-12
Restore the PHI optimization I accidently removed
Michael Ilseman
2012-12-12
unHECKify test fixed by Jacob in r159003.
Jakub Staszak
2012-12-12
Remove trailing whitespace
Michael Ilseman
2012-12-12
Fix the build on case sensitive file systems.
Benjamin Kramer
2012-12-12
Simplify negated bit test
David Majnemer
2012-12-12
Initial implementation of a utility for converting native data
Nick Kledzik
2012-12-12
Fix a logic bug in inline expansion of memcpy / memset with an overlapping
Evan Cheng
2012-12-12
unHECKify test. It was fixed by Chris in 2009.
Jakub Staszak
2012-12-12
The ordering of two relocations on the same instruction is apparently not
Bill Schmidt
2012-12-12
Fix typo in test-case.
Jakub Staszak
2012-12-12
[mips] Fix a memory leak bug report by NAKAMURA Takumi.
Akira Hatanaka
2012-12-12
Documentation: SphinxQuickstartTemplate.rst: add guidelines about highlighting
Dmitri Gribenko
2012-12-12
Make naming consistent, add comments and sanity asserts
Eli Bendersky
2012-12-12
Fix typo.
Jakub Staszak
2012-12-12
Fix indentation.
Nadav Rotem
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
Kerning.
Bill Wendling
2012-12-12
Documentation: llvm-bcanalyzer.rst: cleanup.
Dmitri Gribenko
2012-12-12
Documentation: AliasAnalysis.rst: improve internal and external links
Dmitri Gribenko
2012-12-12
Documentation: convert WritingAnLLVMPass.html to reST.
Dmitri Gribenko
2012-12-12
Documentation: cleanup
Dmitri Gribenko
2012-12-12
The TargetData is not used for the isPowerOfTwo determination. It has never
Rafael Espindola
2012-12-12
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
Documentation: use a 'console' highlighter for terminal output examples. This
Dmitri Gribenko
2012-12-12
Documentation: use a 'console' highlighter for terminal output examples. This
Dmitri Gribenko
2012-12-12
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...
NAKAMURA Takumi
2012-12-12
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-12
Remove some dead code.
Rafael Espindola
2012-12-12
[CMake] Fixup R600.
NAKAMURA Takumi
2012-12-12
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
NAKAMURA Takumi
2012-12-12
Fix the ascii drawing that was ruined when I split the H and CPP
Nadav Rotem
2012-12-12
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
fix a typo.
Nadav Rotem
2012-12-12
DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertion
Manman Ren
2012-12-12
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-12
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-12
Have SimplifyBinOp call the new FAdd/FSub/FMul helpers, with fast-math flags off
Michael Ilseman
2012-12-12
- Fix a problematic way in creating all-the-1 APInt.
Shuxin Yang
2012-12-12
Remove redunant optimizations from InstCombine, instead call the appropriate ...
Michael Ilseman
2012-12-12
Added a slew of SimplifyInstruction floating-point optimizations, many of whi...
Michael Ilseman
2012-12-12
Pattern matchers for floating point values
Michael Ilseman
2012-12-12
Remove FIXMEs surrounding Constant[Data]Vectors, instead
Michael Ilseman
2012-12-11
Trim unneeded header #include.
Jim Grosbach
2012-12-11
Documentation: cleanup: remove useless anchors and write :ref:s explicitly.
Dmitri Gribenko
2012-12-11
ARM: Remove old testing option.
Jim Grosbach
[next]