aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add nounwind.Evan Cheng2010-04-051-2/+2
* Fix ADD32rr_alt instruction encoding bug. Patch by Marius Wachtler.Evan Cheng2010-04-051-1/+1
* fix a really nasty bug that Evan was tracking in SCCP. When resolvingChris Lattner2010-04-051-29/+32
* some code cleanups, use SwitchInst::findCaseValue, reduce indentationChris Lattner2010-04-051-62/+63
* Code clean up.Evan Cheng2010-04-052-20/+18
* Remove FIXME.Eric Christopher2010-04-051-2/+1
* Introduce MaybeOwningPtr, a smart pointer that may (or may not) haveDouglas Gregor2010-04-051-0/+92
* Fix OProfileJITEventListener build for new DebugLoc.Jeffrey Yasskin2010-04-051-6/+7
* Add a comment.Dan Gohman2010-04-051-0/+6
* lowering a volatile llvm.memcpy to a libc memcpy is ok.Chris Lattner2010-04-051-1/+0
* Don't do code sinking on unreachable blocks. It's unprofitable and hazardous.Dan Gohman2010-04-052-0/+35
* Add an isReachableFromEntry to MachineDominators, following the oneDan Gohman2010-04-051-2/+7
* Update to note that clang has a baseline now. Dropping x86-32 for MacOS.Tanya Lattner2010-04-051-6/+5
* don't use emitlabel in the arm asm printer yet, the order Chris Lattner2010-04-051-2/+7
* Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson2010-04-052-44/+51
* fix a couple problems I introduced handling symbolsChris Lattner2010-04-051-4/+10
* Disambiguate else.Benjamin Kramer2010-04-051-1/+2
* trim some prototypes.Chris Lattner2010-04-052-2/+0
* remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner2010-04-054-54/+33
* hopefully sate the clang self host build, which is apparently Chris Lattner2010-04-051-0/+1
* remove some redundant MMI arguments.Chris Lattner2010-04-054-14/+9
* unthread MMI from FastISelChris Lattner2010-04-057-53/+38
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-056-62/+28
* enhance MachineFunction to have a MMI pointer.Chris Lattner2010-04-053-9/+12
* Add MC and LTO, two terms I just had to explain on IRC.Nick Lewycky2010-04-051-3/+17
* simplify code.Chris Lattner2010-04-051-7/+4
* prune #includes.Chris Lattner2010-04-051-9/+2
* privatize more stuff, eliminate vtables.Chris Lattner2010-04-052-28/+28
* reprivatize now that DwarfWriter is gone.Chris Lattner2010-04-052-4/+2
* prune #includes, MMI can never be nullChris Lattner2010-04-052-5/+9
* prune #includes, realize the MMI can never be null.Chris Lattner2010-04-052-20/+34
* finally blast DwarfWriter away.Chris Lattner2010-04-053-178/+0
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-055-31/+43
* Get rid of traling whitespaces. No functionality change.Johnny Chen2010-04-051-1/+1
* The disassembler impl. of MCDisassembler::getInstruction() was using the patternJohnny Chen2010-04-051-5/+23
* implement EmitFunctionEntryLabel to emit the .cc_top directive,Chris Lattner2010-04-051-61/+7
* don't reference DwarfWriterChris Lattner2010-04-052-3/+2
* trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner2010-04-055-10/+6
* prune some #includes.Chris Lattner2010-04-056-8/+0
* eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfoChris Lattner2010-04-052-13/+3
* fix a regression on 2009-08-17-DebugInfo.mChris Lattner2010-04-051-0/+2
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-0518-199/+61
* selection dag doesn't need DwarfWriter, remove some tendrils.Chris Lattner2010-04-054-19/+6
* fastisel doesn't need DwarfWriter, remove some tendricles.Chris Lattner2010-04-0511-36/+34
* Temporarily remove to disable building of ARM disassembler.Evan Cheng2010-04-051-16/+0
* Re-apply 100265 but instead disable building of ARM disassembly for now.Evan Cheng2010-04-053-89/+31
* Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...Evan Cheng2010-04-055-29/+89
* just have all targets create the DwarfWriter.Chris Lattner2010-04-055-30/+1
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-056-18/+0
* nuke DwarfPrinterChris Lattner2010-04-053-121/+0