Tidy up indentation.
[oota-llvm.git] / test /
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.
2010-12-22 Duncan SandsAdd a generic expansion transform: A op (B op' C) ...
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-12-22 Chris LattnerFix a bug in ReduceLoadWidth that wasn't handling extending
2010-12-21 Owen AndersonGive GVN back the ability to perform simple conditional...
2010-12-21 Dale JohannesenReapply 122353-122355 with fixes. 122354 was wrong;
2010-12-21 Benjamin KramerAdd some x86 specific dagcombines for conditional incre...
2010-12-21 Dale JohannesenRevert 122353-122355 for the moment, they broke stuff.
2010-12-21 Dale JohannesenAdd a new transform to DAGCombiner.
2010-12-21 Dale JohannesenGet the type of a shift from the shift, not from its...
2010-12-21 David GreeneRevert 122341. It breaks some darwin tests.
2010-12-21 David GreeneFix PR 8199. This patch prepends the build tool dir...
2010-12-21 Duncan SandsAdd an additional InstructionSimplify factorization...
2010-12-21 Duncan SandsWhile I don't think any later transforms can fire,...
2010-12-21 Duncan SandsFix typo in comment, spotted by Deewiant.
2010-12-21 Duncan SandsTeach InstructionSimplify about distributive laws....
2010-12-21 Duncan SandsAdd generic simplification of associative operations...
2010-12-21 Bob WilsonAdd ARM-specific DAG combining to cast i64 vector eleme...
2010-12-20 Wesley PeckTeach the MBlaze disassembler to disassemble special...
2010-12-20 Roman DivackySet the value of absolute symbols.
2010-12-20 Roman DivackyPrint all 64bits for st_value and st_size. Adjust tests...
2010-12-20 Wesley PeckTeach the MBlaze asm parser how to parse special purpos...
2010-12-20 Dale JohannesenCosmetic changes.
2010-12-20 Benjamin KramerTeach InstCombine to merge (icmp ult (X + CA), C1)...
2010-12-20 Duncan SandsHave SimplifyBinOp dispatch Xor, Add and Sub to the...
2010-12-20 Chris Lattnerfix PR8807 by making transformConstExprCastCall aware...
2010-12-20 Chris Lattnerwhen eliding a byval copy due to inlining a readonly...
2010-12-20 Chris Lattnerpull byval processing out to its own helper function.
2010-12-20 Chris Lattnerfix PR8769, a miscompilation by inliner when inlining...
2010-12-20 Chris Lattnermerge two tests.
2010-12-20 Chris Lattnerfilecheckize
2010-12-20 Chris Lattnertemporarily disable this: PR8823.
2010-12-20 Chris Lattnernow that addc/adde are gone, "ADDC" in the X86 backend...
2010-12-20 Chris LattnerWe lower setb to sbb with the hope that the and will...
2010-12-20 Mon P WangTest case for r122215 when InstCombine optimizes memset
2010-12-20 Mon P WangAdd comment for testcase for 122206
2010-12-19 Mon P WangPrevents PerformShuffleCombine from creating a node...
2010-12-19 Chris Lattnerimprove the setcc -> setcc_carry optimization to happen...
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2010-12-19 Chris LattnerX86 supports i8/i16 overflow ops (except i8 multiplies...
2010-12-19 Chris Lattneradd a general coverage test for overflow intrinsics.
2010-12-19 Chris Lattnerrecognize an unsigned add with overflow idiom into...
2010-12-19 Chris Lattneroptimize uadd(x, cst) into a comparison when the normal
2010-12-19 Chris Lattnergeneralize the sadd creation code to not require that the
2010-12-19 Chris Lattnerfix another miscompile in the llvm.sadd formation logic...
next