summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Take another shot at disabling this when no ppc support is available.Daniel Dunbar2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* Shrink ADR and LDR from constantpool late during constantpool island pass.Evan Cheng2009-08-14
* Mark this test as requiring the powerpc target.Daniel Dunbar2009-08-13
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-13
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-13
* tPOP_RET now has predicate operands.Evan Cheng2009-08-13
* fix typo, add 10.6 version of test for my previous patch.Chris Lattner2009-08-13
* It's ok to spill a tGPR register as long as it's still allocated a low register.Evan Cheng2009-08-13
* When InstCombine simplifies a load -> extract element to gep -> load, placeMon P Wang2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* Now that numbered types have their number printed, it's no longerDan Gohman2009-08-12
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-12
* Use WriteAsOperand to print BasicBlock names.Dan Gohman2009-08-12
* Generate Neon VTBL and VTBX instructions from the corresponding intrinsics.Bob Wilson2009-08-12
* Test for 78821, sort of. While that bug is nondeterministic,Dale Johannesen2009-08-12
* Fix whitespace expectations to match the new AsmWriter behavior.Dan Gohman2009-08-12
* Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman2009-08-12
* Transform -X/C to X/-C, implementing a README.txt entry.Dan Gohman2009-08-12
* Optimize (x/C)*C to x if the division is exact.Dan Gohman2009-08-12
* one last (?) bad x86 triple test.Chris Lattner2009-08-12
* fix some pastos in triple lines.Chris Lattner2009-08-12
* another bogus tripleChris Lattner2009-08-12
* fix another broken target triple.Chris Lattner2009-08-12
* fix an incorrect target triple.Chris Lattner2009-08-12
* add nounwindChris Lattner2009-08-12
* Remove an Darwin assembler workaround.Evan Cheng2009-08-12
* Shrink ADDS, ADC, RSB, and SUBS.Evan Cheng2009-08-12
* Testcase for r78770.Bill Wendling2009-08-12
* Test for llvm-gcc patch 78762.Dale Johannesen2009-08-12
* llvm-gcc now emits inbounds for this getelementptr.Dan Gohman2009-08-12
* llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')Daniel Dunbar2009-08-11
* Shrinkify Thumb2 r = add sp, imm.Evan Cheng2009-08-11
* Shrinkify Thumb2 load / store multiple instructions.Evan Cheng2009-08-11
* Optimize exact sdiv by a constant power of 2 to ashr.Dan Gohman2009-08-11
* Use wchar.h to get wchar_t, not ctype.h.Dan Gohman2009-08-11
* Link NamedMDNodes.Devang Patel2009-08-11
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-11
* now that these are in file-check format, we can merge them togetherChris Lattner2009-08-11
* Don't assume that external global variables are aligned at their preferredDan Gohman2009-08-11
* Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...Evan Cheng2009-08-11
* Link metadata.Devang Patel2009-08-11
* Rebuild RegScavenger::DistanceMap each time it is needed.Jakob Stoklund Olesen2009-08-11
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-11
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-11
* llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).Daniel Dunbar2009-08-11
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-11
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-11