index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Module.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR266: Make Module Not Inherit From Annotable
Chris Lattner
2004-03-12
1
-1
/
+1
*
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
Chris Lattner
2004-03-08
1
-1
/
+0
*
Make Module annotable. Reid has a bunch of code that depends on this, and
Chris Lattner
2004-03-01
1
-1
/
+1
*
Module does not need to be annotatable aka annotable
Chris Lattner
2004-02-29
1
-1
/
+1
*
Add some comments, add a new getGlobalVariable method
Chris Lattner
2003-12-31
1
-4
/
+28
*
* Make Module::getTypeName const
Chris Lattner
2003-12-31
1
-1
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Expose new print methods
Chris Lattner
2003-10-30
1
-1
/
+3
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Add new helper function which makes it even easier to do this sort of thing
Chris Lattner
2003-08-31
1
-0
/
+6
*
Allow modules to have 'any' pointer size and endianness.
Chris Lattner
2003-08-24
1
-8
/
+3
*
Lined things up in a more aesthetically pleasing way.
Misha Brukman
2003-07-28
1
-2
/
+2
*
Add support for tracking whether a module is 64/32 bit and big/little endian
Chris Lattner
2003-04-22
1
-10
/
+30
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
1
-15
/
+4
*
Add a new Module::getNamedFunction method
Chris Lattner
2002-11-19
1
-0
/
+6
*
Add a method "getMainFunction()" that efficiently locates 'main' in a module
Chris Lattner
2002-11-08
1
-0
/
+6
*
- Dramatically simplify the Constant::mutateReferences implementation,
Chris Lattner
2002-10-14
1
-1
/
+2
*
Convert comments to Doxygen style
Chris Lattner
2002-08-25
1
-33
/
+33
*
- ConstantPointerRefs are now automatically removed from the module table
Chris Lattner
2002-08-18
1
-0
/
+1
*
Add Module::dump() method
Chris Lattner
2002-08-17
1
-0
/
+1
*
Add new << to allow printing modules by reference.
Anand Shukla
2002-07-03
1
-0
/
+5
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-12
/
+25
*
Include an operator<<, to print modules
Chris Lattner
2002-04-28
1
-0
/
+5
*
* Module's are no longer Value's
Chris Lattner
2002-04-28
1
-9
/
+27
*
Add Module::getTypeName
Chris Lattner
2002-04-13
1
-0
/
+5
*
* Add virtual print methods
Chris Lattner
2002-04-08
1
-0
/
+2
*
Add new addTypeName method to Module class
Chris Lattner
2002-03-29
1
-0
/
+6
*
Add getOrInsertFunction and getFunction methods to Module. This simplifies
Chris Lattner
2002-03-29
1
-0
/
+11
*
Remove the reduceApply functions they are obsolete things from the days before
Chris Lattner
2002-03-28
1
-8
/
+0
*
Transform uses of Method into uses of Function.
Chris Lattner
2002-03-26
1
-23
/
+23
*
Remove extranous forward decl
Chris Lattner
2002-03-23
1
-1
/
+0
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-8
/
+8
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-6
/
+6
*
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
1
-5
/
+5
*
Add support for module local constants
Chris Lattner
2001-10-13
1
-1
/
+14
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-2
/
+2
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-0
/
+5
*
Implement global variable support
Chris Lattner
2001-09-10
1
-2
/
+35
*
SymTabValue no longer includes ValueHolder for Module. Include it ourself
Chris Lattner
2001-09-07
1
-0
/
+1
*
Made the following changes:
Chris Lattner
2001-07-14
1
-2
/
+3
*
Add a reduceApply method
Chris Lattner
2001-06-30
1
-0
/
+7
*
Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()
Chris Lattner
2001-06-27
1
-0
/
+28
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+38