aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-1711-7/+190
* Trailing whitespace.Mikhail Glushenkov2009-07-172-19/+19
* 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
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-173-0/+24
* Fix a crash in SROA. The FunctionPass::doInitialization method was neverBob Wilson2009-07-171-0/+1
* Define a no-pointer-overflow flag for GetElementPtr instructions.Dan Gohman2009-07-171-0/+17
* Add new classes for working with optional optimization dataDan Gohman2009-07-171-0/+112
* Fix copy & paste errorsAnton Korobeynikov2009-07-171-8/+8
* Add a method to clear optional optimization information from a Value.Dan Gohman2009-07-171-0/+6
* Add missed attributes to C bindingsAnton Korobeynikov2009-07-171-0/+8
* Start generating AsmMatcher.inc for X86.Daniel Dunbar2009-07-172-1/+2
* tblgen/AsmMatcher: Emit simple matcher for register names.Daniel Dunbar2009-07-171-3/+30
* 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
* opt: Add -std-link-opts argument, matches llvm-ld's optimizations.Daniel Dunbar2009-07-171-6/+39
* Add support for naked functionsAnton Korobeynikov2009-07-178-5/+18
* rename test.Chris Lattner2009-07-171-0/+0
* 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-172-1/+8
* Fix typo.Daniel Dunbar2009-07-171-1/+1
* Initialize another Context, in the hopes of unbreaking CBE.Daniel Dunbar2009-07-171-0/+3
* Fix an apparent typo.Dan Gohman2009-07-171-1/+1
* Make DOUT an lvalue in release mode so that developers may use DOUT inDavid Greene2009-07-171-1/+2
* 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-173-12/+136
* Avoid a compiler warning when assertions are turned off.Duncan Sands2009-07-171-3/+2
* Testcase for PR4214.Duncan Sands2009-07-171-0/+4
* Documentation clarifications for isSafeToSpeculativelyExecute.Eli Friedman2009-07-171-4/+17
* 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
* Add broken gcc from PR4532.Nick Lewycky2009-07-171-1/+3
* 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-172-23/+11
* Replace isTrapping with a new, similar method called Eli Friedman2009-07-176-53/+71
* 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
* Add the private keyword to the polygen grammar.Dan Gohman2009-07-171-0/+1
* Add the private keyword to the VIM syntax highlighting.Dan Gohman2009-07-171-1/+1
* 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-166-33/+49