Victor Hernandez
|
3e0c99a26f
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests.
|
16 年之前 |
Victor Hernandez
|
96b930ddc7
Auto-upgrade malloc instructions to malloc calls.
|
16 年之前 |
Daniel Dunbar
|
a279bc3da5
Tabs -> spaces, and remove trailing whitespace.
|
16 年之前 |
Devang Patel
|
e8e0213cc3
Write and read metadata attachments.
|
16 年之前 |
Dan Gohman
|
f8dbee7cea
Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.
|
16 年之前 |
Duncan Sands
|
59bf4fcc06
Public and private corrections, warned about by icc (#304).
|
16 年之前 |
Daniel Dunbar
|
92a97a9166
Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this
|
16 年之前 |
Dan Gohman
|
859fff476d
Include optional subclass flags, such as inbounds, nsw, etc., in the
|
16 年之前 |
Devang Patel
|
c0ff8c85dc
Add new value for given index in MDValuePtrs.
|
16 年之前 |
Sandeep Patel
|
65c3c8f323
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
|
16 年之前 |
Devang Patel
|
e4b275610a
Reapply 79977.
|
16 年之前 |
Devang Patel
|
8245988835
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
|
16 年之前 |
Dan Gohman
|
1c8a23c440
Eliminate the unused Context argument on one of the ICmpInst and FCmpInst
|
16 年之前 |
Devang Patel
|
2a610c7387
Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well.
|
16 年之前 |
Dan Gohman
|
5078f84c82
Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap
|
16 年之前 |
Daniel Dunbar
|
dddfd34e32
Switch to SmallString::str from SmallString::c_str, and remove
|
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 年之前 |
Devang Patel
|
d5ac40457b
Use separate ValueList for metadata.
|
16 年之前 |
Owen Anderson
|
647e3016de
Move the metadata constructors back to 2.5 syntax.
|
16 年之前 |
Owen Anderson
|
a7235ea724
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
|
16 年之前 |
Owen Anderson
|
9e9a0d5fc2
Move more code back to 2.5 APIs.
|
16 年之前 |
Devang Patel
|
aa99314251
Read and write NamedMDNode.
|
16 年之前 |
Owen Anderson
|
debcb01b0f
Move types back to the 2.5 API.
|
16 年之前 |
Owen Anderson
|
baf3c40440
Move ConstantExpr to 2.5 API.
|
16 年之前 |
Devang Patel
|
0a9f7b9c3e
Rename MDNode.h header. It defines MDnode and other metadata classes.
|
16 年之前 |
Owen Anderson
|
af7ec97587
Return ConstantVector to 2.5 API.
|
16 年之前 |
Owen Anderson
|
1fd7096407
Change ConstantArray to 2.5 API.
|
16 年之前 |
Owen Anderson
|
8fa3338ed2
Move ConstantStruct back to 2.5 API.
|
16 年之前 |