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
2013-01-10
Remove trailing spaces.
Jakub Staszak
2013-01-10
PR14896: Handle memcpy from constant string where the memcpy size is larger t...
Evan Cheng
2013-01-10
Remove unneeded includes from FunctionLoweringInfo.h.
Jakub Staszak
2013-01-10
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
Remove unneeded #includes.
Jakub Staszak
2013-01-10
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
2013-01-10
Fix indent and remove unneeded #includes in MDBuilder.h.
Jakub Staszak
2013-01-10
Fix #includes after my last commit.
Jakub Staszak
2013-01-10
Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR.
Jakub Staszak
2013-01-10
remove the rest of the "written by" lines in the documentation. It is
Chris Lattner
2013-01-10
Replace memcpys by a static_cast and an integral promotion.
Dmitri Gribenko
2013-01-10
Fix coding style
Dmitri Gribenko
2013-01-10
Unbreak tests after regression from r172081.
Jakub Staszak
2013-01-10
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-10
Allow hasProperty() to be called on bundle-internal instructions.
Jakob Stoklund Olesen
2013-01-10
Fix Alias Bug
David Greene
2013-01-10
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
2013-01-10
Remove locale-dependence of enum mangling and use existing function.
Tim Northover
2013-01-10
Make TableGen mangle operand method names before putting in enum.
Tim Northover
2013-01-10
Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...
Joey Gouly
2013-01-10
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-10
docs: fix broken link.
Sean Silva
2013-01-10
Signal.h: Add <cstdio> for FILE*, since r171989.
NAKAMURA Takumi
2013-01-10
[ObjCARC Debug Message] Added debug message when we convert an autorelease in...
Michael Gottesman
2013-01-10
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
Fix a race condition in llvm::sys::path::unique_file: when we end up
Douglas Gregor
2013-01-10
Support headerless bundles in MachineInstr::hasProperty().
Jakob Stoklund Olesen
2013-01-10
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
[Object][Archive] Fix name handling with bsd style long names.
Michael J. Spencer
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
[Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces.
Michael J. Spencer
2013-01-09
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
[Object][Archive] Use uint64_t instead of APInt. It is significantly faster.
Michael J. Spencer
2013-01-09
Fix description of ARMOperand
Joel Jones
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Disable -Wuninitialized for gcc
David Greene
2013-01-09
Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).
Evan Cheng
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
[ObjCARC Debug Messages] This is a squashed commit of 3x debug message commit...
Michael Gottesman
2013-01-09
Don't print bundle flags.
Jakob Stoklund Olesen
2013-01-09
Don't require BUNDLE headers in MachineInstr::getBundleSize().
Jakob Stoklund Olesen
2013-01-09
LICM: Hoist insertvalue/extractvalue out of loops.
Benjamin Kramer
2013-01-09
Fix a typo in MachineInstr::unbundleFromSucc() method.
Sergei Larin
2013-01-09
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
add hexagon flags in ELF.h
Shankar Easwaran
2013-01-09
For some LLVM-as-library uses it is convenient to create a
David Tweed
2013-01-09
Configure: if we compile with clang, check that it is not broken
Dmitri Gribenko
2013-01-09
Check whether MCInst operand isImm before calling getImm.
Tim Northover
[prev]
[next]