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