Historial de Commits

Autor SHA1 Mensaje Fecha
  Victor Hernandez 66284e063a Auto-upgrade free instructions to calls to the builtin free function. hace 16 años
  Devang Patel 9d89df1690 Hide MetadataContext implementation details. hace 16 años
  Dale Johannesen 8ba2d5befc Rename msasm to alignstack per review. hace 16 años
  Victor Hernandez 68afa54033 Make changes to rev 84292 as requested by Chris Lattner. hace 16 años
  Victor Hernandez 13ad5aaaff Autoupgrade malloc insts to malloc calls. hace 16 años
  Dale Johannesen 4360298d2b Add an "msasm" flag to inline asm as suggested in PR 5125. hace 16 años
  Devang Patel a917bfe8c2 Remove unnecessary assert. hace 16 años
  Chris Lattner cf0fe8d813 strength reduce a ton of type equality tests to check the typeid (Through hace 16 años
  Devang Patel 58a230a491 Only one custom meadata of each kind can be attached with an instruction. hace 16 años
  Devang Patel e30e678865 s/class Metadata/class MetadataContext/g hace 16 años
  Devang Patel a2148402ce Do not use global typedef for MDKindID. hace 16 años
  Victor Hernandez 3e0c99a26f Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. hace 16 años
  Victor Hernandez 96b930ddc7 Auto-upgrade malloc instructions to malloc calls. hace 16 años
  Daniel Dunbar a279bc3da5 Tabs -> spaces, and remove trailing whitespace. hace 16 años
  Devang Patel e8e0213cc3 Write and read metadata attachments. hace 16 años
  Dan Gohman f8dbee7cea Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. hace 16 años
  Duncan Sands 59bf4fcc06 Public and private corrections, warned about by icc (#304). hace 16 años
  Daniel Dunbar 92a97a9166 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this hace 16 años
  Dan Gohman 859fff476d Include optional subclass flags, such as inbounds, nsw, etc., in the hace 16 años
  Devang Patel c0ff8c85dc Add new value for given index in MDValuePtrs. hace 16 años
  Sandeep Patel 65c3c8f323 Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. hace 16 años
  Devang Patel e4b275610a Reapply 79977. hace 16 años
  Devang Patel 8245988835 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. hace 16 años
  Dan Gohman 1c8a23c440 Eliminate the unused Context argument on one of the ICmpInst and FCmpInst hace 16 años
  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. hace 16 años
  Dan Gohman 5078f84c82 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap hace 16 años
  Daniel Dunbar dddfd34e32 Switch to SmallString::str from SmallString::c_str, and remove hace 16 años
  Owen Anderson 0e275dc538 Actually privatize a IntegerTypes, and fix a few bugs exposed by this. hace 16 años
  Owen Anderson 1d0be15f89 Push LLVMContexts through the IntegerType APIs. hace 16 años
  Owen Anderson d7f2a6cb3f Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. hace 16 años