platform/upstream/llvm.git
2014-04-02 Rui UeyamaRemove unused include.
2014-04-02 Saleem AbdulrasoolARM: fixup tests to specify the target more explicitly
2014-04-02 Juergen RibutzkaAdd test case for [Stackmaps][X86TTI] Fix think-o in...
2014-04-02 Rui UeyamaSimplify communication between Resolver and Input Graph.
2014-04-02 Greg ClaytonDon’t #include "llvm/Support/MachO.h” as it isn’t neede...
2014-04-02 Greg ClaytonDon’t include “llvm/Support/MachO.h” as it isn’t needed...
2014-04-02 Greg ClaytonDon’t #include “llvm/Support/MachO.h” in a header file...
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-02 Jim GrosbachMake a few more range-based loops use explicit types.
2014-04-02 Tobias GrosserUse explit types in foreach iterators
2014-04-02 Rafael EspindolaAdd back an assert that was lost in the ELFObjectFile...
2014-04-02 Tom StellardTargetLibraryInfo: Disable memcpy and memset on R600
2014-04-02 Rui UeyamaRemove dead code.
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-04-02 Jim GrosbachARM: cortex-m0 doesn't support unaligned memory access.
2014-04-02 Jim GrosbachMake some range based loop types more explicit.
2014-04-02 Enrico Granatardar://16424649
2014-04-02 Kai Nacke[mips] Add more Octeon cnMips instructions
2014-04-02 Richard SmithPR19305: Don't issue -Wunused-variable warnings on...
2014-04-02 David BlaikieDebugInfo: Include default template arguments in templa...
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for and explicit 'override...
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in constant promotion.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in load/store pair...
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in target lowering.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in frame lowering.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in pseudo expansion.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops for LOH
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops TLS cleanup.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in branch relaxation.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in address type...
2014-04-02 Roman DivackyExtend the SSE2 comment lexing to AVX2. Only 16byte...
2014-04-02 Quentin Colombet[ARM64][CollectLOH] Remove the link to the radar from...
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Convert some static functions into...
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Remove unused typedef.
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Move section index to the ELFState...
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Remove relationship between ELFState
2014-04-02 Oliver StannardARM: Add support for segmented stacks
2014-04-02 Adrian Prantlclarify comment
2014-04-02 Adrian Prantlfix a comment to use ASCII aprostrophes.
2014-04-02 Ed MasteAdd annotation for failure from new Attach/Resume test...
2014-04-02 Tim NorthoverARM64: use GOT for weak symbols & PIC.
2014-04-02 Tim NorthoverARM64: fix lowering of fp128 fptosi/fptoui
2014-04-02 Tim NorthoverSLPVectorizer: compare entire intrinsic for SLP compati...
2014-04-02 Tim NorthoverARM64: make sure first argument to INSERT_SUBVECTOR...
2014-04-02 Tim NorthoverARM64: convert fp16 narrowing ISel to pseudo-instruction
2014-04-02 Job NoormanMark FPB as a reserved register when needed.
2014-04-02 Samuel BenzaquenAdd matcher for ExprWithCleanups.
2014-04-02 Samuel BenzaquenAdd support for named values in the parser.
2014-04-02 Alexey Samsonov[ASan] Fix incompatible runtimes check: don't iterate...
2014-04-02 Evgeniy Stepanov[msan] Add missing test for r205413.
2014-04-02 Rafael EspindolaWork around gold bug sourceware.org/PR16794.
2014-04-02 Evgeniy Stepanov[msan] Kill __msan_print_param_shadow.
2014-04-02 Andreas SimbuergerReplace INVALID/INVALID_NOVERIFY with diagnostics.
2014-04-02 Evgeniy Stepanov[msan] Add __msan_check_mem_is_initialized.
2014-04-02 Evgeniy Stepanov[msan] Precise origin handling in __unaligned_(load...
2014-04-02 Alexey Samsonov[ASan] One more attempt to fix Android build
2014-04-02 Evgeniy Stepanov[msan] clang-format several unit tests
2014-04-02 Renato GolinRemove duplicated DMB instructions
2014-04-02 Daniel JasperFix regex bug in clang-tidy.
2014-04-02 Daniel JasperDisable a few clang-tidy checks by default.
2014-04-02 Rui UeyamaRemove a function that's not defined.
2014-04-02 Andrew MacPhersonUse getpgid() with waitpid() in case the process pgid...
2014-04-02 Rui Ueyamas/llvm::dyn_cast/dyn_cast/
2014-04-02 Rui UeyamaUse cast<T> instead of dyn_cast<T>.
2014-04-02 Rui UeyamaRemove unused variables.
2014-04-02 Rui UeyamaRemove dead code.
2014-04-02 David BlaikieSome more anonymous namespace diagnostics to switch...
2014-04-02 Rui UeyamaDevirtualize Resolver.
2014-04-02 David BlaikieRender anonymous entities as '(anonymous <thing>)'...
2014-04-02 Rui UeyamaRemove dead code.
2014-04-02 David BlaikieAdd the location of Decls to ast dump.
2014-04-02 Shankar Easwaran[TODO] revisit features TODO in the driver
2014-04-02 Rui UeyamaMove nextFile() from LinkingContext to InputGraph.
2014-04-02 Yaron KerenAdded isTargetWindowsMSVC(), renamed isTargetMingw...
2014-04-02 Shankar Easwaran[ELF] Create Attribute class associated with Input...
2014-04-02 Shankar Easwaran[ELF] Add -z muldefs option.
2014-04-02 Saleem Abdulrasoolsanitise sign comparisons
2014-04-02 Saleem Abdulrasoolbuild: ignore pragma warnings with GCC
2014-04-02 Rui UeyamaRemove unused function.
2014-04-02 Hal Finkel[LoopVectorizer] Count dependencies of consecutive...
2014-04-02 David BlaikieAdjust comments regarding non-relocated abbrev offset...
2014-04-02 David BlaikieSplit debug_loc and debug_loc.dwo emission into two...
2014-04-02 Rui UeyamaFix indentation.
2014-04-02 Rui UeyamaRemove unused function.
2014-04-02 David BlaikieDebugInfo: Introduce DebugLocList to encapsulate a...
2014-04-02 Jim InghamTest case for the previous commit.
2014-04-02 Jim InghamAdd the ability to set python breakpoint commands from...
2014-04-02 Quentin Colombet[ARM64][CollectLOH] Add some comments to explain how...
2014-04-02 Reid KlecknerFix type mismatch assertion related to inalloca and...
2014-04-02 Rui UeyamaDe-virtualize InputGraph's member functions.
2014-04-01 Rui UeyamaRemove unused enum Position::ANY and third parameter...
2014-04-01 Rui UeyamaMerge ELFGroup with Group.
2014-04-01 Adrian PrantlAdd a doxygen comment to DebugLocEntry::Merge.
2014-04-01 David BlaikieDebugLocEntry: Actually merge the loc entry when return...
2014-04-01 Rui UeyamaRename insertOneElementAt -> insertElementAt.
2014-04-01 Rui UeyamaRemove duplicate code in unit tests carried in from...
2014-04-01 Eric ChristopherHarden this test against windows/changes.
2014-04-01 Rui UeyamaSimplify InputGraphTest.
2014-04-01 Eric ChristopherPartially revert r204517 and fix a different way:
2014-04-01 David BlaikieFix accidental fallthrough in DebugLocEntry::hasSameVal...
next