platform/upstream/llvm.git
2015-04-25 Saleem Abdulrasoolbuild: make libunwind a proper project
2015-04-25 Saleem Abdulrasoollibunwind: add new build logic
2015-04-25 Saleem Abdulrasoollibc++abi: remove build infrastructure for unwind
2015-04-24 Justin BognerInstrProf: Fix coverage maps for conditional operators
2015-04-24 Andrew KaylorFix build error from accidental change
2015-04-24 Andrew Kaylor[WinEH] Find correct cloned entry block for outlined...
2015-04-24 Adrian McCarthyEliminate redundant Alias test and improve Common Short...
2015-04-24 Andrew Kaylor[WinEH] Find correct cloned entry block for outlined...
2015-04-24 Nico WeberAssert that Process::FindInEnvPath() is passed a relati...
2015-04-24 Nico Weberclang-cl: Don't look up absolute paths in %LIB%.
2015-04-24 Duncan P. N... Linker: Copy over function metadata attachments
2015-04-24 Duncan P. N... IR: Add assembly/bitcode support for function metadata...
2015-04-24 Duncan P. N... Verifier: Function metadata attachments require a body
2015-04-24 Duncan P. N... IR: Add Function metadata attachments
2015-04-24 Duncan P. N... LLParser: Simplify ParseInstructionMetadata(), NFC
2015-04-24 Quentin Colombet[DAGCombiner] Fix the type used in canFoldInAddressingM...
2015-04-24 Timur Iskhodzhanov[ASan/Win] Increase the size of the PC array for covera...
2015-04-24 Duncan P. N... LLParser: Split out ParseMetadataAttachment(), NFC
2015-04-24 David Blaikie[opaque pointer type] Verifier/AutoUpgrade: Remove...
2015-04-24 Rafael EspindolaUse MemoryBufferRef instead of MemoryBuffer&. NFC.
2015-04-24 Duncan P. N... AsmWriter: Parameterize the syntactic separator for...
2015-04-24 Duncan P. N... AsmWriter: Only collect attachment names once per module
2015-04-24 Kaelyn TakataRemove an unused variable to prevent -Werror build...
2015-04-24 Duncan P. N... AsmWriter: Split out code for printing Metadata attachm...
2015-04-24 Hans WennborgSimplifyCFG: Correctly handle switch lookup tables...
2015-04-24 Duncan P. N... IR: Use a bitmask to access GlobalObject subclass data
2015-04-24 Duncan P. N... IR: Extract set logic from Instruction attachments...
2015-04-24 Reid Kleckner[SEH] Implement GetExceptionCode in __except blocks
2015-04-24 Duncan P. N... IR: Use remove_if for Instruction::dropUnknownMetadata()
2015-04-24 Saleem Abdulrasoolunwind: remove libc++abi tests
2015-04-24 Saleem Abdulrasoollibc++abi: move tests back
2015-04-24 Duncan P. N... IR: Remove MDMapTy and MDPairTy typedefs, NFC
2015-04-24 Duncan P. N... IR: Rename LLVMContextImpl::MetadataStore to Instructio...
2015-04-24 Jan VeselyFix compilation warnings without cl_khr_fp64
2015-04-24 Alexey Samsonov[LSan] Add function attribute forgotten in r235728.
2015-04-24 Saleem Abdulrasoollibc++abi: remove the duplicated unwind content
2015-04-24 Saleem Abdulrasoolunwind: move src/Unwind, include/, and test/ unwind...
2015-04-24 David Blaikie[opaque pointer type] Update test cases now that the...
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-24 Sundeep Kushwaha[PATCH] [Hexagon] Adding a test case for calling conven...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-24 Rafael EspindolaSimplify parseMemberFiles to take a single file.
2015-04-24 Lang HamesRevert r235749 - Accidentally commited cruft from the...
2015-04-24 Lang Hames[CodeGen] Make AsmPrinter's OutStreamer member a unique...
2015-04-24 Rafael EspindolaSimplify now that there is only one file. NFC.
2015-04-24 Saleem Abdulrasoolunwind: stage 2 of creating project structure
2015-04-24 Rafael EspindolaReturn ErrorOr<std::unique_ptr<File>>. NFC.
2015-04-24 Rafael EspindolaRemove unused enum value. NFC.
2015-04-24 Rafael EspindolaReturn an ErrorOr<std::unique_ptr<File>>. NFC.
2015-04-24 Davide Italiano[Test] Explictly pass target architecture.
2015-04-24 David BlaikieRevert changes to LTO test case since llvm-lto can...
2015-04-24 Robert FlackLook for both .debug and dsym debugging symbol informat...
2015-04-24 David BlaikieSkip extra LLVM IR assemble/disassemble steps in some...
2015-04-24 David Blaikie[opaque pointer type] bitcode: add explicit callee...
2015-04-24 Andrew KaylorFix LoopInterchange/reductions.ll test for debug builds
2015-04-24 Yaron KerenTeach AArch64\lit.local.cfg the new triple names window...
2015-04-24 Chris Bieneman[CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken
2015-04-24 Duncan P. N... Linker: Update -override testcase to check callers
2015-04-24 Hans WennborgSwitch lowering: fix APInt overflow causing infinite...
2015-04-24 Sergey Matveev[lsan] Add an interface function for on-demand leak...
2015-04-24 Sergey MatveevRevert r235726 "interface"
2015-04-24 Sergey Matveevinterface
2015-04-24 Reid Kleckner[WinEH] Split the landingpad BB instead of cloning it
2015-04-24 Rafael EspindolaDelete unnecessary generality in loadFile.
2015-04-24 Diego NovilloFix typo in comment.
2015-04-24 Derek SchuffAdd COMPILER_RT_ABI attribute to declarations of builti...
2015-04-24 Yaron KerenUse the cleaner syntx value initialization to zero...
2015-04-24 Yaron KerenSilence clang warning: private field 'data_' is not...
2015-04-24 Yaron KerenSilence clang warning: missing field 'Dr0' initializer.
2015-04-24 Vasileios Kalintiris[mips][FastISel] Specify which types we handle for...
2015-04-24 Aaron BallmanRemoving dead code; NFC. This code was triggering a...
2015-04-24 Tamas BerghammerFix condition detection in EmulateInstructionARM
2015-04-24 Tamas BerghammerFix order of b and blx instrction in EmulateInstructionARM
2015-04-24 Tamas BerghammerFix write register context for arm "add<c> <Rd>, sp...
2015-04-24 Ilia KUse self.fail() in MiGdbSetShowTestCase.test_lldbmi_gdb...
2015-04-24 Ilia KFix CMICmnLLDBDebuggerHandleEvents::GetProcessStdout...
2015-04-24 Filipe Cabecinhas[BitcodeReader] Fix asserts when we read a non-vector...
2015-04-24 Ilia KFix CMICmnMIOutOfBandRecord to accept stream-records...
2015-04-24 Simon Atanasyan[Mips] Simplify the code a bit using early return
2015-04-24 Daniel Jasperclang-format: Don't wrap after short first segments...
2015-04-24 Denis Protivensky[ARM] Update TODO notes
2015-04-24 Denis Protivensky[ARM] Implement R_ARM_COPY relocation
2015-04-24 Viktor Kutuzov[Msan] XFAIL the ftime.cc test on FreeBSD
2015-04-24 Viktor Kutuzov[Msan] Fix the backtrace.cc tests to build and pass...
2015-04-24 Daniel Jasperclang-format: More selectively detect QT's "signals".
2015-04-24 Viktor Kutuzov[Sanitizers] Do not call internal_sigdelset() on non...
2015-04-24 Pawel BylicaCorrect extractelement constant folding
2015-04-24 Pawel BylicaFix APInt long division algorithm
2015-04-24 Craig Topper[TableGen] Clang changes for r235697 to stop leaking...
2015-04-24 Craig Topper[TableGen] Don't leak Expanders and Operators in SetTheory.
2015-04-24 Craig Topper[TableGen] Fix all remaining memory leaks of Init and...
2015-04-24 Jingyue WuResurrect r235688
2015-04-24 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause in 'single...
2015-04-24 David MajnemerRemove unused variable to silence GCC warning
2015-04-24 Alexey Bataev[OPENMP] Do not emit implicit barrier for single direct...
2015-04-24 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause in 'sections...
2015-04-24 Jingyue WuRevert r235688
2015-04-24 Jingyue Wu[NVPTX] Emits "generic()" depending on the original...
2015-04-24 Jingyue Wu[NVPTX] enable NaryReassociate in NVPTX
2015-04-24 Matt ArsenaultR600/SI: Fix verifier error when producing v_madmk_f32
next