| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix apostrophos. | Dan Gohman | 2009-09-15 | 7 | -8/+8 |
* | Forgot this. | Evan Cheng | 2009-09-15 | 1 | -2/+1 |
* | add a new CallGraphNode::replaceCallEdge method and use it from | Chris Lattner | 2009-09-15 | 1 | -0/+6 |
* | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner | 2009-09-15 | 1 | -0/+5 |
* | switch scciterator to use DenseMap instead of std::map | Chris Lattner | 2009-09-15 | 1 | -2/+2 |
* | Get rid of GetProcessId in Win32/Program.inc. | Mikhail Glushenkov | 2009-09-15 | 1 | -8/+4 |
* | Add an "original alignment" field to load and store nodes. This enables the | Nate Begeman | 2009-09-15 | 2 | -17/+26 |
* | Add early coalescing to liveintervals. This is work in progress and is known ... | Evan Cheng | 2009-09-14 | 2 | -7/+16 |
* | Update a comment to match the source. PseudoSourceValues are now | Dan Gohman | 2009-09-14 | 1 | -4/+7 |
* | PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. | Chris Lattner | 2009-09-14 | 1 | -2/+1 |
* | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner | 2009-09-14 | 2 | -4/+32 |
* | Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter | Chris Lattner | 2009-09-14 | 1 | -1/+5 |
* | add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. | Chris Lattner | 2009-09-14 | 2 | -1/+34 |
* | eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi... | Chris Lattner | 2009-09-13 | 1 | -1/+0 |
* | remove all but one reference to TargetRegisterDesc::AsmName. | Chris Lattner | 2009-09-13 | 1 | -6/+0 |
* | second part to r81695, I missed a directory. | Chris Lattner | 2009-09-13 | 1 | -7/+0 |
* | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner | 2009-09-13 | 1 | -6/+5 |
* | devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. | Chris Lattner | 2009-09-12 | 1 | -7/+12 |
* | eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for | Chris Lattner | 2009-09-12 | 1 | -22/+0 |
* | Whoops. Committed the headers for r81605 - 'Moved some more index operations ... | Lang Hames | 2009-09-12 | 2 | -17/+15 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 2 | -0/+12 |
* | give densemap iterators real iterator traits. | Chris Lattner | 2009-09-11 | 1 | -3/+6 |
* | default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI... | Chris Lattner | 2009-09-11 | 1 | -1/+1 |
* | add a new Mangler::getNameWithPrefix API which returns the | Chris Lattner | 2009-09-11 | 1 | -0/+7 |
* | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman | 2009-09-10 | 1 | -0/+7 |
* | Give these files top-level comments that describe the current code. | Dan Gohman | 2009-09-10 | 1 | -3/+7 |
* | Added the ParseInstruction() hook for target specific assembler directives so | Kevin Enderby | 2009-09-10 | 1 | -0/+14 |
* | Distinguish between 'empty' and empty DAG marker. | Mikhail Glushenkov | 2009-09-10 | 1 | -5/+6 |
* | Add a logical 'not' operator to llvmc's TableGen dialect. | Mikhail Glushenkov | 2009-09-10 | 1 | -0/+1 |
* | Correctly handle the case where a comparison is created in one BasicBlock and | Nick Lewycky | 2009-09-10 | 1 | -2/+1 |
* | Add malloc call utility functions. Patch by Victor Hernandez. | Evan Cheng | 2009-09-10 | 2 | -0/+98 |
* | MC: Give target specific parsers access to the MCStreamer. | Daniel Dunbar | 2009-09-10 | 1 | -0/+4 |
* | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 2009-09-09 | 2 | -9/+0 |
* | Added an abstract superclass, MCDisassembler, for | Sean Callanan | 2009-09-09 | 3 | -25/+95 |
* | add a gross hack to get "SrcLine" comments to show up with the | Chris Lattner | 2009-09-09 | 1 | -1/+6 |
* | Removed static qualifier from a few index related methods. These methods may ... | Lang Hames | 2009-09-09 | 1 | -6/+8 |
* | Add the first functions for updating ProfileInfo. | Andreas Neustifter | 2009-09-09 | 1 | -0/+19 |
* | revert r81335, which breaks the build. | Chris Lattner | 2009-09-09 | 1 | -2/+0 |
* | Updated ProfileInfo to have clean seperation between different sentinels. | Andreas Neustifter | 2009-09-09 | 1 | -0/+2 |
* | Copy-pasto. | Mikhail Glushenkov | 2009-09-09 | 1 | -3/+2 |
* | Revert 81248 for now. | Mikhail Glushenkov | 2009-09-09 | 1 | -0/+4 |
* | Make TypeBuilder's result depend on the LLVMContext it's passed. | Jeffrey Yasskin | 2009-09-09 | 1 | -97/+12 |
* | Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture | Daniel Dunbar | 2009-09-08 | 1 | -2/+11 |
* | Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead | Dan Gohman | 2009-09-08 | 2 | -9/+6 |
* | Const-correctness. | Mikhail Glushenkov | 2009-09-08 | 1 | -1/+1 |
* | Since Program is basically a PID, it should be copyable. | Mikhail Glushenkov | 2009-09-08 | 1 | -4/+0 |
* | Get rid of the Pid_ member in the Program class. | Mikhail Glushenkov | 2009-09-08 | 1 | -4/+2 |
* | Add a Kill() function to the Program class. | Mikhail Glushenkov | 2009-09-08 | 1 | -3/+14 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 2 | -13/+91 |
* | fix pasto | Chris Lattner | 2009-09-08 | 1 | -1/+1 |