platform/upstream/llvm.git
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-17 Denis Protivensky[ARM] Implement relocations: R_ARM_REL32, R_ARM_THM_JUM...
2015-03-17 David BlaikieRecommit simplification first attempted in r232309...
2015-03-17 David BlaikieFix the clang -Werror build & make the unit tests link...
2015-03-17 Shankar Easwaran[ELF] Use parallel_for_each for writing.
2015-03-17 Ahmed Bougacha[AArch64] Use intermediate step for concat_vectors...
2015-03-17 Ahmed Bougacha[AArch64] Factor out N->getOperand()s; format. NFCI.
2015-03-17 Richard SmithFix ODR violations caused by putting anonymous namespac...
2015-03-17 Nick LewyckyFix test in release mode.
2015-03-17 Richard Smith[modules] Fix bug where an anonymous namespace could...
2015-03-17 Nick LewyckyFix the LLVM type used when lowering initializer list...
2015-03-17 Shankar Easwaran[Object][ELF] ELFEntityIterator : Add operators for...
2015-03-17 Sanjoy Das[IRCE] Re-commit tests cases.
2015-03-17 Sanjoy Das[IRCE] Add a -irce-print-range-checks option.
2015-03-17 Duncan P. N... CodeGenCXX: Test that linetables work with variadic...
2015-03-17 Duncan P. N... MapMetadata: Allow unresolved metadata if it won't...
2015-03-17 Rui UeyamaMake it compile with MSVC 2013.
2015-03-17 Sanjoy Das[IRCE] Delete two tests.
2015-03-17 Sanjoy Das[IRCE] Add comments, NFC.
2015-03-17 Sanjoy Das[IRCE] Support half-range checks.
2015-03-17 Justin Bognerllvm-cov: Warn instead of error if a .gcda has arcs...
2015-03-17 Duncan P. N... AsmWriter: Assert on unresolved metadata nodes
2015-03-17 Vince HarronXFAIL flaky tests
2015-03-17 Justin BognerFix typo in previous commit
2015-03-16 Justin BognerGCOV: Expose the -coverage-exit-block-before-body flag...
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-03-16 Oleksiy VyalovMake ModuleList::GetSharedModule to use module_search_p...
2015-03-16 Rui UeyamaPECOFF: Make FileCOFF:findAtomAt from O(n) to O(1).
2015-03-16 Peter CollingbourneLowerBitSets: do not use private aliases at all on...
2015-03-16 Siva ChandraCleanup implementation of formatter for std::vector...
2015-03-16 Jim InghamReport an error for line number values that don't conve...
2015-03-16 Siva ChandraEnable TestDataFormatterStdMap on linux (libstdc++...
2015-03-16 Alexander Kornienko[clang-tidy] Move google-readability-function check...
2015-03-16 Rafael EspindolaUpdate for llvm API change.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a gep opera...
2015-03-16 Peter CollingbourneCFI: Make check-cfi depend on libLTO on Darwin.
2015-03-16 Richard TrieuTake the non-reference type when constructing a dummy...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a load...
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-16 Justin BognerInstrProf: Fix CoverageMappingReader on big endian
2015-03-16 David MajnemerCodeGen: @llvm.eh.typeid.for replaced @llvm.eh.typeid...
2015-03-16 David BlaikieTest bitcode parsing error-handling for incorrect expli...
2015-03-16 Shankar Easwaran[Core] Add parallel_for_each
2015-03-16 Duncan P. N... Verifier: Don't call debug info verifier if the module...
2015-03-16 Duncan P. N... AsmWriter: Handle broken metadata nodes
2015-03-16 Duncan P. N... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-16 Simon Atanasyan[ELF] Use pcrel format for eh_frame_ptr field encoding
2015-03-16 Duncan P. N... Verifier: Simplify logic in processCallInst(), NFC
2015-03-16 Duncan P. N... IR: Take advantage of -verify checks for MDExpression
2015-03-16 Richard Smith[modules] If we find more formerly-canonical declaratio...
2015-03-16 Duncan P. N... DebugInfo: Simplify logic in DIType::Verify(), NFC
2015-03-16 Rafael Auler[LinkerScript] Handle symbols defined in linker scripts
2015-03-16 Duncan P. N... Verifier: Remove unnecessary double-checks
2015-03-16 Richard SmithLambdaify some helper functions. No functionality change.
2015-03-16 Kevin EnderbyAdd the options, -dylibs-used and -dylib-id to llvm...
2015-03-16 Rafael EspindolaDon't repeat names in comments. Remove unused default...
2015-03-16 Rafael Auler[LinkerScript] Adding test cases for SECTIONS semantics
2015-03-16 Siva ChandraSkip TestDataFormatterStdMap on linux instead of xfailing.
2015-03-16 Rafael Auler[LinkerScript] Implement semantics for simple sections...
2015-03-16 Greg ClaytonAdded an Python operating system plug-in test to verify...
2015-03-16 Duncan P. N... AsmParser: Stop requiring 'name:' when it's not printed
2015-03-16 Siva ChandraHandle PyLong return values in LLDBSwigPython_Calculate...
2015-03-16 Sanjay Patelfixed to test feature, not CPU
2015-03-16 David BlaikieRemove dead file (was only used by the C backend)
2015-03-16 Hafiz Abid... Remove redundant comments from lldb-mi source files.
2015-03-16 Joerg SonnenbergerTom is also responsible for the 3.6 branch.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Akira Hatanaka[AsmPrinter] Use the per-function subtarget to emit...
2015-03-16 Sanjay Pateladd CHECK-LABELs for more reliable testing
2015-03-16 Ed SchoutenDon't attempt to validate the output of %p.
2015-03-16 Joerg SonnenbergerGlobal inline assembler blocks are merged before parsin...
2015-03-16 Duncan P. N... Fix doxygen comments from r232268
2015-03-16 Sanjay Patelfixed to test feature, not CPU; removed unnecessary...
2015-03-16 Tom StellardR600/SI: don't try min3/max3/med3 with f64
2015-03-16 Sanjay Patelfix comments to match code; NFC
2015-03-16 Marshall ClowFix a problem when calling throw_with_nested with a...
2015-03-16 Ed SchoutenDon't hardcode the Czech locale name.
2015-03-16 Petar Jovanovic[MIPS] Fix justify error for small structures
2015-03-16 Viktor Kutuzov[Tsan] Do not sanitize memcpy() during thread initializ...
2015-03-16 Hafiz Abid... Enabling the lldb-mi tests on Linux.
2015-03-16 Ed SchoutenMake *abs() and *div() work on CloudABI.
2015-03-16 Rafael EspindolaUse the i8 immediate cmp instructions when possible.
2015-03-16 Timur Iskhodzhanov[ASan] NFC: Factor out platform-specific interceptors
2015-03-16 Daniel SandersRevert r232374: [hexagon] Distinguish the 'o', 'v'...
2015-03-16 Rafael EspindolaDon't repeat names in comments and clang-format this...
2015-03-16 Daniel Sanders[hexagon] Distinguish the 'o', 'v', and 'm' inline...
2015-03-16 Daniel SandersMake each target map all inline assembly memory constra...
2015-03-16 Hafiz Abid... Fix the test for gcc.
2015-03-16 Toma Tabacu[mips] [IAS] Outline NOP creation. NFC.
2015-03-16 Hafiz Abid... Check that RestartedFromEvent flag before processing...
2015-03-16 Gabor HorvathFix build failure on MSVC compilers.
2015-03-16 Gabor Horvath[clang] Replacing asserts with static_asserts where...
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-16 Ed SchoutenDon't hardcode the locale name string.
2015-03-16 Simon Atanasyan[Mips] clang-format the code
2015-03-16 Simon Atanasyan[Mips] Do not check the relocation type twice
2015-03-16 Simon Atanasyan[Mips] Add `const` qualifier to some member functions
2015-03-16 Simon Atanasyan[Mips] Implement R_MIPS_TLS_xxx relocation handling...
next