Age | Commit message (Expand) | Author |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-11 | Fix PR4948 (and a leak): by not destroying the DwarfException | Duncan Sands |
2009-09-11 | turn on -experimental-asm-printer for x86 / AT&T by default. | Chris Lattner |
2009-09-11 | another random update | Chris Lattner |
2009-09-11 | reject attempts to take the address of an intrinsic, PR4949. | Chris Lattner |
2009-09-11 | fix a bunch of spurious failures for people whose home directory | Chris Lattner |
2009-09-11 | this test is using invalid "intrinsics". | Chris Lattner |
2009-09-11 | fix test to not get a moduleid that matches 'br' | Chris Lattner |
2009-09-11 | default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI... | Chris Lattner |
2009-09-11 | ... and fix the REQUIRES_RTTI condition. | Daniel Dunbar |
2009-09-11 | Fix REQUIRES_RTTI while awake. | Daniel Dunbar |
2009-09-11 | Make REQUIRES_RTTI work. | Daniel Dunbar |
2009-09-11 | Eliminate some unnecessary implicit constructors in generated DAG ISel code. | Owen Anderson |
2009-09-11 | Bugfix. Sorry. | Andreas Neustifter |
2009-09-11 | Make ProfileEstimator even more robust on general CFGs. | Andreas Neustifter |
2009-09-11 | switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnSt... | Chris Lattner |
2009-09-11 | Fix a bug I introduced in FnStubs generation, switch GVStubs to be a | Chris Lattner |
2009-09-11 | change FnStubs from being a StringMap<std::string> to being a much | Chris Lattner |
2009-09-11 | printInstruction() no longer prints a \n after itself, do it | Chris Lattner |
2009-09-11 | reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms of | Chris Lattner |
2009-09-11 | fix prefix ordering, it's L_foo not _Lfoo | Chris Lattner |
2009-09-11 | add a new Mangler::getNameWithPrefix API which returns the | Chris Lattner |
2009-09-11 | convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallString | Chris Lattner |
2009-09-11 | rearrange some code, export a SmallString version of DecorateCygMingName. | Chris Lattner |
2009-09-11 | more typos | Chris Lattner |
2009-09-11 | Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ... | Evan Cheng |
2009-09-11 | PHI nodes can never reach the asmprinter, assert and die instead of printing | Chris Lattner |
2009-09-11 | It's not legal to fold a load from a narrower stack slot into a wider instruc... | Evan Cheng |
2009-09-11 | Make fast-isel try ISD::FNEG before resorting to bitcasts and xors. | Dan Gohman |
2009-09-11 | Reapply r81171 with a fix: don't try to use i64 when it | Dan Gohman |
2009-09-11 | Fix indentation. | Dan Gohman |
2009-09-11 | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman |
2009-09-10 | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman |
2009-09-10 | Give these files top-level comments that describe the current code. | Dan Gohman |
2009-09-10 | Fix whitespaces. | Devang Patel |
2009-09-10 | Fix validation errors. | Bill Wendling |
2009-09-10 | Fix validation errors. | Bill Wendling |
2009-09-10 | Don't swap the operands of a subtraction when trying to create a | Bob Wilson |
2009-09-10 | Fix uppercaseo. | Dale Johannesen |
2009-09-10 | Added the ParseInstruction() hook for target specific assembler directives so | Kevin Enderby |
2009-09-10 | Fit code within 80 columns | Victor Hernandez |
2009-09-10 | Added XOR instructions for rAX and immediates of | Sean Callanan |
2009-09-10 | Added MOV instructions between rAX and memory offsets, | Sean Callanan |
2009-09-10 | Added a variety of PUSH and POP instructions, including | Sean Callanan |
2009-09-10 | Exit early if exception handling isn't supported. | Bill Wendling |
2009-09-10 | Allow llvmc to take .bc files as input. | Mikhail Glushenkov |
2009-09-10 | Make ProfileEstimator more robust on general CFGs. | Andreas Neustifter |
2009-09-10 | add another broken version of gcc, thanks to Niels Moller for pointing this out. | Chris Lattner |
2009-09-10 | Distinguish between 'empty' and empty DAG marker. | Mikhail Glushenkov |
2009-09-10 | Add a logical 'not' operator to llvmc's TableGen dialect. | Mikhail Glushenkov |