aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments.Dan Gohman2010-04-142-2/+2
* performance: cache the dereferenced use_iteratorGabor Greif2010-04-141-7/+8
* Delete an obsolete comment.Dan Gohman2010-04-141-1/+0
* Delete an unused function.Dan Gohman2010-04-142-6/+0
* Clear the FunctionLoweringInfo object before doing other things thatDan Gohman2010-04-141-4/+4
* Move this assert out of SelectionDAGISel into FunctionLoweringInfo, andDan Gohman2010-04-142-5/+3
* Add a comment.Dan Gohman2010-04-141-0/+2
* Move the code for initialing the entry block livein set out ofDan Gohman2010-04-142-5/+5
* Reorgnaize this code to be more tidy and readable.Dan Gohman2010-04-141-10/+5
* Trim #includes.Dan Gohman2010-04-142-10/+0
* 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