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
/
SymbolTable.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
4 billion names is enough for anyone. And really fix the build on alpha this...
Andrew Lenharth
2006-05-31
1
-1
/
+2
*
Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...
Andrew Lenharth
2006-05-31
1
-1
/
+1
*
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-05-15
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-36
/
+36
*
move some method declarations around to make it clear that users should
Chris Lattner
2005-03-06
1
-49
/
+52
*
this method is never called.
Chris Lattner
2005-03-06
1
-11
/
+0
*
the only caller of insertEntry is insert, inline it and remove insertEntry
Chris Lattner
2005-03-06
1
-7
/
+1
*
remove this method.
Chris Lattner
2005-03-06
1
-4
/
+0
*
Delete the really inefficient method: void remove(const Type* Typ);
Chris Lattner
2005-03-06
1
-14
/
+1
*
InternallyInconsistent is dead!
Chris Lattner
2005-03-06
1
-11
/
+1
*
remove these dead methods.
Chris Lattner
2005-03-06
1
-30
/
+0
*
nuke some dead methods.
Chris Lattner
2005-03-06
1
-20
/
+0
*
Add a new method, allow symtab to poke name.
Chris Lattner
2005-03-06
1
-0
/
+8
*
remove extraneous spaces from argument lists.
Chris Lattner
2005-03-05
1
-11
/
+11
*
Fix typeo
Chris Lattner
2004-12-05
1
-1
/
+1
*
Warning fixes for VC++, contributed by Morten Ofstad!
Chris Lattner
2004-11-15
1
-1
/
+1
*
Fix a comment.
Reid Spencer
2004-07-17
1
-3
/
+2
*
Constify usage of Type* on the interface to ensure SymbolTable doesn't
Reid Spencer
2004-07-04
1
-9
/
+6
*
Fix case of doxygen directive \p.
Misha Brukman
2004-06-03
1
-1
/
+1
*
Eliminate this form of SymbolTable::remove. It ignores the type argument
Chris Lattner
2004-05-28
1
-4
/
+3
*
Tighten up checking on SymbolTable interface to make it illegal to pass a
Reid Spencer
2004-05-26
1
-2
/
+4
*
Fix spelling of doxygen directive.
Misha Brukman
2004-05-26
1
-1
/
+1
*
Completely rewrote the class. SymbolTable now separates Type* from Value* in ...
Reid Spencer
2004-05-25
1
-82
/
+335
*
Make the lookup method const.
Chris Lattner
2003-12-31
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Fix PR95. I'm checking this patch in for Reid Spencer, who figured it out
Chris Lattner
2003-11-09
1
-1
/
+5
*
Fix apparent typo in head-of-file comment.
Brian Gaeke
2003-10-23
1
-1
/
+1
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
This checkin basically amounts to a complete rewrite of the type-resolution
Chris Lattner
2003-10-03
1
-0
/
+1
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Add period
Chris Lattner
2003-08-23
1
-1
/
+1
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Add new function to allow removal of typed named elements
Chris Lattner
2003-01-30
1
-3
/
+10
*
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
Chris Lattner
2002-10-15
1
-18
/
+1
*
Fix two FIXME's
Chris Lattner
2002-04-28
1
-2
/
+0
*
The interesting contents of SymTabValue were incorporated into Function
Chris Lattner
2002-04-28
1
-1
/
+1
*
Make the release build work
Chris Lattner
2002-04-04
1
-7
/
+2
*
* Add new method localLookup
Chris Lattner
2002-03-08
1
-0
/
+5
*
Fix typo in comment
Chris Lattner
2002-03-08
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-7
/
+8
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-2
/
+2
*
More symbol table bugfixes that are impossible to track down. Goody
Chris Lattner
2001-10-23
1
-6
/
+13
*
Fix another annoying bug that took forever to track down. This one involves ...
Chris Lattner
2001-10-23
1
-5
/
+12
*
Fix bug exposed by this testcase:
Chris Lattner
2001-10-22
1
-3
/
+3
*
Expose typedefs
Chris Lattner
2001-10-13
1
-0
/
+2
*
Factor parentness out of Module & GlobalVariable into GlobalValue
Chris Lattner
2001-10-03
1
-0
/
+2
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+6
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-1
/
+0
*
Support abstract types by keeping on the use list of the abstract type.
Chris Lattner
2001-09-07
1
-3
/
+26
[next]