oota-llvm.git
2014-03-10 NAKAMURA TakumiADT/PointerIntPairTest.cpp: Appease msc17.
2014-03-10 Chandler Carruth[LCG] Ran clang-format over this too and it pointed...
2014-03-10 Chandler Carruth[PM] While I'm here, fix a few other clang-format issue...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-10 Chandler Carruth[PM] Cleanup formatting and namespace commenting. Mostl...
2014-03-10 Chandler Carruth[PM] As Dave noticed in review, I had erroneously copie...
2014-03-10 David MajnemerMC: Appease the buildbots
2014-03-10 David MajnemerMC: Cleanup MCSectionMachO::ParseSectionSpecifier
2014-03-10 Chandler Carruth[PM] Add a comment I missed and add the special members...
2014-03-10 Chandler Carruth[PM] Comment on all of the totally pointless definition...
2014-03-10 Chandler Carruth[PM] I have been educated by several folks that MSVC...
2014-03-09 Venkatraman... [Sparc] Add support for decoding 'swap' instruction.
2014-03-09 Bob WilsonFix inconsistent whitespace.
2014-03-09 Ed MasteWork around FreeBSD rtld rpath $ORIGIN limitation
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[C++11] Add range views for various parts of a Module.
2014-03-09 Ahmed CharlesChange documentation based on feedback from Chandler.
2014-03-09 Chandler Carruth[C++11] Now that we have C++11 and I've replaced the...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 Ahmed Charles[C++11] Add llvm::make_unique, according to N3656.
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 David BlaikieRevert "Clean up SmallString a bit"
2014-03-09 David BlaikieClean up SmallString 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 Adam NemetUpdate comment from r203315 based on review
2014-03-08 Aaron BallmanAdding some includes to appease build bots. Amends...
2014-03-08 Aaron BallmanAdding range-based STL-like helper APIs. llvm::distance...
2014-03-08 Lang HamesMake createObjectImage and createObjectImageFromFile...
2014-03-08 Duncan P. N... Change else if => if after return, after r203265
2014-03-08 Ahmed CharlesFix 80 cols.
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 Adam Nemet[bugpoint] Don't ignore arg in -compile-commad="tool...
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: further improvements to test following up...
2014-03-08 David BlaikieDebugInfo: Fix test fallout from r203323
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 Sasa StankovicMoved test file from test/MC/Mips to test/CodeGen/Mips.
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 David BlaikieDebugInfo: Update test to cover linux (with a FIXME...
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 ChristopherActually include the ArrayRef header rather than rely...
2014-03-07 Eric ChristopherFix up formatting.
2014-03-07 Eli BenderskyFix EXPECT_* to not produce a compile warning.
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 Jordan Rose[ADT] Update PointerIntPair to handle pointer types...
2014-03-07 Michael Gottesman[docs] Teach CMake docs build how to generate Qt Creato...
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 Duncan P. N... C++11: Remove const from in auto guidelines
2014-03-07 David BlaikieDebugInfo: Restrict DW_AT_high_pc encoding as data4...
2014-03-07 Duncan P. N... C++11: Copy pointers with const auto *
2014-03-07 Duncan P. N... ARM: Make .unreq directives case-insensitive
2014-03-07 Benjamin Kramer[C++11] Now that the users are gone, rip out the duplic...
2014-03-07 Dmitri GribenkoAdd missing std:: qualifiers
2014-03-07 Benjamin KramerMake header standalone for libstdc++.
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
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
next