Age | Commit message (Expand) | Author |
2009-08-28 | Nuke trailing whitespace. | Eric Christopher |
2009-08-28 | Short-term workaround for frame-related weirdness on win64. | Anton Korobeynikov |
2009-08-28 | Preparation for Optimal Edge Profiling: | Andreas Neustifter |
2009-08-28 | Fix -Asserts warning, round two. | Daniel Dunbar |
2009-08-28 | llvm-mc: .lsym is more unsupported than unimplemented, pending a use case app... | Daniel Dunbar |
2009-08-28 | llvm-mc: Support .comm emission. | Daniel Dunbar |
2009-08-28 | Print a nl before pic labels so they start at a new line. This makes assembly... | Evan Cheng |
2009-08-28 | llvm-mc: Support .zerofill emission. | Daniel Dunbar |
2009-08-28 | llvm-mc: Tweak section alignment and size computation to match 'as' closer. | Daniel Dunbar |
2009-08-28 | llvm-mc: Factor getSectionData out of SwitchSection. | Daniel Dunbar |
2009-08-28 | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar |
2009-08-28 | llvm-mc: Add const to EmitZeroFill section argument. | Daniel Dunbar |
2009-08-28 | llvm-mc: Fix thinko in emitting values. | Daniel Dunbar |
2009-08-28 | Fix -Asserts warning. | Daniel Dunbar |
2009-08-28 | finish a half formed thought :) | Chris Lattner |
2009-08-28 | Mark Andersen's as experimental. | Chris Lattner |
2009-08-28 | Fix PR3913, patch by Jakub Staszak! | Chris Lattner |
2009-08-28 | v4, v5 does not support sxtb / sxth. | Evan Cheng |
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 |