| Commit message (Expand) | Author | Age | Files | Lines |
* | Privatize some more debug-related static data. | Owen Anderson | 2009-06-25 | 1 | -0/+3 |
* | Identify unconditional gotos and generate a page sel instructions before them. | Sanjiv Gupta | 2009-06-25 | 1 | -0/+2 |
* | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin | 2009-06-25 | 2 | -4/+71 |
* | ad MachineInstrBuilder support for target flags on operands. | Chris Lattner | 2009-06-25 | 2 | -19/+38 |
* | Add a getUniqueExitBlock utility function, similar to getExitBlock, | Dan Gohman | 2009-06-25 | 1 | -0/+10 |
* | Now with EVEN FEWER statics! | Owen Anderson | 2009-06-25 | 1 | -1/+38 |
* | Didn't mean to commit this part. | Owen Anderson | 2009-06-24 | 1 | -3/+0 |
* | Down with statics! | Owen Anderson | 2009-06-24 | 1 | -0/+3 |
* | Add constructor to create MDString using std::string | Devang Patel | 2009-06-24 | 1 | -0/+1 |
* | Move local statics to per-instance variables. | Owen Anderson | 2009-06-24 | 1 | -0/+6 |
* | Increase limit for OpActions array | David Greene | 2009-06-24 | 2 | -10/+19 |
* | Get rid of a static boolean. | Owen Anderson | 2009-06-24 | 1 | -0/+1 |
* | Scaffolding for LDA pass. | Andreas Bolka | 2009-06-24 | 3 | -0/+61 |
* | Fix the Ocaml bindings for the ExecutionEngine: with the change to build | Bob Wilson | 2009-06-24 | 2 | -8/+4 |
* | Update for DOTGraphTraits changes. | Owen Anderson | 2009-06-24 | 1 | -1/+2 |
* | This increases the maximum for MVT::LAST_VALUETYPE | David Greene | 2009-06-24 | 2 | -1/+11 |
* | Sketch streamer support for .align, .org functionality. | Daniel Dunbar | 2009-06-24 | 1 | -0/+45 |
* | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner | 2009-06-24 | 1 | -3/+5 |
* | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner | 2009-06-24 | 1 | -3/+0 |
* | Rearrange some stuff in MachineOperand and add a new TargetFlags field. | Chris Lattner | 2009-06-24 | 1 | -7/+18 |
* | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 2 | -7/+13 |
* | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar | 2009-06-24 | 4 | -44/+11 |
* | MCStreamer: Add a few more "symbol attributes". | Daniel Dunbar | 2009-06-24 | 1 | -3/+15 |
* | Remove an obsolete comment and fix some 80-column violations. | Dan Gohman | 2009-06-24 | 1 | -8/+10 |
* | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner | 2009-06-24 | 1 | -0/+7 |
* | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman | 2009-06-24 | 1 | -0/+6 |
* | Start MCAsmStreamer implementation. | Daniel Dunbar | 2009-06-24 | 5 | -3/+11 |
* | Move the special cases for constants out of getUnknown and into | Dan Gohman | 2009-06-24 | 1 | -1/+1 |
* | stub out a trivial constructor method. | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
* | Add an isAllOnesValue utility function, similar to isZero and isOne. | Dan Gohman | 2009-06-24 | 1 | -0/+5 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 2 | -29/+29 |
* | Update for MCImm -> MCValue rename. | Daniel Dunbar | 2009-06-23 | 2 | -8/+11 |
* | rename MCImm ->MCValue. | Chris Lattner | 2009-06-23 | 2 | -16/+17 |
* | Add comments for the MCStreamer interface. | Daniel Dunbar | 2009-06-23 | 1 | -6/+77 |
* | It is not a good idea to have data member's name match argument's name. In fa... | Devang Patel | 2009-06-23 | 1 | -11/+11 |
* | Add DISubprogram::getReturnTypeName() | Devang Patel | 2009-06-23 | 1 | -0/+13 |
* | Start flushing out MCContext. | Daniel Dunbar | 2009-06-23 | 4 | -5/+208 |
* | Use atomic operations when accessing statistics, and make the lazy initializa... | Owen Anderson | 2009-06-23 | 1 | -12/+55 |
* | Add atomic multiply and divide operations, built on top of CompareAndSwap. | Owen Anderson | 2009-06-23 | 1 | -0/+2 |
* | Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses... | Owen Anderson | 2009-06-23 | 1 | -4/+21 |
* | Make llvmc work again. | Mikhail Glushenkov | 2009-06-23 | 3 | -0/+114 |
* | Typo. | Mikhail Glushenkov | 2009-06-23 | 1 | -2/+0 |
* | Start sketching MCStreamer interface. | Daniel Dunbar | 2009-06-23 | 2 | -0/+102 |
* | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson | 2009-06-23 | 3 | -22/+21 |
* | Add include file to get the type for in64_t. | Bill Wendling | 2009-06-23 | 1 | -0/+2 |
* | add a simple MCImm class. | Chris Lattner | 2009-06-23 | 2 | -2/+59 |
* | Atomic ops that do arithmetic use signed arithmetic. | Owen Anderson | 2009-06-23 | 2 | -6/+6 |
* | Actually, these need to be signed integers, not unsigned. | Owen Anderson | 2009-06-23 | 1 | -10/+10 |
* | Use 64-bit integer counters for tracking time, rather than doubles. This wil... | Owen Anderson | 2009-06-23 | 1 | -10/+10 |
* | Label the existing atomic functions as 32-bit specific, and add a 64-bit one ... | Owen Anderson | 2009-06-23 | 2 | -11/+12 |