summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* [ThinLTO] Rename HasSection to NoRename (NFC)Teresa Johnson2016-10-282-3/+3
* BitcodeReader: Require clients to read the block info block at most once.Peter Collingbourne2016-10-271-2/+2
* DebugInfo: fix incorrect alignment type (NFC)Victor Leschuk2016-10-261-2/+13
* Fix spelling mistake in comment.Simon Pilgrim2016-10-201-1/+1
* Fix MSVC bool -> uint64_t promotion warningSimon Pilgrim2016-10-201-1/+1
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-202-7/+27
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-181-1/+3
* ThinLTO: handles modules with empty summariesMehdi Amini2016-10-081-2/+2
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [thinlto] Basic thinlto fdo heuristicPiotr Padlewski2016-09-262-31/+46
* BitcodeReader: Deduplicate code. NFC.Peter Collingbourne2016-09-231-125/+75
* [ThinLTO] Always emit a summary when compiling in ThinLTO modeTeresa Johnson2016-09-202-8/+15
* BitcodeWriter: fix emission of invoke when calling a var-arg function with op...Mehdi Amini2016-09-191-1/+1
* Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini2016-09-171-1/+2
* Fix auto-upgrade of TBAA tags in Bitcode ReaderMehdi Amini2016-09-141-10/+3
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-132-9/+30
* Formatting with clang-format patch r280700Leny Kholodov2016-09-061-22/+21
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-061-5/+10
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-061-27/+23
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-061-23/+27
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-251-33/+104
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-242-2/+4
* Constify some path in the bitcode writer (NFC)Mehdi Amini2016-08-191-6/+6
* [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko2016-08-181-5/+4
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* Fix bitcode auto-upgrade when using bitcode lazy loadingMehdi Amini2016-08-141-1/+3
* Revert "Fix bitcode auto-upgrade when using bitcode lazy loading"Mehdi Amini2016-08-131-9/+9
* Fix bitcode auto-upgrade when using bitcode lazy loadingMehdi Amini2016-08-131-9/+9
* [PM] Port ModuleSummaryIndex analysis to new pass managerTeresa Johnson2016-08-121-6/+5
* Use the range variant of transform instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* Don't import variadic functionsPiotr Padlewski2016-08-112-4/+5
* [ThinLTO] Address review comments from PGO indirect call promotion (NFC)Teresa Johnson2016-07-181-13/+17
* [ThinLTO] Perform profile-guided indirect call promotionTeresa Johnson2016-07-171-4/+65
* Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini2016-07-111-0/+90
* Add an assertion for the value enumerator (bitcode writer) NFCMehdi Amini2016-07-081-1/+6
* Add writeonly IR attributeNicolai Haehnle2016-07-042-0/+4
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-012-11/+27
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-241-2/+23
* BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...Peter Collingbourne2016-06-241-3/+0
* Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg2016-06-231-23/+2
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-231-2/+23
* Delete more dead code.Rafael Espindola2016-06-221-34/+0
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-214-33/+43
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-7/+8
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-1/+1
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-142-10/+31
* BitcodeReader: Use std:::piecewise_construct when upgrading type refsDuncan P. N. Exon Smith2016-06-091-3/+3
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-082-3/+5
* [BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas2016-06-051-0/+1
OpenPOWER on IntegriCloud