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-01-13
change makeNameProper to take a stringref instead of std::string.
Chris Lattner
2010-01-13
Further progration of metadata operands. The
Dale Johannesen
2010-01-12
Use Twine, instead of StringRef, for consistency.
Devang Patel
2010-01-12
Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.
Devang Patel
2010-01-11
Reimplement getToken and SplitString as "StringRef helper functions"
Benjamin Kramer
2010-01-11
Respond to Chris' review:
Victor Hernandez
2010-01-10
fix a buggy assertion, CreateIntegerCast should allow
Chris Lattner
2010-01-10
Suppress a warning on gcc 4.4.
Mikhail Glushenkov
2010-01-10
Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...
Victor Hernandez
2010-01-09
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2010-01-09
Delete NamedMDSymTable while destrucing Module.
Devang Patel
2010-01-09
Derive NamedMDNode from Value.
Devang Patel
2010-01-07
Use separate namespace for named metadata.
Devang Patel
2010-01-05
Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}
Devang Patel
2010-01-05
Fix comment for CheckDebugInfoIntrinsics
Victor Hernandez
2010-01-05
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
NamedMDNode is a collection MDNodes.
Devang Patel
2010-01-05
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
Add a new predicate for integer type equality tests.
Benjamin Kramer
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
Fix a build error and change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Remove dead debug info intrinsics.
Devang Patel
2010-01-04
Add a comment.
Dan Gohman
2010-01-03
it isn't safe to speculative load from a malloc, it might have
Chris Lattner
2010-01-03
differences between two blockaddress's don't cause a
Chris Lattner
2009-12-31
fix refactoro
Chris Lattner
2009-12-31
use early exits to reduce indentation.
Chris Lattner
2009-12-31
eliminate another copy of the mdnode printing logic, simplify the
Chris Lattner
2009-12-31
random tidying for MDNode printing.
Chris Lattner
2009-12-31
eliminate a bunch of useless forwarding functions with one caller.
Chris Lattner
2009-12-31
make mdnMap type safe, rename accessors for consistency with the rest of llvm.
Chris Lattner
2009-12-31
metadata can't be a global var initializer.
Chris Lattner
2009-12-31
simplify mdnode printing logic. Now N->dump() only
Chris Lattner
2009-12-31
unify two copies of the NamedMDNode printing code.
Chris Lattner
2009-12-31
fix printing of function-local metadata to print all the operands of the
Chris Lattner
2009-12-31
simplify printing of mdstring and Argument.
Chris Lattner
2009-12-31
simplify asmprinting of NamedMDNode
Chris Lattner
[prev]
[next]