[opaque pointer type] Serialize the type of an llvm::Function as a function type...
[oota-llvm.git] / test /
2015-04-17 Kit BartonAdd support for v1i128 type.
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 Vasileios Kalintiris[mips] Teach the delay slot filler to remove needless...
2015-04-17 Rafael EspindolaAdd a proper fix for pr23025.
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 Reid KlecknerFix test failure due to racing commits
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-04-17 Duncan P. N. Exon... DebugInfo: Fixup r235149 after IR change in r235145
2015-04-17 Jingyue Wu[NaryReassociate] run NaryReassociate iteratively
2015-04-17 Duncan P. N. Exon... 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. Exon... DebugInfo: Fix UserValue::match() in LiveDebugVariables...
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[NaryReassociate] speeds up candidate searching
2015-04-16 Sanjay Patel[X86, SSE] instcombine common cases of insertps intrins...
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 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 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-16 Toma Tabacu[mips] [IAS] Preserve microMIPS label marking for objec...
2015-04-16 Rafael EspindolaDon't depend on the order relocations are written to...
2015-04-16 Vladimir Sukharev[ARM] Add v8.1a "Privileged Access Never" extension
2015-04-16 Toma Tabacu[mips] [IAS] Add support for the .insn directive.
2015-04-16 Simon PilgrimTRUNCATE constant folding - minor fix for rL233224
2015-04-16 Ahmed Bougacha[CodeGen] Re-apply r234809 (concat of scalars), with...
2015-04-16 Nick LewyckyRevert r234809 because it caused PR23246.
2015-04-16 Reid Kleckner[SEH] Deal with users of the old lpad for SEH catch...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... Verifier: Check that @llvm.dbg.* intrinsics have a...
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-04-15 Reid Kleckner[WinEH] Try to make the MachineFunction CFG more accurate
2015-04-15 Reid KlecknerReland "[WinEH] Use the parent function when computing...
2015-04-15 Reid KlecknerRevert "[WinEH] Use the parent function when computing...
2015-04-15 Reid Kleckner[WinEH] Use the parent function when computing frameesc...
2015-04-15 Charlie TurnerFix BXJ is undefined in AArch32.
2015-04-15 Rafael EspindolaMake it explicit which sections these relocations are in.
2015-04-15 Jingyue Wu[NFC] [SLSR] clean up some tests
2015-04-15 Rafael EspindolaMake it clear in which sections these relocations are.
2015-04-15 Jingyue Wu[SLSR] handle candidate form (B + i * S)
2015-04-15 Rafael EspindolaMake it clear where the relocations we are CHECKING...
2015-04-15 Rafael EspindolaUpdate tests to not be as dependent on section numbers.
2015-04-15 Sanjay Patel[X86] add an exedepfix entry for movq == movlps ==...
2015-04-15 Sanjay Patel[x86] Implement combineRepeatedFPDivisors
2015-04-15 Rafael EspindolaWrite section and section table entries in the same...
2015-04-15 Filipe CabecinhasRevert "Verify sizes when trying to read a VBR"
2015-04-15 Filipe CabecinhasVerify sizes when trying to read a VBR
2015-04-15 Daniel JasperRe-apply r234898 and fix tests.
2015-04-15 Lang Hames[RuntimeDyld] Make sure we emit MachO __eh_frame and...
2015-04-14 Reid Kleckner[WinEH] Avoid emitting xdata tables twice for cleanups
2015-04-14 Reid Kleckner[Inliner] Don't inline functions with frameescape calls
2015-04-14 David BlaikieDebugInfo: Pubnames: Do not include variable declaratio...
2015-04-14 David BlaikieUpdate test case to include the original source code...
2015-04-14 Lang Hames[Orc] Reapply r234815, outputting via stdout instead.
2015-04-14 Rafael EspindolaRevert "The code that originally made me discover this...
2015-04-14 Krzysztof ParzyszekChange the testcase mtriple to x86_64-unknown-unknown
2015-04-14 Daniel JasperThe code that originally made me discover this is:
2015-04-14 Bradley Smith[AArch64] Allow non-standard INS/DUP encodings
2015-04-14 Tom StellardR600/SI: Fix verifier error caused by SIAnnotateControlFlow
2015-04-14 Filipe CabecinhasError out of ParseBitcodeInto(Module*) if we haven...
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-14 NAKAMURA TakumiRoll back llvm/test/ExecutionEngine/MCJIT/cross-module...
2015-04-14 Anders WaldenborgFix crash in DebugInfoFinder when adding a module with...
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-04-14 Sanjoy Das[SCEV] Strengthen SCEVExpander::isHighCostExpansion.
2015-04-14 Keno Fischer[RuntimeDyldELF] Improve GOT support
2015-04-14 Adam Nemet[LoopAccesses] Properly print whether memchecks are...
2015-04-14 Lang Hames[Orc] Revert 234815. Still haven't quite got this test...
2015-04-13 Lang Hames[Orc] Make the OrcLazy hello.ll regression test output...
2015-04-13 Lang Hames[Orc] Back out r234805 for hello.ll until I can figure...
2015-04-13 Ahmed Bougacha[CodeGen] Combine concat_vectors of scalars into build_...
2015-04-13 Lang Hames[Orc] Add an Orc layer for applying arbitrary transform...
2015-04-13 Krzysztof ParzyszekSettle on a specific triple for the aarch64 testcase
2015-04-13 Krzysztof ParzyszekAlso add mtriple to the aarch64 testcase
2015-04-13 Krzysztof ParzyszekAdd mtriple to test case to avoid problems with differe...
2015-04-13 Nick LewyckySubtraction is not commutative. Fixes PR23212!
2015-04-13 Krzysztof ParzyszekRemove this test until I figure out why it fails
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
2015-04-13 Matthias BraunUse FileCheck for test
2015-04-13 Akira Hatanaka[inliner] Don't inline a function if it doesn't have...
2015-04-13 Krzysztof ParzyszekMake the ARM testcase from r234764 also pass on Thumb
2015-04-13 Jan VeselyRevert revisions r234755, r234759, r234760
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-13 Matthias BraunDAGCombiner: Fix crash in select(select) opt.
2015-04-13 Jan VeselyR600: Add carry and borrow instructions. Use them to...
2015-04-13 David Blaikiellvm-readobj: teach it to handle MachO Universal Archiv...
2015-04-13 Jan VeselyLegalizeDAG: Try to use Overflow operations when expand...
next