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