2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-10 |
Dale Johannesen | Add X86 MMX type to bitcode and Type. |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Add a comment explaining why this code doesn't just... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Add a comment explaining why this code is more complex... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Extend function-local metadata to be usable as attachments. |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Give ParseInstructionMetadata access to the PerFunction... |
tree | commitdiff |
2010-08-20 |
Bill Wendling | Create the new linker type "linker_private_weak_def_auto". |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Introduce a new temporary MDNode concept. Temporary... |
tree | commitdiff |
2010-08-04 |
Dan Gohman | Don't print the filename twice in file-not-found errors. |
tree | commitdiff |
2010-07-30 |
Dan Gohman | Move MaximumAlignment to be a member of the Value class. |
tree | commitdiff |
2010-07-28 |
Dan Gohman | Define a maximum supported alignment value for load... |
tree | commitdiff |
2010-07-24 |
Eli Friedman | Revert r109361; it's impossible to write a call with... |
tree | commitdiff |
2010-07-24 |
Eli Friedman | Minor simplification. |
tree | commitdiff |
2010-07-24 |
Eli Friedman | Make the ll parser check that arguments have valid... |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Make NamedMDNode not be a subclass of Value, and simpli... |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Disallow null as a named metadata operand. |
tree | commitdiff |
2010-07-14 |
Dan Gohman | Factor out metadata parsing into a separate function. |
tree | commitdiff |
2010-07-13 |
Dan Gohman | Add support for empty named metadata too. This isn... |
tree | commitdiff |
2010-07-13 |
Dan Gohman | Add support for empty metadata nodes: !{}. |
tree | commitdiff |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Eliminate the restriction that the array size in an... |
tree | commitdiff |
2010-05-16 |
Anton Korobeynikov | Add support for thiscall calling convention. |
tree | commitdiff |
2010-05-03 |
Dan Gohman | Remove the API compatibility layer which converted... |
tree | commitdiff |
2010-04-23 |
Chris Lattner | reject invalid comma stuff with a message. We reject... |
tree | commitdiff |
2010-04-20 |
Chris Lattner | reapply 'reject forward references to functions whose... |
tree | commitdiff |
2010-04-17 |
Daniel Dunbar | Revert "reject forward references to functions whose... |
tree | commitdiff |
2010-04-17 |
Chris Lattner | reject forward references to functions whose type don... |
tree | commitdiff |
2010-04-10 |
Chris Lattner | turn an assert into a proper check, fixing crash on... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | fix a crash on invalid metadata, e.g.: call i32 @foo... |
tree | commitdiff |
2010-04-06 |
Chris Lattner | enhance SMDiagnostic to also maintain a pointer to... |
tree | commitdiff |
2010-04-06 |
Chris Lattner | Give llvm::SourceMgr the ability to have a client-specified |
tree | commitdiff |
2010-04-05 |
Chris Lattner | stringref-ize the MemoryBuffer::get apis. This requires |
tree | commitdiff |
2010-04-01 |
Chris Lattner | include header. |
tree | commitdiff |
2010-04-01 |
Chris Lattner | rewrite handling of forward ref'd instruction metadata |
tree | commitdiff |
2010-04-01 |
Chris Lattner | no really, we don't need to copy strings around in... |
tree | commitdiff |
2010-04-01 |
Chris Lattner | eliminate a temporary smallvector |
tree | commitdiff |
2010-02-16 |
Duncan Sands | Introduce isOpaqueTy and use it rather than isa<OpaqueT... |
tree | commitdiff |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
tree | commitdiff |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
tree | commitdiff |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
tree | commitdiff |
2010-02-12 |
Charles Davis | Add a new function attribute, 'alignstack'. It will... |
tree | commitdiff |
2010-02-06 |
Jakob Stoklund Olesen | Reintroduce the InlineHint function attribute. |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Devang Patel | Remove MetadataBase class because it is not adding... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-21 |
Dan Gohman | Make the parser include the lower level error message... |
tree | commitdiff |
2010-01-15 |
Eric Christopher | Remove the InlineHint attribute. There are no current... |
tree | commitdiff |
2010-01-11 |
Victor Hernandez | Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrM... |
tree | commitdiff |
2010-01-10 |
Victor Hernandez | Compute isFunctionLocal in MDNode ctor or via argument... |
tree | commitdiff |
2010-01-09 |
Chris Lattner | fix PR5983, reject function bodies with no blocks per... |
tree | commitdiff |
2010-01-06 |
Victor Hernandez | When parsing function-local metadata, create a function... |
tree | commitdiff |
2010-01-05 |
Victor Hernandez | Re-add parsing of function-local metadata; this time... |
tree | commitdiff |
2010-01-05 |
Devang Patel | Allow null to be an element of NamedMDNode. e.g. !llvm... |
tree | commitdiff |
2010-01-05 |
Benjamin Kramer | Move remaining stuff to the isInteger predicate. |
tree | commitdiff |
2010-01-05 |
Devang Patel | NamedMDNode is a collection MDNodes. |
tree | commitdiff |
2010-01-05 |
Benjamin Kramer | Avoid going through the LLVMContext for type equality... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | remove some fixme's |
tree | commitdiff |
2009-12-30 |
Chris Lattner | now that instruction metadata is only parsed in one... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | reimplement ParseOptionalInfo as ParseOptionalCommaAlig... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | rename ParseOptionalCustomMetadata -> ParseInstructionM... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | convert 4 more instructions over. |
tree | commitdiff |
2009-12-30 |
Chris Lattner | add facilities to start factoring instruction metadata... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | reimplement insertvalue/extractvalue metadata handling... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | remove two bogus calls that accepted metadata in the... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | rename NamedOrCustomMD -> MetadataVar to follow convent... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | rename lltok::Metadata -> lltok::exclaim. We name... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | rename MetadataCache -> NumberedMetadata to follow... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | rewrite ParseMDNodeVector to follow the normal patter... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | rename ParseMDNode -> ParseMDNodeID, since it parses... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | fix parsing of mdstring values. |
tree | commitdiff |
2009-12-30 |
Chris Lattner | remove the code added in r90497. It has several major... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | split t_Metadata into t_MDNode and t_MDString, eliminat... |
tree | commitdiff |
2009-12-29 |
Chris Lattner | factor code even more. |
tree | commitdiff |
2009-12-29 |
Chris Lattner | simplify some code and unbreak the build by not consumi... |
tree | commitdiff |
2009-12-29 |
Benjamin Kramer | remove a really wrong parenthesis. |
tree | commitdiff |
2009-12-29 |
Chris Lattner | clean up some really strange code. |
tree | commitdiff |
2009-12-29 |
Chris Lattner | change ParseMDString and ParseMDNode to take arguments... |
tree | commitdiff |
2009-12-29 |
Chris Lattner | switch to TrackingVH instead of WeakVH, since these... |
tree | commitdiff |
2009-12-29 |
Chris Lattner | Each instruction is allowed to have *multiple* different |
tree | commitdiff |
2009-12-29 |
Chris Lattner | Final step in the metadata API restructuring: move the |
tree | commitdiff |
2009-12-28 |
Chris Lattner | This is a major cleanup of the instruction metadata... |
tree | commitdiff |
2009-12-28 |
Chris Lattner | rename getMDKind -> getMDKindID, make it autoinsert... |
tree | commitdiff |
2009-12-28 |
Chris Lattner | Metadata.h doesn't need to include ValueHandle.h anymore. |
tree | commitdiff |
2009-12-23 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2009-12-07 |
Anton Korobeynikov | Add MSP430 interrupt calling conv. No functionality... |
tree | commitdiff |
2009-12-03 |
Victor Hernandez | Add ParseInlineMetadata() which can parses metadata... |
tree | commitdiff |
2009-11-26 |
Chris Lattner | Add a hack for PR5601, a crash on obsolete syntax that... |
tree | commitdiff |
2009-11-07 |
Daniel Dunbar | Fix MSVC warning ( | with bool and unsigned int). |
tree | commitdiff |
2009-11-07 |
Victor Hernandez | Re-commit r86077 now that r86290 fixes the 179.art... |
tree | commitdiff |
2009-11-06 |
Victor Hernandez | Revert r86077 because it caused crashes in 179.art... |
tree | commitdiff |
2009-11-05 |
Devang Patel | Use WeakVH while storing metadata in containers. |
tree | commitdiff |
2009-11-05 |
Victor Hernandez | Update CreateMalloc so that its callers specify the... |
tree | commitdiff |
2009-11-03 |
Devang Patel | Parse debug info attached with insertvalue and extractv... |
tree | commitdiff |
2009-11-02 |
Chris Lattner | typo |
tree | commitdiff |
2009-11-01 |
Chris Lattner | Revert 85678/85680. The decision is to stay with the... |
tree | commitdiff |
next |