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
/
SymbolTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an iterator invalidation problem in code used by the -strip pass
Chris Lattner
2005-10-31
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-11
/
+11
*
rename insertEntry to insert
Chris Lattner
2005-03-06
1
-1
/
+2
*
Merge SymbolTable::removeEntry into SymbolTable::remove, its only caller
Chris Lattner
2005-03-06
1
-28
/
+21
*
Delete the really inefficient method: void remove(const Type* Typ);
Chris Lattner
2005-03-06
1
-18
/
+2
*
Remove some really gross and hard to understand code now that
Chris Lattner
2005-03-06
1
-27
/
+6
*
Simplify some code.
Chris Lattner
2005-03-06
1
-7
/
+5
*
remove these methods.
Chris Lattner
2005-03-06
1
-42
/
+0
*
This fixes PR531, a crash when running the CBE on a bytecode file.
Chris Lattner
2005-03-06
1
-0
/
+36
*
2nd arg to setName goes away.
Chris Lattner
2005-03-05
1
-8
/
+5
*
Nuke blank line.
Chris Lattner
2005-02-13
1
-1
/
+0
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Change SymbolTable::insertEntry to be more careful about how many map
Chris Lattner
2004-08-04
1
-15
/
+22
*
bug 122:
Reid Spencer
2004-07-17
1
-13
/
+11
*
Constify SymbolTable's use of Type* so that it never modifies them.
Reid Spencer
2004-07-04
1
-11
/
+8
*
Remove unused var
Chris Lattner
2004-06-05
1
-1
/
+0
*
Made it illegal to pass a Type* through one of the Value* interfaces. The
Reid Spencer
2004-05-25
1
-0
/
+4
*
Completely rewrote the class. SymbolTable now separates Type* from Value* in ...
Reid Spencer
2004-05-25
1
-108
/
+240
*
Make the lookup method const.
Chris Lattner
2003-12-31
1
-3
/
+3
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-4
/
+1
*
Fix PR130, and testcase test/Regression/Linker/2003-11-18-TypeResolution.ll
Chris Lattner
2003-11-19
1
-0
/
+7
*
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
-3
/
+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
*
This checkin basically amounts to a complete rewrite of the type-resolution
Chris Lattner
2003-10-03
1
-7
/
+22
*
Spell `occurrence' correctly.
Misha Brukman
2003-09-08
1
-1
/
+1
*
This is now unnecessary
Chris Lattner
2003-09-04
1
-3
/
+0
*
Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll
Chris Lattner
2003-08-29
1
-7
/
+2
*
Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll
Chris Lattner
2003-08-29
1
-6
/
+12
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
1
-4
/
+4
*
Remove using declarations and extraneous #includes
Chris Lattner
2003-05-22
1
-31
/
+28
*
Fix bug: Assembler/2002-12-15-GlobalResolve.ll
Chris Lattner
2002-12-15
1
-11
/
+16
*
planes is not spelled with an O
Chris Lattner
2002-12-15
1
-1
/
+1
*
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
Chris Lattner
2002-10-15
1
-14
/
+2
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-2
/
+1
*
We actually need this code for the release build to prevent link errors,
Chris Lattner
2002-05-10
1
-6
/
+1
*
Remove some gross code by using the Value::dump method to do debug dumps
Chris Lattner
2002-04-07
1
-22
/
+26
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-4
/
+4
*
* Add new method localLookup
Chris Lattner
2002-03-08
1
-2
/
+16
*
This checkin fixes the bug described in:
Chris Lattner
2002-01-25
1
-19
/
+19
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-3
/
+12
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-3
/
+3
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
If a name conflict occurs when inserting a value, rename it.
Chris Lattner
2001-11-26
1
-3
/
+8
*
Fix major bugs in type resolution
Chris Lattner
2001-11-03
1
-15
/
+25
*
Remove unnamed prototypes that are created.
Chris Lattner
2001-10-23
1
-0
/
+6
*
More symbol table bugfixes that are impossible to track down. Goody
Chris Lattner
2001-10-23
1
-31
/
+27
*
Allow unresolved/opaque types to be read and written to bytecode files
Chris Lattner
2001-10-23
1
-33
/
+69
*
Fix a problem occuring with type unification of symbol table entries
Chris Lattner
2001-10-22
1
-1
/
+55
[next]