platform/upstream/llvm.git
2014-10-20 Chandler CarruthFix a miscompile introduced in r220178.
2014-10-20 Evgeny AstigeevichCommit to test commit access
2014-10-20 David MajnemerCodeGen: Update for LLVM API change
2014-10-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
2014-10-20 Chandler CarruthFix a somewhat subtle pair of issues with JumpThreading...
2014-10-20 Shankar Easwaran[ELF] Add demangle test to XFAIL
2014-10-20 Shankar Easwaran[ELF] Implement demangle.
2014-10-20 Lang Hames[PBQP] Use DenseSet rather than std::set for PBQP's...
2014-10-20 Shankar Easwaran[ELF] Check for target architecture.
2014-10-20 Todd FialaFix 4 failing llgs-related tests on a stock Ubuntu...
2014-10-20 Shankar Easwaran[ELF] Make updateReferenceForMergeStringAccess virtual.
2014-10-20 Shankar Easwaran[ELF] Fix functionality of merging similar strings.
2014-10-20 Chandler CarruthTeach the load analysis driving core instcombine logic...
2014-10-20 Richard Smith[modules] Add support for #include_next.
2014-10-20 Chandler CarruthAdd a datalayout string to this test so that it exercis...
2014-10-19 David MajnemerCodeGen: ConstStructBuilder must verify packed constrai...
2014-10-19 Rafael EspindolaAlways use -Wl,-gc-sections on our build.
2014-10-19 Bill Schmidt[PowerPC] Clean up -mattr=+vsx tests to always specify...
2014-10-19 Bill Schmidt[PowerPC] Temporarily disable VSX for PowerPC fast...
2014-10-19 Bill Schmidt[PowerPC] Re-enable VSX test line for fma.ll with ...
2014-10-19 NAKAMURA TakumiPreprocessor.h: Suppress a warning in SkipMainFilePream...
2014-10-19 Chandler CarruthRevert r220153: "CodeGen: ConstStructBuilder must verif...
2014-10-19 Lang Hames[ADT] Add a 'find_as' operation to DenseSet.
2014-10-19 Chandler Carruth[complex] Teach the complex math IR gen to emit direct...
2014-10-19 NAKAMURA Takumiclang/test/Layout/itanium-union-bitfield.cpp: Appease...
2014-10-19 Chandler CarruthDo a better and more complete job of preserving metadat...
2014-10-19 Chandler CarruthMove previously dead code to handle computing the known...
2014-10-19 David MajnemerInstCombine: (sub (or A B) (xor A B)) --> (and A B)
2014-10-19 David MajnemerInstCombine: Optimize icmp eq/ne (shl Const2, A), Const1
2014-10-19 Chandler CarruthFix a long-standing miscompile in the load analysis...
2014-10-19 Ted Kremenek[analyzer] Tweak MallocSizeOfChecker to not warn when...
2014-10-19 Shankar Easwaran[ELF][Cleanup] Remove unused code.
2014-10-19 Bob WilsonUse the triple's isiOS() method instead of checking...
2014-10-19 Eric Fiselier[libcxx] Redo adding support for building and testing...
2014-10-19 Chandler CarruthSwitch how the datalayout availability test is handled...
2014-10-19 Bob WilsonUse triple predicate functions instead of checking...
2014-10-19 Eric FiselierFix unused variables in tests to placate scan-build...
2014-10-19 David MajnemerCodeGen: ConstStructBuilder must verify packed constrai...
2014-10-18 Filipe CabecinhasNew round of fixes for "Always compile debuginfo-tests...
2014-10-18 Chandler CarruthRename 'TD' to 'DL' in this function as the argument...
2014-10-18 Chandler CarruthFix the other comment to use modern doxygen style and...
2014-10-18 Chandler CarruthMore formatting cleanup brought to you by clang-format.
2014-10-18 Filipe CabecinhasNew round of fixes for "Always compile debuginfo-tests...
2014-10-18 Chandler CarruthClean up doxygen syntax and reword comments to flow...
2014-10-18 Chandler CarruthClean up the formatting and trailing whitespace of...
2014-10-18 Lang Hames[PBQP] Move register-allocation specific PBQP code...
2014-10-18 Shankar EaswaranFix display of files processed by the linker.
2014-10-18 Lang Hames[PBQP] Replace the interference-constraints algorithm...
2014-10-18 Marshall ClowWhitespace maintenance. Remove a bunch of tabs that...
2014-10-18 Chandler CarruthPreserve AA metadata when combining (cast (load (....
2014-10-18 Benjamin KramerUse non-member begin/end for a slight readability impro...
2014-10-18 Chandler Carruth[InstCombine] Do an about-face on how LLVM canonicalize...
2014-10-18 Chandler CarruthRemove a test that was ported from the old llvm-gcc...
2014-10-18 Argyrios Kyrtzidis[libclang] If the code-completion point is inside the...
2014-10-18 Argyrios Kyrtzidis[libclang] Allow code-completion when pointing at the...
2014-10-18 Shankar EaswaranSort include files according to convention.
2014-10-18 Shankar EaswaranMake lld-link symlink relative.
2014-10-18 Shankar Easwaran[ELF] Add Readers for all the ELF subtargets.
2014-10-18 Nick Kledzik[llvm-objdump] don't test timestamp dump as that is...
2014-10-18 David BlaikiePR21305: Typedefs in non-type template parameters in...
2014-10-18 Eric FiselierAdd special case for finding the in-tree ABI library.
2014-10-18 Nick Kledzik[llvm-objdump] enhance test case for mach-o -private...
2014-10-18 Nick Kledzik[llvm-objdump] Fix mach-o binding decompression error
2014-10-18 Eric Fiselier[libcxx] Add support for building and testing with...
2014-10-18 Richard SmithHardcode the list of ELF targets here rather than using...
2014-10-18 Chandler Carruth[SROA] Change how SROA does vector-based promotion...
2014-10-18 Tim Northover[mach-o] keep Windows library happy.
2014-10-18 Filipe CabecinhasAppend the %itanium_abi_host_triple substitution uncond...
2014-10-17 Greg ClaytonFixed python API event test cases.
2014-10-17 Filipe CabecinhasFix makefile for debuginfo-tests execution.
2014-10-17 NAKAMURA TakumiSemaDeclCXX.cpp: UninitializedFieldVisitor: Avoid membe...
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw xchg
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw xor
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw or
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw min/umin
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw max/umax
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw and
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw sub
2014-10-17 Aaron WatryR600/SI: Fix/add tests for atomicrmw add
2014-10-17 Aaron WatryR600: Rename atomic_load global tests to atomic_add
2014-10-17 Evgeniy Stepanov[msan] Fix handling of byval arguments with large align...
2014-10-17 Sean CallananMake the registerEHFrame function do nothing,
2014-10-17 Pete CooperCheck for dynamic alloca's when selecting lifetime...
2014-10-17 Nick LewyckyFix typo in comment.
2014-10-17 Alexey Samsonov[ASan] Improve blacklisting of global variables.
2014-10-17 Rui Ueyama[PECOFF] Emit x64 delay-import wrapper function
2014-10-17 Enrico GranataDo not delete the class, or else multiple tests that...
2014-10-17 Bill Schmidt[PowerPC] Disable +vsx RUN line for fma.ll due to incon...
2014-10-17 Rafael EspindolaRevert "TRE: make TRE a bit more aggressive"
2014-10-17 Bill Schmidt[PowerPC] Change assert to better form
2014-10-17 Matt ArsenaultR600/SI: Remove redundant setting of instruction bits
2014-10-17 Bill Schmidt[PowerPC] Change liveness testing in VSX FMA mutation...
2014-10-17 Kostya Serebryanyfix -fsanitize-address-field-padding for the cases...
2014-10-17 Richard SmithFix the rest of PR21289: a pack expansion that we can...
2014-10-17 Richard TrieuAdd support for initializer lists on field initializers...
2014-10-17 Hans WennborgTry to fix parse-progname.c test on Darwin
2014-10-17 Richard SmithDon't forget to substitute into the qualifier when...
2014-10-17 Peter CollingbourneDisable ccache for go tests.
2014-10-17 Sean CallananFixed the expression parser to handle cases where
2014-10-17 Hans WennborgMove test/CodeGen/sections.c to CodeGenCXX/sections.cpp
next