projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix assert when emitting llvm.pow.f86.
[oota-llvm.git]
/
include
/
llvm
/
IR
/
DataLayout.h
2015-07-27
Pete Cooper
Revert "Add const to a bunch of Type* in DataLayout...
blob
|
commitdiff
|
raw
2015-07-24
Pete Cooper
Add const to a bunch of Type* in DataLayout. NFC.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-26
Mehdi Amini
DataLayout now returns a const ref to its member string...
blob
|
commitdiff
|
raw
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-17
David Majnemer
COFF: Let globals with private linkage reside in their...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
blob
|
commitdiff
|
raw
|
diff to current
2015-01-26
Eric Christopher
Add a FIXME about preferred alignment to DataLayout.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-27
Tim Northover
AArch64: treat [N x Ty] as a block during procedure...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-20
Chandler Carruth
Switch the default DataLayout to be little endian,...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-20
Chandler Carruth
Remove some completely superfluous trailing comments...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-20
Chandler Carruth
Clean up the comments and doxygen for DataLayout.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-20
David Majnemer
IR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-10
Rafael Espindola
Add doInitialization/doFinalization to DataLayoutPass.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-25
Michael Liao
Fix typo
blob
|
commitdiff
|
raw
|
diff to current
2014-05-13
Artyom Skrobov
Fix build failure with MSVC, following r208680
blob
|
commitdiff
|
raw
|
diff to current
2014-05-13
Artyom Skrobov
[un]wrap extracted from lib/Target/Target[MachineC...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-09
Craig Topper
[C++11] More 'nullptr' conversion or in some cases...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-25
Benjamin Kramer
Add missing slash to make the doxygen output less confu...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-10
Benjamin Kramer
[C++11] Modernize the IR library a bit.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-26
Rafael Espindola
Fix typo. Thanks to Roman Divacky for noticing it.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-26
Rafael Espindola
Compare DataLayout by Value, not by pointer.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-26
Rafael Espindola
Use a sorted array to store the information about a...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-26
Rafael Espindola
Move these functions out of line. A DenseMap lookup...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-25
Rafael Espindola
Use DataLayout from the module when easily available.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-25
Rafael Espindola
Fix resetting the DataLayout in a Module.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-25
Rafael Espindola
Make DataLayout a plain object, not a pass.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-10
Rafael Espindola
Use 'w' instead of 'c' to represent the win32 mangling.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-03
Reid Kleckner
Fix MSVC warning about missing return in DataLayout
blob
|
commitdiff
|
raw
|
diff to current
2014-01-03
Rafael Espindola
Make the llvm mangler depend only on DataLayout.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-01
Rafael Espindola
Remove the 's' DataLayout specification
blob
|
commitdiff
|
raw
|
diff to current
2013-12-13
Rafael Espindola
Pointer sizes are stored in Bytes. Fix variables names...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-16
Matt Arsenault
MemCpyOptimizer: Use max legal int size instead of...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-06
Matt Arsenault
Use type helper functions.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-26
Matt Arsenault
Re-add DataLayout pointer size convenience functions.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-28
Matt Arsenault
Fix extra whitespace / formatting
blob
|
commitdiff
|
raw
|
diff to current
2013-04-16
Eli Bendersky
Cleanup naming: DataLayout s/TD/DL/
blob
|
commitdiff
|
raw
|
diff to current
2013-03-22
Arnaud A. de Grand...
InstCombine: Improve the result bitvect type when foldi...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-21
Chandler Carruth
Hoist the definition of getTypeSizeInBits to be inlinab...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-12
Pete Cooper
Add a doFinalization method to the DataLayout pass.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-01
Michael Liao
Minor coding style fix
blob
|
commitdiff
|
raw
|
diff to current
2013-02-27
David Blaikie
Copy missing member in DataLayout copy ctor.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-30
Eli Bendersky
Clean up whitespace and indentation a bit
blob
|
commitdiff
|
raw
|
diff to current
2013-01-10
Jakub Staszak
Fix include guards so they exactly match file names.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current