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
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
2013-01-09
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
Incrase the number of parameters for AlignedCharArrayUnion.
Manuel Klimek
2013-01-09
Alter the hasing computation when inserting into the folding set.
Bill Wendling
2013-01-09
add -march to the test
Nadav Rotem
2013-01-09
tblgen: use an early return to reduce indentation.
Sean Silva
2013-01-09
Efficient lowering of vector sdiv when the divisor is a splatted power of two...
Nadav Rotem
2013-01-09
tblgen: Factor out common code.
Sean Silva
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2013-01-09
TableGen/LangRef: link bang operators into the productionlist
Sean Silva
2013-01-09
TableGen/LangRef: discuss specific C-like escapes
Sean Silva
2013-01-09
docs: Fix mention of DefmID to MultiClassID.
Sean Silva
2013-01-09
Inline this into its only caller.
Sean Silva
2013-01-09
tblgen: Reuse function that is 2 lines above.
Sean Silva
2013-01-09
fix copy-paste-o
Sean Silva
2013-01-09
docs: Bring TableGen syntax a bit closer to reality.
Sean Silva
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
ARM Cost Model: Add a basic vectorization unrolling test.
Nadav Rotem
2013-01-09
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
Add a getBundleEnd() function to go with the existing getBundleStart().
Jakob Stoklund Olesen
2013-01-09
Add comment to the definition of Constant::isZeroValue().
Shuxin Yang
2013-01-09
Forgot the namespace identifier.
Bill Wendling
2013-01-09
Add the integer value of the ConstantInt instead of the Constant* value.
Bill Wendling
[next]