Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / CodeGen /
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 David BlaikieDebugInfo: Tag units as having been indexed in GNU...
2014-03-06 David BlaikieDebugInfo: Shrink pubnames/pubtypes in the presence...
2014-03-06 Eric ChristopherAdd some helpful comments on DIEValue types that we...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Eric ChristopherRewrite the attribute hashing algorithm to use the...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-06 Eric ChristopherRemove the last of the special case code for emitting...
2014-03-06 Eric Christopherconstify a few accessors.
2014-03-06 Eric ChristopherRemove special case in the DIEValue printing since...
2014-03-05 Eric ChristopherAdd a DIELocList class to handle pointers into the...
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-05 Andrew TrickMake stackmap machineinstrs clobber the scratch regs...
2014-03-05 Hans WennborgFix unused variable in FunctionLoweringInfo.cpp
2014-03-05 Hans WennborgCheck for dynamic allocas and inline asm that clobbers...
2014-03-05 Eric ChristopherMake the DIEValue constructor even more explicit.
2014-03-05 Eric ChristopherUse a bool for whether or not an abbreviation has child...
2014-03-05 Eric ChristopherUse dwarf::Attribute instead of a bare uint16_t.
2014-03-05 Eric ChristopherExpand slightly on comment.
2014-03-05 Eric ChristopherUnindent namespace.
2014-03-04 Adam Nemet[DAGCombiner] Factor out distributeTruncateThroughAnd
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move the LLVM IR pattern match header into...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-03-03 Lang HamesRe-apply r202551, which introduced new PBQP solver.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-01 Benjamin KramerMake helper function static.
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-28 Manman RenSpillPlacement: fix a bug in iterate.
2014-02-28 Lang HamesJumped the gun with r202551 and broke some bots that...
2014-02-28 Lang HamesNew PBQP solver, and updates to the PBQP graph.
2014-02-28 Hal FinkelFix visitTRUNCATE for legal i1 values
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-27 Eric ChristopherRevert r201751 and solve the const problem a different...
2014-02-27 Adrian PrantlDebug info: Remove ARMAsmPrinter::EmitDwarfRegOp()...
2014-02-27 Eric ChristopherDon't emit anything into the debug_ranges section if...
2014-02-27 Eric ChristopherIf we're only emitting line tables for a particular...
2014-02-26 Adrian PrantlFix a type error that crept into r202313.
2014-02-26 Eric ChristopherRemove unnecessary llvm:: qualification.
2014-02-26 Adrian PrantlDebug info: Refactor AsmPrinter::EmitDwarfRegOp to...
2014-02-26 Andrew TrickAdd a limit to the heuristic that register allocates...
2014-02-26 Hal FinkelFix the aggressive anti-dep breaker's subregister defin...
2014-02-26 Eric Christopher80-col.
2014-02-26 Eric ChristopherFormatting fixups.
2014-02-25 David BlaikieDwarfDebug: Avoid emitting an empty debug_aranges secti...
2014-02-25 Adrian PrantlAddress review comments for r202188.
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-25 Adrian PrantlRevert "Debug info: Support variadic functions."
2014-02-25 Manman RenRemove outdated comments.
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-25 Logan ChienKeep the link register for uwtable.
2014-02-25 Alp TokerFix typos
2014-02-25 Nick LewyckyIndent this continued line.
2014-02-24 Matt ArsenaultAdd missing const
2014-02-24 Matt ArsenaultTrivial code simplification
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-23 Benjamin KramerLocalStackSlotAllocation: Turn one-iteration loop into if.
2014-02-22 Manman RenFix typo
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-22 Quentin Colombet[CodeGenPrepare] Fix the check of the legality of an...
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2014-02-21 Quentin Colombet[DAGCombiner] PCMP* sets its result to all ones or...
2014-02-21 Juergen Ributzka[Stackmaps] Move the target-independent frame index...
2014-02-21 David BlaikieDebugInfo: Remove the empty macinfo section.
2014-02-21 Rafael EspindolaRename a few more DataLayout variables from TD to DL.
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2014-02-20 Nick LewyckyFix change in behaviour accidentally introduced in...
2014-02-20 Nick LewyckySimplify the implementation of getUnderlyingObjectsForI...
2014-02-20 Eric ChristopherAdd support for hashing attributes with DW_FORM_block...
2014-02-20 Eric ChristopherMake DIELoc/DIEBlock's ComputeSize method const. Add...
2014-02-20 Eric ChristopherFormat.
2014-02-20 Eric ChristopherAdd support for hashing DW_FORM_sdata and a small testcase.
2014-02-20 Eric ChristopherRemove FIXME that had snuck in.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-19 Rafael EspindolaAvoid an infinite cycle with private linkage and -f...
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-16 Eric ChristopherAdd a DIELoc class to cover the DW_FORM_exprloc set...
2014-02-15 David BlaikieDebugInfo: Deduplicate entries in the fission address...
2014-02-15 David BlaikieDwarfDebug: Remove dead code.
2014-02-14 David BlaikieDebugInfo: Implement DW_AT_stmt_list for type units
2014-02-14 David BlaikieDwarfUnit: Remove unnecessarily explicit/out of line...
next