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-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 case for include of Compiler.h.
Jordan Rose
2012-10-18
Add move constructors for OwningPtr and OwningArrayPtr.
Jordan Rose
2012-10-18
Add a T&& constructor to llvm::Optional.
Jordan Rose
2012-10-18
Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>
Bob Wilson
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
test: Add a lit config variable to check if LTO is enabled.
Daniel Dunbar
2012-10-18
lit: Allow XFAIL: lines to also refer to "features".
Daniel Dunbar
2012-10-18
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
Use an export list when building JIT unittests. <rdar://problem/12473675>
Bob Wilson
2012-10-18
Use pre-python 2.5 syntax in lit.cfg.
Sebastian Pop
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
Revert "We need this symbol after an LTO build."
Bob Wilson
2012-10-18
Avoid reconstructing the pointer set when searching for duplicated read/write...
Nadav Rotem
2012-10-18
Update the LangRef documentation for the per pointer address space support.
Micah Villmow
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
test commit: verifying access from new address
Eli Bendersky
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
Add a small example which shows a vectorizable loop with a non-pow-of-two count
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
Disable extract-concat test case temporarily
Michael Liao
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
Update the release notes about how to enable the loop vectorizer.
Nadav Rotem
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
Update the release notes about the store-merge dag optimization.
Nadav Rotem
2012-10-17
Update the release notes about the new TargetTransformInfo API changes.
Nadav Rotem
[next]