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