[MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayout
[oota-llvm.git] / test /
2015-01-08 Lang Hames[MCJIT] Remove a few redundant MCJIT tests, and drop...
2015-01-08 Rafael EspindolaMake this test a bit stricter.
2015-01-08 Justin HibbitsAdd saving and restoring of r30 to the prologue and...
2015-01-08 Kristof BeylsFix large stack alignment codegen for ARM and Thumb2...
2015-01-08 Tom StellardR600/SI: Remove SIISelLowering::legalizeOperands()
2015-01-08 Elena DemikhovskyMasked Load/Store - fixed a bug in type legalization.
2015-01-08 Michael KupersteinFix a think-o in the test for r225438.
2015-01-08 Michael Kuperstein[X86] Don't try to generate direct calls to TLS globals
2015-01-08 Craig TopperFix test case I missed in r225432.
2015-01-08 Craig Topper[X86] Don't print 'dword ptr' or 'qword ptr' on the...
2015-01-08 Adrian PrantlRevert "Reapply: Teach SROA how to update debug info...
2015-01-08 Quentin Colombet[RegAllocGreedy] Introduce a late pass to repair broken...
2015-01-07 Matthias BraunRegisterCoalescer: Fix valuesIdentical() in some subran...
2015-01-07 Philip Reames[GC] improve testing around gc.relocate and fix a test
2015-01-07 Tom StellardR600/SI: Commute instructions to enable more folding...
2015-01-07 Tom StellardR600/SI: Only fold immediates that have one use
2015-01-07 Duncan P. N. Exon... Linker: Don't use MDNode::replaceOperandWith()
2015-01-07 Alexey SamsonovXFAIL several MCJIT EH tests under ASan and MSan bootstrap.
2015-01-07 Rafael EspindolaAdd a test that would have found the issue in r224935.
2015-01-07 Kevin EnderbySlightly refactor things for llvm-objdump and the ...
2015-01-07 Olivier SallenaveMore FMA folding opportunities.
2015-01-07 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2015-01-07 Adrian PrantlDebug info: Allow aggregate types to be described by...
2015-01-07 Colin LeMahieu[Hexagon] Adding floating point classification and...
2015-01-07 Tom StellardR600/SI: Add a V_MOV_B64 pseudo instruction
2015-01-07 Colin LeMahieu[Hexagon] Adding encodings for v5 floating point instru...
2015-01-07 Colin LeMahieu[Hexagon] Adding encoding for popcount, fastcorner...
2015-01-07 Tom StellardR600/SI: Teach SIFoldOperands to split 64-bit constants...
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2015-01-07 David MajnemerX86: Allow the stack probe size to be configurable...
2015-01-07 Ahmed Bougacha[X86] Teach FCOPYSIGN lowering to recognize constant...
2015-01-07 Charlie Turner[ARM] Add missing Tag_DIV_use tests.
2015-01-07 Chandler Carruth[PM] Give slightly less horrible names to the utility...
2015-01-07 Karthik BhatRevert r225165 and r225169
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-06 Matt ArsenaultR600/SI: Add combine for isinfinite pattern
2015-01-06 Matt ArsenaultR600/SI: Pattern match isinf to v_cmp_class instructions
2015-01-06 Matt ArsenaultR600/SI: Add basic DAG combines for fp_class
2015-01-06 Matt ArsenaultR600/SI: Add class intrinsic
2015-01-06 Matt ArsenaultFix using wrong intrinsic in test
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2015-01-06 Hal Finkel[PowerPC] Reuse a load operand in int->fp conversions
2015-01-06 Colin LeMahieu[Hexagon] Adding compound jump encodings.
2015-01-06 Tom StellardR600/SI: Insert s_waitcnt before s_barrier instructions.
2015-01-06 Adrian PrantlRevert "Reapply: Teach SROA how to update debug info...
2015-01-06 Colin LeMahieu[Hexagon] Adding encoding for misc v4 instructions...
2015-01-06 Sanjoy DasThis patch teaches IndVarSimplify to add nuw and nsw...
2015-01-06 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2015-01-06 Andrea Di Biagio[CodeGenPrepare] Improved logic to speculate calls...
2015-01-06 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2015-01-06 Filipe CabecinhasDon't loop endlessly for MachO files with 0 ncmds
2015-01-06 Hal Finkel[PowerPC] Add a regression test for r225251
2015-01-06 Colin LeMahieu[Hexagon] Adding dealloc_return encoding and absolute...
2015-01-06 Matt ArsenaultConvert fcmp with 0.0 from casted integers to icmp
2015-01-06 Chandler Carruth[PM] Introduce a utility pass that preserves no analyses.
2015-01-06 Craig Topper[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
2015-01-06 David MajnemerInstCombine: Bitcast call arguments from/to pointer...
2015-01-06 Chandler Carruth[PM] Simplify how we parse the outer layer of the pass...
2015-01-06 David MajnemerX86: Don't make illegal GOTTPOFF relocations
2015-01-06 Hal Finkel[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Chandler Carruth[PM] Add a collection of no-op analysis passes and...
2015-01-06 Chandler Carruth[PM] Add a utility to the new pass manager for generati...
2015-01-06 Rafael EspindolaAdd a testcase that would have found the problem in...
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2015-01-05 Hal Finkel[PowerPC] Fix test to pass on Darwin hosts
2015-01-05 Hal Finkel[PowerPC] Convert a README.txt entry into a better...
2015-01-05 Colin LeMahieu[Hexagon] Adding add/sub with carry, logical shift...
2015-01-05 Hal Finkel[PowerPC] Add a test for truncating a shifted load
2015-01-05 Frederic Riss[dsymutil] Implement the BinaryHolder object and gain...
2015-01-05 Hal Finkel[PowerPC] Add another test for load/store with update
2015-01-05 Hal Finkel[PowerPC] Fold i1 extensions with other ops
2015-01-05 Colin LeMahieu[Hexagon] Adding rounding reg/reg variants, accumulatin...
2015-01-05 Colin LeMahieu[Hexagon] Adding V4 bit manipulating instructions,...
2015-01-05 Colin LeMahieu[Hexagon] Adding V4 logic-logic instructions and tests.
2015-01-05 Colin LeMahieu[Hexagon] Adding orand, bitsplit reg/reg, and modwrap...
2015-01-05 Hal Finkel[PowerPC] Remove zexts after i32 ctlz
2015-01-05 Hal Finkel[PowerPC] Remove zexts after byte-swapping loads
2015-01-05 Colin LeMahieu[Hexagon] Adding round reg/imm and bitsplit instructions.
2015-01-05 Ahmed Bougacha[AArch64] Improve codegen of store lane instructions...
2015-01-05 Ahmed Bougacha[AArch64] Improve codegen of store lane 0 instructions...
2015-01-05 NAKAMURA Takumillvm/test/lit.cfg: have_ld_plugin_support(): Use decode...
2015-01-05 Karthik BhatSelect lower fsub,fabs pattern to fabd on AArch64
2015-01-05 Charlie TurnerParse Tag_compatibility correctly.
2015-01-05 Charlie TurnerEmit the build attribute Tag_conformance.
2015-01-05 Karthik BhatSelect lower sub,abs pattern to sabd on AArch64
2015-01-05 Michael KupersteinFix broken test from r225159.
2015-01-05 Chandler Carruth[PM] Don't run the machinery of invalidating all the...
2015-01-05 Chandler Carruth[PM] Add names and debug logging for analysis passes...
2015-01-05 Jiangning LiuFixed a bug in memory dependence checking module of...
2015-01-05 Hal Finkel[PowerPC] Enable speculation of cttz/ctlz
2015-01-05 Chandler Carruth[SROA] Apply a somewhat heavy and unpleasant hammer...
2015-01-05 Hal Finkel[PowerPC] Materialize i64 constants using rotation...
2015-01-05 Chandler Carruth[PM] Wire up support for explicitly running the verifie...
2015-01-04 Simon Pilgrim[X86][SSE] Added vector packing test for pr12412
2015-01-04 Simon Pilgrim[X86][SSE] Added vector integer truncation tests -...
2015-01-04 Hal Finkel[PowerPC] Materialize i64 constants using rotation
2015-01-04 Hal Finkel[PowerPC] Materialize i64 constants using bit inversion
2015-01-04 David MajnemerInstCombine: match can find ConstantExprs, don't assume...
next