platform/upstream/llvm.git
2015-06-06 Peter CollingbourneCOFF: Read linker directives from bitcode files.
2015-06-06 NAKAMURA TakumiTargetParser: Fix comments in enum(s) introduced in...
2015-06-06 Craig Topper[TableGen] Change OpInit::getNumOperands and getOperand...
2015-06-06 Craig Topper[TableGen] Remove trailing whitespace, add space betwee...
2015-06-06 Craig Topper[TableGen] Remove unnecessary temporary. NFC
2015-06-06 Craig Topper[TableGen] Fold variable declaration/initialization...
2015-06-06 Craig Topper[TableGen] Remove unnecessary outer 'if' and merge...
2015-06-06 Craig Topper[TableGen] Fold variable declarations with their assign...
2015-06-06 Craig Topper[TableGen] Correct the documentation for 'foreach'...
2015-06-06 Chaoren LinFix TestAttachDenied and TestChangeProcessGroup for...
2015-06-06 Chaoren LinUpdate TestGdbRemoteAbort and TestGdbRemoteSegFault...
2015-06-05 Frederic Riss[dsymutil] Fix misspelled CHECK line.
2015-06-05 Pavel LabathRemove unused editline includes
2015-06-05 Frederic Riss[dsymutil] Add support for linking the debug_frame...
2015-06-05 David MajnemerMove a test from static-assert.cpp to DeclPrinterTest
2015-06-05 Marshall ClowFix PR#23767. Add tests for iterator invalidation for...
2015-06-05 Chaoren LinFix TestNamespace and TestThreadJump for remote Windows...
2015-06-05 Eric ChristopherFix typo of function name.
2015-06-05 Eric ChristopherRename the single non-style conformant function in...
2015-06-05 Akira HatanakaMove the code in TargetPassConfig::addPass that inserts...
2015-06-05 Frederic Riss[dsymutil] Rename a variable to appease some bots.
2015-06-05 Frederic Riss[dsymutil] Have the YAML deserialization rewrite the...
2015-06-05 Chaoren LinUnique file names for TestStarted and TestFinished.
2015-06-05 Alexey Samsonov[ASan] Bump maximum allowed malloc() size in ASan alloc...
2015-06-05 Frederic Riss[dsymutil] Apply clang-format. NFC
2015-06-05 Frederic Riss[dsymutil] Out-line the YAML serialization code. NFC
2015-06-05 Jonathan PeytonFix extern warnings produced by ittnotify_static.c
2015-06-05 Siva Chandra[TestGdbRemoteAbort] Skip on API 16 Android devices
2015-06-05 Ed MasteRemoved unused private fields in RegisterContextLinux_mips
2015-06-05 Simon Atanasyan[Mips] Add test to check jal -> jalx conversion
2015-06-05 Simon Atanasyan[Mips] Add test to check relocation result shifting...
2015-06-05 Simon Atanasyan[Mips] Fix rel-gprel16.test test case
2015-06-05 Simon Atanasyan[Mips] Fix hilo16-9-micro.test test case
2015-06-05 David MajnemerRevert accidental commit
2015-06-05 Renato GolinRevert "[InstCombine] Rephrase fix to SimplifyWithOpRep...
2015-06-05 Rafael EspindolaRefactor padding writing into a helper function.
2015-06-05 Siva Chandra[lldbtest] Use netloc instead of hostname to look up...
2015-06-05 Sanjoy Das[InstCombine][NFC] Add a ``break;`` statement.
2015-06-05 Sanjoy Das[InstCombine] Fix PR23751.
2015-06-05 David Majnemer[AST] There is no message for C++1z-style static_assert
2015-06-05 Peter CollingbourneRevert r238473, "Thumb2: Modify codegen for memcpy...
2015-06-05 Rafael EspindolaSave a map lookup. NFC.
2015-06-05 Fiona GlaserDAGCombiner: don't duplicate (fmul x, c) in visitFNEG...
2015-06-05 Yaron KerenRangify more for loops in LegacyPassManager.cpp.
2015-06-05 Duncan P. N... Remove stray semi-colon, NFC
2015-06-05 Chandler Carruth[Unroll] Rework the naming and structure of the new...
2015-06-05 Frederic Riss[dsymutil] Handle the -oso-prepend-path option when...
2015-06-05 Alexei Starovoitov[bpf] rename triple names bpf_be -> bpfeb
2015-06-05 Colin LeMahieu[Hexagon] Reapply r239097 with tests corrected for...
2015-06-05 Joerg SonnenbergerAvoid C-style cast.
2015-06-05 Alexei StarovoitovRevert "Include BPF target in CMake builds."
2015-06-05 Benjamin Kramer[TargetParser] Properly attach functions of ARMTargetPa...
2015-06-05 Benjamin Kramer[ARM] Make helper function static.
2015-06-05 James Y Knight[SPARC] Fix windows test failure after r239154.
2015-06-05 Yaron KerenRangify for loops in LegacyPassManager.cpp.
2015-06-05 James Y Knight[SPARC] Add multiarch include paths.
2015-06-05 Alexander MusmanFix for PR14269: Clang crashes when a bit field is...
2015-06-05 John Brawn[ARM] Use TargetParser to determine FPU subtarget features
2015-06-05 John Brawn[ARM] Add support for -sp- FPUs and FPU none to TargetP...
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-06-05 Daniel Jasperclang-format: More eagerly wrap trailing return types.
2015-06-05 Ed MasteImprove OSType initialization in elf object file's...
2015-06-05 Artyom Skrobov[ARMTargetParser] Follow-up for r239099: one case was...
2015-06-05 Simon Pilgrim[X86][AVX2] Added tests for v32i8 vector shifts
2015-06-05 Toma TabacuRevert "[mips] [IAS] Restore STI.FeatureBits in .set...
2015-06-05 Toma Tabacu[mips] [IAS] Restore STI.FeatureBits in .set pop.
2015-06-05 David Majnemer[LoopVectorize] Don't crash on zero-sized types in...
2015-06-05 Andrea Di BiagioSimplify code; NFC.
2015-06-05 David Majnemer[InstCombine] Rephrase fix to SimplifyWithOpReplaced
2015-06-05 Yaron KerenC++ 11 rangify for loop.
2015-06-05 Daniel JasperRevert "[InstCombine] Don't miscompile safe increment...
2015-06-05 Daniel Jasperclang-format: [JS] Let fat arrows have 'Assignment...
2015-06-05 Simon Pilgrim[X86][SSE] Added tests for i8/i16 vector shifts
2015-06-05 Chaoren LinCheck before using platform specific attributes.
2015-06-05 Yury Gribov[ASan] Add process basename to log name and error messa...
2015-06-05 Tobias GrosserAvoid the use of std::map emplace
2015-06-05 Sagar Thakur[lldb-server][MIPS] Read/Write FP registers in FR0...
2015-06-05 Tobias GrosserFree two strings produced by isl
2015-06-05 Oleksiy VyalovFix error handling in AdbClient - PushFile and PullFile.
2015-06-05 Justin BognerInstrProf: Fix reading of consecutive 32 bit coverage...
2015-06-05 Hubert Tong[Concepts] lex keywords: concept and requires
2015-06-05 Chaoren LinDelegate path operations to FileSpec.
2015-06-05 Siva Chandra[TestChangeProcessGroup] Mark the test as xfail for...
2015-06-04 Alexey SamsonovRevert "[Object, ELF] Fix segmentation fault in ELFFile...
2015-06-04 Alexey Samsonov[Object, ELF] Fix segmentation fault in ELFFile::getSec...
2015-06-04 Sean SilvaRemove unused defaulted argument `IncludeTextualHeaders`.
2015-06-04 John ThompsonFixed modularize to warn about missing headers referenc...
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectFileInfo.h.
2015-06-04 Jim GrosbachMC: Tidy up formatting and doc comments. NFC.
2015-06-04 Jim GrosbachMC: Clean up the naming for MCMachObjectWriter. NFC.
2015-06-04 Jim GrosbachMC: Move MachObjectWriter::SectionAddress to private.
2015-06-04 Jim GrosbachMC: Tidy up formatting and doc comments. NFC.
2015-06-04 Alexey Samsonov[Object, ELF] Don't assert on invalid magic in createEL...
2015-06-04 David Majnemer[InstCombine] Don't miscompile safe increment idiom
2015-06-04 Swaroop SridharStatepoint: Fix handling of Far Immediate calls
2015-06-04 Alexey Samsonov[Object, ELF] Don't call llvm_unreachable() from create...
2015-06-04 Hubert TongTest commit access.
2015-06-04 Charles Davis[Target/X86] Don't use callee-saved registers in a...
2015-06-04 Alexey Samsonov[Object, MachO] Fixup for r239075: use union to store...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on incomplete MachO segment...
next