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
2009-10-27
Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoid
Jeffrey Yasskin
2009-10-27
Factor out redundancy from clone() implementations.
Devang Patel
2009-10-27
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez
2009-10-27
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-26
Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...
Victor Hernandez
2009-10-26
Remove FreeInst.
Victor Hernandez
2009-10-26
Do not use expensive sort().
Devang Patel
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
Remove ICmpInst::isSignedPredicate which was a reimplementation
Nick Lewycky
2009-10-25
Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual
Nick Lewycky
2009-10-24
Make DominanceFrontierBase::print's output prettier.
Dan Gohman
2009-10-24
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-23
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...
Victor Hernandez
2009-10-22
Hide MetadataContext implementation details.
Devang Patel
2009-10-22
Fix getMDs() interface such that it does not expose implementation details.
Devang Patel
2009-10-22
Using TrackingVH instead of WeakVH or WeakMetadataVH.
Devang Patel
2009-10-22
Sort handler names to ensure deterministic behavior.
Devang Patel
2009-10-22
Fix getHandlerNames() interface. Now it populate clinet supplied small vector...
Devang Patel
2009-10-22
Use StringRef to construct MDString.
Devang Patel
2009-10-22
Remove meaningless const.
Devang Patel
2009-10-21
Derive metadata hierarchy from Value instead of User.
Devang Patel
2009-10-21
Fix thinko noticed by Chris.
Benjamin Kramer
2009-10-21
Rename msasm to alignstack per review.
Dale Johannesen
2009-10-21
Remove pointless return; at end of function.
Benjamin Kramer
2009-10-21
Simplify code. No intended functionality change.
Benjamin Kramer
2009-10-21
Use StringRef.
Devang Patel
2009-10-21
Do not use SmallVector to store MDNode elements.
Devang Patel
2009-10-21
Incorporate various suggestions Chris gave during metadata review.
Devang Patel
2009-10-20
Cosmetic changes.
Devang Patel
2009-10-19
Banish ConstantsLock. It's serving no purpose other than slowing things down
Owen Anderson
2009-10-19
various cleanups.
Chris Lattner
2009-10-17
Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,
Nick Lewycky
2009-10-17
Teach vm core to more aggressively fold 'trunc' constantexprs,
Chris Lattner
2009-10-17
Emit newlines at the end of instructions too.
Nick Lewycky
2009-10-17
Remove unnecessary include.
Daniel Dunbar
2009-10-17
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-14
Add copyMD to copy metadata from one instruction to another instruction.
Devang Patel
2009-10-14
I don't see any point in having both eh.selector.i32 and eh.selector.i64,
Duncan Sands
2009-10-13
Add an "msasm" flag to inline asm as suggested in PR 5125.
Dale Johannesen
2009-10-13
Copy metadata when value is RAUW'd. It is debatable whether this is the right...
Devang Patel
2009-10-13
Force memory use markers to have a ConstantInt for the size argument.
Nick Lewycky
2009-10-12
Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the
Jeffrey Yasskin
2009-10-12
add some more hooks to the C bindings, patch by Kenneth Uildriks!
Chris Lattner
2009-10-08
Add a form of addPreserved which takes a string argument, to allow passes
Dan Gohman
2009-10-07
Do not assume that the module is set.
Devang Patel
2009-10-07
Make getPointerTo return a const PointerType* rather than
Duncan Sands
2009-10-06
Introduce and use convenience methods for getting pointer types
Duncan Sands
[prev]
[next]