summaryrefslogtreecommitdiff
path: root/test/Bitcode
AgeCommit message (Expand)Author
2017-02-10IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne
2017-02-08Fix bitcode upgrade for DIGlobalVariables with a var: field.Adrian Prantl
2017-02-07Fix the bitcode upgrade for DIGlobalVariable in a DIImportedEntity context.Adrian Prantl
2017-02-01Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen
2017-01-05[ThinLTO] Subsume all importing checks into a single flagTeresa Johnson
2017-01-03Add llvm-bcanalyzer support for new metadata node types.Adrian Prantl
2016-12-28Add an index for Module Metadata record in the bitcodeMehdi Amini
2016-12-28Revert "Add an index for Module Metadata record in the bitcode"Saleem Abdulrasool
2016-12-28Add an index for Module Metadata record in the bitcodeMehdi Amini
2016-12-21IR: Function summary representation for type tests.Peter Collingbourne
2016-12-20IR: Eliminate non-determinism in the module summary analysis.Peter Collingbourne
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-05[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl
2016-11-29Bitcode: Add a more comprehensive multi-module test now that we have both llv...Peter Collingbourne
2016-11-29Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne
2016-11-16Bitcode: Introduce initial multi-module reader API.Peter Collingbourne
2016-11-10IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne
2016-11-09Bitcode: Change the BitcodeReader to use llvm::Error internally.Peter Collingbourne
2016-11-03Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl
2016-11-02Bitcode: Check file size before reading bitcode header.Peter Collingbourne
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne
2016-10-26DebugInfo: add bitcode upgrade test for alignment Victor Leschuk
2016-10-20DebugInfo: remove broken bitcode upgrade testVictor Leschuk
2016-10-20DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk
2016-10-10Teach llvm::StripDebugInfo() about global variable !dbg attachments.Adrian Prantl
2016-10-08[ThinLTO] Record calls to aliasesTeresa Johnson
2016-09-26[thinlto] Basic thinlto fdo heuristicPiotr Padlewski
2016-09-20[ThinLTO] Always emit a summary when compiling in ThinLTO modeTeresa Johnson
2016-09-19BitcodeWriter: fix emission of invoke when calling a var-arg function with op...Mehdi Amini
2016-09-16Fix test after renaming -name-anon-functions pass to -name-anon-globalsMehdi Amini
2016-09-16Fix autoupgrade logic for Objective-C class properties module flagMehdi Amini
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
2016-09-09[Bitcode] Add compatibility test for the 3.9 releaseVedant Kumar
2016-09-07Deleted right filePiotr Padlewski
2016-09-07Revert "[thinlto] Deleted unused test file"Piotr Padlewski
2016-09-07[thinlto] Deleted unused test filePiotr Padlewski
2016-08-12[PM] Port NameAnonFunction pass to new pass managerTeresa Johnson
2016-08-12[PM] Port ModuleSummaryIndex analysis to new pass managerTeresa Johnson
2016-08-11Don't import variadic functionsPiotr Padlewski
2016-07-04Add writeonly IR attributeNicolai Haehnle
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner
2016-06-24BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...Peter Collingbourne
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-06-05[BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas
2016-06-05[BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas
2016-06-05[BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas