Work around a GCC bug, producing this code:
[oota-llvm.git] / lib /
2007-11-28 Chris LattnerWork around a GCC bug, producing this code:
2007-11-28 Chris LattnerImplement ExpandOperationResult for ppc i64 fp->int...
2007-11-28 Chris Lattnerfor consistency, allow a fallthrough if the final check...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-28 Duncan SandsMy compiler complains that "x always evaluates to true"
2007-11-28 Duncan SandsAdd missing newlines at EOF.
2007-11-28 Evan ChengRecover compile time regression.
2007-11-27 Owen AndersonAdd MachineLoopInfo. This is not yet tested.
2007-11-27 Chris Lattnerseveral entries got significantly better, though they...
2007-11-27 Chris Lattnerimplement a trivial readme entry.
2007-11-27 Chris LattnerFix a crash on invalid code due to memcpy lowering.
2007-11-27 Chris LattnerMake this actually work on systems that support ppc...
2007-11-27 Chris LattnerUnbreak all of the darwin/ppc32 JIT failures having...
2007-11-27 Nate BegemanSupport returning non-power-of-2 vectors to unblock...
2007-11-27 Andrew Lenharthsomething wrong with this opt
2007-11-27 Chris LattnerUnbreak backwards compatibility with bytecode format...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-27 Chris Lattnererr, no really.
2007-11-27 Chris Lattnerdon't depend on ADL.
2007-11-27 Owen AndersonMake LoopInfoBase more generic, in preparation for...
2007-11-26 Dan GohmanDon't lower srem/urem X%C to X-X/C*C unless the divisio...
2007-11-26 Owen AndersonFix another bug that was causing siod to fail.
2007-11-26 Owen AndersonFix a silly bug that Nicholas noticed.
2007-11-26 Owen AndersonAllow GVN to eliminate read-only function calls when...
2007-11-25 Anton KorobeynikovRemove another leak. Due to some reason AliasSetTracker...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-25 Chris LattnerImplement PR1822
2007-11-25 Duncan SandsFix PR1816. If a bitcast of a function only exists...
2007-11-25 Chris LattnerFix a long standing deficiency in the X86 backend:...
2007-11-24 Chris LattnerImplement expand support for MERGE_VALUEs that only...
2007-11-24 Chris Lattneradd a immAllZerosV_bc pattern fragment for consistency...
2007-11-24 Chris Lattnerremove bogus assertion that broke CodeGen/Generic/cast...
2007-11-24 Chris LattnerImplement support for custom legalization in DAGTypeLeg...
2007-11-24 Chris LattnerSeveral changes:
2007-11-24 Chris Lattneradd a note
2007-11-23 Chris LattnerFix PR1816, by correcting the broken definition of...
2007-11-23 Chris Lattnersimplify some code.
2007-11-23 Chris LattnerFix APInt::countTrailingZeros to return BitWidth if...
2007-11-23 Chris Lattneradd a comment.
2007-11-23 Chris Lattnersplice some lines together, no functionality change.
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-11-23 Duncan SandsRemove some logic I thoughtlessly copied over
2007-11-23 Chris LattnerFix a bug where we'd try to find a scev value for a...
2007-11-22 Chris LattnerFix PR1817.
2007-11-22 Anton KorobeynikovDon't crash on bogus llvm.noinline. This is first part...
2007-11-22 Duncan SandsTurn invokes of nounwind functions into ordinary calls.
2007-11-22 Duncan SandsTeach alias analysis about readnone/readonly functions.
2007-11-22 Duncan SandsReadonly/readnone functions are allowed to throw
2007-11-22 Duncan SandsRename the 'const' parameter attribute to 'readnone',
2007-11-22 Nick LewyckyInstead of calculating constant factors, calculate...
2007-11-22 Nick LewyckyCreate nodes for inline asm so that we don't crash...
2007-11-21 Duncan SandsFix a bug in which node A is replaced by node B, but...
2007-11-21 Nick Lewyckytypo
2007-11-21 Dale JohannesenFix compiler warning.
2007-11-21 Chuck Rose IIIThis change does a couple of things. First it gets...
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-20 Duncan SandsIn order for parameter attribute uniquing to make
2007-11-20 Nick LewyckySmall cleanup. Use APInt::getHighBitsSet method instead...
2007-11-20 Nick LewyckyBe more careful when transforming | to +. Patch from...
2007-11-19 Chris LattnerExpandUnalignedLoad doesn't handle vectors right at...
2007-11-19 Chris LattnerImplement vector expand support for shuffle_vector...
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-11-19 Chris LattnerImplement splitting of UNDEF nodes. This is the first...
2007-11-19 Dan GohmanAdd explicit keywords.
2007-11-19 Dan GohmanAdd support in SplitVectorOp for remainder operators.
2007-11-18 Chris LattnerFix the Linker testcase regressions, by making MemoryBu...
2007-11-18 Chris Lattnerautoupgrade files that use callfoo as call foo.
2007-11-18 Chris Lattnerprint a call to a fastcc function as:
2007-11-18 Chris LattnerBugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen...
2007-11-18 Chris LattnerReplace the original flex lexer with a hand writen...
2007-11-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-11-17 Dale JohannesenRemove indeterminism from a loop. We think this will
2007-11-17 Dale JohannesenFix denormal check in float->APInt conversion.
2007-11-17 Evan ChengLive interval splitting:
2007-11-16 Tanya LattnerFix for PR1801
2007-11-16 Chris LattnerFix PR1800 by correcting mistaken logic.
2007-11-16 Anton KorobeynikovImplement codegen for flt_rounds on x86
2007-11-15 Anton KorobeynikovImplement necessary bits for flt_rounds gcc builtin.
2007-11-15 Nate BegemanBasic non-power-of-2 vector support
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Duncan SandsThis assertion was bogus.
2007-11-15 Evan ChengFix a thinko in post-allocation coalescer.
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-11-15 Chris LattnerFix PR1788 by taking the approach suggested by Richard...
2007-11-15 Owen AndersonMore templatization.
2007-11-15 Bill WendlingAdding debug output during coalescing.
2007-11-15 Bill WendlingNeed to increment the iterator.
2007-11-14 Duncan SandsI discover array_lengthof, thanks to gabor on #llvm.
2007-11-14 Evan ChengOops. Debugging code shouldn't have been checked in.
2007-11-14 Ted KremenekRemoved debug #define that was accidentally checked...
2007-11-14 Duncan SandsSimplify the attribute verification code.
2007-11-14 Anton KorobeynikovRegenerate
2007-11-14 Anton KorobeynikovAdd pure/const attributes. Documentation will follow.
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-14 Duncan SandsEliminate the recently introduced CCAssignToStackABISiz...
2007-11-14 Ted KremenekAdded two new overloaded versions of BatchEmitOwnedPtrs and
2007-11-14 Evan ChengClean up sub-register implementation by moving subReg...
2007-11-14 Nick LewyckyAllow the block extractor take to take a list of basic...
2007-11-14 Chris LattnerImplement PR1796 and Transforms/SimplifyCFG/noreturn...
2007-11-14 Owen AndersonStart the process of making MachineLoopInfo possible...
next