aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Add a comment explaining why this code doesn't just callDan Gohman2010-08-241-0/+4
* Add a comment explaining why this code is more complex than itDan Gohman2010-08-241-0/+8
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-242-19/+36
* Give ParseInstructionMetadata access to the PerFunctionState object.Dan Gohman2010-08-242-4/+5
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-203-2/+11
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-201-6/+4
* Don't print the filename twice in file-not-found errors.Dan Gohman2010-08-041-2/+1
* Move MaximumAlignment to be a member of the Value class.Dan Gohman2010-07-301-1/+1
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-281-0/+3
* Revert r109361; it's impossible to write a call with an argument with anEli Friedman2010-07-241-6/+2
* Minor simplification.Eli Friedman2010-07-241-1/+1
* Make the ll parser check that arguments have valid types.Eli Friedman2010-07-241-1/+5
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-3/+2
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-6/+0
* Factor out metadata parsing into a separate function.Dan Gohman2010-07-142-27/+39
* Add support for empty named metadata too. This isn't particularlyDan Gohman2010-07-131-12/+13
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-131-0/+4
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-013-17/+26
* Revert r107205 and r107207.Bill Wendling2010-06-293-10/+3
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-293-3/+10
* Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman2010-05-281-2/+4
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-163-1/+4
* Remove the API compatibility layer which converted add, sub, and mulDan Gohman2010-05-031-7/+23
* reject invalid comma stuff with a message. We reject the case inChris Lattner2010-04-231-4/+4
* reapply 'reject forward references to functions whose type don't match'Chris Lattner2010-04-201-0/+4
* Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar2010-04-171-4/+0
* reject forward references to functions whose type don't matchChris Lattner2010-04-171-0/+4
* turn an assert into a proper check, fixing crash on invalid here:Chris Lattner2010-04-101-2/+1
* fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXXChris Lattner2010-04-072-3/+5
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-061-2/+2
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-061-1/+1
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-051-1/+1
* include header.Chris Lattner2010-04-011-0/+1
* rewrite handling of forward ref'd instruction metadata Chris Lattner2010-04-012-9/+60
* no really, we don't need to copy strings around in the accessor.Chris Lattner2010-04-011-1/+1
* eliminate a temporary smallvectorChris Lattner2010-04-012-13/+5
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-161-7/+7
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-17/+17
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-18/+18
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-124-9/+77
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-122-0/+29
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-063-0/+3
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-1/+0
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-221-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Make the parser include the lower level error message in its own errorDan Gohman2010-01-211-1/+2
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-153-3/+0
* Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrMetadataValIDToValue, a...Victor Hernandez2010-01-112-111/+74
* Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez2010-01-102-18/+17