summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* Revert array initialization regclass change so that the initialization stays ...Jim Grosbach2009-09-11
* Update register class references to use the global constant ARM::*RegisterCla...Jim Grosbach2009-09-11
* Added ADC, SUB, SBB, and OR instructions that operateSean Callanan2009-09-11
* Fix pr4820: Don't run llvm-config during "make clean" since it may haveBob Wilson2009-09-11
* Remove an unnecessary -f.Dan Gohman2009-09-11
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* fix pastoChris Lattner2009-09-11
* Don't generate Dwarf line table entries for source line 0.Caroline Tice2009-09-11
* fix some fixmes: emit stubs in sorted order.Chris Lattner2009-09-11
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-11
* Fix this test to test what it was originally intended to test.Dan Gohman2009-09-11
* give densemap iterators real iterator traits.Chris Lattner2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Fix PR4948 (and a leak): by not destroying the DwarfExceptionDuncan Sands2009-09-11
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-11
* another random updateChris Lattner2009-09-11
* reject attempts to take the address of an intrinsic, PR4949.Chris Lattner2009-09-11
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-11
* this test is using invalid "intrinsics".Chris Lattner2009-09-11
* fix test to not get a moduleid that matches 'br'Chris Lattner2009-09-11
* default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI...Chris Lattner2009-09-11
* ... and fix the REQUIRES_RTTI condition.Daniel Dunbar2009-09-11
* Fix REQUIRES_RTTI while awake.Daniel Dunbar2009-09-11
* Make REQUIRES_RTTI work.Daniel Dunbar2009-09-11
* Eliminate some unnecessary implicit constructors in generated DAG ISel code.Owen Anderson2009-09-11
* Bugfix. Sorry.Andreas Neustifter2009-09-11
* Make ProfileEstimator even more robust on general CFGs.Andreas Neustifter2009-09-11
* switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnSt...Chris Lattner2009-09-11
* Fix a bug I introduced in FnStubs generation, switch GVStubs to be a Chris Lattner2009-09-11
* change FnStubs from being a StringMap<std::string> to being a muchChris Lattner2009-09-11
* printInstruction() no longer prints a \n after itself, do itChris Lattner2009-09-11
* reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms ofChris Lattner2009-09-11
* fix prefix ordering, it's L_foo not _LfooChris Lattner2009-09-11
* add a new Mangler::getNameWithPrefix API which returns theChris Lattner2009-09-11
* convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallStringChris Lattner2009-09-11
* rearrange some code, export a SmallString version of DecorateCygMingName.Chris Lattner2009-09-11
* more typosChris Lattner2009-09-11
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-11
* PHI nodes can never reach the asmprinter, assert and die instead of printingChris Lattner2009-09-11
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-11
* Make fast-isel try ISD::FNEG before resorting to bitcasts and xors.Dan Gohman2009-09-11
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-11
* Fix indentation.Dan Gohman2009-09-11
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-11
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-10
* Give these files top-level comments that describe the current code.Dan Gohman2009-09-10
* Fix whitespaces.Devang Patel2009-09-10
* Fix validation errors.Bill Wendling2009-09-10
* Fix validation errors.Bill Wendling2009-09-10