Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line options
[oota-llvm.git] / test /
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
2010-11-16 Rafael EspindolaA bit more of gnu as compatibility when handling reloca...
2010-11-16 Bill WendlingTest encodings for LDM and STM.
2010-11-16 Jakob Stoklund OlesenFix PR8612 in the standard spiller, take two.
2010-11-16 Owen AndersonAdd Thumb2 encodings for mov and friends.
2010-11-15 Rafael EspindolaChange the 11 byte nop to be a single instruction.
2010-11-15 Jakob Stoklund OlesenRevert "Fix PR8612 in the standard spiller as well."
2010-11-15 Owen AndersonProvide Thumb2 encodings for sxtb and friends.
2010-11-15 Eric ChristopherRecommit this change and remove the failing part of...
2010-11-15 Jakob Stoklund OlesenFix PR8612 in the standard spiller as well.
2010-11-15 Jakob Stoklund OlesenWhen spilling a register defined by an early clobber...
2010-11-15 Owen AndersonAdd Thumb2 encodings for comparison and shift operators.
2010-11-15 Owen AndersonAdd correct Thumb2 encodings for mvn and friends.
2010-11-15 Duncan SandsTeach InstructionSimplify the trick of skipping incomin...
2010-11-15 Duncan SandsMove PHI tests to phi.ll, out of select.ll.
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Rafael EspindolaFix PR8565.
2010-11-15 Chris Lattnerremove a pointless testcase.
2010-11-15 Chris Lattnerremove some extraneous quotes to make the new instprint...
2010-11-14 Rafael EspindolaMove the logic to decide with which symbol we produce...
2010-11-14 Chris Lattneradd some nounwind's.
2010-11-14 Rafael EspindolaFix another case of a .comm directive without a corresp...
2010-11-14 Rafael EspindolaFix the type of a symbol created with .comm and no...
2010-11-14 Dale JohannesenSegregate tests by target.
2010-11-14 Duncan SandsTeach InstructionSimplify about phi nodes. I chose...
2010-11-14 Chris Lattnerrename test.
2010-11-14 Chris Lattnerfilecheckize, remove an old and useless test
2010-11-14 Chris Lattnerthis test is pretty pointless and "propogation" isn...
2010-11-14 Rafael EspindolaHandle a peculiar comdat case: Creating a section with...
2010-11-13 Duncan SandsTestcase to go along with commit 118923 ("Have GVN...
2010-11-13 Peter CollingbourneRecognise 32-bit ror-based bswap implementation used...
2010-11-13 Duncan SandsGeneralize the reassociation transform in SimplifyCommu...
2010-11-13 Wesley PeckFixed error and re-enabled MBlaze MC disassembler tests.
2010-11-13 Rafael EspindolaParse and record the gnu_unique_object type.
2010-11-13 Dale JohannesenThis test stops after disassembling 1 instructions on
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-13 Wesley PeckAdd test cases that should have been committed with...
2010-11-13 Wesley Peck1. Adding test cases for MBlaze MC disassembler.
2010-11-13 Evan ChengAdd conditional move of large immediate.
2010-11-13 Rafael EspindolaFix the encoding of negative line deltas.
2010-11-13 Daniel Dunbarlli: Switch to using ParseIRFile, for consistency with...
2010-11-13 Evan ChengFix an obvious typo which inverted an immediate.
2010-11-13 Eric ChristopherThis should be still failing, but is. Disable it with the
2010-11-13 Wesley Peck1. Adding missing immediate mode asm parser test cases.
2010-11-12 Wesley PeckFixing improperly encoded reverse subtract instructions...
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-11-12 Evan ChengAdd conditional mvn instructions.
2010-11-12 Owen AndersonFirst stab at providing correct Thumb2 encodings, start...
2010-11-12 Evan ChengAdd some missing isel predicates on def : pat patterns...
2010-11-12 Chris Lattneraccept lret as an alias for lretl, fixing the reopened...
2010-11-12 Andrew TrickEmacs auto-fill bug.
2010-11-12 Andrew TrickTest case for PR8287: SD scheduling time. Fixed in...
2010-11-12 Chris Lattnerimplement PR8592: empirically "lretq" is a "lret" with...
2010-11-12 Rafael Espindolagnu as support both % and @ before types, do the same.
2010-11-12 Kalle RaiskilaFix memory access lowering on SPU, adding
2010-11-12 Dan GohmanEnhance DSE to handle the case where a free call makes...
2010-11-12 Dan GohmanFilecheckize.
2010-11-12 Bruno Cardoso LopesEnable mips32 mul instruction. Patch by Akira Hatanaka...
2010-11-11 Owen AndersonFill out support for Thumb2 encodings of NEON instructions.
2010-11-11 Wesley PeckFix tblgen instruction errors exposed by MC asm parser...
2010-11-11 Owen AndersonAdd correct Thumb2 encodings for NEON vst[1,2,3,4]...
2010-11-11 Dan GohmanFactor out Instruction::isSafeToSpeculativelyExecute...
2010-11-11 Owen AndersonFlesh out tests for Thumb2 encodings of NEON instructions.
2010-11-11 Dan GohmanDelete unneeded ssp attributes.
2010-11-11 Owen AndersonAdd support for Thumb2 encodings of NEON data processin...
2010-11-11 Rafael EspindolaMark labels declared in tls sections as STT_TLS. This...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-11 Dan GohmanTBAA-enable ArgumentPromotion.
2010-11-11 Rafael EspindolaMake AliasedSymbol able to handle MCTargetExpr. They...
2010-11-11 Rafael EspindolaFix the symbol index of weak references. Also make...
2010-11-11 Dan GohmanRemove the memmove->memcpy optimization from CodeGen...
2010-11-11 Dan GohmanMake Sink tbaa-aware.
2010-11-11 NAKAMURA TakumiCMake: Add the new option "LLVM_LIT_ARGS".
2010-11-11 Dan GohmanAdd a testcase which demonstrates alias analysis pass...
2010-11-10 Dan GohmanFully invalidate cached results when a prior query...
2010-11-10 Dan GohmanEnhance GVN to do more precise alias queries for non...
2010-11-10 Duncan SandsTeach InstructionSimplify how to look through PHI nodes...
2010-11-10 Bruno Cardoso LopesAdd a test to the previous added clo instruction. Patch...
2010-11-10 Dale JohannesenWhen checking that the necessary bits are zero in
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-11-09 Dale JohannesenJim's recent fixes 118600, 118587, 118513 have made...
2010-11-09 Bob WilsonDo not use MEMBARRIER_MCR for any Thumb code.
2010-11-09 Dan GohmanTeach FunctionAttrs about the VAArg instruction.
2010-11-09 Duncan SandsTestcase for PR8211 (llc crash at -O0).
2010-11-09 Dan GohmanFix DAGCombiner to avoid folding a sext-in-reg or simil...
2010-11-09 Dan GohmanDelete an extraneous svn:executable property.
2010-11-09 Dale JohannesenFix an inline asm pasto from 117667; was preventing
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-08 Duncan SandsAdd an additional test for icmp of select folding.
2010-11-08 Dan GohmanAdd a testcase for a call which BasicAA says only acces...
2010-11-08 Dale JohannesenRevert 118422 in search of bot verdancy.
2010-11-08 Jason W KimSupport -mcpu=cortex-a8 in ARM attributes - Has Fixme...
2010-11-08 Dan GohmanMake FunctionAttrs TBAA-aware.
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-11-08 Dan GohmanMake FunctionAttrs use AliasAnalysis::getModRefBehavior...
2010-11-08 Rafael EspindolaSet default flags for .rodata.
2010-11-07 Duncan SandsAdd simplification of floating point comparisons with...
2010-11-07 Duncan SandsFix a README item: when doing a comparison with the...
2010-11-07 Dale JohannesenTestcase for llvm-gcc 118368. 8629268.
2010-11-07 Rafael EspindolaRelax dwarf line fragments. This fixes a crash in the...
next