Initialize HasPOPCNT.
[oota-llvm.git] / test /
2010-12-04 Benjamin KramerAdd patterns for the x86 popcnt instruction.
2010-12-04 Bob WilsonThe Thumb tADDrSPi instruction is not valid when the...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-12-03 Jim GrosbachEncode the 32-bit wide Thumb (and Thumb2) instructions...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-02 Devang PatelHide tests, that check .loc, .file in output assembly...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Stuart HastingsTest case for r120740. Radar 8712503.
2010-12-02 Duncan SandsAdjust this test for the fact that the stores are no...
2010-12-02 Jim GrosbachXFAIL for now. If someone with access to an ARM/Linux...
2010-12-02 Evan ChengFix test.
2010-12-02 Duncan SandsThis test dates from the time when llvm-gcc had problem...
2010-12-02 NAKAMURA Takumitest/Archive/extract.ll: Use cmp instead of diff. Thank...
2010-12-01 Evan ChengFix and re-enable tail call optimization of expanded...
2010-12-01 Rafael EspindolaRename temporary symbols if they conflict with artifici...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-12-01 Evan ChengSpeculatively disable x86 portion of r120501 to appease...
2010-12-01 Jason W KimARM/MC/ELF relocation "hello world" for movw/movt.
2010-12-01 Chris Lattnerfix a bozo bug I introduced in r119930, causing a misco...
2010-12-01 NAKAMURA Takumitest/Archive: FileCheck-ize, and remove *.toc. These...
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Chris LattnerEnhance DSE to handle the variable index case in PR8657.
2010-11-30 Chris Lattnerremove fixme comment too.
2010-11-30 Chris Lattnercheck in *all* files. This is now handled by my previo...
2010-11-30 Chris Lattnerteach DSE to use GetPointerBaseWithConstantOffset to...
2010-11-30 Chris Lattnerenhance isRemovable to refuse to delete volatile mem...
2010-11-30 Owen AndersonAdd tests for more forms of Thumb2 loads and stores.
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-30 Eric ChristopherNot all platforms use _<func>. Duh.
2010-11-30 Bill WendlingAdd parsing for the Thumb t_addrmode_s4 addressing...
2010-11-30 Chris LattnerRewrite the main DSE loop to be written in terms of...
2010-11-30 Eric ChristopherRewrite mwait and monitor support and custom lower...
2010-11-30 Anders CarlssonAdd a puts optimization that converts puts() to putchar...
2010-11-30 Anders CarlssonFix a typo.
2010-11-30 Anders CarlssonRename this test to FPuts.ll since it actually tests...
2010-11-30 Chris Lattnerremove a use of llvm-dis
2010-11-30 Chris Lattnermerge one more away
2010-11-30 Chris LattnerI already merged partial-overwrite.ll -> PartialStore.ll
2010-11-30 Chris Lattnerclean up DSE tests, removing some poorly reduced and...
2010-11-30 Chris Lattnerenhance basicaa to return "Mod" for a memcpy call when the
2010-11-30 Chris LattnerTeach basicaa that memset's modref set is at worst...
2010-11-30 Owen AndersonCorrect Thumb2 encodings for a much wider range of...
2010-11-30 Chris Lattnermy previous patch would cause us to start deleting...
2010-11-30 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Owen AndersonProvide Thumb2 encodings for basic loads and stores.
2010-11-29 Evan ChengMark Darwin call instructions as using "r7" to prevent...
2010-11-29 Benjamin KramerAdd missing colon.
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-11-29 Chris Lattnerfix PR8677, patch by Jakub Staszak!
2010-11-29 Frits van BommelTransform (extractvalue (load P), ...) to (load (gep...
2010-11-29 Frits van BommelUpdate this test to keep testing the -instcombine trans...
2010-11-29 Frits van BommelTeach ConstantFoldInstruction() how to fold insertvalue...
2010-11-29 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Kalle RaiskilaHandle lshr for i128 correctly on SPU also when
2010-11-29 Kalle RaiskilaEnable PostRA scheduling for SPU.
2010-11-29 NAKAMURA Takumitest: Check the feature 'loadable_module' with load...
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-29 Bill WendlingMore Thumb encodings.
2010-11-29 Bill WendlingAdd Thumb encodings for REV instructions.
2010-11-29 NAKAMURA Takumitest: Use $SharedLibDir for loadable modules. On Cygmin...
2010-11-29 NAKAMURA Takumitest: Add the new feature 'loadable_module'.
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-28 Chris Lattnerfix PR8686, accepting a 'b' suffix at the end of all...
2010-11-28 Bob WilsonAdd support for NEON VLD2-dup instructions.
2010-11-27 Rafael EspindolaLower TLS_addr32 and TLS_addr64.
2010-11-27 Rafael EspindolaImplement the data16 prefix.
2010-11-27 NAKAMURA TakumiCMake: lit(check.vcproj) can run with multiple configur...
2010-11-27 Bob WilsonAdd NEON VLD1-dup instructions (load 1 element to all...
2010-11-27 Daniel Dunbarmacho-dump: Fix typo.
2010-11-26 NAKAMURA Takumitest/site.exp.in: Add "emitir", for now, fixing up...
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsUse -S rather than -c for the benefit of dragonegg.
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsJudging from the comment, the system assembler is suppo...
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsDragonegg cannot output bitcode, only human readable...
2010-11-25 Duncan SandsUse LLVMCC_EMITIR_FLAG rather than hard-coding "-emit...
2010-11-25 Rafael EspindolaUse multiple 0x66 prefixes so that all nops up to 15...
2010-11-25 Rafael EspindolaFactor some code to parseSectionFlags and fix the defau...
2010-11-24 Nick LewyckyTreat a call of function pointer like a load of the...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-24 Rafael EspindolaRelocate with the symbol if the relocation is of kind...
2010-11-24 Rafael EspindolaFix and add tests for all cases in x86 and x86_64 where...
2010-11-24 Rafael EspindolaTestcase for r120017.
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-24 Rafael EspindolaIf a symbol is used as tls, mark it as tls even if...
2010-11-23 Benjamin KramerThe srem -> urem transform is not safe for any divisor...
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-23 Benjamin KramerInstCombine: Reduce "X shift (A srem B)" to "X shift...
2010-11-23 Duncan SandsExploit distributive laws (eg: And distributes over...
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Rafael EspindolaProduce a relocation for pcrel absolute values. Based...
2010-11-23 Chris Lattnerduncan's spider sense was right, I completely reversed...
2010-11-23 Chris Lattnerfilecheckize
2010-11-22 Benjamin KramerInstCombine: Implement X - A*-B -> X + A*B.
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-22 Duncan SandsIf a GEP index simply advances by multiples of a type...
2010-11-22 Kalle RaiskilaFix a bug with extractelement on SPU.
next