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
2010-03-02
Fix looking up MD names to not need a module.
Erick Tryzelaar
2010-03-01
Don't print "Modified" for passes which haven't modified anything.
Dan Gohman
2010-02-28
Add support for global variables in an address space for llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Add indirect br support to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Add metadata functions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Add the new builder arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Add the new union arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Add generic binary op and cast builder functions.
Erick Tryzelaar
2010-02-26
Add type printing for Metadata pseudo.
Dale Johannesen
2010-02-25
Teach the constant folder about union types.
Dan Gohman
2010-02-25
Remove code which assumes it knows how vectors are stored in memory.
Dan Gohman
2010-02-25
Dump the presence of attached metadata even if we don't know what it is. This
Nick Lewycky
2010-02-22
Canonicalize ConstantInts to the right operand of commutative
Dan Gohman
2010-02-22
Use Instruction::isCommutative instead of duplicating it.
Dan Gohman
2010-02-18
replaceUsesOfWithOnConstant implementation for unions.
Talin
2010-02-18
Destroy MDNodes gracefully while deleting llvm context.
Devang Patel
2010-02-16
Function attributes have index ~0, not 0
Kenneth Uildriks
2010-02-16
Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some
Duncan Sands
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-15
Teach the verifier to check the condition on a branch and ensure that it has
Nick Lewycky
2010-02-15
Fix crash in VerifyType when checking Contexts. Because there may not be a
Nick Lewycky
2010-02-15
Don't try to materialize a function that isn't materializable anyways. This
Nick Lewycky
2010-02-15
A function with no Module owner isn't materializable. This fixes F->dump() for
Nick Lewycky
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-13
Make PassRegistrar thread-safe since it can be modified by code running in
Jeffrey Yasskin
2010-02-12
Add support for a union type in LLVM IR. Patch by Talin!
Chris Lattner
2010-02-12
Add a new function attribute, 'alignstack'. It will indicate (when the backends
Charles Davis
2010-02-11
revert 95903.
Devang Patel
2010-02-11
Destroy MDNodes while destructing llvm context.
Devang Patel
2010-02-11
Fix some of the memcheck errors found in the JIT unittests.
Jeffrey Yasskin
2010-02-10
Minor whitespace cleanups.
Dan Gohman
2010-02-10
Add a hook to AssemblyAnnotationWriter to allow custom info comments
Dan Gohman
2010-02-10
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
Canonicalize sizeof and alignof on pointer types to a canonical
Dan Gohman
2010-02-10
IntegerValType holds a uint32_t, so its constructor should take a uint32_t. ...
Kenneth Uildriks
2010-02-07
Make the destructor for TypeMapBase protected. Spotted by Duncan Sands with
Nick Lewycky
2010-02-06
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-02
Adding missing methods for creating Add, Mul, Neg and Sub with NUW.
Duncan Sands
2010-02-02
Factor out alignof expression folding into a separate function and
Dan Gohman
2010-02-01
eliminate a bunch of pointless LLVMContext arguments.
Chris Lattner
2010-02-01
Fix typo "of" -> "or" and change the way a line was formatted to fit
Duncan Sands
2010-02-01
fix PR6195, a bug constant folding scalar -> vector compares.
Chris Lattner
2010-02-01
fix PR6197 - infinite recursion in ipsccp due to block addresses
Chris Lattner
2010-02-01
Generalize target-independent folding rules for sizeof to handle more
Dan Gohman
2010-02-01
Add a getNUWMul function.
Dan Gohman
2010-02-01
Add a generalized form of ConstantExpr::getOffsetOf which works for
Dan Gohman
2010-01-29
Print a comment next to "materializable" global values, to distinguish
Dan Gohman
2010-01-29
Convert some users of ftostr to raw_ostream.
Benjamin Kramer
2010-01-28
Remove the folding rule
Dan Gohman
[prev]
[next]