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-01
Remove unused argument from a multiclass.
Craig Topper
2013-01-01
Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and...
Craig Topper
2013-01-01
Remove 2 unused multiclasses.
Craig Topper
2013-01-01
Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci...
Craig Topper
2012-12-31
Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ...
Craig Topper
2012-12-31
Make it explicit that the only entry points to the Program object are
Chandler Carruth
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
Remove the declspecs from small alignments that we can force with
Chandler Carruth
2012-12-31
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
reimplement GetPointerBaseWithConstantOffset().
Nuno Lopes
2012-12-31
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.
Michael J. Spencer
2012-12-31
Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"
Benjamin Kramer
2012-12-31
Add extra CHECK to make sure that 'or' instruction was replaced.
Jakub Staszak
2012-12-31
Fix bits check in ELFObjectFile::isSectionZeroInit().
Rafael Espindola
2012-12-31
revert r171306, since we cannot compare APInts with different bitwidths
Nuno Lopes
2012-12-31
use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...
Nuno Lopes
2012-12-31
minor code simplification
Nuno Lopes
2012-12-31
Use the generic dump template. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Dump sections. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
Print a header above the symbols. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Check for errors. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Fix indentation. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-31
Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-31
add support for PHI nodes to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
Remove dead method.
Bill Wendling
2012-12-31
Add some comparison operators to compare the Attribute object with the AttrKi...
Bill Wendling
2012-12-31
docs: Fix FIXME
Sean Silva
2012-12-31
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
Delete a cut/paste-o from r171290. Very sorry about the noise.
Chandler Carruth
2012-12-31
Suppress a MSVC warning complaining about the code working as intended.
Chandler Carruth
2012-12-31
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
Start sketching out a roadmap for better subprocess management in the
Chandler Carruth
2012-12-31
Fix LICM's memory promotion optimization to preserve TBAA tags when
Chris Lattner
2012-12-31
teach instcombine to preserve TBAA tag when merging two stores, part of
Chris Lattner
2012-12-31
Grammo.
Jakub Staszak
2012-12-31
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-31
Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1
Jakub Staszak
2012-12-30
Support ppcf128 in SelectionDAG::getConstantFP
Hal Finkel
2012-12-30
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
Documentation: add a section to prevent spurious test failures like the one
Dmitri Gribenko
2012-12-30
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-30
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
s/hasAttribute/contains/g to be more consistent with other method names.
Bill Wendling
[next]