index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
DataLayout.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix typo. Thanks to Roman Divacky for noticing it.
Rafael Espindola
2014-02-26
1
-8
/
+8
*
Compare DataLayout by Value, not by pointer.
Rafael Espindola
2014-02-26
1
-0
/
+10
*
Use a sorted array to store the information about a few address spaces.
Rafael Espindola
2014-02-26
1
-32
/
+36
*
Move these functions out of line. A DenseMap lookup is not a simple operation.
Rafael Espindola
2014-02-26
1
-0
/
+24
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-4
/
+0
*
Fix resetting the DataLayout in a Module.
Rafael Espindola
2014-02-25
1
-4
/
+14
*
Store a DataLayout in Module.
Rafael Espindola
2014-02-25
1
-1
/
+7
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-24
/
+23
*
Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Cameron McInally
2014-01-13
1
-2
/
+3
*
Use 'w' instead of 'c' to represent the win32 mangling.
Rafael Espindola
2014-01-10
1
-5
/
+5
*
Fix uninitialized variable warning in DataLayout.
Cameron McInally
2014-01-07
1
-2
/
+2
*
Improve documentation of the 'a' specifier and the '<abi>:<pref>' align pair.
Rafael Espindola
2014-01-06
1
-0
/
+3
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-0
/
+49
*
Remove the 's' DataLayout specification
Rafael Espindola
2014-01-01
1
-11
/
+5
*
Make this array const.
Rafael Espindola
2013-12-20
1
-4
/
+4
*
Change getStringRepresentation to skip defaults.
Rafael Espindola
2013-12-19
1
-17
/
+45
*
Pointer sizes are stored in Bytes. Fix variables names to say so.
Rafael Espindola
2013-12-13
1
-19
/
+19
*
DataLayout: value initialize globals to avoid static construction.
Benjamin Kramer
2013-11-19
1
-2
/
+2
*
MemCpyOptimizer: Use max legal int size instead of pointer size
Matt Arsenault
2013-09-16
1
-0
/
+7
*
Minor code simplification suggested by Duncan
Matt Arsenault
2013-07-27
1
-2
/
+1
*
Re-add DataLayout pointer size convenience functions.
Matt Arsenault
2013-07-26
1
-0
/
+10
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Fix extra whitespace / formatting
Matt Arsenault
2013-06-28
1
-3
/
+0
*
Remove duplicated comment
Matt Arsenault
2013-05-18
1
-5
/
+0
*
Cleanup naming: DataLayout s/TD/DL/
Eli Bendersky
2013-04-16
1
-3
/
+3
*
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-22
1
-0
/
+7
*
Hoist the definition of getTypeSizeInBits to be inlinable and in the
Chandler Carruth
2013-03-21
1
-41
/
+0
*
Add a doFinalization method to the DataLayout pass.
Pete Cooper
2013-03-12
1
-0
/
+6
*
Clean up whitespace and indentation a bit
Eli Bendersky
2013-01-30
1
-4
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+725