Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f6c93e36c7832e4b831f5c043173a9bb3961b936
/
llvm
/
lib
/
VMCore
/
Module.cpp
f6c93e3
Improve conformance with the Misha spelling benchmark suite
by Chris Lattner
· 21 years ago
e5c7b9a
Adjust to ilist changes.
by Chris Lattner
· 21 years ago
f27c4cd
Okay, the list of link-time passes wasn't such a hot idea. Its prone to
by Reid Spencer
· 21 years ago
b9e0877
Add support for the link-time pass list to Modules.
by Reid Spencer
· 21 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
a0b05b3
bug 263: Ensure the list of libraries is cleared.
by Reid Spencer
· 21 years ago
3c4824a
bug 122: - Module doesn't need to manage ConstantPointerRefs any more.
by Reid Spencer
· 21 years ago
f9776c3
Replace use of defunct Type::setName method with SymbolTable::insert.
by Reid Spencer
· 21 years ago
8baf8e2
- #include <iostream> since its not in Value.h any more.
by Reid Spencer
· 21 years ago
abb6f00
Convert to SymbolTable's new lookup and iteration interfaces.
by Reid Spencer
· 21 years ago
3bcead7
I'm allergic to the word `stuff'.
by Misha Brukman
· 22 years ago
c3ecaae
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
by Chris Lattner
· 22 years ago
09bd1a0
Add some comments, add new getGlobalVariable method
by Chris Lattner
· 22 years ago
be3596c
* Make Module::getTypeName const
by Chris Lattner
· 22 years ago
189d19f
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
41baa98
Make code gcc 3.4 clean
by Chris Lattner
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
44d2c35
Regularize header file comments
by Chris Lattner
· 22 years ago
fa10053
Fix spelling/grammar.
by Misha Brukman
· 22 years ago
bd717d8
Implement new method
by Chris Lattner
· 22 years ago
8068e0c
Support new 'any' support for pointer size and endianness
by Chris Lattner
· 22 years ago
4b4dacd
Make Module::getNamedFunction prefer non-external functions if there is more than
by Chris Lattner
· 22 years ago
cb4d26f
Fix bug: Assembler/2003-05-15-AssemblerProblem.llx
by Chris Lattner
· 22 years ago
c3f6e00
Add support for tracking whether a module is 64/32 bit and big/little endian
by Chris Lattner
· 23 years ago
379a8d2
Add new linkage types to support a real frontend
by Chris Lattner
· 23 years ago
98cf1f5
- Eliminated the deferred symbol table stuff in Module & Function, it really
by Chris Lattner
· 23 years ago
b2e46c0
Add a new Module::getNamedFunction method
by Chris Lattner
· 23 years ago
1f985e0
Add a method "getMainFunction()" that efficiently locates 'main' in a module
by Chris Lattner
· 23 years ago
33100ed
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
by Chris Lattner
· 23 years ago
184b298
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
by Chris Lattner
· 23 years ago
0c6e0b9
by Chris Lattner
· 23 years ago
e0f6af9b
by Chris Lattner
· 23 years ago
68fe621
Remove some extraneous #includes
by Chris Lattner
· 23 years ago
7d9a14d
Changes to make GlobalValueRefMap not derive from std::map.
by Chris Lattner
· 23 years ago
113f4f4
MEGAPATCH checkin.
by Chris Lattner
· 23 years ago
d5a8470
Eliminate duplicate or unneccesary #include's
by Chris Lattner
· 24 years ago
ca14237
Split ConstantVals.h into Constant.h and Constants.h
by Chris Lattner
· 24 years ago
2c8ff63
* Incorporate the contents of SymTabValue into Function and Module
by Chris Lattner
· 24 years ago
10b7cb5
Add Module::getTypeName
by Chris Lattner
· 24 years ago
6e6f5be
Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h
by Chris Lattner
· 24 years ago
13ae72f
Add new addTypeName method to Module class
by Chris Lattner
· 24 years ago
a483b06
Implement new getFunction and getOrInsertFunction methods
by Chris Lattner
· 24 years ago
cd8846f
Remove the reduceApply functions they are obsolete things from the days before
by Chris Lattner
· 24 years ago
57698e2
Change references from Method to Function
by Chris Lattner
· 24 years ago
d5851db
Remove extraneous #includes
by Chris Lattner
· 24 years ago
7f74a56
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
3462ae3
Rename ConstPoolVal -> Constant
by Chris Lattner
· 24 years ago
5de2204
Create a new #include "Support/..." directory structure to move things
by Chris Lattner
· 24 years ago
3b7199e
Add #includes to enable buiding in Release mode
by Chris Lattner
· 24 years ago
162ed4d
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much
by Chris Lattner
· 24 years ago
446ad50
* Add support for Module specific constants
by Chris Lattner
· 24 years ago
da97550
Implement global variable support
by Chris Lattner
· 24 years ago
f50b723
Modules must have a valid, nonnull type. Make them void
by Chris Lattner
· 24 years ago
e2472bb
Moved inline/llvm/Tools/* to include/llvm/Support/*
by Chris Lattner
· 24 years ago
f2a738c
* ValueHolder now takes 3 arguments
by Chris Lattner
· 24 years ago
31cf984
Implement reduceApply method
by Chris Lattner
· 24 years ago
4cee8d8
Miscellaneous cleanups:
by Chris Lattner
· 24 years ago
2f7c963
Initial revision
by Chris Lattner
· 24 years ago