summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAge
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-07
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-25
* AlignLoc is never used for anything - zap it (gcc-4.6 warning).Duncan Sands2010-10-21
* Eliminate some calls to Value::getNameStr.Benjamin Kramer2010-10-16
* Pacify a noisy compiler, and sink this variable declaration closer to its uses.Nick Lewycky2010-09-30
* Silence compiler warning.Nick Lewycky2010-09-29
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-25
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Add a comment explaining why this code doesn't just callDan Gohman2010-08-24
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-24
* Give ParseInstructionMetadata access to the PerFunctionState object.Dan Gohman2010-08-24
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-20
* Move MaximumAlignment to be a member of the Value class.Dan Gohman2010-07-30
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-28
* Revert r109361; it's impossible to write a call with an argument with anEli Friedman2010-07-24
* Minor simplification.Eli Friedman2010-07-24
* Make the ll parser check that arguments have valid types.Eli Friedman2010-07-24
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Disallow null as a named metadata operand.Dan Gohman2010-07-21
* Factor out metadata parsing into a separate function.Dan Gohman2010-07-14
* Add support for empty named metadata too. This isn't particularlyDan Gohman2010-07-13
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-13
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman2010-05-28
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-16
* Remove the API compatibility layer which converted add, sub, and mulDan Gohman2010-05-03
* reject invalid comma stuff with a message. We reject the case inChris Lattner2010-04-23
* reapply 'reject forward references to functions whose type don't match'Chris Lattner2010-04-20
* Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar2010-04-17
* reject forward references to functions whose type don't matchChris Lattner2010-04-17
* turn an assert into a proper check, fixing crash on invalid here:Chris Lattner2010-04-10
* fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXXChris Lattner2010-04-07
* rewrite handling of forward ref'd instruction metadata Chris Lattner2010-04-01
* eliminate a temporary smallvectorChris Lattner2010-04-01
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-16
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrMetadataValIDToValue, a...Victor Hernandez2010-01-11
* Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez2010-01-10
* fix PR5983, reject function bodies with no blocks per the grammar.Chris Lattner2010-01-09
* When parsing function-local metadata, create a function-local MDNodeVictor Hernandez2010-01-06