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
...
*
fix formatting; NFC
Sanjay Patel
2015-07-21
1
-2
/
+2
*
COFF: Let globals with private linkage reside in their own section
David Majnemer
2015-03-17
1
-3
/
+6
*
Teach DataLayout to infer a plausible alignment for things even when nothing ...
Owen Anderson
2015-03-08
1
-3
/
+14
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-90
/
+3
*
Teach DataLayout that alignments on basic types must be powers of two.
Owen Anderson
2015-03-02
1
-0
/
+4
*
Teach DataLayout that ABI alignments for non-aggregate types must be non-zero.
Owen Anderson
2015-03-02
1
-0
/
+3
*
Teach DataLayout that pointer ABI and preferred alignments are required to be...
Owen Anderson
2015-03-02
1
-0
/
+6
*
Teach DataLayout that zero-byte pointer sizes don't make sense.
Owen Anderson
2015-03-02
1
-0
/
+2
*
DataLayout: Validate that the pref alignment is at least the ABI align
David Majnemer
2015-02-16
1
-1
/
+4
*
DataLayout: Report when the datalayout type alignment/width is too large
David Majnemer
2015-02-16
1
-6
/
+11
*
DataLayout: Report when the preferred alignment is less than the ABI
David Majnemer
2015-02-11
1
-0
/
+3
*
DataLayout: Provide nicer diagnostics for malformed strings
David Majnemer
2014-12-10
1
-2
/
+11
*
DataLayout: Be more verbose when diagnosing problems in pointer specs
David Majnemer
2014-12-10
1
-3
/
+10
*
DataLayout: Move asserts over to report_fatal_error
David Majnemer
2014-12-10
1
-7
/
+10
*
Switch the default DataLayout to be little endian, and make the variable
Chandler Carruth
2014-10-20
1
-5
/
+5
*
IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignment
David Majnemer
2014-10-20
1
-2
/
+2
*
Use cast<> instead of unchecked dyn_cast<>
Matt Arsenault
2014-09-18
1
-1
/
+1
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-7
/
+11
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
Use pointer size function where only a pointer is expected
Matt Arsenault
2014-04-23
1
-1
/
+1
*
Fix DataLayout::operator==().
Rafael Espindola
2014-04-22
1
-1
/
+1
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-5
/
+5
*
ARM: update subtarget information for Windows on ARM
Saleem Abdulrasool
2014-04-02
1
-4
/
+3
*
[C++11] Modernize the IR library a bit.
Benjamin Kramer
2014-03-10
1
-37
/
+21
*
[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
[prev]
[next]