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-10-19
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.
Chad Rosier
2012-10-19
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-19
Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
Michael Liao
2012-10-19
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-19
[ASan] Support comments in ASan/TSan blacklist file as lines starting with #
Alexey Samsonov
2012-10-19
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Benjamin Kramer
2012-10-19
ARM:
Stepan Dyatkovskiy
2012-10-19
Pacify -Wnon-virtual-dtor.
Nick Lewycky
2012-10-19
[asan] make sure asan erases old unused allocas after it created a new one. T...
Kostya Serebryany
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
Simplify condition checking as CONCAT assume all inputs of the same type.
Michael Liao
2012-10-19
vectorizer: Add support for reading and writing from the same memory location.
Nadav Rotem
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
cleanup the comment.
Nadav Rotem
2012-10-18
Fix a bug where a 32-bit address with the high bit does not get symbolicated
Kevin Enderby
2012-10-18
fix a naming typo
Nadav Rotem
2012-10-18
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
Clear unknown mem ops when merging stack slots (pr14090)
Sebastian Pop
2012-10-18
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a
Chad Rosier
2012-10-18
Avoid reconstructing the pointer set when searching for duplicated read/write...
Nadav Rotem
2012-10-18
Cosmetic change -- move two simplifiers to the right commented statement group.
Meador Inge
2012-10-18
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-18
In SimplifySelectOps we pulled two loads through a select node despite the fa...
Nadav Rotem
2012-10-18
When looking for a vector representation of a scalar, do a single lookup. Als...
Nadav Rotem
2012-10-18
[ms-inline asm] Move most of the AsmParsing logic in clang back into the MC
Chad Rosier
2012-10-18
This patch fixes failures in the SingleSource/Regression/C/uint64_to_float
Ulrich Weigand
2012-10-18
Refactor insert and extract of sub-integers into static helpers that
Chandler Carruth
2012-10-18
This FIXME was fixed some time ago. =]
Chandler Carruth
2012-10-18
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-18
remove unused variable to fix a warning.
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
Remove the use of dominators and AA.
Nadav Rotem
2012-10-18
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-17
Revert r166157 because some tests fail...
Bill Wendling
2012-10-17
Check that the operand of the GEP is not the GEP itself. This occurred during...
Bill Wendling
2012-10-17
Revert part of r166049 back and enable test case in r166125.
Michael Liao
2012-10-17
LoopVectorize.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-10-17
Remove redundant SetInsertPoint call.
Jakub Staszak
2012-10-17
Revert r166049
Michael Liao
2012-10-17
Add conditional branch instructions and their patterns.
Reed Kotler
2012-10-17
Fix some typos and wrong indenting.
Roman Divacky
2012-10-17
Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_i
Michael Liao
2012-10-17
Switch MRI::UsedPhysRegs to a register unit bit vector.
Jakob Stoklund Olesen
2012-10-17
Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use
Evan Cheng
2012-10-17
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-10-17
Check for empty YMM use-def lists in X86VZeroUpper.
Jakob Stoklund Olesen
[next]