RegioInfo: Add getExpandedRegion().
[oota-llvm.git] / test /
2010-10-13 Bill WendlingAdd encodings for VNEG and VSQRT. Also add encodings...
2010-10-13 Bill WendlingAdd encodings for VCVT instructions.
2010-10-13 Jim GrosbachAdd ARM encoding information for comparisons, forced...
2010-10-13 Bill WendlingAdd VCMPZ and VABS.
2010-10-13 Bill WendlingRefactor VCMP instructions.
2010-10-12 Eric ChristopherFileCheckize this in a hope to quiet a valgrind warning...
2010-10-12 Bill WendlingAdd encodings for VNMUL[SD].
2010-10-12 Bill WendlingAdd encodings for VDIV and VMUL.
2010-10-12 Jim GrosbachBe nitpicky and line up the comments.
2010-10-12 Bill WendlingAdd encoding for VSUB and VCMP.
2010-10-12 Bill WendlingDon't need to specify calling convention. Add 'readnone...
2010-10-12 Bill WendlingEncoding for VADDD. Plus a test for the VFP instructions.
2010-10-12 Jim GrosbachAdd encoding information for the remainder of the gener...
2010-10-11 Dan GohmanAdd a simple testcase for tbaa.
2010-10-11 Jim GrosbachMC machine encoding for simple aritmetic instructions...
2010-10-11 Andrew TrickPR8297
2010-10-11 Jakob Stoklund OlesenPowerPC varargs functions store live-in registers on...
2010-10-11 Eric ChristopherFound a bug turning this on by default. Disable again...
2010-10-11 Eric ChristopherRemove now non-existent option.
2010-10-11 Andrew TrickFixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-10 Michael J. SpencerX86: MinGW should always use libgcc on Windows.
2010-10-10 Michael J. SpencerX86: Call _alldiv instead of __divdi3 on Windows (exclu...
2010-10-10 Chris Lattnerforce a triple, varargs isn't supported with the SVR4...
2010-10-10 Chris Lattnerfix the expansion of va_arg instruction on PPC to know...
2010-10-09 Kenneth UildriksNow using a variant of the existing inlining heuristics...
2010-10-09 Michael J. SpencerMC-COFF: Fix .bss section size. Fixes PR8335. Patch...
2010-10-09 Benjamin KramerDon't test a removed function.
2010-10-09 Michael J. SpencerMC-COFF: Implement InitSections. Fixes PR8335.
2010-10-09 Michael J. SpencerMC-COFF: Add COFFAsmParser. Completes PR8343.
2010-10-09 Evan ChengCorrect some load / store instruction itinerary mistakes:
2010-10-09 Bill WendlingSimplify test and move into a generic "crash" ll file.
2010-10-09 Bill WendlingCheck to make sure that the iterator isn't at the begin...
2010-10-08 Jim GrosbachImplement a few more binary encoding bits. Still very...
2010-10-08 Rafael EspindolaCall InitSections in llc and clang so that the binaries...
2010-10-08 Cameron EsfahaniRecommit 116056, now with the missing file...
2010-10-08 Andrew Trickreverting 116056: win64_params.ll may need to be condit...
2010-10-08 Cameron EsfahaniSmall patch to restore home register stack space alloca...
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-10-08 Chris Lattnertestcase that goes with r116053
2010-10-08 Chris Lattnerrename test
2010-10-08 Chris Lattnermerge tests
2010-10-08 Chris Lattnerfilecheckize.
2010-10-08 Chris Lattnerreapply: Use the new TB_NOT_REVERSABLE flag instead...
2010-10-08 Michael J. SpencerFix Formatting.
2010-10-08 Michael J. SpencerMC-COFF: Fix Simple and Complex type. Fixes PR8320.
2010-10-08 Daniel DunbarRevert "reimplement the second half of the or/add optim...
2010-10-08 Chris Lattnerreimplement the second half of the or/add optimization...
2010-10-08 Jim GrosbachAdd test file for simple ARM binary encodings with MC
2010-10-08 Michael J. SpencerMC-COFF: Add test for my last commit.
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-10-07 Chris Lattnerconvert cmp to use a multipattern
2010-10-07 Evan ChengCanonicalize X86ISD::MOVDDUP nodes to v2f64 to make...
2010-10-07 Michael J. SpencerMC-COFF: Fix symbol aliases. Fixes PR8251.
2010-10-07 Michael J. Spencertest: Fix binary stdin issues with coff-dump on Windows.
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-06 Rafael EspindolaGet binding and visibility info from the the alias...
2010-10-06 Rafael EspindolaIf a symbol is global, reloc against it even if it...
2010-10-06 Rafael EspindolaMake sure weak symbols are listed after the local ones.
2010-10-06 Rafael EspindolaCorrectly handle GOTPCREL relocations.
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-06 Chris LattnerGeneralize tblgen's dag parsing logic to handle arbitra...
2010-10-06 Chris Lattnerrename add some comments.
2010-10-06 Chris Lattnerfilecheckize
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-10-05 Rafael EspindolaUse a relocation against the symbol if it is a PLT...
2010-10-05 Chris Lattnerenhance tblgen to support anonymous defm's, use this to
2010-10-05 Rafael EspindolaImplement more alias cases.
2010-10-05 Bill WendlingPSHUFW is in SSE, not SSSE3.
2010-10-05 Chris LattnerReplace a gross hack (the MOV64ri_alt instruction)...
2010-10-05 Rafael EspindolaDon't crash in a strange .size directive.
2010-10-05 Michael J. SpencerMC-COFF: Fix (PR8278) temporary symbol relocations.
2010-10-05 Rafael EspindolaAdd support for a fill value in the .zero directive.
2010-10-05 Rafael EspindolaImplement a simple alias case and refactor the code...
2010-10-05 Michael J. Spencertest/COFF: Fix symbol indexes and names. Update tests...
2010-10-05 Michael J. Spencertest/COFF: Remove temp file usage.
2010-10-05 Michael J. Spencertest/coff-dump: Support reading from stdin.
2010-10-05 Michael J. SpencerCleanup Whitespace.
2010-10-05 Owen AndersonUse a more efficient lowering of uint64_t --> float...
2010-10-05 Rafael EspindolaProduce a undefined reference to _GLOBAL_OFFSET_TABLE_...
2010-10-05 Rafael EspindolaTests that now pass.
2010-10-05 NAKAMURA Takumitest/CodeGen/X86/atomic_op.ll: Rename @main to @func...
2010-10-05 Sean CallananAdded a testcase for the ENTER instruction.
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-04 Rafael EspindolaImplement ELF::R_X86_64_GOTPCREL.
2010-10-04 Rafael EspindolaProduce a R_X86_64_PLT32 when needed.
2010-10-04 Rafael EspindolaProduce a R_X86_64_GOT32 when needed.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-10-04 Rafael EspindolaInclude the section address in the computation of the...
2010-10-04 Rafael EspindolaCorrectly compute the relocation when it is not in...
2010-10-03 Anton Korobeynikovva_args support for Win64.
2010-10-03 Anton KorobeynikovProperly emit stack probe on win64 (for non-mingw targets).
2010-10-03 Eli FriedmanAdd 3DNowA instructions.
2010-10-03 Chris Lattnerunbreak buildbot
2010-10-03 Chris Lattnerthe immediate field of pshufw is actually an 8-bit...
2010-10-03 Chris Lattneradd support for the prefetch/prefetchw instructions...
2010-10-03 Chris Lattnerwhat the heck, add support for the rest of the 3dNow...
2010-10-03 Chris LattnerImplement support for the bizarre 3DNow! encoding ...
2010-10-03 Bill WendlingAdd test to make sure that the MMX intrinsic calls...
2010-10-03 Bill WendlingAuto-upgrade tests for the new MMX intrinsic calls.
next