aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Operator.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-02-14Adding a width of the GEP index to the Data Layout.Elena Demikhovsky1-2/+2
2017-03-20[IR] Remove some unneeded includes from Operator.h and fix cpp files that wer...Craig Topper1-0/+1
2017-03-20[IR] Add missing copyright header.Craig Topper1-0/+13
2016-12-02IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne1-1/+1
2016-01-19[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...Eduard Burtescu1-0/+6
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-21Put GEPOperator member function definition in the appropriate .cpp fileDavid Blaikie1-0/+31
2015-05-08[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.David Blaikie1-0/+13