| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add getVectorOperand/getIndexOperand accessors to ExtractElementInst. | Chris Lattner | 2009-09-08 | 1 | -4/+17 |
* | fix PR4915, a crash in -debug mode. | Chris Lattner | 2009-09-08 | 1 | -1/+3 |
* | add some comments to describe the invariants. | Chris Lattner | 2009-09-08 | 1 | -0/+12 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 5 | -34/+93 |
* | Change "const static" to "static const", as warned about | Duncan Sands | 2009-09-06 | 1 | -2/+2 |
* | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands | 2009-09-06 | 2 | -2/+2 |
* | Mark constants as unsigned, as pointed out by icc | Duncan Sands | 2009-09-06 | 1 | -10/+10 |
* | Tweak code into an equivalent form for which icc | Duncan Sands | 2009-09-06 | 1 | -16/+20 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 13 | -34/+35 |
* | Remove unneeded declaration, as warned about by | Duncan Sands | 2009-09-06 | 1 | -3/+0 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 2 | -81/+12 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 5 | -93/+34 |
* | Delete unused #include. | Benjamin Kramer | 2009-09-05 | 1 | -4/+3 |
* | Stabilize the order of live intervals in the priority_queue used by the | Bob Wilson | 2009-09-05 | 1 | -1/+4 |
* | Prune #includes. | Benjamin Kramer | 2009-09-04 | 1 | -3/+0 |
* | Remove an unneeded call to c_str(). | Benjamin Kramer | 2009-09-04 | 1 | -1/+1 |
* | Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in | Kevin Enderby | 2009-09-04 | 1 | -1/+1 |