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
/
include
/
llvm
/
Module.h
Age
Commit message (
Expand
)
Author
2009-08-23
remove the std::ostream version of module and type printing.
Chris Lattner
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-10
Align comments.
Devang Patel
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-30
Add getOrInsertNamedMetadata().
Devang Patel
2009-07-29
Keep track of named mdnodes in a Module using an ilist.
Devang Patel
2009-07-29
Fix comment.
Devang Patel
2009-07-25
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-03-27
"ghostify" the ilist<Function> sentinel
Gabor Greif
2009-03-07
simplify the way how traits get hold of the symbol table
Gabor Greif
2009-03-07
further simplifications arising from peruse of the more declarative interface
Gabor Greif
2009-03-07
Remove the burden of dealing with list offsets
Gabor Greif
2009-03-06
Add Module::getNamedValue; use to normalize access to Module symbol
Daniel Dunbar
2009-03-03
Fix a bunch of Doxygen syntax issues. Escape special characters,
Dan Gohman
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-04
Add a mechanism to specify attributes in getOrInsertFunction.
Nick Lewycky
2008-11-04
- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
Bill Wendling
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-06-27
Add a new version of Module::getFunction that takes a const char* instead
Chris Lattner
2008-04-16
Fix comment.
Eric Christopher
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-09-18
Fixing an comment in Module.h that refers to a nonexistent parameter.
Gordon Henriksen
2007-06-26
Add a convenince member function for appending strings to a module's
Dan Gohman
2007-04-25
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-17
Fix build breakage on 64-bit systems.
Jeff Cohen
2007-04-17
The (negative) offset from a SymbolTableListTraits-using ilist to its container
Chris Lattner
2007-04-17
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2007-03-23
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-02-12
add #include
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-04
For PR1163:
Reid Spencer
2007-01-26
For PR761:
Reid Spencer
2007-01-07
Change the interface to Module::getOrInsertFunction to be easier to use,
Chris Lattner
2007-01-06
For PR411:
Reid Spencer
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-28
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-10-18
Add support for the new "target data" information in .ll files. This provides
Owen Anderson
2006-05-31
Make the getNamedFunction and getNamedGlobal methods be const. They don't
Reid Spencer
2006-05-18
Change Module to use TargetData-compatible strings internally.
Owen Anderson
2006-05-16
For PR778:
Reid Spencer
2006-03-08
add a new helper method
Chris Lattner
2006-01-25
Change inline asms to be uniqued like constants, not embedded in a Module.
Chris Lattner
[next]