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
2011-09-20
Relax this condition.
Bill Wendling
2011-09-20
Place the check for an exit landing pad where it will be run on both code pat...
Bill Wendling
2011-09-20
Fix typos.
Eric Christopher
2011-09-20
Omit extracting a loop if one of the exits is a landing pad.
Bill Wendling
2011-09-20
Remove the hack to check UNAME_RELEASE when identifying the Darwin version.
Bob Wilson
2011-09-20
Tidy up a bit more, fix tab and remove trailing whitespaces
Bruno Cardoso Lopes
2011-09-20
The wrong relocation was being emitted for several SSSE3 instructions.
Bruno Cardoso Lopes
2011-09-20
Tidy up code!
Bruno Cardoso Lopes
2011-09-20
Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...
Evan Cheng
2011-09-20
Initial Mips64 support. Patch by Liu with some modifications.
Akira Hatanaka
2011-09-20
Update to new EH model.
Bill Wendling
2011-09-20
Check the terminator, not the basic block.
Bill Wendling
2011-09-20
When extracting a basic block that ends in an 'invoke' instruction, we need to
Bill Wendling
2011-09-20
Use ArrayRef instead of an explicit 'const std::vector &'.
Bill Wendling
2011-09-20
If simple ownership works then friendship is not required.
Devang Patel
2011-09-20
Use ArrayRef instead of 'const std::vector' to pass around the list of basic ...
Bill Wendling
2011-09-20
Update GCOVLines to provide interfaces to write line table and calculate comp...
Devang Patel
2011-09-20
U is good enough
Douglas Gregor
2011-09-20
Fix comments.
Bill Wendling
2011-09-20
Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth
Bill Wendling
2011-09-20
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
Eliminate sign-comparison warnings in APInt
Douglas Gregor
2011-09-20
Add mips64 & mips64el to Triple. Patch by Liu with modifications.
Akira Hatanaka
2011-09-20
Update comment.
Devang Patel
2011-09-20
Use StringRef instead of std::string.
Devang Patel
2011-09-20
llvm-objdump: factor code better, add comments.
Benjamin Kramer
2011-09-20
Port over more Thumb2 encoding tests to decoding tests.
Owen Anderson
2011-09-20
Eliminate unnecessary copy of FileName from GCOVLines.
Devang Patel
2011-09-20
There is no need to write a local utility routine to find subprogram info if ...
Devang Patel
2011-09-20
test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.
NAKAMURA Takumi
2011-09-20
Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.
Craig Topper
2011-09-20
include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for co...
NAKAMURA Takumi
2011-09-20
include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.
NAKAMURA Takumi
2011-09-20
include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...
NAKAMURA Takumi
2011-09-20
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
whitespace
Andrew Trick
2011-09-20
Remove empty directories.
Benjamin Kramer
2011-09-20
Remove some missed references to dead intrinsics.
Bill Wendling
2011-09-20
Update the EH doc to reflect the new EH model.
Bill Wendling
2011-09-20
Nuke obsolete test file.
Jim Grosbach
2011-09-20
Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.
Jim Grosbach
2011-09-20
Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.
Jim Grosbach
2011-09-20
More llvmc bits. Spotted by Benjamin on IRC.
Eric Christopher
2011-09-20
Remove from cmake too.
Eric Christopher
2011-09-20
Remove more of llvmc and dependencies.
Eric Christopher
2011-09-20
Thumb2 assembly parsing and encoding for USUB8/USUB16.
Jim Grosbach
2011-09-20
Thumb2 assembly parsing and encoding for USAX.
Jim Grosbach
2011-09-20
Thumb2 assembly parsing and encoding for USAT16.
Jim Grosbach
2011-09-20
Thumb2 assembly parsing and encoding for USAT.
Jim Grosbach
2011-09-20
Remove incorrect comments. These are not disassmebly only patterns.
Jim Grosbach
[prev]
[next]