Refactor llvm/test/lit.cfg to use lit.util.which.
[oota-llvm.git] / lib / CodeGen /
2014-03-21 Kevin QinFix an assertion caused by using inline asm with indire...
2014-03-20 Mark SeabornRemove LowerInvoke's obsolete "-enable-correct-eh-suppo...
2014-03-20 Eric ChristopherTypo.
2014-03-20 Eric ChristopherReapply DW_AT_low/high_pc patch:
2014-03-20 David BlaikieAdd comments from Eric's review of r204094.
2014-03-20 Eric ChristopherRevert "Use the range machinery for DW_AT_ranges and...
2014-03-19 Eric ChristopherUse the range machinery for DW_AT_ranges and DW_AT_high...
2014-03-19 David BlaikieDebugInfo: Use the comp_dir of the referencing type...
2014-03-18 Jim GrosbachMachO: Emit a version-min load command when possible.
2014-03-18 Eric ChristopherMore header and forward declaration cleanup.
2014-03-18 Eric ChristopherAdd back the headers we're getting via (likely) transit...
2014-03-18 Eric ChristopherFix for coding style.
2014-03-18 Eric ChristopherRemove a bunch of unnecessary includes and forward...
2014-03-18 Raul E. SilveraAdd support for scalarizing/splitting vector bswap.
2014-03-18 Adrian PrantlDebug info: Remove OdrMemberMap from DwarfDebug, it...
2014-03-18 Andrea Di Biagio[DAGCombiner] teach how to simplify xor/and/or nodes...
2014-03-18 Adrian PrantlDwarfDebug: Only unique retained types instead of all...
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-18 Adrian PrantlReplace unnecessary #include directive with forward...
2014-03-18 Eric ChristopherAdd explanatory comment.
2014-03-18 Eric ChristopherShorten DotDebugLocEntry to just DebugLocEntry and...
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-18 David BlaikieDebugInfo: Implement debug_line.dwo for file names...
2014-03-18 David BlaikieDebugInfo: Do not rely on the compilation dir (index...
2014-03-17 David BlaikieDebugInfo: Move getOrCreateSourceID from DwarfDebug...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-17 Owen AndersonSwitch a number of loops in lib/CodeGen over to range...
2014-03-17 Matt ArsenaultMake DAGCombiner work on vector bitshifts with constant...
2014-03-17 David BlaikieDebugInfo: Use MC line table file entry uniquing for...
2014-03-17 Adam Nemet[VectorLegalizer/X86] Don't unvectorize fp_to_uint...
2014-03-17 Lang Hames[X86] New and improved VZeroUpperInserter optimization.
2014-03-15 Arnaud A. de Grand... Remove some dead assignements found by scan-build
2014-03-14 Adrian PrantlDebug info: Unique types before emitting them to DWARF...
2014-03-14 Adrian PrantlDebug Info: Fix LTO type uniquing for C++ member declar...
2014-03-14 Adrian Prantltypo
2014-03-14 Eric ChristopherRemove command line option for CU hashing. This is...
2014-03-14 Eric ChristopherIf we see that we're emitting code for a function that...
2014-03-14 Eric ChristopherRemove the -generate-dwarf-cu-ranges flag.
2014-03-14 David BlaikieDwarfDebug: Remove some needless recursion.
2014-03-14 Owen AndersonRevert r203883 (which was more of a bandaid) and fix...
2014-03-14 Pete CooperFix issue with r203865. The old behaviour would get...
2014-03-13 Eric ChristopherUse DW_AT_linkage_name when we're emitting DWARF4 or...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-13 Ekaterina RomanovaFix for http://llvm.org/bugs/show_bug.cgi?id=18590
2014-03-13 Manuel JacobCodeGenPrep: sink extends of illegal types into use...
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-12 Eric ChristopherWhen computing the size of a base type be conservative...
2014-03-12 Eric ChristopherUse values we've already computed, update comment.
2014-03-12 Eric ChristopherTurn on hashing by default for split dwarf compile...
2014-03-12 David BlaikieDebugInfo: Use common line/file attribute construction...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-12 David BlaikieDebugInfo: Omit pubnames/pubtypes when compiling with...
2014-03-11 David BlaikieDebugInfo: Do not emit pubnames/pubtypes sections if...
2014-03-11 David BlaikieDebugInfo: Avoid re-looking up the DwarfUnit when emitt...
2014-03-11 David BlaikieDebugInfo: Refactor emitDebugPubNames/Types into a...
2014-03-11 David BlaikieAccept Twine's to AsmPrinter::getTempSymbol (refactorin...
2014-03-11 David BlaikieDebugInfo: Remove unused labels now that we just emit...
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Matt ArsenaultFix non 2-space indentation.
2014-03-10 Raul E. SilveraWhen analyzing vectors of element type that require...
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-03-09 Benjamin KramerStackColoring: Use range-based for loops.
2014-03-09 Benjamin KramerMachineModuleInfo: Turn nested std::pairs into a proper...
2014-03-09 NAKAMURA TakumiRevert r203230, "CodeGenPrep: sink extends of illegal...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 David BlaikieDebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TA...
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
2014-03-07 Adam Nemet[DAGCombiner] Distribute TRUNC through AND in rotation...
2014-03-07 Adam Nemet[DAGCombiner] Recognize another rotation idiom
2014-03-07 Adam Nemet[DAGCombiner] Slightly improve readability of matchRota...
2014-03-07 Arnold SchwaighoferISel: Make VSELECT selection terminate in cases where...
2014-03-07 Adrian PrantlRemove unnecessary test for Darwin and update testcase...
2014-03-07 Eric ChristopherAdd a virtual destructor to quiet a warning.
2014-03-07 Eric ChristopherActually add the header file.
2014-03-07 Eric ChristopherTwo part patch:
2014-03-07 Eric ChristopherAdd include guards and make public a few routines that...
2014-03-07 Adrian PrantlRevert "Remove unnecessary check for Darwin. rdar:...
2014-03-07 Adrian PrantlRemove unnecessary check for Darwin. rdar://problem...
2014-03-07 David BlaikieDebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlin...
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-03-07 Eric ChristopherFix up formatting.
2014-03-07 Benjamin Kramer[C++11] DwarfDebug: Turn single-use functors into lambdas.
2014-03-07 Benjamin Kramer[C++11] DwarfDebug: Use range-based for loops.
2014-03-07 David BlaikieDebugInfo: Refactor high_pc/low_pc construction into...
2014-03-07 David BlaikieDebugInfo: Restrict DW_AT_high_pc encoding as data4...
2014-03-07 Tim NorthoverCodeGenPrep: sink extends of illegal types into use...
2014-03-07 Craig TopperRemove unused method.
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 David BlaikieDebugInfo: Limit r203187 to non-darwin as lldb can...
2014-03-07 Eric ChristopherMove some dwarf emission routines to AsmPrinterDwarf...
2014-03-07 Eric Christopher80-column fixups.
2014-03-07 David BlaikieDebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as...
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
next