aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-08reapply: Use the new TB_NOT_REVERSABLE flag instead of specialChris Lattner
2010-10-08reapply the patch reverted in r116033:Chris Lattner
2010-10-08Fix Formatting.Michael J. Spencer
2010-10-08MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer
2010-10-08Fix Whitespace.Michael J. Spencer
2010-10-08Update CMake.Daniel Dunbar
2010-10-08Revert "Reimplement (part of) the or -> add optimization. Matching 'or' intoDaniel Dunbar
2010-10-08Revert "Use the new TB_NOT_REVERSABLE flag instead of special ", which dependsDaniel Dunbar
2010-10-08Revert "reimplement the second half of the or/add optimization. We should now",Daniel Dunbar
2010-10-08Fix -Asserts warning.Daniel Dunbar
2010-10-08Move to thumb2 loads, fixes a problem with incoming registersEric Christopher
2010-10-08reimplement the second half of the or/add optimization. We should nowChris Lattner
2010-10-08Add test file for simple ARM binary encodings with MCJim Grosbach
2010-10-08Enable binary encoding of some simple instructions.Jim Grosbach
2010-10-08Try to fix ocaml bindings.Eric Christopher
2010-10-08Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.Jim Grosbach
2010-10-08Use the new TB_NOT_REVERSABLE flag instead of special Chris Lattner
2010-10-08MC-COFF: Add test for my last commit.Michael J. Spencer
2010-10-07simplify some map operations.Chris Lattner
2010-10-07MC-COFF: Handle relaxation in COFF better. Fixes PR8321.Michael J. Spencer
2010-10-07Delete the FormulaSorter class and inline its one method into itsDan Gohman
2010-10-07Fix a spello.Dan Gohman
2010-10-07Charge a formula for explicit multiplies on scaled registers too,Dan Gohman
2010-10-07Use size_t for consistency.Dan Gohman
2010-10-07When merging one use into another, transfer the offsets fromDan Gohman
2010-10-07Reimplement (part of) the or -> add optimization. Matching 'or' into 'add'Chris Lattner
2010-10-07After splitting, the remaining LiveInterval may be fragmented into multipleJakob Stoklund Olesen
2010-10-07Fix LSR to keep the RegUseTracker up to date when combining users.Dan Gohman
2010-10-07Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel
2010-10-07Unbreak cmake build.John Thompson
2010-10-07Code refactoring.Evan Cheng
2010-10-07Reduce casting in various tables by defining the tableChris Lattner
2010-10-07Warn about broken GCCs on ARM due to the problem fixed:Nick Lewycky
2010-10-07simplify code: don't build up vector only to assert it is empty.Chris Lattner
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-10-07Move checking for t2MOVCCi16 to the right place.Jim Grosbach
2010-10-07Trivial MC code emitter shell. No instruction forms actually handled yet.Jim Grosbach
2010-10-07Correctly check if a path is a directory. Fix by Brian Korver.Evan Cheng
2010-10-07Provie a clearner interface so that FE can decide whether a function has prot...Devang Patel
2010-10-07Include the auto-generated bits for machine encoding.Jim Grosbach
2010-10-07Fix typo in comment.Nick Lewycky
2010-10-07Remember to promote load/store types for stack to register size.Eric Christopher
2010-10-07convert test to use the existing classes that the multipatternsChris Lattner
2010-10-07convert cmp to use a multipatternChris Lattner
2010-10-07Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...Evan Cheng
2010-10-07This file needs ToolOutputFile.h too.Dan Gohman
2010-10-07ARM instruction don't have instruction prefixes, so remove the helper functionsJim Grosbach
2010-10-07Add output stream operator for MCInst.Jim Grosbach
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-10-07Add initialization routines for Instrumentation.Owen Anderson