aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-08-27Closure is a very generic name. Use AppleBlock instead.Devang Patel
2009-08-27Revert 80278 for now, it caused a lot of MIPS tests to failBruno Cardoso Lopes
2009-08-27Revamp our friend Mips :)Bruno Cardoso Lopes
2009-08-27Don't mark CMOV_GR8 as two-address, or commutable, since it's a pseudo.Dan Gohman
2009-08-27Adjust the MachineBasicBlock verifier rules to be moreDan Gohman
2009-08-27Add FIXME for when we support more specific XMM registers.Eric Christopher
2009-08-27Nuke trailing whitespace.Eric Christopher
2009-08-27Use stripPointerCasts instead of doing the same manually.Dan Gohman
2009-08-27Teach getUnderlyingObject and skipPointerCasts about GlobalAliases.Dan Gohman
2009-08-27Global Aliases are not identifiable objects.Dan Gohman
2009-08-27Handle TargetData with const.Dan Gohman
2009-08-27Hopefully the final missing part :(Anton Korobeynikov
2009-08-27Forgot about actual change :)Anton Korobeynikov
2009-08-27Remove an entry from ValueMap before removing elements.Devang Patel
2009-08-27Transform float scalar_to_vector into subreg accesses.Anton Korobeynikov
2009-08-27STRD and LDRD require ARMv5TE, not just ARMv5T.Misha Brukman
2009-08-27llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar
2009-08-27llvm-mc/X86: Implement single instruction encoding interface for MC.Daniel Dunbar
2009-08-27llvm-mc: Print encodings after the instruction, and only when we have an asmDaniel Dunbar
2009-08-27X86: Mark EH_RETURN as code-gen-only.Daniel Dunbar
2009-08-27Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar
2009-08-27Implement a new optimization in the inliner: if inlining multipleChris Lattner
2009-08-27unbreak the build, yay for symlinks + makefiles. :(Chris Lattner
2009-08-27reduce header #include'ageChris Lattner
2009-08-27enhance InlineFunction to be able to optionally returnChris Lattner
2009-08-27smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner
2009-08-27remove CloneTrace, which appears to be dead since 2004.Chris Lattner
2009-08-27reduce inlining factor some stuff out to a static helper function,Chris Lattner
2009-08-27Revert accidental commit.Bill Wendling
2009-08-27--- Reverse-merging r80147 into '.':Bill Wendling
2009-08-27Add some checks for MachineCFG consistency. Use AnalyzeBranch andDan Gohman
2009-08-27Update CMakeDaniel Dunbar
2009-08-27llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar
2009-08-27Initialize the PoisonMemory member before initializingDan Gohman
2009-08-27Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...Evan Cheng
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-26Simplify.Daniel Dunbar
2009-08-26Make this into a static method.Owen Anderson
2009-08-26llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar
2009-08-26Rework getPersonalityIndex slightly - 0 is now a valid and not-NULLEric Christopher
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-26CMake: Removed outdated TODO.Oscar Fuentes
2009-08-26Generate section for bss and enable weak symbolsVenkatraman Govindaraju
2009-08-26Alter 79292 to produce output that actually assembles.Dale Johannesen
2009-08-26Remove unneeded ARM-specific DAG nodes for VLD* and VST* Neon operations.Bob Wilson