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
/
Target
/
TargetData.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a brain fart by our beloved leader (the content
Duncan Sands
2007-12-21
1
-4
/
+3
*
Remove host endianness info from TargetData and
Duncan Sands
2007-12-12
1
-9
/
+0
*
Move TargetData::hostIsLittleEndian out of line, which means we
Chris Lattner
2007-12-11
1
-0
/
+9
*
Silence a warning
Anton Korobeynikov
2007-11-09
1
-1
/
+1
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-60
/
+23
*
Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling
Chris Lattner
2007-10-29
1
-1
/
+7
*
Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes.
Dan Gohman
2007-10-08
1
-6
/
+1
*
Add getABITypeSize, getABITypeSizeInBits
Dale Johannesen
2007-10-01
1
-1
/
+6
*
Don't add a default STACK_ALIGN (use the generic ABI alignment)
Rafael Espindola
2007-09-21
1
-1
/
+0
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
1
-2
/
+6
*
Add support for having different alignment for objects on call frames.
Rafael Espindola
2007-09-07
1
-5
/
+20
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-3
/
+3
*
long double patch 2 of N. Handle it in TargetData.
Dale Johannesen
2007-08-03
1
-0
/
+12
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+595