MC: Appease the buildbots
[oota-llvm.git] / lib /
2014-03-10 David MajnemerMC: Appease the buildbots
2014-03-10 David MajnemerMC: Cleanup MCSectionMachO::ParseSectionSpecifier
2014-03-09 Venkatraman Govind... [Sparc] Add support for decoding 'swap' instruction.
2014-03-09 Bob WilsonFix inconsistent whitespace.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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 Benjamin KramerSimplifyCFG: Simplify the weight scaling algorithm.
2014-03-09 Chandler Carruth[LCG] Simplify a bunch of the LCG code with range for...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 NAKAMURA TakumiRevert r203230, "CodeGenPrep: sink extends of illegal...
2014-03-09 Craig TopperDe-virtualize some methods since they don't override...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-03-09 Ahmed Charles[C++11] Fix break due to MSVC bug.
2014-03-09 Ahmed CharlesFix build break.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-08 Lang HamesMake createObjectImage and createObjectImageFromFile...
2014-03-08 Duncan P. N. Exon... Change else if => if after return, after r203265
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig TopperDe-virtualize a method since it doesn't override anythi...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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 Owen AndersonRange-ify some for loops.
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 Eli BenderskyRemove unused method declaration
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] Revert uses of lambdas with array_pod_sort.
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-03-07 Eric ChristopherFix up formatting.
2014-03-07 Tom StellardR600/SI: Using SGPRs is illegal for instructions that...
2014-03-07 Tom StellardR600/SI: Custom lower i1 stores
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 Rafael EspindolaDon't avoid cfi instructions on the bg/p.
2014-03-07 Ted KremenekRemove dead 'break' (dominated by 'return').
2014-03-07 Ted KremenekRemove dead 'return'.
2014-03-07 David MajnemerMC: Use MachO::SectionType for MCSectionMachO::getType...
2014-03-07 David BlaikieDebugInfo: Refactor high_pc/low_pc construction into...
2014-03-07 Nico Weber"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
2014-03-07 David BlaikieDebugInfo: Restrict DW_AT_high_pc encoding as data4...
2014-03-07 Duncan P. N. Exon... ARM: Make .unreq directives case-insensitive
2014-03-07 Richard Sandiford[SystemZ] Move sign_extend optimization to PerformDAGCo...
2014-03-07 Tim NorthoverCodeGenPrep: sink extends of illegal types into use...
2014-03-07 Tim NorthoverInstCombine: form shuffles from wider range of insert...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-07 Craig TopperRemove unused method.
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Alexey VolkovEnable FeatureFastUAMem for Silvermont processor
2014-03-07 Alexey VolkovTest commit
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 Rafael EspindolaSimplify. No functionality change.
2014-03-07 Rafael EspindolaSimplify. No functionality change.
2014-03-07 Karthik BhatAllow constant folding of round function whenever feasible
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 Saleem AbdulrasoolReapply "MC: simplify object file selection for Windows"
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-06 Ted KremenekRemove unreachable 'return true' always dominated by...
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Re-apply r203137 and r203138...
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Saleem AbdulrasoolMC: simplify object file selection for Windows
2014-03-06 Andrea Di Biagio[X86] Teach the DAGCombiner how to fold a OR of two...
2014-03-06 Eric ChristopherConstify a few things with DotDebugLocEntry.
2014-03-06 Reid KlecknerMS asm: The initial dot in struct access is optional
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Eric ChristopherMove DIEEntry handling inside the main switch statement.
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Make the LockFileManager...
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Use symbolic link for the...
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-06 Matt ArsenaultR600: Fix extloads from i8 / i16 to i64.
2014-03-06 Matt ArsenaultR600/SI: Expand selects on vectors.
2014-03-06 Matt ArsenaultFix missing C++ mode comment
2014-03-06 Matt ArsenaultTeach lint about address spaces
2014-03-06 Richard Osborne[XCore] Add support for the "m" inline asm constraint.
2014-03-06 Rafael EspindolaMicro optimization: this code only needs to look at...
2014-03-06 Chad Rosier[AArch64] This is a work in progress to provide a machi...
2014-03-06 Richard Sandiford[SystemZ] Remove "virtual" from override methods
2014-03-06 Richard Sandiford[SystemZ] Use "auto" for cast results
2014-03-06 Richard Sandiford[SystemZ] Use "for (auto" a bit
2014-03-06 Richard Sandiford[SystemZ] Update namespace formatting to match current...
2014-03-06 Elena DemikhovskyAVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versio...
2014-03-06 Elena DemikhovskyAVX-512: fixed comressed displacement - by Robert Khazanov
2014-03-06 Yaron KerenCleaning up two more pre-Visual C++ 2012 build hacks.
next