aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Use X86_thiscall calling convention for Win64 as well.Tilmann Scheller2011-03-033-4/+0
* Add Win64 thiscall calling convention.Tilmann Scheller2011-03-023-0/+4
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-021-5/+1
* convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-151-1/+1
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-141-1/+1
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-141-1/+1
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-071-44/+30
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-061-4/+4
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-4/+4
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-151-6/+0
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-132-3/+15
* First step in fixing PR8927:Rafael Espindola2011-01-083-5/+13
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo>Nick Lewycky2010-12-191-2/+2
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-4/+3
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-3/+4
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-072-4/+4
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-253-0/+3
* AlignLoc is never used for anything - zap it (gcc-4.6 warning).Duncan Sands2010-10-211-2/+1
* Eliminate some calls to Value::getNameStr.Benjamin Kramer2010-10-161-3/+3
* Pacify a noisy compiler, and sink this variable declaration closer to its uses.Nick Lewycky2010-09-301-1/+1
* Silence compiler warning.Nick Lewycky2010-09-291-1/+1
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-274-22/+22
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-253-0/+7
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+0
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+2
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-101-0/+1
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-284-67/+1
* 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