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
Age
Commit message (
Expand
)
Author
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
Fix ThreadLocalImpl::getInstance for --disable-threads.
Argyrios Kyrtzidis
2012-06-26
Allow targets to inject passes before the virtual register rewriter.
Jakob Stoklund Olesen
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
Replacing zero-sized alloca's with a null pointer is too aggressive, instead
Duncan Sands
2012-06-26
Removed unused variable
Elena Demikhovsky
2012-06-26
Rename to match other X86_64* names.
Bill Wendling
2012-06-26
Shuffle optimization for AVX/AVX2.
Elena Demikhovsky
2012-06-26
Update a bunch of stale comments that dated from when this folled the
Chandler Carruth
2012-06-26
Remove some duplicate instructions that exist only to given different mnemoni...
Craig Topper
2012-06-26
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
Remove unnecessary FIXME
Andrew Trick
2012-06-26
Make sure type is not extended or untyped before create a constant of the typ...
Evan Cheng
2012-06-25
Make some ugly hacks for inline asm operands which name a specific register a...
Eli Friedman
2012-06-25
revert my previous commit (r159173), since as Eli pointed out, it's perfectly...
Nuno Lopes
2012-06-25
do not set realloc() as NotAlias, since it can return the same pointer. This ...
Nuno Lopes
2012-06-25
ARM: update peephole optimization.
Manman Ren
2012-06-25
Fix the objc_autoreleasedReturnValue optimization code to locate
Dan Gohman
2012-06-25
Enforce stricter liveness rules for PHIs.
Jakob Stoklund Olesen
2012-06-25
Run ProcessImplicitDefs on SSA form where it can be much simpler.
Jakob Stoklund Olesen
2012-06-25
improve optimization of invoke instructions:
Nuno Lopes
2012-06-25
check for the NoAlias attribute through CallSite
Nuno Lopes
2012-06-25
PR13013: ELF Type identification fails for MSB type ELF files.
Meador Inge
2012-06-25
If a constant or a function has linkonce_odr linkage and unnamed_addr, mark it
Rafael Espindola
2012-06-25
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-25
Add SSE2 predicate to CVTPS2PD instructions. Doesn't matter much because ther...
Craig Topper
2012-06-25
Remove codegen only instruction in favor of one that has the same definition....
Craig Topper
2012-06-25
Teach PHIElimination to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-25
Handle <undef> operands in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-06-24
%RCX is not a function live-out in eh.return functions.
Jakob Stoklund Olesen
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
Allow controlling vectorization of boolean values separately from other integ...
Hal Finkel
2012-06-24
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
2012-06-24
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
Fix build failures from r159106.
Craig Topper
2012-06-24
Remove intrinsic specific instructions for CVTPD2PS and replace with just pat...
Craig Topper
2012-06-24
Remove intrinsic specific instructions for CVTPD2DQ. Replace with patterns.
Craig Topper
2012-06-24
Tab to spaces. No functionality change.
Nick Lewycky
2012-06-24
llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().
NAKAMURA Takumi
2012-06-24
VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to Function.cpp on msvc10. Ot...
NAKAMURA Takumi
2012-06-24
Remove a dangling reference to a deleted instruction. Fixes PR13185!
Nick Lewycky
2012-06-24
Remove code i'd been testing with but didn't mean to commit. Oops
Pete Cooper
2012-06-24
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-06-23
Remove intrinsic specific instructions for (V)CVTDQ2PS. Use a Pat instead ins...
Craig Topper
2012-06-23
Allow BBVectorize to fuse compare instructions.
Hal Finkel
2012-06-23
Make CVTDQ2PS instruction use SSE2 predicate instead of SSE1. No functional c...
Craig Topper
2012-06-23
Move CVTPD2DQ to use SSE2 predicate instead of SSE3. Move DQ2PD and PD2DQ to ...
Craig Topper
2012-06-23
Add a microoptimization note.
Benjamin Kramer
2012-06-23
Clean-up after r159077.
Hans Wennborg
[next]