summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-3/+3
* BitcodeReader: Only create one basic block for each blockaddressDuncan P. N. Exon Smith2014-08-162-20/+18
* UseListOrder: Correctly count the number of usesDuncan P. N. Exon Smith2014-08-161-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-132-4/+4
* BitcodeReader: Fix non-determinism in use-list orderDuncan P. N. Exon Smith2014-08-052-3/+15
* UseListOrder: Fix blockaddress use-list orderDuncan P. N. Exon Smith2014-08-011-6/+20
* BitcodeReader: Change mechanics of BlockAddress forward references, NFCDuncan P. N. Exon Smith2014-08-012-38/+51
* BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith2014-08-012-9/+65
* UseListOrder: Handle self-usersDuncan P. N. Exon Smith2014-07-311-3/+3
* UseListOrder: Don't give constant IDs to GlobalValuesDuncan P. N. Exon Smith2014-07-311-3/+6
* UseListOrder: Visit global valuesDuncan P. N. Exon Smith2014-07-301-4/+3
* Reapply "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-301-14/+55
* UseListOrder: Fix undefined behaviourDuncan P. N. Exon Smith2014-07-301-2/+7
* Revert "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-291-55/+14
* UseListOrder: Order GlobalValue uses after initializersDuncan P. N. Exon Smith2014-07-291-14/+55
* UseListOrder: Create a struct around OrderMap, NFCDuncan P. N. Exon Smith2014-07-291-1/+9
* Have a single enum for "not a bitcode" error.Rafael Espindola2014-07-291-9/+3
* Move the bitcode error enum to the include directory.Rafael Espindola2014-07-292-276/+248
* IR: Create the use-list order shuffle vector in-placeDuncan P. N. Exon Smith2014-07-291-4/+3
* Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith2014-07-291-0/+3
* IR: Optimize size of use-list order shuffle vectorsDuncan P. N. Exon Smith2014-07-281-6/+5
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-285-101/+271
* Bitcode: Don't optimize constants when preserving use-list orderDuncan P. N. Exon Smith2014-07-251-0/+6
* IPO: Add use-list-order verifierDuncan P. N. Exon Smith2014-07-251-7/+2
* Add a dereferenceable attributeHal Finkel2014-07-182-1/+7
* Rename AlignAttribute to IntAttributeHal Finkel2014-07-182-2/+2
* Roundtrip the inalloca bit on allocas through bitcodeReid Kleckner2014-07-162-4/+15
* Fix a bug in the conversion to ErrorOr.Rafael Espindola2014-07-041-2/+2
* Revert "Convert a few std::strings to StringRef."Rafael Espindola2014-07-042-25/+13
* Convert a few std::strings to StringRef.Rafael Espindola2014-07-042-13/+25
* Convert these functions to use ErrorOr.Rafael Espindola2014-07-042-10/+11
* Remove unused old-style error handling.Rafael Espindola2014-07-041-5/+2
* IR: Add COMDATs to the IRDavid Majnemer2014-06-275-1/+99
* IRReader: don't mark MemoryBuffers constAlp Toker2014-06-271-3/+2
* Propagate const-correctness into parseBitcodeFile()Alp Toker2014-06-271-2/+3
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-251-1/+2
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-232-23/+16
* Revert a C API difference that I incorrectly introduced.Rafael Espindola2014-06-182-0/+5
* Remove BitcodeReader::setBufferOwned.Rafael Espindola2014-06-182-22/+10
* Run clang-format in a small chunk of code I am about to change.Rafael Espindola2014-06-181-13/+9
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-2/+2
* Convert a few loops to use ranges.Rafael Espindola2014-06-171-18/+15
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-132-2/+14
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-132-84/+82
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-132-29/+30
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-122-0/+2
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-122-3/+3
* Mark a few functions noexcept.Rafael Espindola2014-06-101-1/+1
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-062-2/+4
OpenPOWER on IntegriCloud