platform/upstream/llvm.git
2015-06-07 Craig Topper[TableGen] Remove unnecessary include. NFC.
2015-06-07 Craig Topper[TableGen] Remove unnecessary forward declaration. NFC
2015-06-07 Craig Topper[TableGen] Write one of the Record constructors in...
2015-06-07 Craig Topper[TableGen] Remove unused function. NFC
2015-06-07 Craig Topper[TableGen] Use 'isa' to check if something is an UnsetI...
2015-06-07 Rui UeyamaCOFF: Make local variables local.
2015-06-07 Rui UeyamaCOFF: Add /opt:noref option.
2015-06-07 Rui UeyamaCOFF: Support resonpse files.
2015-06-07 Davide Italiano[Object/ELF] Don't confuse isDefined() and isCommon.
2015-06-07 Colin LeMahieuTeaching llvm-mc how to understand the defsym command...
2015-06-07 Rui UeyamaCOFF: Move Windows-specific code from Chunk.{cpp,h...
2015-06-07 Rui UeyamaCOFF: Fix default output file path.
2015-06-06 Rui UeyamaCOFF: Add comments and move main function to the top...
2015-06-06 Rui UeyamaCOFF: Rename writeHeader -> writeHeaderTo.
2015-06-06 Rui UeyamaCOFF: Inline a constant that is used only once.
2015-06-06 Rui UeyamaRemove redundant `using namespace`.
2015-06-06 Rui UeyamaCOFF: Add .didat section.
2015-06-06 Rui UeyamaCOFF: Update comments.
2015-06-06 Davide Italiano[Object/ELF] Provide helpers for symbol types.
2015-06-06 Rui UeyamaCOFF: Move .idata constructor from Writer to Chunk.
2015-06-06 David Majnemer[InstCombine, InstSimplify] Move xforms from Combine...
2015-06-06 Filipe CabecinhasUse early return idiom. NFC
2015-06-06 Colin LeMahieu[MC] Common symbols weren't being checked for redeclara...
2015-06-06 Simon Atanasyan[Mips] Factor out some bit manipulation code into separ...
2015-06-06 Simon Atanasyan[Mips] Check symbol alignment for some MIPS relocations.
2015-06-06 Simon Atanasyan[Mips] Perform an overflow checking for relocations...
2015-06-06 Simon Atanasyan[Mips] Rearrange relocation related cases in the `switc...
2015-06-06 Simon Atanasyan[Mips] Use signed/unsigned types in relocation calculat...
2015-06-06 Simon Atanasyan[Mips] Handle all grouped relocations in a uniform way
2015-06-06 Chaoren LinUse skipIf instead of skipUnless in TestTerminal for...
2015-06-06 Tobias GrosserAdd NVIDIA vprintf printing to RuntimeDebugBuilder
2015-06-06 Sanjoy Das[LoopUnroll] Fix truncation bug in canUnrollCompletely.
2015-06-06 David Majnemer[CVP] Don't assume Constants of type i1 can be known...
2015-06-06 Rui UeyamaCOFF: Merge Chunk::applyRelocations with Chunk::writeTo.
2015-06-06 David Majnemer[InstCombine] Don't miscompile select to poison
2015-06-06 Rafael EspindolaHandle 16 bit PC relative relocations.
2015-06-06 Peter Collingbourneclang-cl: Implement /GL in terms of -flto.
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...
next