aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman
2009-09-11Revert array initialization regclass change so that the initialization stays ...Jim Grosbach
2009-09-11Update register class references to use the global constant ARM::*RegisterCla...Jim Grosbach
2009-09-11Added ADC, SUB, SBB, and OR instructions that operateSean Callanan
2009-09-11fix pastoChris Lattner
2009-09-11Don't generate Dwarf line table entries for source line 0.Caroline Tice
2009-09-11fix some fixmes: emit stubs in sorted order.Chris Lattner
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-11reject attempts to take the address of an intrinsic, PR4949.Chris Lattner
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-11Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng
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-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-10Make ProfileEstimator more robust on general CFGs.Andreas Neustifter
2009-09-10Add some braces to make newer GCCs happy and update CMakeLists.Benjamin Kramer
2009-09-10Cleaned up code by factoring out common portions of edge loading into function.Andreas Neustifter
2009-09-10Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky
2009-09-10Comment and whitespace cleanups. No intentional functionality change.Bill Wendling
2009-09-10Revert part of my r81424 patch. I removed what looked like superfluous paddingBill Wendling
2009-09-10Add malloc call utility functions. Patch by Victor Hernandez.Evan Cheng
2009-09-10Don't hardcode the TType format size. In fact, rework the code so that it's moreBill Wendling
2009-09-10Proper support of non-lazy indirect symbols.Evan Cheng
2009-09-10Remove the "#if 0" that Noone loved. It wasn't really necessary, because theBill Wendling
2009-09-10Revert r81171 which was causing pr4927.Bob Wilson
2009-09-10Pull check for SJLJ EH into a boolean and use that.Bill Wendling