Torok Edwin
|
c25e7581b9
assert(0) -> LLVM_UNREACHABLE.
|
16 년 전 |
Nick Lewycky
|
7f6aa2b162
Remove the vicmp and vfcmp instructions. Because we never had a release with
|
16 년 전 |
Nick Lewycky
|
f7e498138f
Don't remove aggregate-typed module level constants before encoding functions
|
16 년 전 |
Dan Gohman
|
ae3a0be92e
Split the Add, Sub, and Mul instruction opcodes into separate
|
16 년 전 |
Nick Lewycky
|
7a0370f66a
Give embedded metadata its own type instead of relying on EmptyStructTy.
|
16 년 전 |
Nick Lewycky
|
cb33799b9f
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
|
16 년 전 |
Chris Lattner
|
266c7bbbbc
Add a new "available_externally" linkage type. This is intended
|
16 년 전 |
Nick Lewycky
|
21cc4460ef
Add support for embedded metadata to LLVM. This introduces two new types of
|
16 년 전 |
Dale Johannesen
|
1b25cb2416
Fix internal representation of fp80 to be the
|
16 년 전 |
Bill Wendling
|
9a507cd915
Revert r66920. It was causing failures in the self-hosting buildbot (in release
|
16 년 전 |
Gabor Greif
|
b14cda3c0d
Second installment of "BasicBlock operands to the back"
|
16 년 전 |
Duncan Sands
|
4dc2b39bf8
It makes no sense to have a ODR version of common
|
16 년 전 |
Duncan Sands
|
5f4ee1fc5d
Remove the one-definition-rule version of extern_weak
|
16 년 전 |
Duncan Sands
|
667d4b8de6
Introduce new linkage types linkonce_odr, weak_odr, common_odr
|
16 년 전 |
Nate Begeman
|
0f123cf732
Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the
|
16 년 전 |
Gabor Greif
|
ae6ab1e950
use precise getters
|
16 년 전 |
Gabor Greif
|
75a46eb800
use specialized accessor instead of plain getOperand(0)
|
16 년 전 |
Rafael Espindola
|
bb46f52027
Add the private linkage.
|
16 년 전 |
Gabor Greif
|
fdede435b9
revert to functionally equivalent formulation
|
16 년 전 |
Gabor Greif
|
8fe53b733b
use the obvious getters
|
16 년 전 |
Chris Lattner
|
38e7721455
Add support for writing LLVM IR to a specified BitstreamWriter.
|
16 년 전 |
Nick Lewycky
|
73ddd4f00d
Commit missed files from nocapture change.
|
16 년 전 |
Bill Wendling
|
6fa311c233
Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release
|
16 년 전 |
Nick Lewycky
|
382da62ec2
It turns out that "align 1" and unaligned are different. Add a bias to the
|
16 년 전 |
Nick Lewycky
|
e642658480
Introducing nocapture, a parameter attribute for pointers to indicate that the
|
16 년 전 |
Daniel Dunbar
|
e2e9d8e6aa
Make sure to set stdout to binary when writing bitcode files via
|
17 년 전 |
Daniel Dunbar
|
d1ce3b48e2
Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.
|
17 년 전 |
Dale Johannesen
|
7111b02c73
Rename APFloat::convertToAPInt to bitcastToAPInt to
|
17 년 전 |
Devang Patel
|
0598866c05
Large mechanical patch.
|
17 년 전 |
Devang Patel
|
e3d76d37e9
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
|
17 년 전 |