index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ConstPoolVals.h
Age
Commit message (
Expand
)
Author
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-26
Move DataTypes.h from llvm/Support to just Support
Chris Lattner
2001-11-01
Add new isNullValue method
Chris Lattner
2001-10-29
Remove useCSyntax flag
Chris Lattner
2001-10-28
Switch useLLVMSyntax to useCSyntax.
Vikram S. Adve
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-14
*** empty log message ***
Chris Lattner
2001-10-14
Added routine to create a char array for a string.
Vikram S. Adve
2001-10-13
* Add destroyConstant stuff to handle module local constants
Chris Lattner
2001-10-03
Factor parentness out of Module & GlobalVariable into GlobalValue
Chris Lattner
2001-10-03
Share ConstPoolPointer elements correctly
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 support for new style casts
Chris Lattner
2001-09-30
Implement a constant pointer value
Chris Lattner
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-11
Disable destructors on constants
Chris Lattner
2001-09-09
Remove 3 gross global functions that don't belong here
Chris Lattner
2001-09-07
Remove extra space
Chris Lattner
2001-09-07
Implement support for globally unique constants. Constants no longer live
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-21
Moved isIntegral to the Type system
Chris Lattner
2001-07-20
Provide simpler ways to extract the value of an integer constant.
Vikram S. Adve
2001-07-20
Add new base class ConstPoolInt, useful for dealing with integral constants
Chris Lattner
2001-07-14
Made the following changes:
Chris Lattner
2001-07-07
Remove dtor's that simply call dropAllReferences
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-06
Initial revision
Chris Lattner