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
/
ValueSymbolTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump SmallString size a bit to avoid malloc trashing.
Benjamin Kramer
2010-03-31
1
-7
/
+3
*
Delete NamedMDSymTable while destrucing Module.
Devang Patel
2010-01-09
1
-0
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-9
/
+9
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-1
/
+1
*
remove some DOUTs
Chris Lattner
2009-08-23
1
-8
/
+8
*
Change ValueSymbolTable to use raw_svector_ostream for string concatenation.
Daniel Dunbar
2009-08-19
1
-5
/
+6
*
Remove Value::{isName, getNameRef}.
Daniel Dunbar
2009-07-25
1
-1
/
+1
*
Move more to raw_ostream.
Daniel Dunbar
2009-07-24
1
-3
/
+4
*
Switch ValueSymbolTable to StringRef based API.
Daniel Dunbar
2009-07-23
1
-23
/
+4
*
Convert StringMap to using StringRef for its APIs.
Daniel Dunbar
2009-07-23
1
-7
/
+8
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-5
/
+7
*
implement some fixme's by making "autorenaming" in the value symbol table not
Chris Lattner
2008-06-27
1
-26
/
+11
*
Add a new version of Module::getFunction that takes a const char* instead
Chris Lattner
2008-06-27
1
-0
/
+8
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+142