platform/upstream/llvm.git
2014-12-22 Dmitry Vyukovtsan: add acquire/release functions to java interface
2014-12-22 David MajnemerMS ABI: Make the string mangling code more concise
2014-12-22 Nico WeberWrap to 80 columns. NfC.
2014-12-22 Kuba Breckalog-path_test testcase - make the invalid path more...
2014-12-21 Saleem AbdulrasoolCodeGen: minor style tweaks to SSP
2014-12-21 Craig Topper[X86] Add hasSideEffects = 0 to CALLpcrel16. This match...
2014-12-21 Matt ArsenaultEnable (sext x) == C --> x == (trunc C) combine
2014-12-21 Logan ChienSilence warnings in libunwind.
2014-12-21 Jason MolendaVarious unwinder work.
2014-12-21 Bob WilsonReapply "Change -save-temps to emit unoptimized bitcode...
2014-12-20 Craig Topper[X86] Swap operand order in Intel syntax on a bunch...
2014-12-20 Craig Topper[X86] Swap operand order of imul aliases in Intel synta...
2014-12-20 Craig Topper[X86] Remove '*' from asm strings in far call/jump...
2014-12-20 Craig Topper[X86] Don't swap the order of segment and offset in...
2014-12-20 Saleem AbdulrasoolCodeGen: constify and use range loop for SSP
2014-12-20 Saleem AbdulrasoolARM: further improve deprecated diagnosis (LDM)
2014-12-20 Jean-Daniel... [macho] Minor install_name fixes
2014-12-20 Logan ChienFrontend: Fix typo in comments.
2014-12-20 David Majnemerstrnlen isn't available on some platforms, use StringRe...
2014-12-20 Craig Topper[X86] Immediate forms of far call/jump are not valid...
2014-12-20 David MajnemerThis should have been part of r224676.
2014-12-20 David MajnemerInstCombine: Squash an icmp+select into bitwise arithmetic
2014-12-20 David MajnemerInstSimplify: Don't bother if getScalarSizeInBits retur...
2014-12-20 Eric FiselierMove unconditional test compile and link flags into...
2014-12-20 David MajnemerSimplify the code
2014-12-20 Eric FiselierSplit executeShTest into two parts so that it can be...
2014-12-20 Eric Fiselier[libcxx] Teach libcxx's lit configuration new ways...
2014-12-20 Jason MolendaRe-enable compact unwind use on Mac platforms.
2014-12-20 David MajnemerInstSimplify: Optimize away pointless comparisons
2014-12-20 Richard TrieuFix a bunch of integer template argument problems in...
2014-12-20 Richard TrieuFix for PR21758
2014-12-20 Chandler Carruth[SROA] Run clang-format over the entire SROA pass as...
2014-12-20 Chandler Carruth[x86] Change the test added in r223774 to first check...
2014-12-20 Matthias BraunLiveIntervalAnalysis: No kill flags for partially undef...
2014-12-20 Matthias BraunLiveIntervalAnalysis: cleanup addKills(), NFC
2014-12-20 Aaron BallmanRemoving an outdated FIXME; try block attributes are...
2014-12-20 Matthias BraunUnbreak cmake build with shared libraries enabled.
2014-12-20 Kostya Serebryany[sanitizer] fix a performance regression in sanitizer...
2014-12-20 Enrico GranataCleanup some redundant code
2014-12-20 Eric FiselierMove test into test/std subdirectory.
2014-12-20 Nick Kledzik[libunwind] improve x86_64 comments in compact_unwind_e...
2014-12-20 Nick Kledzik[libunwind] fix comment in compact_unwind_encoding.h
2014-12-20 Eric ChristopherRemove unused variable and initialization.
2014-12-19 Saleem AbdulrasoolDriver: hoist an assertion
2014-12-19 Saleem AbdulrasoolDriver: refactor a local variable
2014-12-19 Oleksiy VyalovNo need to call SetErrorToErrno when pipe2 succeeds.
2014-12-19 Nico WeberDon't drop attributes when checking explicit specializa...
2014-12-19 Eric ChristopherRemove unused variable, initializer, and accessor.
2014-12-19 Hans WennborgTweak the assert in ModuleBuilder from r224533 (PR21989)
2014-12-19 Matt ArsenaultR600: Remove outdated comment
2014-12-19 Elena DemikhovskyMasked load and store codegen - fixed 128-bit vectors
2014-12-19 Matt ArsenaultR600/SI: Only form min/max with 1 use.
2014-12-19 Kostya Serebryany[sanitizer] initialize two flas in SetCommonFlagsDefaults
2014-12-19 Siva Chandra[TestEvents] Replace expectedFailureLinux with skipIfLinux
2014-12-19 Siva Chandra[TestStaticVariables] Mark the one unmarked test let...
2014-12-19 Siva Chandra[TestCompletion] Spawn LLDB with '--no-use-colors'.
2014-12-19 Reid KlecknerEH: Sink computation of local PadMap variable into...
2014-12-19 Eric Fiselier[LIT] Add JSONMetricValue type to wrap types supported...
2014-12-19 Kevin EnderbyAdd printing the LC_ROUTINES load commands with llvm...
2014-12-19 Eric Fiselier[libcxx] Add <experimental/type_traits> for LFTS
2014-12-19 Reid KlecknerAdd the ExceptionHandling::MSVC enumeration
2014-12-19 Sanjay PatelModel sqrtss as a binary operation with one source...
2014-12-19 Tom StellardR600/SI: isLegalOperand() shouldn't check constant...
2014-12-19 Tom StellardR600/SI: Make sure non-inline constants aren't folded...
2014-12-19 Yaron KerenRemove isSubroutineType test for isCompositeType, getTa...
2014-12-19 Richard SmithDR1048: drop top-level cv-qualifiers when deducing...
2014-12-19 David BlaikieUpdate SmallPtrSet::insert's doc comment to match the...
2014-12-19 Eric FiselierRemove unneeded configuration code.
2014-12-19 Alexey Samsonov[Sanitizer] Refactor CommonFlags interface. NFC.
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_CLIENT load command with llvm...
2014-12-19 Peter CollingbourneCodeGen: do not attempt to invalidate virtual registers...
2014-12-19 Alexey Samsonov[ASan] Change activation strategy.
2014-12-19 Alexey Samsonov[Sanitizer] Make Quarantine::Init slightly safer.
2014-12-19 Colin LeMahieu[Hexagon] Removing old variants of instructions and...
2014-12-19 Sanjay Patelmerge consecutive stores of extracted vector elements
2014-12-19 Colin LeMahieu[Hexagon] Adding bit extraction and table indexing...
2014-12-19 Colin LeMahieu[Hexagon] Adding bit insertion instructions.
2014-12-19 Colin LeMahieu[Hexagon] Adding more xtype shift instructions.
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_LIBRARY load command with llvm...
2014-12-19 Jim InghamDon't emit the "WARNING: no locations" message when...
2014-12-19 Alexey Samsonov[ASan] Introduce AllocatorOptions to configure allocato...
2014-12-19 Colin LeMahieu[Hexagon] Adding xtype shift instructions.
2014-12-19 Eric Fiselier[libcxx] Allow the use of ccache when running the test...
2014-12-19 Jim InghamAudit uses of ConstString::AsCString() to make sure...
2014-12-19 Alexey Samsonov[ASan] Restrict the set of flags overriden at activation.
2014-12-19 Alexey Samsonov[ASan] Move flag validation from ParseFlagsFromString...
2014-12-19 Colin LeMahieu[Hexagon] Adding transfers to and from control registers.
2014-12-19 Colin LeMahieu[Hexagon] Adding doubleregs for control registers....
2014-12-19 Saleem Abdulrasoolbuiltins: rely on the compiler for user label prefix
2014-12-19 Alexey SamsonovAllow to disable all sanitizers with "-fno-sanitize...
2014-12-19 Aaron BallmanAdded a fixit to remove empty parens from a C++11 attri...
2014-12-19 Frederic Riss[DebugInfo] Move all DWARF headers to the public includ...
2014-12-19 Zachary TurnerDon't generate lldb inline test Makefiles if Makefile...
2014-12-19 Pekka JaaskelainenFix an address space id reset with array decay's
2014-12-19 Andreas Simbuerger(diagnostics) fix typo in test...
2014-12-19 Tilmann Scheller[BBVectorize] Remove two more redundant assignments.
2014-12-19 Tilmann Scheller[BBVectorize] Remove redundant assignment.
2014-12-19 Bruno Cardoso... Reapply: [InstCombine] Fix visitSwitchInst to use right...
2014-12-19 Tilmann Scheller[LoopVectorize] Remove redundant assignment.
2014-12-19 Tilmann Scheller[ARM] Remove dead assignment.
next