summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-12-12Clean up static analyzer warnings.Michael Ilseman
2014-12-12Pass a FD to resise_file and add a testcase.Rafael Espindola
2014-12-12Remove unused feature. NFC.Rafael Espindola
2014-12-12Emit Tag_ABI_FP_16bit_format build attribute.Charlie Turner
2014-12-12Update the modules build to match r223802.Richard Smith
2014-12-12Document that PassManager::add() may delete the pass right away.Matthias Braun
2014-12-12Comment and minor code cleanup for GCStrategy (NFC)Philip Reames
2014-12-12Add target hook for whether it is profitable to reduce load widthsMatt Arsenault
2014-12-11Bitcode: Use unsigned char to record MDStringsDuncan P. N. Exon Smith
2014-12-11Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith
2014-12-11Bitcode: Add `OLD_` prefix to metadata node recordsDuncan P. N. Exon Smith
2014-12-11IR: Store MDNodes in a separate LeakDetector containerDuncan P. N. Exon Smith
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun
2014-12-11LeakDetector: Simplify code and fix comments, NFCDuncan P. N. Exon Smith
2014-12-11Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola
2014-12-11This reverts commit r224043 and r224042.Rafael Espindola
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun
2014-12-11[CodeGen] Let MachineVerifierPass own its banner stringMatthias Braun
2014-12-11Remove dead code. NFC.Rafael Espindola
2014-12-11[AVX512] Add support for 512b variable bit shift intrinsics.Cameron McInally
2014-12-11AVX-512: Added all forms of COMPRESS instructionElena Demikhovsky
2014-12-11Make MultiClass::DefPrototypes own their Records to fix memory leaks.Craig Topper
2014-12-11GCStrategy should not own GCFunctionInfoPhilip Reames
2014-12-11LiveInterval: Use range based for loops for subregister ranges.Matthias Braun
2014-12-10LiveInterval: Use more range based for loops for value numbers and segments.Matthias Braun
2014-12-10Move three methods only used by MCJIT to MCJIT.Rafael Espindola
2014-12-10IR: Move call to dropAllReferences() to MDNode subclassesDuncan P. N. Exon Smith
2014-12-10MCRegisterInfo: Add MCSubRegIndexIterator.Matthias Braun
2014-12-10LiveIntervalUnion: Allow specification of liverange when unifying/extracting.Matthias Braun
2014-12-10Tablegen'erate lanemasks for register units.Matthias Braun
2014-12-10RegisterCoalescer: Preserve subregister liveranges.Matthias Braun
2014-12-10LiveInterval: Add removeEmptySubRanges().Matthias Braun
2014-12-10LiveIntervalAnalysis: Add subregister aware variants pruneValue().Matthias Braun
2014-12-10LiveInterval: Introduce LiveQuery accessor for dead or live out values.Matthias Braun
2014-12-10Add a flag to enable/disable subregister liveness.Matthias Braun
2014-12-10LiveIntervalAnalysis: Adapt repairIntervalsInRange() to subregister liveness.Matthias Braun
2014-12-10LiveIntervalAnalysis: Update SubRanges in shrinkToUses().Matthias Braun
2014-12-10LiveIntervalAnalysis: Make computeDeadValues() private.Matthias Braun
2014-12-10LiveInterval: Add support to track liveness of subregisters.Matthias Braun
2014-12-10LiveInterval: Add a 'covers' operation to LiveRange.Matthias Braun
2014-12-10LiveInterval: Add const version of LiveRange::advanceTo().Matthias Braun
2014-12-10Add function that translates subregister lane masks to other subregs.Matthias Braun
2014-12-10Let tablegen compute maximum lanemask for regs/regclasses.Matthias Braun
2014-12-10Extend some comments around GCModuleInfo, GCFunctionInfo, & GCStrategyPhilip Reames
2014-12-09Remove the Module pointer from GCStrategy and GCMetadataPrinterPhilip Reames
2014-12-09IR: Metadata: Detect an RAUW recursionDuncan P. N. Exon Smith
2014-12-09IR: Metadata/Value split: RAUW in a deterministic orderDuncan P. N. Exon Smith
2014-12-09Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola
2014-12-09Try fixing MSVC build after r223802Hans Wennborg
2014-12-09Rename createIRObjectFile to just create.Rafael Espindola