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
Age
Commit message (
Expand
)
Author
2007-02-17
temporarily revert Devang's most recent patch, which caused a large
Chris Lattner
2007-02-17
Use inverted map to speedup collectLastUses().
Devang Patel
2007-02-16
fix build
Andrew Lenharth
2007-02-15
make mayWriteToMemory a non-virtual function
Chris Lattner
2007-02-15
rewrite Value::takeName to take advantage of the new symtab stuff. This
Chris Lattner
2007-02-15
Implement Function::getIntrinsicID without it needing to call Value::getName,
Chris Lattner
2007-02-15
Add a new Value::getNameStr method, which is preferred over getName.
Chris Lattner
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-13
better support for i128.
Chris Lattner
2007-02-13
Switch UnaryOperators to default to passing names up by const char* when poss...
Chris Lattner
2007-02-13
add a setName variant that takes a null-terminated string. This can be
Chris Lattner
2007-02-13
eliminate instruction ctors that take vectors.
Chris Lattner
2007-02-13
Add invokeinst and callinst ctors that don't take vectors.
Chris Lattner
2007-02-13
remove some dead methods.
Chris Lattner
2007-02-12
Add new setName accessor which doesn't require creating a string.
Chris Lattner
2007-02-12
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-11
fix uninitialized variable
Chris Lattner
2007-02-11
add an optimization for the case where the src has no name
Chris Lattner
2007-02-11
add a helper method: Value::takeName
Chris Lattner
2007-02-10
Assert that elements of packed are pointer/float/opaque.
Reid Spencer
2007-02-10
Allow PackedType to be constructed with an abstract type.
Reid Spencer
2007-02-10
convert some vectors to smallvector.
Chris Lattner
2007-02-10
speed up the verifier 8.5% by using a smallvector instead of vector.
Chris Lattner
2007-02-10
Change an std::set to a SmallPtrSet. This speeds up the verifier on
Chris Lattner
2007-02-09
Fix clients like this:
Chris Lattner
2007-02-07
Automatically generating intrinsic declarations from Dan Gohman. Modified
Jim Laskey
2007-02-07
Do not drop transferred last uses on the floor.
Devang Patel
2007-02-07
constants can't be in the symtab anymore
Chris Lattner
2007-02-07
update comment.
Chris Lattner
2007-02-07
shrink vmcore by moving symbol table stripping support out of VMCore into
Chris Lattner
2007-02-07
eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins...
Chris Lattner
2007-02-07
speed up conflict handling.
Chris Lattner
2007-02-07
Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. When
Chris Lattner
2007-02-07
TypeSymbolTable::rename is dead, remove it
Chris Lattner
2007-02-07
Eliminate a bunch of work from ValueSymbolTable::insert for the common case
Chris Lattner
2007-02-06
Support var arg intrinsics.
Jim Laskey
2007-02-06
Fix Transforms/ConstProp/2007-02-05-BitCast.ll
Chris Lattner
2007-02-05
A value of 64 or fewer bits is valid if the ConstantInt has more then 64 bits.
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-05
Fix PR1158
Devang Patel
2007-02-04
For PR1163:
Reid Spencer
2007-02-02
Fix a comment that needed to change after SHIFT patch landed.
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-01
cvs commit
Devang Patel
2007-02-01
silence some warnings when assertions are disabled.
Chris Lattner
2007-01-31
Fix build breakage by using correct arguments to getIndexedType in the
Reid Spencer
2007-01-31
implement the new GEP instruction ctors.
Chris Lattner
[next]