platform/upstream/llvm.git
2013-02-20 Michael J.... [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
2013-02-20 Chad RosierUpdate a comment that looks to have been accidentally...
2013-02-20 Michael J.... [ELF][Writer] Add .interp section.
2013-02-20 Daniel MaleaFix a bug that causes dotest.py to exit with a passing...
2013-02-20 Alexey Samsonov[ASan] revert part of r175631 that looks like accidenta...
2013-02-20 Michael J.... [ELF][Writer] Add dynamic table.
2013-02-20 Daniel MaleaFix a problem with the const_variables test case (anoth...
2013-02-20 Bill WendlingAttempt to clean up tests for non-X86 platforms.
2013-02-20 Dan GohmanRewrite comments.
2013-02-20 Krzysztof ParzyszekAdd comment in Memory.inc explaining r175646.
2013-02-20 Richard SmithProcess and handle attributes on conditions and for...
2013-02-20 Dan GohmanSIGQUIT is a "kill" signal, rather than an "int" signal...
2013-02-20 Andrew KaylorFormatting, grammar
2013-02-20 Krzysztof ParzyszekOn PowerPC, the cache-flush instructions dcbf and icbi...
2013-02-20 Jakob Stoklund... Use LiveRangeUpdater instead of mergeIntervalRanges.
2013-02-20 Jakob Stoklund... Add a LiveRangeUpdater class.
2013-02-20 Andrew KaylorAdding support for absolute relocations. This occurs...
2013-02-20 Michael LiaoFix PR15267
2013-02-20 Chad Rosier[ms-inline asm] Make the comment a bit more verbose.
2013-02-20 Jakob Stoklund... Add a default constructor for LiveRange.
2013-02-20 Shankar Easwaranrename fixupAddend to relocAddend
2013-02-20 Chad Rosier[ms-inline asm] Remove this test while I investigate...
2013-02-20 Shankar Easwaranfunctionality to handle global atoms in Merge sections
2013-02-20 Bill SchmidtFix bug 14779 for passing anonymous aggregates [patch...
2013-02-20 Jyotsna VermaHexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMC...
2013-02-20 NAKAMURA TakumiRevert r175626, "ADT/Optional.h: Appease msvc."
2013-02-20 Bill SchmidtFix PR15155: lost vadd/vsplat optimization.
2013-02-20 Alexander Potapenko[ASan] Delete asan/dynamic dir and temporarily move...
2013-02-20 Manuel KlimekFix regression in string literal alignment.
2013-02-20 Alexander Potapenko[ASan] Make isoc99_*scanf intercepted on Linux only...
2013-02-20 Manuel KlimekFixes bug in string literal alignment.
2013-02-20 NAKAMURA TakumiWhitespace.
2013-02-20 NAKAMURA TakumiADT/Optional.h: Appease msvc.
2013-02-20 Kostya Serebryany[asan] move preinit_test to Linux since on Mac __asan_i...
2013-02-20 Edwin VaneTweaks and fixes to cpp11-migrate generated tests
2013-02-20 Kostya Serebryany[asan] on linux, run __asan_init from .preinit_array...
2013-02-20 Alexey Samsonov[Sanitizer] use raw syscall instead of _exit() function...
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-20 Daniel JasperDon't remove blank lines within unwrapped lines.
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-02-20 Kostya Serebryany[asan] add a lit test for invoke-with-no-return instrum...
2013-02-20 Kostya Serebryany[asan] instrument invoke insns with noreturn attribute...
2013-02-20 Logan ChienFix thumbv5e frame lowering assertion failure.
2013-02-20 Evgeniy Stepanov[sanitizer] Fix lint.
2013-02-20 Kostya Serebryany[asan] add test throw_call_test (broken with -static...
2013-02-20 Manuel KlimekImplements breaking of string literals if they stick...
2013-02-20 Bill WendlingRemove target-specific features.
2013-02-20 Bill WendlingUse the attribute group reference instead of the attrib...
2013-02-20 David BlaikieFully qualify llvm::next to avoid ambiguity when buildi...
2013-02-20 David BlaikieFix the (clang -Werror) build by removing an unused...
2013-02-20 Bill WendlingModify the tests to use attribute group references...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-20 Cameron ZwarichAdd support to the two-address pass for updating LiveIn...
2013-02-20 Cameron ZwarichMove the computation of the IsEarlyClobber flag into...
2013-02-20 Cameron ZwarichModify LiveInterval::addRange() to match the comment...
2013-02-20 Cameron ZwarichAdd SlotIndexes::repairIndexesInRange(), which repairs...
2013-02-20 Cameron ZwarichMake SlotIndex::getEntry() return unsigned to match...
2013-02-20 Cameron ZwarichFix a misunderstanding about how RegMaskBlocks works...
2013-02-20 Cameron ZwarichRemove verification after PHIElimination when using...
2013-02-20 Cameron ZwarichAvoid recomputing an inserted instruction's SlotIndex.
2013-02-20 Cameron ZwarichAdd preservation of SlotIndexes to PHIElimination.
2013-02-20 David BlaikieRename llvm::Optional<T>::Reset to 'reset' as per LLVM...
2013-02-20 David BlaikieReplace SVal llvm::cast support to be well-defined.
2013-02-20 Reed KotlerExpand pseudos/macros:
2013-02-20 Michael J.... [llvm-readobj] Add ELF .dynamic table dumping.
2013-02-20 Enrico GranataLastly, a few synthetic children classes for Cocoa...
2013-02-20 Enrico GranataAnd the NSString formatter is not Python anymore
2013-02-20 Enrico GranataData formatters are not a *recent* addition...
2013-02-20 Jordan Roseintmax_t is long long on Darwin, not long.
2013-02-20 John McCallAdd a new 'type_visibility' attribute to allow users to
2013-02-20 Richard SmithDon't repeat the function name in the comment.
2013-02-20 Argyrios Kyrtzidis[preprocessor] Split the MacroInfo class into two separ...
2013-02-20 Jakub StaszakRemove unneeded #include.
2013-02-20 Jakub StaszakAdd missing #include.
2013-02-20 Jordan Rose[analyzer] Account for the "interesting values" hash...
2013-02-20 Jakub StaszakFix #includes, so we include only what we really need.
2013-02-20 David BlaikieAllow llvm::Optional to work with types without default...
2013-02-20 Jakub StaszakMove part of APInt implementation from header to cpp...
2013-02-20 Pedro Artigasclear new map and initialize new variable
2013-02-20 Bill WendlingAdd the function attributes from an inline asm call...
2013-02-19 Chad Rosier[ms-inline asm] Force the use of a base pointer if...
2013-02-19 Richard SmithPR15300: Support C++11 attributes on base-specifiers...
2013-02-19 Enrico GranataFixing a potential crasher where a synthetic value...
2013-02-19 Jim InghamIf RunThreadPlan is called on a thread that doesn't...
2013-02-19 Michael J.... [Driver][GNULD] Lookup .so files and default to dynamic...
2013-02-19 Dan GohmanUpdate a portability kludge to keep it in sync with...
2013-02-19 Enrico Granata<rdar://problem/13147878>
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakRemove unused variable.
2013-02-19 Jakub StaszakMinor cleanups. No functionality change.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakRemove unneeded #includes.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Enrico GranataValueObjectSynthetic could be wrapping a ValueObjectDyn...
2013-02-19 Jakub StaszakFix typos.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakAdd obvious constantness.
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-19 Michael J.... [ELF] Fix memory leak by deleting BumpPtr allocated...
2013-02-19 Jim InghamMake the progress bar opt in (using the -P option.)
next