Josh Klontz
|
b79931d94e
Add missing Interpreter intrinsic lowering for sin, cos and ceil
|
11 years ago |
Hal Finkel
|
8ef7b17dfc
Add @llvm.assume, lowering, and some basic properties
|
11 years ago |
Craig Topper
|
4ba844388c
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
11 years ago |
Chandler Carruth
|
4bbfbdf7d7
[Modules] Move CallSite into the IR library where it belogs. It is
|
11 years ago |
Rafael Espindola
|
39d8dcb53b
Rename some member variables from TD to DL.
|
11 years ago |
Matt Arsenault
|
6d9e013447
Use type form of getIntPtrType.
|
11 years ago |
Justin Holewinski
|
c2b7f5fa51
Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
|
12 years ago |
Bob Wilson
|
58446916b7
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>"
|
12 years ago |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 years ago |
Bob Wilson
|
a0be09f511
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
|
12 years ago |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 years ago |
Chandler Carruth
|
ece6c6bb63
Revert the series of commits starting with r166578 which introduced the
|
12 years ago |
Duncan Sands
|
7ed4f94c13
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
|
13 years ago |
Micah Villmow
|
aa76e9e2cf
Add in support for getIntPtrType to get the pointer type based on the address space.
|
13 years ago |
Micah Villmow
|
3574eca1b0
Move TargetData to DataLayout.
|
13 years ago |
Chandler Carruth
|
06cb8ed006
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
13 years ago |
Bill Wendling
|
efd564fbd6
Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.
|
13 years ago |
Chris Lattner
|
db125cfaf5
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
14 years ago |
Jay Foad
|
a3efbb15dd
Convert CallInst and InvokeInst APIs to use ArrayRef.
|
14 years ago |
Benjamin Kramer
|
eb9a85f09e
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
|
14 years ago |
Jay Foad
|
5fdd6c8793
Second attempt at de-constifying LLVM Types in FunctionType::get(),
|
14 years ago |
Bill Wendling
|
2280ebd614
Revert r134893 and r134888 (and related patches in other trees). It was causing
|
14 years ago |
Jay Foad
|
f362affa3a
De-constify Types in FunctionType::get().
|
14 years ago |
Jakub Staszak
|
9da9934e27
Introduce "expect" intrinsic instructions.
|
14 years ago |
Evan Cheng
|
55d4200336
Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.
|
14 years ago |
Michael J. Spencer
|
1f40960543
Get rid of pop_macro warnings on MSVC.
|
15 years ago |
Gabor Greif
|
a399781289
undo 80 column trespassing I caused
|
15 years ago |
Gabor Greif
|
d0fcab9154
use CallSite::arg_end instead of CallInst::op_end
|
15 years ago |
Gabor Greif
|
9e38531d95
use ArgOperand API and CallSite to access arguments of CallInst
|
15 years ago |
Douglas Gregor
|
7d9663c70b
Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!
|
15 years ago |