aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-161-0/+4
* Emit line numbers in asm comments when available.David Greene2009-07-161-2/+15
* Privatize the MDString uniquing table.Owen Anderson2009-07-164-29/+36
* 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-161-0/+17
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-164-8/+106
* Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...Jakob Stoklund Olesen2009-07-161-8/+12
* Changed my mind. We now allow remat of instructions whose defs have subreg in...Evan Cheng2009-07-162-6/+8
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-166-75/+74
* With recent MC changes, RIP base register is explicitly modeled. Make sure we...Evan Cheng2009-07-161-7/+9
* Update CMake file.Ted Kremenek2009-07-161-0/+1
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-1629-85/+165
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-161-3/+6
* Fill in some holes in ScalarEvolution's loop iteration conditionDan Gohman2009-07-161-2/+27
* Add an isLoopSimplifyForm() predicate, following the example ofDan Gohman2009-07-161-0/+24
* Use size_t.Dan Gohman2009-07-162-13/+13