platform/upstream/llvm.git
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...
2014-04-01 Rui UeyamaInline empty constructor.
2014-04-01 David BlaikieRemove unused function DebugLocEntry::isEmpty
2014-04-01 David BlaikieRefactor out the comparison of the location/value in...
2014-04-01 Rui UeyamaGreatly simplify InputGraph.
2014-04-01 Greg FitzgeraldAllow the user to override the compiler used for testing
2014-04-01 David BlaikieAdd inequality operator for MachineLocation.
2014-04-01 David BlaikieDebugInfo: Split DebugLocEntry into its own file.
2014-04-01 Aaron BallmanUpdating the capability attribute diagnostics to be...
2014-04-01 Adrian PrantlAdd a comment about the DIDescriptor class hierarchy.
2014-04-01 Adrian PrantlDwarfDebug: Prevent DebugLocEntry merging from coalesci...
2014-04-01 Enrico GranataUse continue instead of next
2014-04-01 Fariborz JahanianObjective-C modern translator. Fix declaration of
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-04-01 Richard SmithSimplify FunctionDecl::getMinRequiredArguments().
2014-04-01 Rui UeyamaRemove dynamic casts.
2014-04-01 Yaron KerenIf isKnownWindowsMSVCEnvironment then getOS == Triple...
2014-04-01 Hal FinkelImplement X86TTI::getUnrollingPreferences
2014-04-01 Hal FinkelAdd some additional fields to TTI::UnrollingPreferences
2014-04-01 Hal FinkelUse TopTTI->getGEPCost from within getUserCost
2014-04-01 Ed MasteUse libc++ on FreeBSD as on Darwin
2014-04-01 Joerg SonnenbergerMove __addsf3 and __adddf3 into the corresponding block...
2014-04-01 Kai Nacke[mips] Add Octeon cnMips instructions mtmX and mtpX
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-04-01 Matt ArsenaultFix missing RUN line in test
2014-04-01 Richard SmithFix self-referential comment.
2014-04-01 Richard SmithMore tests for DR1.
2014-04-01 Yaron KerenisTargetWindows() renamed to isTargetKnownWindowsMSVC()
2014-04-01 Ed MasteImplement ProcessMonitor::Kill for Linux
2014-04-01 Matt ArsenaultMake isSetCCEquivalent respect the TargetBooleanContents
2014-04-01 Matt ArsenaultAdd helpers for checking if a value is a target boolean...
2014-04-01 Ed MasteAdd mips64 to the list of 64-bit Host architectures
2014-04-01 Rui Ueyamas/dyn_cast/cast/ where return value should never be...
2014-04-01 Adrian PrantlDebug info: fix a crash when emitting IndirectFieldDecl...
next