oota-llvm.git
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 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 Pirama Arumuga... Add support to promote f16 to f32
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 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 Kit BartonAdd support for v1i128 type.
2015-04-17 Kit BartonAdd the i128 builtin type to LLVM.
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement shift ops for Mips fast...
2015-04-17 James MolloyFix TRUNCATE splitting helper logic.
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 Rafael EspindolaAdd a proper fix for pr23025.
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-17 Yaron KerenEliminate superfluous CloseHandle(PI.ProcessHandle).
2015-04-17 NAKAMURA Takumilli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduc...
2015-04-17 Daniel Sanders[mips] Move ABI-dependent register selections to MipsAB...
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
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 Rafael EspindolaWrite relocation sections contiguously.
2015-04-17 David Blaikie[opaque pointer type] Explicit pointee type for call...
2015-04-17 David BlaikieNarrow down the type of CallInst::getFunctionType to...
2015-04-17 Reid KlecknerFix test failure due to racing commits
2015-04-17 Reid KlecknerFix unused variable warning
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-04-17 Duncan P. N... DebugInfo: Fixup r235149 after IR change in r235145
2015-04-17 Jingyue Wu[NaryReassociate] run NaryReassociate iteratively
2015-04-17 Duncan P. N... DebugInfo: Simplify testcase from LiveDebugVariables...
2015-04-16 Ahmed Bougacha[AArch64] Don't assert on f16 in DUP PerfectShuffle...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Kevin EnderbyFor llvm-objdump, dump the (__OBJC,__protocol) section...
2015-04-16 Duncan P. N... DebugInfo: Fix UserValue::match() in LiveDebugVariables...
2015-04-16 Duncan P. N... AsmPrinter: Remove dead code, NFC
2015-04-16 Duncan P. N... AsmPrinter: Simplify logic for debug info intrinsics...
2015-04-16 Chris BienemanUpdating symbol wildcards one more time.
2015-04-16 Pete CooperDisable AArch64 fast-isel on big-endian call vector...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-16 Jingyue Wu[NFC] [MachO] remove extra semicolons
2015-04-16 Jingyue Wu[NaryReassociate] speeds up candidate searching
2015-04-16 Chris BienemanProperly escaping the quotes so that bash doesn't do...
2015-04-16 Chris BienemanCleanup based on rnk's feedback.
2015-04-16 Sanjay Patel[X86, SSE] instcombine common cases of insertps intrins...
2015-04-16 Chris BienemanFixing windows bots.
2015-04-16 Chris BienemanBetter fix to the windows conditional.
2015-04-16 Chris BienemanFix Windows bots.
2015-04-16 Kevin EnderbyFor llvm-objdump added support for printing Objc1 32...
2015-04-16 Reid Kleckner[WinEH] Handle a landingpad, resume, and cleanup all...
2015-04-16 Charlie TurnerEditorial changes in the programmers manual.
2015-04-16 Duncan P. N... DebugInfo: Allow DebugLocs to be constructed from const
2015-04-16 Chris BienemanFixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with...
2015-04-16 Chris BienemanFixing a mis-use of the CMake install command.
2015-04-16 Duncan P. N... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-16 Hans WennborgRevert the switch lowering change (r235101, r235103...
2015-04-16 Vladimir Sukharev[AArch64] Add v8.1a "Virtualization Host Extensions"
2015-04-16 Hans WennborgAdd a triple to test/DebugInfo/unconditional-branch...
2015-04-16 Vladimir Sukharev[AArch64] Add v8.1a "Limited Ordering Regions" extension
2015-04-16 Vladimir Sukharev[AArch64] Add v8.1a "Privileged Access Never" extension
2015-04-16 Hans WennborgAdd a triple to switch.ll test.
2015-04-16 Vladimir Sukharev[AArch64] Handle Cyclone-specific register in common way
2015-04-16 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-16 Vladimir Sukharev[AArch64] Follow-up to: Refactor AArch64NamedImmMapper...
2015-04-16 Toma Tabacu[mips] [IAS] Preserve microMIPS label marking for objec...
2015-04-16 Aaron BallmanSilencing a -Wunused-but-set-variable warning; NFC.
2015-04-16 Rafael EspindolaDon't depend on the order relocations are written to...
2015-04-16 Benjamin Kramer[Mips] Use unique_ptr to manage ownership.
2015-04-16 Benjamin KramerMake it obvious that we're iterating over a range of...
2015-04-16 Vladimir Sukharev[AArch64] Refactor AArch64NamedImmMapper to become...
2015-04-16 James Molloy[AArch64] Fix invalid use of references to BuildMI.
2015-04-16 Vladimir Sukharev[ARM] Add v8.1a "Privileged Access Never" extension
2015-04-16 Yaron KerenUpdate MCELFStreamer::reset() following r234714
2015-04-16 Toma Tabacu[mips] [IAS] Add support for the .insn directive.
2015-04-16 Pavel LabathRevert "[RuntimeDyldELF] Fold Placeholder into Addend"
2015-04-16 Pavel LabathRevert "[RuntimeDyldELF] Fix missing cases in Placehold...
2015-04-16 Simon PilgrimTRUNCATE constant folding - minor fix for rL233224
2015-04-16 Daniel BerlinReplace loop doing postorder walk with postorder iterator
2015-04-16 Ahmed Bougacha[CodeGen] Re-apply r234809 (concat of scalars), with...
2015-04-16 Duncan P. N... DebugInfo: DIRef<> => TypedDebugNodeRef<>
2015-04-16 Keno Fischer[RuntimeDyldELF] Fix missing cases in Placeholder proce...
2015-04-16 Duncan P. N... DebugInfo: Gut DIDescriptor
2015-04-16 Duncan P. N... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
next