Age | Commit message (Expand) | Author |
2009-12-30 | remove some fixme's | Chris Lattner |
2009-12-30 | now that instruction metadata is only parsed in one place, eliminate the | Chris Lattner |
2009-12-30 | reimplement ParseOptionalInfo as ParseOptionalCommaAlign, correctly | Chris Lattner |
2009-12-30 | rename ParseOptionalCustomMetadata -> ParseInstructionMetadata, | Chris Lattner |
2009-12-30 | convert 4 more instructions over. | Chris Lattner |
2009-12-30 | add facilities to start factoring instruction metadata parsing | Chris Lattner |
2009-12-30 | reimplement insertvalue/extractvalue metadata handling to not blindly | Chris Lattner |
2009-12-30 | remove two bogus calls that accepted metadata in the middle of insert/extract... | Chris Lattner |
2009-12-30 | rename NamedOrCustomMD -> MetadataVar to follow conventions of all the rest o... | Chris Lattner |
2009-12-30 | rename lltok::Metadata -> lltok::exclaim. We name tokens | Chris Lattner |
2009-12-30 | rename MetadataCache -> NumberedMetadata to follow the convention | Chris Lattner |
2009-12-30 | rewrite ParseMDNodeVector to follow the normal patter used in the .ll parser. | Chris Lattner |
2009-12-30 | rename ParseMDNode -> ParseMDNodeID, since it parses !42, not !{... } as you'... | Chris Lattner |
2009-12-30 | fix parsing of mdstring values. | Chris Lattner |
2009-12-30 | remove the code added in r90497. It has several major issues and no tests. | Chris Lattner |
2009-12-30 | split t_Metadata into t_MDNode and t_MDString, eliminating some unsafe casting. | Chris Lattner |
2009-12-29 | factor code even more. | Chris Lattner |
2009-12-29 | simplify some code and unbreak the build by not consuming an | Chris Lattner |
2009-12-29 | remove a really wrong parenthesis. | Benjamin Kramer |
2009-12-29 | clean up some really strange code. | Chris Lattner |
2009-12-29 | change ParseMDString and ParseMDNode to take arguments of the right type. | Chris Lattner |
2009-12-29 | switch to TrackingVH instead of WeakVH, since these can never | Chris Lattner |
2009-12-29 | Each instruction is allowed to have *multiple* different | Chris Lattner |
2009-12-29 | Final step in the metadata API restructuring: move the | Chris Lattner |
2009-12-28 | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner |
2009-12-28 | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner |
2009-12-28 | Metadata.h doesn't need to include ValueHandle.h anymore. | Chris Lattner |
2009-12-23 | Change errs() to dbgs(). | David Greene |
2009-12-07 | Add MSP430 interrupt calling conv. No functionality change yet. | Anton Korobeynikov |
2009-12-03 | Add ParseInlineMetadata() which can parses metadata that refers to an instruc... | Victor Hernandez |
2009-11-26 | Add a hack for PR5601, a crash on obsolete syntax that we plan to | Chris Lattner |
2009-11-07 | Fix MSVC warning ( | with bool and unsigned int). | Daniel Dunbar |
2009-11-07 | Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. | Victor Hernandez |
2009-11-06 | Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM | Victor Hernandez |
2009-11-05 | Use WeakVH while storing metadata in containers. | Devang Patel |
2009-11-05 | Update CreateMalloc so that its callers specify the size to allocate: | Victor Hernandez |
2009-11-03 | Parse debug info attached with insertvalue and extractvalue instructions. | Devang Patel |
2009-11-02 | typo | Chris Lattner |
2009-11-01 | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner |
2009-10-31 | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner |
2009-10-28 | full asmparser support for blockaddress. We can now do: | Chris Lattner |
2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner |
2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner |
2009-10-26 | Remove FreeInst. | Victor Hernandez |
2009-10-25 | fix PR5295 where the .ll parser didn't reject a function after a global | Chris Lattner |
2009-10-24 | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez |
2009-10-23 | Minor code cleanup. | Victor Hernandez |
2009-10-21 | Rename msasm to alignstack per review. | Dale Johannesen |
2009-10-21 | Make changes to rev 84292 as requested by Chris Lattner. | Victor Hernandez |
2009-10-20 | Cosmetic changes. | Devang Patel |