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