Attributes Rewrite
[oota-llvm.git] / lib / AsmParser / LLParser.cpp
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-11 Nick LewyckyDon't crash if a .ll file contains a forward-reference...
2012-10-09 Bill WendlingUse the enum value of the attributes when removing...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
2012-10-08 Bill WendlingUse the Attributes::Builder to build the attributes...
2012-10-08 Bill WendlingConvert the LLVM parser over to using the new Attribute...
2012-10-01 Micah VillmowAdd in support for SPIR to LLVM core. This adds a new...
2012-09-28 Bill WendlingDon't use bit-wise operations to query for inclusion...
2012-09-21 Bill WendlingEncapsulate the "construct*AlignmentFromInt" functions.
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-19 Bill WendlingConvert some attribute existence queries over to use...
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Chad Rosier[ms-inline asm] Emit the (new) inline asm Non-Standard...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Bill Wendling[unwind removal] Remove the 'unwind' instruction parsin...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Pete CooperTypo
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-06 Benjamin KramerPush StringRefs through the metadata interface.
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-11-27 Chris Lattnerremove asmparsing and documentation support for "volati...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove autoupgrade support for LLVM 2.9 exception stuff...
2011-10-18 Lang HamesBacking out patch. Will refactor to remove the AsmParse...
2011-10-17 Lang HamesRe-applying the target data layout verification patch...
2011-10-17 Rafael Espindola142288 broke the build:
2011-10-17 Lang HamesValidate target data layout strings.
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
2011-08-18 Duncan SandsRemove unused variable.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Bill WendlingAdd checks for the landingpad instruction's clause...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattnerswitch to use the new api for structtypes.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-03 Benjamin KramerRemove unused variables.
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-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 WendlingMake sure that the landingpad instruction takes a Const...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-21 Jay FoadMake better use of ConstantExpr::getGetElementPtr's...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
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-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerrevert r133368, apparently I missed the tests to be...
2011-06-18 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-06-17 Matt Beaumont-GayFix -Asserts build
2011-06-17 Chris Lattnerremove another old and dead hunk of code.
2011-06-17 Chris LattnerStop accepting and ignoring attributes in function...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris Lattnerstop accepting begin/end around function bodies in...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Chris LattnerRemove old backwards compatibility support from the...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-03 Benjamin KramerRemove unused variables caught by GCC's -Wunused-but...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
next