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
/
lib
/
VMCore
/
Module.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify some code to avoid string thrashing.
Chris Lattner
2008-06-27
1
-3
/
+5
*
Add a new version of Module::getFunction that takes a const char* instead
Chris Lattner
2008-06-27
1
-0
/
+5
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-2
/
+2
*
Remove an unnecessary #include
Dan Gohman
2008-03-10
1
-1
/
+0
*
Fix 80-col violations.
Dan Gohman
2008-01-29
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-2
/
+2
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
1
-0
/
+3
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-0
/
+23
*
The (negative) offset from a SymbolTableListTraits-using ilist to its container
Chris Lattner
2007-04-17
1
-2
/
+0
*
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2007-04-17
1
-6
/
+2
*
For PR1146:
Reid Spencer
2007-04-09
1
-2
/
+1
*
For PR411:
Reid Spencer
2007-02-05
1
-2
/
+2
*
For PR411:
Reid Spencer
2007-02-05
1
-94
/
+18
*
For PR1163:
Reid Spencer
2007-02-04
1
-0
/
+17
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-1
/
+1
*
For PR761:
Reid Spencer
2007-01-26
1
-20
/
+0
*
Change the interface to Module::getOrInsertFunction to be easier to use,
Chris Lattner
2007-01-07
1
-12
/
+24
*
For PR411:
Reid Spencer
2007-01-06
1
-12
/
+15
*
For PR950:
Reid Spencer
2006-12-31
1
-7
/
+8
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-2
/
+1
*
Make the getNamedFunction and getNamedGlobal methods be const. They don't
Reid Spencer
2006-05-31
1
-8
/
+8
*
Fix some think-o's in my last commit. Thanks to Chris for pointing them out.
Owen Anderson
2006-05-18
1
-16
/
+18
*
Change Module to use TargetData-compatible strings internally.
Owen Anderson
2006-05-18
1
-1
/
+60
*
add a new helper method.
Chris Lattner
2006-03-08
1
-0
/
+14
*
Change inline asms to be uniqued like constants, not embedded in a Module.
Chris Lattner
2006-01-25
1
-17
/
+0
*
Initial checkin of the InlineAsm class
Chris Lattner
2006-01-24
1
-1
/
+18
*
Add a flag to Module::getGlobalVariable to allow it to return vars with
Chris Lattner
2005-12-05
1
-7
/
+7
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-30
1
-2
/
+2
*
Adjust to ilist changes.
Chris Lattner
2005-01-29
1
-2
/
+2
*
Okay, the list of link-time passes wasn't such a hot idea. Its prone to
Reid Spencer
2004-09-14
1
-7
/
+0
*
Add support for the link-time pass list to Modules.
Reid Spencer
2004-09-13
1
-0
/
+6
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
bug 263:
Reid Spencer
2004-07-25
1
-0
/
+1
*
bug 122:
Reid Spencer
2004-07-17
1
-45
/
+0
*
Replace use of defunct Type::setName method with SymbolTable::insert.
Reid Spencer
2004-07-10
1
-1
/
+1
*
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Convert to SymbolTable's new lookup and iteration interfaces.
Reid Spencer
2004-05-25
1
-7
/
+6
*
I'm allergic to the word `stuff'.
Misha Brukman
2004-04-21
1
-1
/
+1
*
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
Chris Lattner
2004-03-08
1
-25
/
+0
*
Add some comments, add new getGlobalVariable method
Chris Lattner
2003-12-31
1
-1
/
+43
*
* Make Module::getTypeName const
Chris Lattner
2003-12-31
1
-16
/
+23
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-8
/
+8
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Make code gcc 3.4 clean
Chris Lattner
2003-11-05
1
-2
/
+2
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-1
/
+1
*
Fix spelling/grammar.
Misha Brukman
2003-10-10
1
-1
/
+1
[next]