Grammar and spelling.
[oota-llvm.git] / lib / CodeGen /
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...
2014-02-14 David BlaikieDwarfUnit: Remove unnecessary (void)t; that was previou...
2014-02-14 David BlaikieDwarfUnit: Refactor out DW_AT_stmt_list creation into...
2014-02-14 Tom StellardTargetLowering: n * r where n > 2 should be an illegal...
2014-02-14 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-14 Artyom SkrobovGenerate the DWARF stack frame decode operations in...
2014-02-14 Eric ChristopherRevert "DebugInfo: Don't include the name of the CU...
2014-02-14 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-14 Eric ChristopherDisable emission of aranges by default and add a comman...
2014-02-13 Rafael EspindolaUse __literal16. It has been supported by the linker...
2014-02-13 NAKAMURA Takumi[PR18809] Revert r201187, "DebugInfo: Don't include...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Quentin Colombet[RegAlloc] Fix the assertion in the last chance recolor...
2014-02-13 Juergen Ributzka[DAG] Fix the recognition of opaque constants in the...
2014-02-12 Eric ChristopherReformat a few lines with clang-format.
2014-02-12 Eric Christopher80-col.
2014-02-12 Juergen Ributzka[Stackmaps] Improve the stackmap lowering code in the...
2014-02-12 Juergen Ributzka[Stackmaps] Fix the ID type to be i64 also for stackmap...
2014-02-12 Adrian PrantlDebug info: Bugfix for r201190: DW_OP_piece takes bytes...
2014-02-12 Akira HatanakaPass edges weights to MachineBasicBlock::addSuccessor...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-12 David BlaikieDwarfUnit: Include type unit's file strings in the...
2014-02-12 David BlaikieFix some formatting in my last commit (r201196)
2014-02-12 David BlaikieDwarfUnit: Provide a reference to a defining DwarfCompi...
2014-02-12 David BlaikieDwarfUnit: Refactor DW_AT_file creation into a common...
2014-02-11 David BlaikieDwarfUnit: Replace unnecessary conditionals with asserts.
2014-02-11 Adrian PrantlReapply r201180 with an additional error path.
2014-02-11 Adrian PrantlRevert "Debug info: Emit values in subregisters that...
2014-02-11 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-11 Adrian Prantlwhitespace
2014-02-11 Adrian PrantlDebug info: Emit values in subregisters that do not...
2014-02-11 Robert LougherTeach the DAGCombiner how to fold concat_vector nodes...
2014-02-11 David BlaikieDebugInfo: Use existing symbol rather than creating...
2014-02-10 Juergen Ributzka[Stackmaps] Cleanup code. No functional change intended.
2014-02-10 David BlaikieRemove some prototype code accidentally committed in...
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-09 David BlaikieFix formatting introduced in r200941
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-07 Rafael EspindolaFix a bug with .weak_def_can_be_hidden: Mutable variabl...
2014-02-07 Rafael EspindolaRefactor logic into a function predicate.
2014-02-07 Manman RenPGO branch weight: fix PR18752.
2014-02-06 Andrew TrickTrack register pressure a bit more carefully (weird...
2014-02-06 David PeixottoRemove const_cast for STI when parsing inline asm
2014-02-06 Puyan LotfiYet another patch to reduce compile time for small...
2014-02-06 Puyan LotfiThe following patch' purpose is to reduce compile time...
2014-02-06 Puyan LotfiThis small change reduces compile time for small progra...
2014-02-06 Juergen Ributzka[DAG] Don't pull the binary operation though the shift...
2014-02-05 Matt ArsenaultPass address space to allowsUnalignedMemoryAccesses
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-02-05 Quentin Colombet[RegAlloc] Add a last chance recoloring mechanism when...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
next