aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert more code to use Operator instead of explicitly handling bothDan Gohman2009-07-172-43/+15
* Update CMake file.Ted Kremenek2009-07-171-0/+1
* Fix pr4552. Stack slot coloring with register must take care not to generate ...Evan Cheng2009-07-171-0/+16
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-171-0/+19
* Make BasicAliasAnalysis and Value::getUnderlyingObject useDan Gohman2009-07-173-16/+28
* Fix some typos in a comment.Dan Gohman2009-07-171-7/+7
* Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'...Evan Cheng2009-07-171-1/+31
* remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead.Chris Lattner2009-07-171-28/+3
* Add a GEPOperator class, and move the hasNoPointerOverflowDan Gohman2009-07-171-3/+5
* Simplify some more.Evan Cheng2009-07-172-80/+5
* Use more terse and precise linkage checks.Chris Lattner2009-07-171-15/+6
* Eliminate yet another copy of getOpcode.Dan Gohman2009-07-171-17/+6
* these two pieces of code are the same because we alwaysChris Lattner2009-07-171-12/+3
* Fix a typo that Duncan spotted.Dan Gohman2009-07-171-1/+1
* Add a new Operator class, for handling Instructions and ConstantExprsDan Gohman2009-07-173-35/+15
* Untangle a snarl that I discovered when updating the mangler,Chris Lattner2009-07-175-18/+16
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-174-1/+62
* Trailing whitespace.Mikhail Glushenkov2009-07-171-15/+15
* fix include guard.Chris Lattner2009-07-171-2/+2
* Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef...Evan Cheng2009-07-173-159/+46
* GetElementPtr instructions default to having no overflow.Dan Gohman2009-07-171-0/+9
* Start generating AsmMatcher.inc for X86.Daniel Dunbar2009-07-172-1/+2
* r76102 added the MachineCodeEmitter::processDebugLoc call and called it fromJeffrey Yasskin2009-07-173-6/+4
* Fix compile warning.Daniel Dunbar2009-07-171-0/+2
* Add missed returnAnton Korobeynikov2009-07-171-1/+1
* Add support for naked functionsAnton Korobeynikov2009-07-175-3/+11
* revert one of the loops to use indicies over iterators because there are vect...Bruno Cardoso Lopes2009-07-171-4/+3
* Add a SubclassOptionalData field to Value. See the doxygen comment forDan Gohman2009-07-171-1/+2
* Initialize another Context, in the hopes of unbreaking CBE.Daniel Dunbar2009-07-171-0/+3
* Provide slightly more refined error message when trying to lookup a target, andDaniel Dunbar2009-07-171-1/+18
* Add logic to align instruction operands to columns for pretty-printing.David Greene2009-07-171-0/+2
* Avoid a compiler warning when assertions are turned off.Duncan Sands2009-07-171-3/+2
* Oops, accidentally set a legal operation to expand.Eli Friedman2009-07-171-1/+0
* Expand misc operations from test/CodeGen/Generic.Eli Friedman2009-07-171-0/+17
* Handle void in XCoreTargetLowering::isLegalAddressingMode. Triggers in Eli Friedman2009-07-171-0/+5
* Remove some unnecessary expansion markings. Add a few expansion Eli Friedman2009-07-171-24/+7
* Add operation expansion/promotion for a bunch of operations, many of Eli Friedman2009-07-171-5/+54
* Fix tSUBspi operand definition. It reads and writes sp, which is a high regis...Evan Cheng2009-07-171-1/+1
* Set an operation expansion, noticed while running Eli Friedman2009-07-171-0/+2
* Make promotion in operation legalization for SETCC work correctly.Eli Friedman2009-07-171-23/+5
* Replace isTrapping with a new, similar method called Eli Friedman2009-07-175-46/+60
* One more operation expansion for MIPS, from test/CodeGen/Generic.Eli Friedman2009-07-171-1/+2
* Make sure CWriter's Context get's initialized.Daniel Dunbar2009-07-171-0/+2
* Expand a bunch of illegal operations on MIPS (found by Eli Friedman2009-07-171-0/+12
* Fix 'may be used uninitialized' warning.Daniel Dunbar2009-07-171-2/+2
* Fix my brain cramp by inverting the assertion condition.Evan Cheng2009-07-171-3/+1
* Fix "no newline at end of file" warning from gcc.Jeffrey Yasskin2009-07-161-1/+1
* Privatize the MDNode uniquing table.Owen Anderson2009-07-164-29/+45
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-166-27/+40
* Disable this assert for now, it is firing on an llvm-gcc bootstrap. :(Daniel Dunbar2009-07-161-0/+2