lib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64, specify explicit PrivateGlobalPre...
[oota-llvm.git] / test /
2010-12-07 Eric ChristopherTemporarily revert r121100 as it's causing clang to...
2010-12-07 Chris Lattnerfix PR8710 - teach global opt that some constantexprs...
2010-12-07 Michael J. SpencerTest: Fix Support.Path and _all_ of the unittest death...
2010-12-07 Rafael EspindolaFix a crash reduced from gcc produced assembly.
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-06 Frits van BommelImplement jump threading of 'indirectbr' by keeping...
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-12-06 Wesley PeckFixed reversed operands for IDIV and CMP instructions...
2010-12-06 Wesley PeckFix a 16-bit immediate value detection bug in the MBlaz...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaUpdate test for the extra =.
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-12-06 Rafael EspindolaDon't use PadSectionToAlignment on windows.
2010-12-06 Chris LattnerFix PR8728, a miscompilation I recently introduced...
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-05 Frits van BommelFix PR 4170 by having ExtractValueInst::getIndexedType...
2010-12-05 Frits van BommelTeach SimplifyCFG to turn
2010-12-05 Chris LattnerTeach X86ISelLowering that the second result of X86ISD...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2010-12-05 Chris Lattnerfix the rest of the linux miscompares :)
2010-12-05 Chris Lattnergeneralize the previous check to handle -1 on either...
2010-12-05 Chris Lattnerrelax this to handle linux defaulting to -static.
2010-12-05 Chris LattnerImprove an integer select optimization in two ways:
2010-12-05 Chris Lattnermerge some tests into select.ll and make them more...
2010-12-05 Chris Lattnerrename test
2010-12-05 Chris Lattnerremove two tests that aren't really testing anything.
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...
next