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
/
lib
/
VMCore
/
DataLayout.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2012-12-20
Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefined
Richard Smith
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
More strict error checking in parseSpecifier + simplified code.
Patrik Hagglund
2012-11-28
Fix warning. [-Wunused-variable]
Patrik Hägglund
2012-11-28
Add error handling in getInt.
Patrik Hägglund
2012-11-23
Disallow the undocumented practice of starting the datalayout string with '-'.
Patrik Hägglund
2012-11-15
Do not handle void types in DataLayout. Patch by Patrick Hägglund.
Duncan Sands
2012-11-14
Revert some redundant parts of r142605.
Patrik Hägglund
2012-11-02
Enable the assertion in getIntPtrType (I've audited all users of this method and
Duncan Sands
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-29
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,
Duncan Sands
2012-10-24
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-21
DataLayout should use itself when calculating the size of a vector.
Hal Finkel
2012-10-09
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-05
Implement TargetData with the DataLayout class, this will allow LLVM projects...
Micah Villmow
2012-10-04
Rename the Target specific passes in the DataLayout class to be Target agnostic.
Micah Villmow
2012-10-04
Resubmit the copying of TargetData to DataLayout without any changes to the f...
Micah Villmow
2012-10-04
Backing out my changes, something screwed up from my patches, starting over.
Micah Villmow
2012-10-04
Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...
Micah Villmow
2012-10-04
Create the DataLayout class, as a direct copy of TargetData.
Micah Villmow
2012-10-04
Accidently checked in the files, only wanted to copy them.
Micah Villmow
2012-10-04
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...
Micah Villmow