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
/
VMCore
/
Instructions.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2012-12-30
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-30
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-11
Holding my nose and moving the accumulation routine to GEPOperator
Chandler Carruth
2012-12-11
Hoist the GEP constant address offset computation to a common home on
Chandler Carruth
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-13
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-01
Remove a weird static helper from the GEP instruction and just directly
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-30
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-14
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-09
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Remove some dead methods.
Bill Wendling
2012-10-09
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-04
Add method to query for NoCapture attribute.
Bill Wendling
2012-10-04
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-03
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-09-23
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-07-03
PHINode::hasConstantValue(): return undef if the PHI is fully recursive.
Nuno Lopes
2012-07-03
improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...
Nuno Lopes
2012-06-22
Fixed r158979.
Stepan Dyatkovskiy
2012-06-22
Revert commit 158979 (dyatkovskiy) since it is causing several buildbots to
Duncan Sands
2012-06-22
Performance optimizations:
Stepan Dyatkovskiy
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-12
Recommited r156374 with critical fixes in BitcodeReader/Writer:
Stepan Dyatkovskiy
2012-05-08
Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...
Stepan Dyatkovskiy
2012-05-08
Ordinary patch for PR1255.
Stepan Dyatkovskiy
2012-04-16
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-01-27
continue making the world safe for ConstantDataVector. At this point,
Chris Lattner
2012-01-26
eliminate the Constant::getVectorElements method. There are better (and
Chris Lattner
2012-01-26
fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met...
Chris Lattner
2012-01-25
add some helper methods to ShuffleVectorInst and enhance its
Chris Lattner
2012-01-25
use ConstantVector::getSplat in a few places.
Chris Lattner
2012-01-25
Remove the Type::getNumElements() method, which is only called in 4 places,
Chris Lattner
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
[next]