platform/upstream/llvm.git
2015-04-19 Eric ChristopherRemove the CFIType TargetOption as it is unused.
2015-04-19 Eric ChristopherRemove the JITEmitDebugInfo TargetOptions as they're...
2015-04-19 Richard SmithTry to work around failure to convert this lambda to...
2015-04-19 Richard Smith[modules] Refactor macro emission. No functionality...
2015-04-19 Craig TopperRemove unnecessary include and probably a layering...
2015-04-18 Ahmed Bougacha[MemCpyOpt] Don't force i64 when promoting memset/memcp...
2015-04-18 Simon Pilgrim[X86][AVX2] Force execution domain on broadcast folding...
2015-04-18 Simon Pilgrim[X86][SSE] Force execution domain on float/double unpac...
2015-04-18 Ahmed Bougacha[MemCpyOpt] Promote both memset/memcpy sizes if differe...
2015-04-18 Benjamin Kramer[InstCombine] Create zero constants on demand.
2015-04-18 Tobias GrosserDrop unused extern declaration
2015-04-18 Oleksiy VyalovRemove usages of host architecture within ELF object...
2015-04-18 Tobias GrosserClear InsnToMemAcc map in ScopDetection after each...
2015-04-18 Benjamin KramerMake helper function static. NFC.
2015-04-18 Tobias GrosserFix typo
2015-04-18 David Majnemer[Sema] Don't crash if array bound calculation overflowe...
2015-04-18 David Majnemer[InstCombine] (mul nsw 1, INT_MIN) != (shl nsw 1, 31)
2015-04-18 Ahmed Bougacha[GlobalMerge] Look at uses to create smaller global...
2015-04-18 Duncan P. N... DebugInfo: Delete DIDescriptor (but not its subclasses)
2015-04-18 Davide Italiano[GNU/ELF] Add support for -x/--discard-all.
2015-04-18 Duncan P. N... Remove dead code, NFC
2015-04-18 Duncan P. N... DebugInfo: Prepare for deletion of DIDescriptor
2015-04-18 Duncan P. N... docs: Update Kaleidoscope for recent DI changes
2015-04-17 Ahmed Bougacha[AArch64] Don't force MVT::Untyped when selecting LD1LA...
2015-04-17 Ahmed BougachaFix another typo in r235224 testcase. NFC.
2015-04-17 Andrew KaylorFix build wanrings and line endings
2015-04-17 Duncan P. N... DebugInfo: Remove DIDescriptor from the DebugInfo API
2015-04-17 Andrew Kaylor[WinEH] Fixes for a few cppeh failures.
2015-04-17 Adam Nemet[LoopAccesses] Improve debug output
2015-04-17 Zachary Turner[PDB] Support executables and source/line info.
2015-04-17 David Blaikie[opaque pointer type] Access the pointee of the result...
2015-04-17 David Blaikie[opaque pointer type] Query the GEP for its source...
2015-04-17 David Blaikie[opaque pointer type] Avoid creating (and then unwrappi...
2015-04-17 David Blaikie[opaque pointer type] Use the parsed explicit pointee...
2015-04-17 Ahmed Bougacha[MemCpyOpt] Optimize double-storing by memset+memcpy.
2015-04-17 Pete CooperChange AArch64 i128 returns to use [2 x i64] when possible.
2015-04-17 Sean Silva[LangRef] Remove redundant and inconsistent condition.
2015-04-17 Duncan P. N... AsmPrinter: Create a unified .debug_loc stream
2015-04-17 Pete CooperAArch64: Add test for returning [2 x i64] in registers...
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-17 Ahmed BougachaFix typo in r235224 testcase. NFC.
2015-04-17 Duncan P. N... Remove dead code, NFC
2015-04-17 Ahmed Bougacha[AArch64] Avoid vector->load dependency cycles when...
2015-04-17 David Majnemer[WinEH] Reusing HandlerType entries leads to small...
2015-04-17 Rafael EspindolaCompute A-B if both A and B are in the same comdat...
2015-04-17 David Blaikie[opaque pointer types] Use the pointee type loaded...
2015-04-17 Pirama Arumuga... Fix build errors introduced by r235215
2015-04-17 Aaron BallmanSuppressing the C4324 warnings generated by MSVC. This...
2015-04-17 Jason MolendaWhitespace-only tweaks to Colin's r235109 patch to...
2015-04-17 Rui UeyamaDelete dead code (again).
2015-04-17 Rui UeyamaDelete dead code.
2015-04-17 Pirama Arumuga... Add support to promote f16 to f32
2015-04-17 Chaoren LinTestMiBreak - func isn't always ??.
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement FastMaterializeAlloca in...
2015-04-17 David Majnemer[WinEH] Allow CatchHigh to be equal to TryHigh
2015-04-17 Manman Ren[LTO API] add lto_codegen_set_should_internalize.
2015-04-17 Sanjay Patel[X86, AVX] add an exedepfix entry for vmovq == vmovlps...
2015-04-17 Pete CooperAdd a missing forward def of CheckerManager. NFC.
2015-04-17 Ilia KFix the MiVarTestCase.test_lldbmi_var_create_register...
2015-04-17 Duncan P. N... AsmPrinter: Store MDExpression directly instead of...
2015-04-17 Duncan P. N... AsmPrinter: Stop storing MDLocalVariable in DebugLocEntry
2015-04-17 Duncan P. N... AsmPrinter: Calculate type upfront for location lists...
2015-04-17 David Blaikie[opaque pointer type] Serialize the type of an llvm...
2015-04-17 Aidan Doddstest commit.
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-17 Ilia KFix the MiVarTestCase.test_lldbmi_var_create_register...
2015-04-17 Kit BartonAdd the i128 builtin type to LLVM.
2015-04-17 Ilia KMI support for '-var-create $regname' command.
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement shift ops for Mips fast...
2015-04-17 Pavel LabathUse non-blocking waitpid in NativeProcessLinux
2015-04-17 Benjamin Kramer[clang-tidy] Remove static StringSet in favor of binary...
2015-04-17 James MolloyFix TRUNCATE splitting helper logic.
2015-04-17 Sylvestre LedruRemove the assertion as it was useless and broken.
2015-04-17 Ilia KUse lazy regex in lldb-mi tests
2015-04-17 Sylvestre LedruFix a bad assert. Found by coverity. CID 1101110
2015-04-17 Rui UeyamaUse C++11 non-static member initialization.
2015-04-17 Will Wilson[MSVC] Mimic MSVC whitespace collapse for incompatible...
2015-04-17 Rafael EspindolaMove AliasedSymbol to MachObjectWriter.
2015-04-17 Yaron KerenRevert r235177 as the Handle is used to fail GetExitCod...
2015-04-17 Vasileios Kalintiris[mips] Teach the delay slot filler to remove needless...
2015-04-17 Denis Protivensky[ARM] Implement R_ARM_TLS_IE32 for dynamic executable
2015-04-17 Rafael EspindolaAdd a proper fix for pr23025.
2015-04-17 Denis Protivensky[ARM] Test R_ARM_TLS_LE32 for dynamic executable
2015-04-17 Colin RileyFix cmake build on osx after r235109
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-17 Yaron KerenEliminate superfluous CloseHandle(PI.ProcessHandle).
2015-04-17 Sagar Thakurtest commit
2015-04-17 NAKAMURA Takumilli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduc...
2015-04-17 Nico WeberFollow-up to r235046: selectany only causes a definitio...
2015-04-17 Daniel Sanders[mips] Move ABI-dependent register selections to MipsAB...
2015-04-17 Tamas BerghammerMake several test case arm32 compatible
2015-04-17 Tamas BerghammerFix mapping symbol handling on arm 32/64
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
2015-04-17 Pavel LabathXFAILing TestPrintStackTraces on linux to stabilize...
2015-04-17 Rafael EspindolaAdd a reduced testcase from pr23025.
2015-04-17 Rafael EspindolaDon't walk aliases from global to local symbols in...
2015-04-17 Nico WeberMove fixit for const init from note to diag, weaken...
2015-04-17 Rafael EspindolaWrite relocation sections contiguously.
2015-04-17 Robert FlackUses the target platform to determine the platform...
2015-04-17 Daniel JasperRevert file unintentionally changed in r235162.
next