index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
ConstPoolVals.cpp
Age
Commit message (
Expand
)
Author
2001-12-14
Rename ConstPoolVals.cpp to Constants.cpp
Chris Lattner
2001-12-14
Make strings SByte* arrays instead of UByte * arrays
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-10-29
Remove C string capability from VMCore library. Move to Support
Chris Lattner
2001-10-28
Support printing control characters in standard C/assembly style,
Vikram S. Adve
2001-10-15
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
Oops, didn't handle hex values correctly. :(
Chris Lattner
2001-10-14
* Fix the constpoolarray -> c"" printing routines to escape things properly
Chris Lattner
2001-10-14
Added routine to create a char array for a string.
Vikram S. Adve
2001-10-13
* Fix TODO
Chris Lattner
2001-10-03
Factor parentness out of Module & GlobalVariable into GlobalValue
Chris Lattner
2001-10-03
Rename getNullPointer to getNull
Chris Lattner
2001-10-03
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
First try at a horrible global value reference wrapper
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-09-30
Implement a constant pointer value
Chris Lattner
2001-09-09
Remove the definitions of 3 global functions that don't belong in the core
Chris Lattner
2001-09-09
Rename file to be consistent with header name
Chris Lattner
2001-09-07
Moved functionality into the other constant pool stuff
Chris Lattner
2001-07-21
Utility routines for simpler access to the value of an integer constant.
Vikram S. Adve