aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-167-27/+75
* Disable this assert for now, it is firing on an llvm-gcc bootstrap. :(Daniel Dunbar2009-07-161-0/+2
* Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly t...Bill Wendling2009-07-161-2/+12
* GV with ghost linkage (module being lazily streamed in in JIT lazy compilatio...Evan Cheng2009-07-161-5/+9
* Assume an inline asm might be a call, so we getDale Johannesen2009-07-162-1/+5
* Emit line numbers in asm comments when available.David Greene2009-07-162-2/+42
* Privatize the MDString uniquing table.Owen Anderson2009-07-167-34/+41
* Fix inverted preprocessor conditional.Daniel Dunbar2009-07-161-1/+1
* Fix compiler warning (for -Asserts).Daniel Dunbar2009-07-161-2/+2
* Silence warning in Linux builds:Jakob Stoklund Olesen2009-07-161-2/+3
* Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.Daniel Dunbar2009-07-162-0/+33
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-167-9/+131
* Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...Jakob Stoklund Olesen2009-07-162-8/+28
* Changed my mind. We now allow remat of instructions whose defs have subreg in...Evan Cheng2009-07-163-10/+9
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-1613-115/+113
* this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the ll...Chris Lattner2009-07-161-0/+1
* With recent MC changes, RIP base register is explicitly modeled. Make sure we...Evan Cheng2009-07-162-7/+111
* Update CMake file.Ted Kremenek2009-07-161-0/+1