platform/upstream/llvm.git
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...
2015-03-16 Simon Atanasyan[Mips] Implement R_MIPS_GOT_DISP/PAGE/OFST relocations...
2015-03-16 Simon Atanasyan[Mips] Group some cases in the switch statement
2015-03-16 Dmitry Vyukovasan: fix overflows in isSafeAccess
2015-03-16 Michael GottesmanOne more try with unused.
2015-03-16 Michael GottesmanAdd in an unreachable after a covered switch to appease...
2015-03-16 Michael GottesmanRemove a used that snuck in that seems to be triggering...
2015-03-16 Justin BognerInstrProf: Remove xfails for big-endian from coverage...
2015-03-16 Alexander Musman[OPENMP] Enable codegen of the ‘private’ clause for...
2015-03-16 Michael Gottesman[objc-arc] Fix indentation of debug logging so it is...
2015-03-16 Michael Gottesman[objc-arc] Make the ARC optimizer more conservative...
2015-03-16 Michael Gottesman[objc-arc] Treat memcpy, memove, memset as just using...
2015-03-16 Michael Gottesman[objc-arc] Rename ConnectTDBUTraversals => PairUpRetain...
2015-03-16 Michael Gottesman[objc-arc] Move initialization of ARCMDKindCache into...
2015-03-16 Michael Gottesman[objc-arc] Change EntryPointType to an enum class outsi...
2015-03-16 Justin BognerInstrProf: Do a better job of reading coverage mapping...
2015-03-16 Vince HarronAdded nullptr to fix build
2015-03-16 Alexander KornienkoAnd one more empty directory.
2015-03-16 Alexander KornienkoRemove an empty directory.
2015-03-16 Frederic Riss[dsymutil] Add support to generate .debug_pubnames...
2015-03-16 Shankar Easwaran[ELF][ARM] Make gotSymbol a member.
2015-03-16 Alexander KornienkoFix ./configure build after r232338.
2015-03-16 NAKAMURA TakumiRework r232337. Let llvm/test/tools/dsymutil/X86/basic...
2015-03-16 Alexander KornienkoMove remove-cstr-calls from a standalone executable...
next