Copy clang/Driver/<Option parsing stuff> to llvm.
[oota-llvm.git] / lib / VMCore /
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-03 Pedro Artigasmoves doInitialization and doFinalization to the Pass...
2012-12-03 Bill WendlingAdd 'getInt64Field()' method to get the signed integer...
2012-12-03 Jakob Stoklund OlesenRevert r169039, "Aggregate pass execution time report...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 Zhou ShengRevert previous check in r168581, r169079 as they are...
2012-12-01 NAKAMURA TakumiVMCore/DebugInfo.cpp: DICompileUnit::getSubprograms...
2012-11-30 Jakob Stoklund OlesenAggregate pass execution time report by pass ID instead...
2012-11-30 Patrik HagglundMore strict error checking in parseSpecifier + simplifi...
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-29 Michael IlsemancopyFastMathFlags utility and test case
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...
2012-11-28 Patrik HägglundFix warning. [-Wunused-variable]
2012-11-28 Patrik HägglundAdd error handling in getInt.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-27 Michael IlsemanFast-math flags for LLVM IR parsing and printing
2012-11-27 Michael IlsemanFast-math interfaces for Instructions
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-26 Zhou ShengFix a PassManager pointer use-after-free bug.
2012-11-25 Benjamin KramerMove semantics are great, don't destroy the optimizatio...
2012-11-23 Patrik HägglundDisallow the undocumented practice of starting the...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-20 Eric Christopher80-column and whitespace fixups.
2012-11-19 Eric ChristopherRemove a function argument and propagate const around...
2012-11-19 NAKAMURA TakumiPromote the constant 1 to long long, 1LL or 1ULL in...
2012-11-17 James MolloyAdd a new function to ConstantExpr - getAsInstruction...
2012-11-16 Hans WennborgConstant::IsThreadDependent(): Use dyn_cast<Constant...
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Duncan SandsDo not handle void types in DataLayout. Patch by Patri...
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-11-14 Patrik HägglundRevert some redundant parts of r142605.
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-11-13 Evan ChengRevert r167759. Ben is right this isn't likely to help...
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-11-12 Evan ChengCache size of PassVector to speed up getNumContainedPas...
2012-11-02 David BlaikieInclude all the fields so we can correctly emit DW_TAG_...
2012-11-02 Duncan SandsEnable the assertion in getIntPtrType (I've audited...
2012-11-01 Chandler CarruthRemove a weird static helper from the GEP instruction...
2012-11-01 Chandler CarruthTeach Type::getPointerAddressSpace to look through...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-30 Duncan SandsFix isEliminableCastPair to work correctly in the prese...
2012-10-30 Duncan SandsAdd a helper for telling whether a type is a pointer...
2012-10-30 Ulrich WeigandEnable some additional constant folding for PPCDoubleDo...
2012-10-29 Duncan SandsRemove a wrapper around getIntPtrType added to GVN...
2012-10-29 Duncan SandsFactorize code: rather than duplication the logic in...
2012-10-26 Benjamin KramerLowercase the argument for TargetTransformInfo so it...
2012-10-26 Joerg SonnenbergerDon't explicitly require RTTI and EH.
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-24 Richard SmithFix ODR violations: a virtual function must be defined...
2012-10-23 Nadav RotemAdd a comment which explains why the assert fired and...
2012-10-22 Nadav RotemAdd the "ForceSizeOpt" attribute.
2012-10-21 Hal FinkelDataLayout should use itself when calculating the size...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-17 Bill WendlingRevert r166157 because some tests fail...
2012-10-17 Bill WendlingCheck that the operand of the GEP is not the GEP itself...
2012-10-16 Bill WendlingCleanup whitespace.
2012-10-16 Bill WendlingCleanup whitespace.
2012-10-16 Bill WendlingHave AttributesImpl defriend the Attributes class.
2012-10-16 Bill WendlingHave AttrBuilder defriend the Attributes class.
2012-10-16 Bill WendlingPut simple c'tors inline.
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingUse a ::get method to create the attribute from Attribu...
2012-10-15 Bill WendlingMove the AttributesImpl header file into the VMCore...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-14 Bill WendlingRemove dead methods.
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Benjamin KramerFix use after free when deleting attributes in a chaine...
2012-10-14 Bill WendlingDon't use the new syntax just yet.
2012-10-14 Bill WendlingRemove the bitwise AND operators from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise assignment OR operator from the...
2012-10-14 Bill WendlingRemove the bitwise OR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise XOR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise NOT operator from the Attributes...
2012-10-14 Bill WendlingDecode the LLVM attributes from bitcode using the attri...
2012-10-14 Bill WendlingUse builder to create alignment attributes. Remove...
2012-10-11 Bill WendlingAdd the LLVM context to this c'tor. It will be needed...
2012-10-11 Bill WendlingSupport a common idiom on how to build an Attributes...
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Sean SilvaRevert r165652: "Remove unnecessary RTTI from the build."
2012-10-10 Sean SilvaRemove unnecessary RTTI from the build.
2012-10-10 Bill WendlingCleanup. Get rid of now dead code.
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-09 Bill WendlingUse the attribute enums to query if a function has...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Bill WendlingRevert r165547 to fix build.
2012-10-09 Bill WendlingUse a single location for calculating the alignments.
next