Remove an unnecessary #include.
[oota-llvm.git] / test /
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
2011-01-07 Benjamin KramerTry to unbreak the arm buildbot.
2011-01-07 Bob WilsonAdd testcases for PR8411 (vget_low and vget_high implem...
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2011-01-06 Duncan SandsFix the other problem reported in PR8582. Testcase...
2011-01-06 Duncan SandsAdd a testcase for PR8582, which mysteriously fixed...
2011-01-06 Bob WilsonPR8921: LDM/POP do not support interworking prior to...
2011-01-06 Rafael EspindolaCorrectly disassemble truncated asm.
2011-01-06 Benjamin KramerInstCombine: Turn _chk functions into the "unsafe"...
2011-01-06 Benjamin KramerInstCombine: If we call llvm.objectsize on a malloc...
2011-01-06 Benjamin KramerInstCombine: Teach llvm.objectsize folding to look...
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2011-01-06 Chris Lattnerimplement constant folding support for an exotic consta...
2011-01-06 Evan ChengRevert r122936. I'll re-implement the change.
2011-01-06 Bill WendlingFix test to coincide with r122934 change from PR8919.
2011-01-06 Evan Chengr105228 reduced the memcpy / memset inline limit to...
2011-01-06 Evan ChengAvoid zero extend bit test operands to pointer type...
2011-01-05 Evan ChengOptimize:
2011-01-05 Chris Lattnerfix PR8900, a shuffle miscompilation. Patch by Nadav...
2011-01-05 Frits van BommelFix lit for people whose LLVM path contains 'opt',...
2011-01-04 Chris Lattnerfix an off-by-one bug that caused a crash analyzing
2011-01-04 Tobias GrosserInclude llvm-gcc dir before llvm_tools_dir
2011-01-04 Chris LattnerTeach loop-idiom to turn a loop containing a memset...
2011-01-04 David GreeneDon't pattern match "/clang" so we don't mangle directo...
2011-01-03 Evan ChengConvert MC tests to .s so codegen changes won't break...
2011-01-03 Chris LattnerDuncan deftly points out that readnone functions aren't
2011-01-03 Evan ChengUse pushq / popq instead of subq $8, %rsp / addq $8...
2011-01-03 David GreeneDon't pattern match "clang-" as it may be part of a...
2011-01-03 Chris Lattnerfix rdar://8813415 - a miscompilation of 164.gzip that...
2011-01-03 Chris Lattnerfilecheckize
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2011-01-03 Chris Lattnerearlycse can do trivial with-a-block dead store
2011-01-03 Chris Lattnernow that loads are in their own table, we can implement
2011-01-03 Chris Lattneradd a testcase for readonly call CSE
2011-01-03 Chris LattnerTeach EarlyCSE to do trivial CSE of loads and read...
2011-01-02 Chris Lattneradd DEBUG and -stats output to earlycse.
2011-01-02 Chris LattnerEnhance earlycse to do CSE of casts, instsimplify and...
2011-01-02 Chris Lattnerfix a miscompilation of tramp3d-v4: when forming a...
2011-01-02 Chris LattnerIf a loop iterates exactly once (has backedge count...
2011-01-02 Benjamin KramerTry to reuse the value when lowering memset.
2011-01-02 Benjamin KramerLower the i8 extension in memset to a multiply instead...
2011-01-02 Chris Lattnerenhance loop idiom recognition to scan *all* unconditio...
2011-01-02 Duncan SandsFix PR8702 by not having LoopSimplify claim to preserve...
2011-01-02 Chris LattnerAllow loop-idiom to run on multiple BB loops, but still...
2011-01-02 Chris Lattnerteach loop idiom recognition to form memcpy's from...
2011-01-01 Chris Lattnerfix a globalopt crash on two Adobe-C++ testcases that...
2011-01-01 Rafael EspindolaFix darwin bots.
2011-01-01 Rafael EspindolaAdd support for the 'H' modifier.
2011-01-01 Anton KorobeynikovUpdate the test
2011-01-01 Chris Lattneradd a validity check that was missed, fixing a crash...
2011-01-01 Duncan SandsRevert commit 122654 at the request of Chris, who recko...
2011-01-01 Chris Lattnerimprove validity check to handle constant-trip-count...
2011-01-01 Chris Lattnerimplement the "no aliasing accesses in loop" safety...
2011-01-01 Rafael EspindolaFix PR8878.
2011-01-01 Duncan SandsFix a README item by having InstructionSimplify do...
2011-01-01 Che-Liang Chiouptx: remove reg-reg addressing mode and st.const
2011-01-01 Che-Liang Chiouptx: add store instruction
2010-12-30 Nick LewyckyAdd another non-commutable instruction that gas accepts...
2010-12-30 Che-Liang Chiouptx: add state spaces
2010-12-29 Daniel DunbarMC/Mach-O/Thumb: Set the thumb bit in the symbol table.
2010-12-29 Rafael EspindolaCorrectly encode pcrel|indirect.
2010-12-29 NAKAMURA Takumitest/Transforms/ConstProp/logicaltest.ll: FileCheck...
2010-12-29 NAKAMURA Takumitest/CodeGen/X86/negative-sin.ll: FileCheck-ize.
2010-12-29 NAKAMURA Takumitest/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize.
2010-12-29 Rafael EspindolaFix bug when trying to output uint16_t or uint32_t.
2010-12-29 Rafael EspindolaImplement cfi_def_cfa. Also don't convert to dwarf...
2010-12-29 Rafael EspindolaImplement cfi_def_cfa_register.
2010-12-29 Rafael EspindolaInitial .cfi_offset implementation.
2010-12-28 Rafael EspindolaDon't produce a "DW_CFA_advance_loc 0".
2010-12-28 Rafael EspindolaImplement .cfi_remember_state and .cfi_restore_state.
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-28 Rafael EspindolaStart adding basic support for emitting the call frame...
2010-12-27 Rafael EspindolaAdd support for .cfi_lsda.
2010-12-27 Daniel DunbarMC/Mach-O/Thumb: Select appropriate relocation types...
2010-12-27 Rafael EspindolaHandle reloc_riprel_4byte_movq_load. Should make the...
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-26 Chris Lattnerimplement enough of the memset inference algorithm...
2010-12-26 Chris Lattnerstart using irbuilder to make mem intrinsics in a few...
2010-12-26 Rafael EspindolaAdd support for @note. Patch by Jörg Sonnenberger.
2010-12-26 Rafael EspindolaAdd basic support for .cfi_personality.
2010-12-25 Chris LattnerGeneralize a previous change, fixing PR8855 - an valid...
2010-12-24 Benjamin KramerMemCpyOpt: Turn memcpys from a constant into a memset...
2010-12-24 Daniel DunbarMC/Mach-O/ARM: Start handling some Thumb branches.
2010-12-24 Kevin EnderbyIn llvm-mc parse a Hash token as a full line comment...
2010-12-23 Owen AndersonWhen determining if we can fold (x >> C1) << C2, the...
2010-12-23 Bob WilsonRadar 8803471: Fix expansion of ARM BCCi64 pseudo instr...
2010-12-23 Torok EdwinXFAIL vg_leak the new test as the rest.
2010-12-23 Torok EdwinFix OCaml bindings crash, PR8847.
2010-12-23 Andrew TrickFixes PR8823: add-with-overflow-128.ll
2010-12-22 Benjamin KramerDAGCombine add (sext i1), X into sub X, (zext i1) if...
2010-12-22 Benjamin KramerInstCombine: creating selects from -1 and 0 is fine...
2010-12-22 Benjamin KramerX86: Lower a select directly to a setcc_carry if possible.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Don't try to use scattered relocs for...
2010-12-22 Rafael EspindolaAdd reduced test from 8845.
2010-12-22 Duncan SandsWhen determining whether the new instruction was alread...
2010-12-22 Duncan SandsMake this test not depend on how the variable is named.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: We always use the SECTDIFF reloc type...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Add enough relocation logic to get BR24...
2010-12-22 Rafael EspindolaSimplify the handling of .size expressions.
next