summaryrefslogtreecommitdiff
path: root/unittests/IR
Commit message (Expand)AuthorAgeFilesLines
* [IR] Add range accessors for the indices of a GEP instruction.Chandler Carruth2017-02-281-0/+35
* [IR] Add a Instruction::dropPoisonGeneratingFlags helperSanjoy Das2017-02-231-0/+61
* [GlobalObject] Fix setSection("")Keno Fischer2017-02-151-0/+21
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-3/+4
* [PM] Introduce a PoisoningVH as a (more expensive) alternative toChandler Carruth2017-01-241-0/+93
* Fix some -Wsign-compare warnings by making some integer literals explicitly u...David Blaikie2017-01-121-3/+3
* [DebugInfo] Added DI macro creation API to DIBuilder.Amjad Aboud2017-01-121-0/+69
* [StructurizeCfg] Update dominator info.Serge Pavlov2017-01-101-0/+10
* [IR] Adding const_value_op_iterator for IR/User.hMohammed Agabaria2017-01-091-0/+25
* [PM] Introduce the facilities for registering cross-IR-unit dependenciesChandler Carruth2016-12-271-43/+327
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-5/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-32/+49
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-49/+32
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-32/+49
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-49/+32
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-32/+49
* [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...Amjad Aboud2016-12-142-10/+14
* [PM] Support invalidation of inner analysis managers from a pass over the out...Chandler Carruth2016-12-101-25/+15
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-7/+8
* [PM] Extend the explicit 'invalidate' method API on analysis results toChandler Carruth2016-11-281-0/+103
* [PM] Change the static object whose address is used to uniquely identifyChandler Carruth2016-11-231-6/+6
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-6/+14
* DebugInfo: fix incorrect alignment type (NFC)Victor Leschuk2016-10-261-2/+2
* [unittests] Remove an MSVC 2013 workaround, NFCI.Vedant Kumar2016-10-251-3/+0
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-26/+49
* Introduce ConstantRange.addWithNoSignedWrapArtur Pilipenko2016-10-191-0/+26
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-181-7/+7
* Avoid unnecessary constexpr to appease MSVC 2013Reid Kleckner2016-10-111-1/+1
* Make RandomNumberGenerator compatible with <random>Mehdi Amini2016-10-111-0/+27
* [ConstantRange] Make getEquivalentICmp smarterSanjoy Das2016-10-021-0/+45
* Revert r283057 and r283058Sanjoy Das2016-10-021-31/+0
* [ConstantRange] Make getEquivalentICmp smarterSanjoy Das2016-10-021-0/+31
* Verifier: Mark orphaned DICompileUnits as a debug info failure.Adrian Prantl2016-09-141-20/+53
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-132-45/+20
* Formatting with clang-format patch r280700Leny Kholodov2016-09-064-40/+40
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-064-68/+72
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-064-86/+82
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-064-82/+86
* IR: Appease MSVC after r280107 with an & or twoDuncan P. N. Exon Smith2016-08-301-1/+1
* ADT: Split out simple_ilist, a simple intrusive listDuncan P. N. Exon Smith2016-08-302-0/+49
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-4/+3
* [PM] Re-instate r279227 and r279228 with a fix to the way the templatingChandler Carruth2016-08-191-0/+57
* [PM] Revert r279227 and r279228 until I can find someone to help meChandler Carruth2016-08-191-57/+0
* [PM] Fix a compile error with GCC. NFC.Chandler Carruth2016-08-191-2/+2
* [PM] Make the the new pass manager support fully generic extra argumentsChandler Carruth2016-08-191-0/+57
* Support the DW_AT_noreturn DWARF flag.Adrian Prantl2016-08-171-2/+3
* Add support to paternmatch for simple const Value cases.Pete Cooper2016-08-121-0/+27
* IR: Drop uniquing when an MDNode Value operand is deletedDuncan P. N. Exon Smith2016-08-031-2/+61
* Fix warnings in FunctionTest.cpp.Justin Lebar2016-07-131-6/+12
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-59/+63