Chandler Carruth
|
06cb8ed006
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
13 жил өмнө |
Bill Wendling
|
aa5abe88d6
[unwind removal] We no longer have 'unwind' instructions being generated, so
|
13 жил өмнө |
Bill Wendling
|
711395527e
Use the C personality function instead of the C++ personality function.
|
14 жил өмнө |
Bill Wendling
|
3ca2ad1156
Attempt to update the shadow stack GC pass to the new EH model.
|
14 жил өмнө |
Chris Lattner
|
3ebb64946b
switch to use the new api for structtypes.
|
14 жил өмнө |
Bill Wendling
|
dccc03b242
Add the 'resume' instruction for the new EH rewrite.
|
14 жил өмнө |
Bill Wendling
|
10c6d12a9f
Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,
|
14 жил өмнө |
Bill Wendling
|
772fe17a6d
Merge the contents from exception-handling-rewrite to the mainline.
|
14 жил өмнө |
Jay Foad
|
b4263a6ff4
Fix more MSVC warnings caused by a cases I missed when converting
|
14 жил өмнө |
Jay Foad
|
0a2a60ace9
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
|
14 жил өмнө |
Chris Lattner
|
db125cfaf5
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
14 жил өмнө |
Jay Foad
|
a3efbb15dd
Convert CallInst and InvokeInst APIs to use ArrayRef.
|
14 жил өмнө |
Chris Lattner
|
1afcace3a3
Land the long talked about "type system rewrite" patch. This
|
14 жил өмнө |
Jay Foad
|
267010864e
Replace the existing forms of ConstantArray::get() with a single form
|
14 жил өмнө |
Chris Lattner
|
b065b06c12
Revamp the "ConstantStruct::get" methods. Previously, these were scattered
|
14 жил өмнө |
Gabor Greif
|
89c4cead3c
use ArgOperand API and CallSite to access arguments of CallInst
|
15 жил өмнө |
Gabor Greif
|
a9b2313c13
use abstract accessors to CallInst
|
15 жил өмнө |
Eric Christopher
|
551754c495
Revert 101465, it broke internal OpenGL testing.
|
15 жил өмнө |
Gabor Greif
|
4ec2258ffb
reapply r101434
|
15 жил өмнө |
Gabor Greif
|
607a7ab3da
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
|
15 жил өмнө |
Gabor Greif
|
2ff961f668
reapply r101364, which has been backed out in r101368
|
15 жил өмнө |
Gabor Greif
|
9ee1720811
back out r101364, as it trips the linux nightlybot on some clang C++ tests
|
15 жил өмнө |
Gabor Greif
|
165dac08d1
rotate CallInst operands, i.e. move callee to the back
|
15 жил өмнө |
Nick Lewycky
|
f5a86f45e7
Remove includes of Support/Compiler.h that are no longer needed after the
|
16 жил өмнө |
Nick Lewycky
|
6726b6d75a
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
|
16 жил өмнө |
Duncan Sands
|
ac53a0b272
Introduce and use convenience methods for getting pointer types
|
16 жил өмнө |
Nick Lewycky
|
c332fba828
Remove the default value for ConstantStruct::get's isPacked parameter and
|
16 жил өмнө |
Owen Anderson
|
0e275dc538
Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
|
16 жил өмнө |
Owen Anderson
|
1d0be15f89
Push LLVMContexts through the IntegerType APIs.
|
16 жил өмнө |
Owen Anderson
|
d7f2a6cb3f
Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs.
|
16 жил өмнө |