aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the code for emitting livein copies out of SelectionDAGISel.Dan Gohman2010-04-143-105/+113
* performance: cache the dereferenced use_iteratorGabor Greif2010-04-141-3/+4
* Sink landing-pad marking code out ofDan Gohman2010-04-142-5/+5
* It's not necessary to recompute EB here.Dan Gohman2010-04-141-1/+1
* performance: cache the dereferenced use_iteratorGabor Greif2010-04-141-3/+5
* Add a comment.Dan Gohman2010-04-141-0/+2
* Fix whitespace, comments.Dan Gohman2010-04-141-3/+3
* Add explicit keywords.Dan Gohman2010-04-141-2/+2
* Use C++, not C++-standard-library-internals-ese.Dan Gohman2010-04-141-33/+33
* Make SuccIterator's private parts private too.Dan Gohman2010-04-141-5/+6
* Make helper utility members private.Dan Gohman2010-04-141-3/+4
* EDis: Don't include inttypes.h. We support compilers which don't provide it. ...Benjamin Kramer2010-04-141-2/+0
* Enable RTTI again. While this works fine for LLVM, it creates an ABINick Lewycky2010-04-141-0/+1
* Don't forget cmake!Nick Lewycky2010-04-141-1/+0
* Turn off RTTI for VMCore. Yay!Nick Lewycky2010-04-141-1/+0
* I don't know how, but I managed to goof the revert. Remove function that shouldNick Lewycky2010-04-141-37/+0
* Revert r101213.Nick Lewycky2010-04-142-29/+15
* Remove accidentally committed cruft.Nick Lewycky2010-04-141-3/+0
* Fix 80 column ruler.Nick Lewycky2010-04-141-1/+1
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-142-4/+4
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-144-1/+29
* Remove tab.Nick Lewycky2010-04-141-1/+1
* Commit testcase for r101213.Nick Lewycky2010-04-141-0/+12
* While DAE can't modify the function signature of an externally visible function,Nick Lewycky2010-04-141-14/+66
* Generalize this code to handle Instructions in addition to ConstantExprs.Dan Gohman2010-04-141-3/+3
* Reorder the methods of this class to be a little more organized.Dan Gohman2010-04-141-22/+22
* Fixed another assert exposed by fuzzing. Now, when an encoding error occursJohnny Chen2010-04-141-4/+14
* Clear MachineInstr->MCSymbol maps at the end of a function.Devang Patel2010-04-141-0/+2
* Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalidJohnny Chen2010-04-142-10/+15
* Fix -Asserts warnings.Daniel Dunbar2010-04-132-0/+3
* XFAIL this test for powerpc. Devang Patel2010-04-131-1/+1
* Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor2010-04-133-17/+3
* Fast path implicit_def check.Evan Cheng2010-04-131-5/+5
* Add test for post-ra machine licm.Evan Cheng2010-04-131-7/+53
* Handle a v2f64 formal parameter that is split between registers and memoryBob Wilson2010-04-132-7/+20
* Quick fix for build errors caused by undefinedSean Callanan2010-04-131-1/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-1313-122/+159
* Add CMake support for 'edis'.Ted Kremenek2010-04-134-0/+44
* Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits,Johnny Chen2010-04-131-3/+3
* Do not include types without any definition in pubtypes list.Devang Patel2010-04-132-2/+52
* Avoid variable shadowing.Evan Cheng2010-04-131-2/+2
* Expand postra machine licm's capability a little more. If an instruction's re...Evan Cheng2010-04-131-8/+24
* Teach MachineSinking to handle easy critical edges.Jakob Stoklund Olesen2010-04-131-2/+17
* Fix test on non-x86 hosts.Evan Cheng2010-04-131-1/+1
* Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ...Evan Cheng2010-04-133-1/+125
* Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner2010-04-131-1/+3
* Temporarily revert r101075, it's causing invalid iterator assertionsEric Christopher2010-04-132-85/+1
* Teach postra machine licm to hoist more obvious invariants, e.g. instructions...Evan Cheng2010-04-131-17/+38
* Add a few comments.Dan Gohman2010-04-131-0/+5
* Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman2010-04-138-16/+14