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
/
Target
/
TargetData.h
Age
Commit message (
Expand
)
Author
2006-05-12
Add a method to generate a string representation from a TargetData.
Owen Anderson
2006-05-12
Add a new constructor to TargetData that builds a TargetData from its
Owen Anderson
2006-05-04
Fix this to be a proper copy ctor
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-01-14
Add a new InvalidateStructLayoutInfo method and some comments.
Chris Lattner
2005-04-23
* The aesthetic police is on patrol!!...
Misha Brukman
2005-04-23
Add a helper method
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-13
add a helper method
Chris Lattner
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-17
Add punctuation, add a new method
Chris Lattner
2004-07-23
* Add a BoolAlignment field to TargetData, default is 1 byte
Misha Brukman
2004-04-14
Add a copy constructor for TargetData.
Brian Gaeke
2004-02-26
Make TargetData no longer use annotations!
Chris Lattner
2003-12-22
Doxygenize methods, add new getIntPtrType method
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-04-26
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-25
Fix method name type-o
Chris Lattner
2003-04-25
Default ctor doesn't provide name
Chris Lattner
2003-04-24
Add new targetdata ctor to create a targetdata appropriate to the module
Chris Lattner
2003-01-14
Move annotation to support library
Chris Lattner
2002-10-29
* Privatize the TargetName
Chris Lattner
2002-10-14
- Add an endianness field to the TargetData datastructure
Chris Lattner
2002-09-25
Convert TargetData to be an ImmutablePass
Chris Lattner
2002-09-24
There are no implicit gep forms of load and store anymore
Chris Lattner
2002-09-16
Fix compile problem on linux. Noone should ever #include <inttypes.h>
Chris Lattner
2002-05-19
Add integer register size field.
Vikram S. Adve
2002-02-03
* Trim #includes
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-15
getIndexedOffset() shd take vector of Values, not of Constants!
Vikram S. Adve
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-10-13
Fix filename in comment
Chris Lattner
2001-09-18
Make class TargetMachine the common interface to all target-dependent
Vikram S. Adve