lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will not...
[oota-llvm.git] / lib / VMCore /
2011-08-18 Chris LattnerRip out the old StructType APIs as warned about on...
2011-08-17 Bill WendlingRevert r137655. There is some question about whether...
2011-08-16 Bill WendlingThe resume instruction may throw. Return 'true' in...
2011-08-16 Bill WendlingAdd getFirstInsertionPt() method.
2011-08-15 Bill WendlingDuncan pointed out that the LandingPadInst might read...
2011-08-15 Eli FriedmanFix predicates methods on Instruction to handle atomic...
2011-08-13 Nick LewyckyRemove the last improper use of getGlobalContext()...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattneradd ifdef's to let people easily remove these dead...
2011-08-12 Chris Lattnerswitch to the new struct apis.
2011-08-12 Chris Lattnerforward to the correct constructor.
2011-08-12 Chris Lattneradd two missing function impls
2011-08-12 Chris Lattneradd new accessors to reflect new terminology in struct...
2011-08-10 Eli FriedmanWhitespace.
2011-08-09 NAKAMURA TakumiVMCore/BasicBlock.cpp: Don't assume BasicBlock::iterato...
2011-08-09 NAKAMURA TakumiFix whitespace.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-08 Bill WendlingIndicate that there are changes if runOfFunction return...
2011-08-08 Bill WendlingRemove unnecessary space.
2011-08-07 Chris Lattnerstrengthen up an assertion: you can't create a constant...
2011-08-03 Chris Lattnerfix PR10286, a problem with the .ll printer handling...
2011-08-02 Bill WendlingRemove the LLVMBuildUnwind C API function.
2011-08-01 Jay FoadAdd braces.
2011-08-01 Jay FoadSimplify printAlias.
2011-08-01 Jay FoadMicro-optimisation in getAliasedGlobal.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Chris Lattnerhave the verifier catch gep's into opaque struct types...
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-28 Bill WendlingDon't add in the asked for size so that we don't copy...
2011-07-28 Bill WendlingMake sure that the landingpad instruction takes a Const...
2011-07-28 Bill WendlingAdd a couple of convenience functions:
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Eli FriedmanMisc mid-level changes for new 'fence' instruction.
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Jay FoadUse ArrayRef in the (protected) constructors of Constan...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-21 Jay FoadMake better use of ConstantExpr::getGetElementPtr's...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-19 Jay FoadConvert ConstantFoldGetElementPtr to use ArrayRef.
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-17 Chris Lattnertidy up
2011-07-15 Chris Lattnerdeconstify getType()'s.
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 Chris Lattnerremove the old and dangerous uncheckedReplaceAllUsesWit...
2011-07-15 Chris Lattnerdevirtualize Constant::isNullValue:
2011-07-15 Chris Lattneradd CFP::isNegative() and ConstnatInt::isNegative(...
2011-07-15 Chris Lattnerbump pointer allocate LLVM IR types, since they are...
2011-07-14 Devang PatelAdd dump()
2011-07-14 Chris LattnerFix GlobalValue::isDeclaration() to always consider...
2011-07-14 Rafael EspindolaAdd LLVMConstNamedStruct to the C api to let its users...
2011-07-14 Chris LattnerDebugLoc's don't hide any interesting types for TypeFin...
2011-07-14 Chris Lattnermanually copy debugloc over to a new instruction in...
2011-07-14 Chris Lattneradd comments.
2011-07-14 Chris Lattnerconsolidate GlobalValue::isDeclaration into one
2011-07-14 Chris Lattnercode cleanup
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-14 Chris Lattneradd a couple more missing C api, patch by Vitaly Lugovskiy!
2011-07-14 Frits van BommelSimplify some functions in the C API by using an ArrayR...
2011-07-14 Chris Lattneradd C api for hte new type system rewrite API. Patch...
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-07-13 Jay FoadRevert r135042. As Chris pointed out, it had no effect...
2011-07-13 Jay FoadReally cache function types and anonymous struct types.
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-13 Chris Lattnerstop leaking all named struct types with an empty name...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Chris Lattnersimplify assertions to not be completely redundant.
2011-07-12 Chris Lattnermake the IRBuilder type methods return non-const types.
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-12 Nick LewyckyTypeMap had a destructor that destroyed the types it...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-11 Jay FoadRemove mentions of type planes.
2011-07-10 Chandler CarruthSilence -Wunused-variable in release builds.
2011-07-09 Chris Lattnerthe various ConstantExpr::get*Ty methods existed to...
2011-07-09 Chris Lattnerdon't load element before checking to see if it is...
2011-07-09 Chris LattnerEliminate the WriteTypeSymbolic function. Now that...
2011-07-09 Chris Lattnerremove the DerivedType which isn't adding value anymore.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-07-01 Dan GohmanImprove constant folding of undef for cmp and select...
2011-07-01 Dan GohmanImprove constant folding of undef for binary operators.
2011-06-30 Rafael EspindolaAdd r134057 back, but splice the predecessor after...
2011-06-29 Chad RosierTemporarily revert r134057: "Let simplify cfg simplify...
2011-06-29 Rafael EspindolaLet simplify cfg simplify bb with only debug and lifeti...
2011-06-28 Jay FoadPR10210: New method ConstantArray::getAsCString()....
2011-06-24 Devang PatelRevert unintentional check-in.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-22 Jay FoadMake ConstantVector::get() always take an ArrayRef...
next