Add helpers for fetching basic types.
[oota-llvm.git] / test /
2009-08-13 Daniel DunbarMark this test as requiring the powerpc target.
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-08-13 Evan ChengtPOP_RET now has predicate operands.
2009-08-13 Chris Lattnerfix typo, add 10.6 version of test for my previous...
2009-08-13 Evan ChengIt's ok to spill a tGPR register as long as it's still...
2009-08-13 Mon P WangWhen InstCombine simplifies a load -> extract element...
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-12 Dan GohmanNow that numbered types have their number printed,...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-08-12 Dan GohmanUse WriteAsOperand to print BasicBlock names.
2009-08-12 Bob WilsonGenerate Neon VTBL and VTBX instructions from the corre...
2009-08-12 Dale JohannesenTest for 78821, sort of. While that bug is nondetermin...
2009-08-12 Dan GohmanFix whitespace expectations to match the new AsmWriter...
2009-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2009-08-12 Dan GohmanTransform -X/C to X/-C, implementing a README.txt entry.
2009-08-12 Dan GohmanOptimize (x/C)*C to x if the division is exact.
2009-08-12 Chris Lattnerone last (?) bad x86 triple test.
2009-08-12 Chris Lattnerfix some pastos in triple lines.
2009-08-12 Chris Lattneranother bogus triple
2009-08-12 Chris Lattnerfix another broken target triple.
2009-08-12 Chris Lattnerfix an incorrect target triple.
2009-08-12 Chris Lattneradd nounwind
2009-08-12 Evan ChengRemove an Darwin assembler workaround.
2009-08-12 Evan ChengShrink ADDS, ADC, RSB, and SUBS.
2009-08-12 Bill WendlingTestcase for r78770.
2009-08-12 Dale JohannesenTest for llvm-gcc patch 78762.
2009-08-12 Dan Gohmanllvm-gcc now emits inbounds for this getelementptr.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Match hard coded registers (e.g...
2009-08-11 Evan ChengShrinkify Thumb2 r = add sp, imm.
2009-08-11 Evan ChengShrinkify Thumb2 load / store multiple instructions.
2009-08-11 Dan GohmanOptimize exact sdiv by a constant power of 2 to ashr.
2009-08-11 Dan GohmanUse wchar.h to get wchar_t, not ctype.h.
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Daniel Dunbarllvm-mc: Fix a crash on invalid due to a typo in reloca...
2009-08-11 Chris Lattnernow that these are in file-check format, we can merge...
2009-08-11 Dan GohmanDon't assume that external global variables are aligned...
2009-08-11 Evan ChengFix the previous accidental commit. Now shrinking commo...
2009-08-11 Devang PatelLink metadata.
2009-08-11 Jakob Stoklund OlesenRebuild RegScavenger::DistanceMap each time it is needed.
2009-08-11 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-11 Bob WilsonUse vAny type to get rid of Neon intrinsics that differ...
2009-08-11 Daniel Dunbarllvm-mc/X86: Parse '*' correctly (in the way the matche...
2009-08-11 Daniel Dunbarllvm-mc: Accept .word as a synonym for .short
2009-08-11 Daniel Dunbarllvm-mc: Sketch parsing for .file, .line, and .loc...
2009-08-11 Daniel Dunbarllvm-mc: Fix darwin .section parsing. It was skipping...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Implement automatic classification...
2009-08-11 Bob WilsonUse new EVT::vAny type to combine Neon intrinsics for...
2009-08-10 Evan ChengEnable Thumb2 instruction shrinking (32-bit to 16-bit...
2009-08-10 Dan GohmanFix a bug in the DAGCombiner's handling of multiple...
2009-08-10 David GoodwinUse FileCheck.
2009-08-10 David GoodwinUse FileCheck... its good for you...
2009-08-10 David GoodwinFix test.
2009-08-10 David GoodwinFix test.
2009-08-10 David GoodwinUse NEON for single-precision int<->FP conversions.
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Disambiguate i64i8imm.
2009-08-10 Evan ChengHandle the constantfp created during post-legalization...
2009-08-10 Erick TryzelaarFix ocaml "make check" tests, that wasn't finding the...
2009-08-10 Dan GohmanAdd nounwind keywords.
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Check for matches with super classes...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-09 Daniel DunbarDisable this test for now, we don't check for super...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-09 Bob WilsonAdd tests for Neon VZIP and VUZP instructions.
2009-08-09 Bob WilsonAdd a test for Neon VTRN instructions.
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattnerremove nondeterminstic test.
2009-08-08 Eric ChristopherAdd crc32 instruction and intrinsics. Add a new class...
2009-08-08 Jakob Stoklund OlesenAdd support for READCYCLECOUNTER in Blackfin back-end.
2009-08-08 Jakob Stoklund OlesenDon't build illegal ops in DAGCombiner::SimplifyBinOpWi...
2009-08-08 Jakob Stoklund OlesenSimplify RegScavenger::forward a bit more.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-08 Andreas BolkaAdd another Strong-SIV testcase.
2009-08-07 Anton KorobeynikovDo not generate 32-bit call on win64 when imm does...
2009-08-07 Chris Lattnerrename test
2009-08-07 Chris Lattnermerge a bunch of tests together into one, convert to...
2009-08-07 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-07 David GoodwinMake NEON single-precision FP support the default for...
2009-08-07 Kevin EnderbyAdded Mac OS X assembler style conditional assembly...
2009-08-07 Anton Korobeynikov2 more vdup.32 cases
2009-08-07 Evan ChengThumb2 32-bit ldm / stm needs .w suffix if submode...
2009-08-07 Daniel DunbarXFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin...
2009-08-07 Evan ChengFix support to use NEON for single precision fp math.
2009-08-07 Andreas BolkaFix Strong-SIV testcase.
2009-08-07 Daniel DunbarDisable X86 AsmMatcher for now, it is causing gcc-4...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
2009-08-07 Evan ChengAnother coalescer bug. When a dead copy is eliminated...
2009-08-07 Evan ChengIt turns out most of the thumb2 instructions are not...
2009-08-07 Dale JohannesenAdd the testcase from PR 4668. This works at the
2009-08-06 Dale JohannesenFix PR 4626, a crash in branch folding after OptimizeBlock
2009-08-06 Bob WilsonImplement Neon VST[234] operations.
2009-08-06 Bob WilsonFix incorrect intrinsic declarations.
2009-08-06 Dale JohannesenTestcase for llvm-gcc 78324 (although in normal
2009-08-06 Dan GohmanTidy up this testcase.
2009-08-06 Chris Lattnerreduce testcase.
2009-08-06 Dan GohmanRemove an over-aggressive assert. Functions with empty...
2009-08-06 Anton KorobeynikovAdd tests for X86-64 code model handling. Small and...
2009-08-06 Dan GohmanFix a bug in x86's PreprocessForRMW logic that was...
next