oota-llvm.git
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 Chuck Rose IIISwitching back to strtoll. Including config.h. On...
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 JohannesenFile missing from previous patch.
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-20 Chris LattnerAdd the ability to convert a tblgen type to a string.
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 LattnerTestcase for PR1811
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 Owen AndersonTeach me to do stuff late at night.
2007-11-19 Dan GohmanFix a typo in a comment.
2007-11-19 Dan GohmanAdd explicit keywords.
2007-11-19 Dan GohmanAdd support in SplitVectorOp for remainder operators.
2007-11-19 Owen AndersonFix a factually incorrect statement pointed out by...
2007-11-19 Chris LattnerRecord the start of the current token, for use in error...
2007-11-19 Chris LattnerAdd carat diagnostics to tblgen lexer errors.
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 Lattnerfix bogus test that the more strict lexer is finding.
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-18 Chris Lattnerminor cleanups
2007-11-18 Chris Lattnerensure header is self contained.
2007-11-18 Chris Lattnerreimplement the tblgen lexer with a simple hand-written...
2007-11-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-11-17 Ted KremenekReverted patch 44199:
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 Ted KremenekChanged implementation of Serialize::EmitDiffPtrID and
2007-11-17 Ted KremenekImplemented optimization for BatchEmitOwnedPtrs that...
2007-11-17 Evan ChengLive interval splitting:
2007-11-17 Evan ChengShrinkfy.
2007-11-16 Evan ChengTypo.
2007-11-16 Dale JohannesenTestcase from PR 1508 (although its's somewhat
2007-11-16 Tanya LattnerFix for PR1801
2007-11-16 Anton KorobeynikovThese were implemented
2007-11-16 Chris LattnerFix PR1800 by correcting mistaken logic.
2007-11-16 Chris Lattnerfix a typo
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 Daniel BerlinFix bugs in iterator invalidation
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 Chris LattnerImport the boost scoped_ptr class to LLVM. This patch...
2007-11-15 Owen AndersonMore templatization.
2007-11-15 Chris Lattnermany edits, patch by Kelly Wilson!
2007-11-15 Bill WendlingAdding debug output during coalescing.
2007-11-15 Bill WendlingNeed to increment the iterator.
2007-11-15 Ted KremenekFixed serious bug in BatchReadOwnedPtrs where in a...
2007-11-14 Duncan SandsI discover array_lengthof, thanks to gabor on #llvm.
2007-11-14 Duncan SandsTweak the descriptions of the new 'const' and 'pure...
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 Duncan SandsUn XFAIL these tests, now that Bill has backported
2007-11-14 Anton KorobeynikovDocument pure/const parameter attributes
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 Duncan SandsXFAIL these tests until the fix gets backported
2007-11-14 Chris LattnerDocument a limitation, patch contributed by George...
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...
2007-11-13 Hartmut KaiserFixed a compilation error.
2007-11-13 Hartmut KaiserFixed a strange construct. Please review.
2007-11-13 Hartmut KaiserUpdated VC++ build system
2007-11-13 Chris LattnerFix the regression on Transforms/GlobalOpt/deadglobal...
2007-11-13 Chris Lattnerupgrade test
2007-11-13 Owen AndersonRun computeDomForest() on the set of registers that...
2007-11-13 Owen AndersonPreserve LiveVariables when doing critical edge splitting.
2007-11-13 Owen AndersonWow. I definitely shouldn't write code when I'm tird.
2007-11-13 Dale JohannesenRevert previous; these files aren't ready to go in...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-13 Chris LattnerMake llvm2cpp better, patch for PR1794, contributed...
2007-11-13 Evan ChengFix x86-64 jit: remove reliance on Dwarf numbers.
2007-11-13 Bill WendlingUnifacalize the CALLSEQ{START,END} stuff.
2007-11-13 Chris LattnerImplement PR1786 by iterating between dead cycle elimin...
2007-11-13 Chris LattnerMany typos, grammaro, and wording fixes. Patch by
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-13 Ted KremenekRenamed serialization method "Materialize" to "Create...
2007-11-13 Ted KremenekFixed bug with inconsistent serialization/deserializati...
next