Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Michael IlsemanFast-math flags for LLVM IR parsing and printing
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-04 Bill WendlingUse method to query for attributes.
2012-09-20 Bill WendlingMake the 'getAsString' function a method of the Attribu...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-13 Micah VillmowUnify the emission of the calling conventions into...
2012-09-12 Duncan SandsWhen calling print directly on a global (eg from the...
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-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-07-16 Aaron BallmanMSVC's implementation of isalnum will assert on charact...
2012-07-03 Bill WendlingUse the DebugInfo's 'print()' method to emit the comments.
2012-06-28 Bill WendlingUse the interface through DIDescriptor to get the tag...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Tweak to check #INF and #NAN...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Use APFloat instead of atof(3).
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-04 Devang PatelUpdate llvm debug version to support new structure...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Chris Lattnerfix asmwriting of ConstantDataArray to use the right...
2012-01-26 Chris LattnerContinue improving support for ConstantDataAggregate...
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-09 Bill WendlingAdd dump method for debugging.
2011-11-02 Benjamin KramerDon't print two 0x prefixes when printing an address.
2011-09-30 Andrew TrickTracing or debug-printing a newly formed instruction...
2011-09-30 Andrew Trickwhitespace
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
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 Lattnerswitch to the new struct apis.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-03 Chris Lattnerfix PR10286, a problem with the .ll printer handling...
2011-08-01 Jay FoadAdd braces.
2011-08-01 Jay FoadSimplify printAlias.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-11 Jay FoadRemove mentions of type planes.
2011-07-09 Chris LattnerEliminate the WriteTypeSymbolic function. Now that...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-24 Devang PatelRevert unintentional check-in.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-21 Devang PatelRemove r130409, as requested by Chris.
2011-06-20 Jay FoadMake better use of the PHINode API.
2011-06-18 Chris Lattnernow that Type::getDescription() is dead, the TypePrinti...
2011-06-15 Nick LewyckyTeach the .ll parser to handle named metadata with...
2011-04-28 Devang PatelAdd command line option to print debug info in human...
2011-04-24 Jay FoadFix an assert to check exactly what it says.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getIndices() to return...
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-07 Justin Holewinskiptx: Fix calling convention printing in AsmWriter.cpp
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-18 Devang PatelThese tags are now covered by dwarf::TagString().
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-25 Rafael EspindolaMove unnamed_addr after the function arguments on Sabre...
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-09 Dan GohmanMDNodes are not Constants.
2010-09-09 Dan GohmanPrint invalid metadata references as <badref>, for...
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris Lattnerreapply 112894:
2010-09-02 Chris Lattnerrevert patch, need to update clang tests too
2010-09-02 Chris LattnerRemove #uses comments from functions: they we're padded...
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-20 Dan GohmanGive MDNode printing has access to the current Module...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Dan GohmanJust use getParent() instead of getModuleFromVal when...
2010-07-14 Dan GohmanRename WriteConstantInt to WriteConstantInternal, to...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-07 Chris Lattneruse PrintEscapedString to handle attribute section...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-10 Chris Lattnerfix PR7105 by enumerating MDNodes on all @llvm.foo
next