aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix PR4948 (and a leak): by not destroying the DwarfExceptionDuncan Sands2009-09-111-0/+2
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-113-495/+495
* another random updateChris Lattner2009-09-111-1/+1
* reject attempts to take the address of an intrinsic, PR4949.Chris Lattner2009-09-111-0/+12
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-1115-20/+16
* this test is using invalid "intrinsics".Chris Lattner2009-09-111-20/+0
* fix test to not get a moduleid that matches 'br'Chris Lattner2009-09-111-1/+1
* default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI...Chris Lattner2009-09-111-1/+1
* ... and fix the REQUIRES_RTTI condition.Daniel Dunbar2009-09-111-2/+2
* Fix REQUIRES_RTTI while awake.Daniel Dunbar2009-09-111-1/+2
* Make REQUIRES_RTTI work.Daniel Dunbar2009-09-111-1/+1
* Eliminate some unnecessary implicit constructors in generated DAG ISel code.Owen Anderson2009-09-111-1/+1
* Bugfix. Sorry.Andreas Neustifter2009-09-111-1/+1
* Make ProfileEstimator even more robust on general CFGs.Andreas Neustifter2009-09-112-55/+112
* switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnSt...Chris Lattner2009-09-113-9/+28
* Fix a bug I introduced in FnStubs generation, switch GVStubs to be a Chris Lattner2009-09-113-29/+79
* change FnStubs from being a StringMap<std::string> to being a muchChris Lattner2009-09-113-17/+34
* printInstruction() no longer prints a \n after itself, do itChris Lattner2009-09-111-0/+1
* reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms ofChris Lattner2009-09-111-15/+21
* fix prefix ordering, it's L_foo not _LfooChris Lattner2009-09-111-2/+1
* add a new Mangler::getNameWithPrefix API which returns theChris Lattner2009-09-112-2/+55
* convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallStringChris Lattner2009-09-111-7/+11
* rearrange some code, export a SmallString version of DecorateCygMingName.Chris Lattner2009-09-113-52/+53
* more typosChris Lattner2009-09-111-5/+6
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-112-1/+17
* PHI nodes can never reach the asmprinter, assert and die instead of printingChris Lattner2009-09-111-1/+2
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-113-10/+79
* Make fast-isel try ISD::FNEG before resorting to bitcasts and xors.Dan Gohman2009-09-111-1/+9
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-112-7/+23
* Fix indentation.Dan Gohman2009-09-111-1/+1
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-117-19/+125
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-105-15/+54
* Give these files top-level comments that describe the current code.Dan Gohman2009-09-102-6/+14
* Fix whitespaces.Devang Patel2009-09-101-4/+4
* Fix validation errors.Bill Wendling2009-09-101-3/+3
* Fix validation errors.Bill Wendling2009-09-101-9/+11
* Don't swap the operands of a subtraction when trying to create aBob Wilson2009-09-102-1/+12
* Fix uppercaseo.Dale Johannesen2009-09-101-1/+1
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-104-3/+58
* Fit code within 80 columnsVictor Hernandez2009-09-101-2/+4
* Added XOR instructions for rAX and immediates ofSean Callanan2009-09-102-0/+11
* Added MOV instructions between rAX and memory offsets,Sean Callanan2009-09-102-0/+23
* Added a variety of PUSH and POP instructions, includingSean Callanan2009-09-102-5/+29
* Exit early if exception handling isn't supported.Bill Wendling2009-09-101-13/+13
* Allow llvmc to take .bc files as input.Mikhail Glushenkov2009-09-101-0/+1
* Make ProfileEstimator more robust on general CFGs.Andreas Neustifter2009-09-102-44/+69
* add another broken version of gcc, thanks to Niels Moller for pointing this out.Chris Lattner2009-09-101-1/+2
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-102-6/+7
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-102-0/+13
* fix leakage of ModuleNuno Lopes2009-09-101-4/+3