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-02-21
It turns out that with the current scev organization ReuseOrCreateCast cannot
Rafael Espindola
2012-02-21
Fix some bugs in HMEditor's moveAllOperandsInto logic.
Lang Hames
2012-02-20
Check for the correct size in the invariant marker.
Nick Lewycky
2012-02-20
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-20
Fix 80-column violation.
Chad Rosier
2012-02-20
InstCombine: Removing the base from the address calculation is only safe when...
Benjamin Kramer
2012-02-20
Make this a bit prettier and more obvious when a derived type isn't
Eric Christopher
2012-02-20
If a derived type is also a composite type, print that information
Eric Christopher
2012-02-20
Add support for runtime languages on our forward declarations.
Eric Christopher
2012-02-20
InstCombine: When comparing two GEPs that were derived from the same base poi...
Benjamin Kramer
2012-02-20
InstCombine: Make OptimizePointerDifference more aggressive.
Benjamin Kramer
2012-02-20
Teach the DAGCombiner that certain loadext nodes followed by ANDs can be conv...
James Molloy
2012-02-20
Improve generated code for extending loads and some trunc stores on ARM.
James Molloy
2012-02-20
Make post-ra tail duplication bundle safe. No test case as recent codegen
Evan Cheng
2012-02-20
Rename class Evaluate to Evaluator and put it in an anonymous namespace.
Nick Lewycky
2012-02-20
fold comparisons of gep'd alloca points with null to false,
Chris Lattner
2012-02-20
Move constructors out-of-line and flesh out their documentation. No
Chandler Carruth
2012-02-19
Move EvaluateFunction and EvaluateBlock into a class, and make the class store
Nick Lewycky
2012-02-19
Silence operator precedence warning.
Benjamin Kramer
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
StringRef'ize EmitSourceFileHeader().
Ahmed Charles
2012-02-19
Remove some unneeded includes and fix ordering in X86ISelLowering.cpp. Remove...
Craig Topper
2012-02-19
Add machinery for pushing live ranges onto bundle starts while bundling.
Lang Hames
2012-02-19
Simplify moveEnteringDownFrom rules.
Lang Hames
2012-02-19
Unify all shuffle mask checking functions take a mask and VT instead of Vecto...
Craig Topper
2012-02-19
Skip through instructions rather than operands when looking for last use slot.
Lang Hames
2012-02-19
APFloat::toString(): Fix overrun at scanning.
NAKAMURA Takumi
2012-02-19
Fix TODO and trailing whitespace.
Lang Hames
2012-02-19
Defer sanity checks on live intervals until after all have been updated. Hold...
Lang Hames
2012-02-19
Make a bunch of X86ISelLowering shuffle functions static now that they are no...
Craig Topper
2012-02-19
comment fix ARM.h
Jia Liu
2012-02-19
some comment fix for X86 and ARM
Jia Liu
2012-02-19
Add vmfunc instruction to X86 assembler and disassembler.
Craig Topper
2012-02-18
Fix issue with bitwise and precedence.
Ahmed Charles
2012-02-18
Hashing.h - utilities for hashing various data types.
Talin
2012-02-18
White space fixes.
Rafael Espindola
2012-02-18
Temporarily disable this assert. Looks like it found a similar issue when
Rafael Espindola
2012-02-18
Don't skip debug instructions when looking for the insertion point of
Rafael Espindola
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
Add X86InstrSVM.td that I forgot to add in r150873.
Craig Topper
2012-02-18
Add X86 assembler and disassembler support for AMD SVM instructions. Original...
Craig Topper
2012-02-18
Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,
Chandler Carruth
2012-02-18
Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...
Eli Friedman
2012-02-17
Bring HMEditor into line with LLVM coding standards.
Lang Hames
2012-02-17
Ignore the lifetime intrinsics in fast-isel.
Eric Christopher
2012-02-17
Don't print out pointer values in SUnit::dump().
Jakob Stoklund Olesen
2012-02-17
Sink variable into assert
Matt Beaumont-Gay
2012-02-17
Add support for regmask slots to HMEditor. Also fixes a comment error.
Lang Hames
2012-02-17
Fix typo in comment ldopen() -> dlopen().
Kevin Enderby
2012-02-17
Handle regmask operands in ARMInstrInfo.
Jakob Stoklund Olesen
[next]