aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-27Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...Evan Cheng
2009-08-27Add missing declarations.Daniel Dunbar
2009-08-27Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar
2009-08-27Try to make MSVC just a little happier.Daniel Dunbar
2009-08-27X86FastISel support for loading and storing values of type i1.Dan Gohman
2009-08-27Expand i8 selects into control flow instead of 16-bit conditionalDan Gohman
2009-08-26now that include/llvm/ADT/iterator.h.in is not attempted to be built, its pre...Gabor Greif
2009-08-26Simplify.Daniel Dunbar
2009-08-26Regenerate configureDouglas Gregor
2009-08-26eliminate references to ADT/iterator.hGabor Greif
2009-08-26Make this into a static method.Owen Anderson
2009-08-26Fix bad length argument to substr calls. Apparently I'm the first one toBob Wilson
2009-08-26llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar
2009-08-26llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar
2009-08-26De-bork CMake buildDouglas Gregor
2009-08-26Rework getPersonalityIndex slightly - 0 is now a valid and not-NULLEric Christopher
2009-08-26nobody includes llvm/ADT/iterator.h any more,Gabor Greif
2009-08-26If we're emitting additional CIEs due to personality functionsEric Christopher
2009-08-26Nuke trailing whitespace.Eric Christopher
2009-08-26llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar
2009-08-26Don't submit test directory.Bill Wendling
2009-08-26Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner
2009-08-26Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif
2009-08-26CMake: Removed outdated TODO.Oscar Fuentes
2009-08-26Generate section for bss and enable weak symbolsVenkatraman Govindaraju
2009-08-26Convert some more Neon tests to FileCheck.Bob Wilson
2009-08-26Alter 79292 to produce output that actually assembles.Dale Johannesen
2009-08-26Allow unsigned long long DenseMapInfo.Mike Stump
2009-08-26Remove unneeded ARM-specific DAG nodes for VLD* and VST* Neon operations.Bob Wilson
2009-08-26Add extload expansion for f128Anton Korobeynikov
2009-08-26Unbreak FP128 stuff in cbeAnton Korobeynikov
2009-08-26Ignore -fPIC test on Windows. Suggested by Yonggang Luo.Oscar Fuentes
2009-08-26Unbreak CMake buildDouglas Gregor
2009-08-26Expand scalar_to_vector - we don't have any isel logic for it nowAnton Korobeynikov
2009-08-26Add comments detailing a known bug, so that people writing otherDan Gohman
2009-08-26-fast is now -O0. -fast-isel is no longer experimental.Dan Gohman
2009-08-26Move ProfileInfo::Edge's operator<< out of line. Among other benefits,Dan Gohman
2009-08-26Bugfix for r80100, forgot include. Sorry.Andreas Neustifter
2009-08-26Implemented comments from Daniel Dunbar.Andreas Neustifter
2009-08-26Don't use INSERT_SUBREG to model anyext operations on x86-64, as itDan Gohman
2009-08-26Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman
2009-08-26Fix a missing newline, now that Value's operator<< doesn't add one of its own.Dan Gohman
2009-08-26Use SetVector instead of std::set so that alias relations are tested andDan Gohman
2009-08-26llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O d...Daniel Dunbar
2009-08-26llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.Daniel Dunbar
2009-08-26Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov
2009-08-26Moved isDeclaration() check further down to allow for function counts forAndreas Neustifter
2009-08-26llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar