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
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-2
/
+2
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
[SVE][IR] Scalable Vector size queries and IR instruction support
Graham Hunter
2019-10-08
1
-1
/
+5
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-45
/
+38
*
[Alignment][NFC] DataLayout migration to llvm::Align
Guillaume Chatelet
2019-09-23
1
-10
/
+9
*
[Alignment][NFC] Switch DataLayout private members to llvm::Align
Guillaume Chatelet
2019-09-23
1
-19
/
+18
*
[Alignment][NFC] migrate DataLayout internal struct to llvm::Align
Guillaume Chatelet
2019-09-20
1
-49
/
+57
*
[LLVM][NFC] Removing unused functions
Guillaume Chatelet
2019-08-23
1
-6
/
+0
*
[DataLayout] Check StackNatural and FunctionPtr alignments.
Florian Hahn
2019-08-07
1
-2
/
+8
*
[LLVM][Alignment] Introduce Alignment Type in DataLayout
Guillaume Chatelet
2019-08-05
1
-4
/
+4
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-2
/
+2
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-6
/
+3
*
[IR][ARM] Add function pointer alignment to datalayout
Michael Platings
2019-03-08
1
-0
/
+20
*
Rollback of rL355585.
Mitch Phillips
2019-03-07
1
-20
/
+0
*
[IR][ARM] Add function pointer alignment to datalayout
Michael Platings
2019-03-07
1
-0
/
+20
*
Revert "[IR][ARM] Add function pointer alignment to datalayout"
Mitch Phillips
2019-03-06
1
-20
/
+0
*
[IR][ARM] Add function pointer alignment to datalayout
Michael Platings
2019-03-06
1
-0
/
+20
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[BasicAA] Support arbitrary pointer sizes (and fix an overflow bug)
Hal Finkel
2019-01-02
1
-0
/
+8
*
[NFC] Make getPreferredAlignment honor section markings.
Eli Friedman
2018-08-29
1
-1
/
+15
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-06-09
1
-4
/
+2
*
Revert commit 333506
Serge Pavlov
2018-05-30
1
-2
/
+4
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-05-30
1
-4
/
+2
*
Reverted commits 333390, 333391 and 333394
Serge Pavlov
2018-05-29
1
-2
/
+4
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-05-29
1
-4
/
+2
*
Add default address space for functions to the data layout (1/3)
Dylan McKay
2018-02-19
1
-3
/
+14
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-10
/
+51
*
Support, IR, ADT: Check nullptr after allocation with malloc/realloc or calloc
Matthias Braun
2017-07-20
1
-0
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[DataLayout] Add llvm_unreachable to the default of a nested switch statement...
Craig Topper
2017-05-22
1
-1
/
+1
*
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-05-05
1
-12
/
+15
*
[DataLayout] Removed default value from a variable that isn't used without be...
Craig Topper
2017-04-19
1
-3
/
+2
*
[IR] Implement DataLayout::getPointerTypeSizeInBits using getPointerSizeInBit...
Craig Topper
2017-04-17
1
-5
/
+2
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-0
/
+8
*
[IR] Use a binary search in DataLayout::getAlignmentInfo
Craig Topper
2017-03-23
1
-58
/
+47
*
[IR] Remove validAlignment and validPointer methods DataLayout as they aren't...
Craig Topper
2017-03-21
1
-6
/
+0
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-6
/
+3
*
[IR/DataLayout] Simplify the code using PowerOf2Ceil. NFCI.
Davide Italiano
2016-11-11
1
-6
/
+2
*
[IR] Introduce a non-integral pointer type
Sanjoy Das
2016-07-28
1
-0
/
+14
*
[IR] Make getIndexedOffsetInType return a signed result
David Majnemer
2016-07-13
1
-5
/
+5
*
Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC.
Jun Bum Lim
2016-05-13
1
-1
/
+1
*
Replace Type::getInt32Ty() and comparison by isIntegerTy(32). NFC.
Manuel Jacob
2016-01-22
1
-3
/
+1
*
[opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...
Eduard Burtescu
2016-01-22
1
-19
/
+12
*
[opaque pointer types] [NFC] gep_type_{begin,end} now take source element typ...
Eduard Burtescu
2016-01-22
1
-1
/
+4
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-2
/
+2
*
Instcombine: destructor loads of structs that do not contains padding
Mehdi Amini
2015-12-15
1
-2
/
+7
*
Revert "Add const to a bunch of Type* in DataLayout. NFC."
Pete Cooper
2015-07-27
1
-13
/
+13
*
Add const to a bunch of Type* in DataLayout. NFC.
Pete Cooper
2015-07-24
1
-13
/
+13
[next]