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
/
unittests
/
VMCore
Age
Commit message (
Expand
)
Author
2009-09-07
Update unittests for MDNode uniquing disable.
Daniel Dunbar
2009-09-03
Now Bitcode reader bug is fixed. Reapply 80839.
Devang Patel
2009-09-02
Revert 80839 for now. It causes test failures.
Devang Patel
2009-09-02
Use CallbackVH, instead of WeakVH, to hold MDNode elements.
Devang Patel
2009-09-02
Disable uniqueness test for now.
Devang Patel
2009-08-31
update unit test for previous change.
Chris Lattner
2009-08-23
upgrade for removed functions.
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-31
Fix unit tests.
Owen Anderson
2009-07-30
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
fix a unitialized pointer in NamedMDNode (and reenable unittest)
Benjamin Kramer
2009-07-30
Disable the NamedMDNodeTest, it is failing everywhere.
Daniel Dunbar
2009-07-30
Add NamedMDNode test.
Devang Patel
2009-07-29
Update unittest for LLVM API change.
Benjamin Kramer
2009-07-28
fix unittest
Benjamin Kramer
2009-07-25
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-24
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-23
MDString
Devang Patel
2009-07-23
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
Port this unittest to use LLVMContext.
Dan Gohman
2009-07-08
Drop "constant" from
Devang Patel
2009-07-08
Update SLotTracker to handle MDNode slots.
Devang Patel
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Fix unit tests for LLVMContext+Module.
Owen Anderson
2009-06-29
Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...
Torok Edwin
2009-05-30
Give embedded metadata its own type instead of relying on EmptyStructTy.
Nick Lewycky
2009-05-10
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2009-04-24
"I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,
Chris Lattner
2009-04-09
Fix pointer casting problem.
Nick Lewycky
2009-04-09
Fixed compiler warning.
Misha Brukman
2009-04-04
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
2009-03-24
Converted a1.ll to unittests.
Misha Brukman