oota-llvm.git
2009-08-27 Chris Lattnerenhance InlineFunction to be able to optionally return
2009-08-27 Chris Lattnersmallvectorize the list of returns built by CloneAndPru...
2009-08-27 Chris Lattnerremove CloneTrace, which appears to be dead since 2004.
2009-08-27 Chris Lattnerreduce inlining factor some stuff out to a static helpe...
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-27 Dan GohmanAdd some checks for MachineCFG consistency. Use Analyze...
2009-08-27 Daniel DunbarUpdate CMake
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Dan GohmanInitialize the PoisonMemory member before initializing
2009-08-27 Evan ChengFix PR4789. Teach eliminateFrameIndex how to handle...
2009-08-27 Daniel DunbarAdd missing declarations.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-27 Daniel DunbarTry to make MSVC just a little happier.
2009-08-27 Dan GohmanX86FastISel support for loading and storing values...
2009-08-27 Dan GohmanExpand i8 selects into control flow instead of 16-bit...
2009-08-26 Gabor Greifnow that include/llvm/ADT/iterator.h.in is not attempte...
2009-08-26 Daniel DunbarSimplify.
2009-08-26 Douglas GregorRegenerate configure
2009-08-26 Gabor Greifeliminate references to ADT/iterator.h
2009-08-26 Owen AndersonMake this into a static method.
2009-08-26 Bob WilsonFix bad length argument to substr calls. Apparently...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Unique sections properly, so we don...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Douglas GregorDe-bork CMake build
2009-08-26 Eric ChristopherRework getPersonalityIndex slightly - 0 is now a valid...
2009-08-26 Gabor Greifnobody includes llvm/ADT/iterator.h any more,
2009-08-26 Eric ChristopherIf we're emitting additional CIEs due to personality...
2009-08-26 Eric ChristopherNuke trailing whitespace.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
2009-08-26 Bill WendlingDon't submit test directory.
2009-08-26 Reid KlecknerAllocate the module provider in the Kaleidoscope code...
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-26 Oscar FuentesCMake: Removed outdated TODO.
2009-08-26 Venkatraman... Generate section for bss and enable weak symbols
2009-08-26 Bob WilsonConvert some more Neon tests to FileCheck.
2009-08-26 Dale JohannesenAlter 79292 to produce output that actually assembles.
2009-08-26 Mike StumpAllow unsigned long long DenseMapInfo.
2009-08-26 Bob WilsonRemove unneeded ARM-specific DAG nodes for VLD* and...
2009-08-26 Anton KorobeynikovAdd extload expansion for f128
2009-08-26 Anton KorobeynikovUnbreak FP128 stuff in cbe
2009-08-26 Oscar FuentesIgnore -fPIC test on Windows. Suggested by Yonggang...
2009-08-26 Douglas GregorUnbreak CMake build
2009-08-26 Anton KorobeynikovExpand scalar_to_vector - we don't have any isel logic...
2009-08-26 Dan GohmanAdd comments detailing a known bug, so that people...
2009-08-26 Dan Gohman-fast is now -O0. -fast-isel is no longer experimental.
2009-08-26 Dan GohmanMove ProfileInfo::Edge's operator<< out of line. Among...
2009-08-26 Andreas NeustifterBugfix for r80100, forgot include. Sorry.
2009-08-26 Andreas NeustifterImplemented comments from Daniel Dunbar.
2009-08-26 Dan GohmanDon't use INSERT_SUBREG to model anyext operations...
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...
2009-08-26 Dan GohmanFix a missing newline, now that Value's operator<<...
2009-08-26 Dan GohmanUse SetVector instead of std::set so that alias relatio...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add support for relocations.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Move symbol indices into the MCSymbolDa...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Dump relocations and section data ...
2009-08-26 Daniel Dunbarllvm-mc: Add symbol entries for undefined symbols used...
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-26 Andreas NeustifterMoved isDeclaration() check further down to allow for...
2009-08-26 Daniel Dunbarllvm-mc: Change MCContext value table to take const...
2009-08-26 Daniel Dunbarllvm-mc: Make MCValue take const MCSymbol*s.
2009-08-26 Daniel Dunbarllvm-mc: Make non-sensical max bytes to .align an error.
2009-08-26 Andreas NeustifterChanged std::cout to outs(), retaining formating.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Chris Lattnersome mips and some sparc compilers apparently
2009-08-26 Venkatraman... test commit
2009-08-26 Daniel Dunbarllvm-mc: Fix tests for python variations in int printin...
2009-08-26 Chris Lattnerfix some funky indentation
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add section padding where needed (to...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set addresses for symbols.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-26 Devang PatelAdd isClosure() predicate. This is used to add DW_AT_AP...
2009-08-26 Daniel Dunbarllvm-mc: Improve indirect symbol support (add the indir...
2009-08-26 Dan GohmanRemove unused variables.
2009-08-26 Daniel Dunbarllvm-mc: Add MCSection::isDefined()
2009-08-25 Dan GohmanFix the InsertAtEnd form of ShuffleVectorInst construct...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Gabor Greifrevert r78628 and r78803 as these are not needed any...
2009-08-25 Scott MichelUpdated i128 sext support for CellSPU backend, contribu...
2009-08-25 Dan GohmanUse covariant return types for Instruction::clone,...
2009-08-25 Owen AndersonGet rid of this horrible "benign race" by exploiting...
2009-08-25 Dan GohmanThis should use isIndenticalToWhenDefined.
2009-08-25 Dan GohmanRename Instruction::isIdenticalTo to Instruction::isIde...
2009-08-25 Bill WendlingRevert last patch. We need to put this into TargetLower...
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Daniel Dunbarllvm-mc: Add statistic for number of fragments emitted...
2009-08-25 Bill WendlingAdd the #include here.
2009-08-25 Chris Lattnerremove some dead lines.
2009-08-25 Bill WendlingComment formatting. Removing of unused #include and...
2009-08-25 Chris Lattnerconvert to filecheck style
2009-08-25 Chris Lattnerconvert to filecheck
2009-08-25 Bill WendlingAdd a target asm info hook to specify that particular...
2009-08-25 Daniel DunbarEXIT STAGE LEFT: gccas, gccld
2009-08-25 Sanjiv GuptaStart refactoring PIC16 TargetObjectFile code. Eventual...
2009-08-25 Daniel DunbarSwitch abi-isel.ll to FileCheck; it's not much faster...
2009-08-25 Dan GohmanDon't assume that two identical instructions that read...
2009-08-25 Bob WilsonRemove some unused SDNode definitions.
2009-08-25 Dan GohmanTeach ScalarEvolution about GlobalAliases.
2009-08-25 Dan GohmanDelete some unnecessary flushes.
2009-08-25 Dan GohmanUse X86II::MO_NO_FLAG.
next