| Commit message (Expand) | Author | Age | Files | Lines |
* | Privatize some more debug-related static data. | Owen Anderson | 2009-06-25 | 2 | -2/+5 |
* | Use a more correct atomic increment style. This isn't really necessary in | Owen Anderson | 2009-06-25 | 1 | -2/+2 |
* | Revert 74164. We'll want to use this method later. | Bob Wilson | 2009-06-25 | 1 | -0/+1 |
* | Identify unconditional gotos and generate a page sel instructions before them. | Sanjiv Gupta | 2009-06-25 | 2 | -4/+8 |
* | Support Constant Pool Sections | Bruno Cardoso Lopes | 2009-06-25 | 5 | -11/+111 |
* | Remove unused hasV6T2Ops method. We already have a separate feature to | Bob Wilson | 2009-06-25 | 1 | -1/+0 |
* | Add missing dependencies to the CMake build system. | Douglas Gregor | 2009-06-25 | 9 | -0/+10 |
* | add file to cmake | Chris Lattner | 2009-06-25 | 1 | -0/+1 |
* | Change thumb2 instruction definitions so if-converter so add predicate operan... | Evan Cheng | 2009-06-25 | 2 | -110/+139 |
* | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin | 2009-06-25 | 11 | -170/+600 |
* | Add thumb2 add sp. | Evan Cheng | 2009-06-25 | 1 | -0/+15 |
* | ad MachineInstrBuilder support for target flags on operands. | Chris Lattner | 2009-06-25 | 2 | -19/+38 |
* | fix comments to be correct. | Chris Lattner | 2009-06-25 | 1 | -2/+2 |
* | Remove duplication. | Mikhail Glushenkov | 2009-06-25 | 6 | -130/+47 |
* | Some reorg and additional comments. | Evan Cheng | 2009-06-25 | 1 | -9/+18 |
* | No need to code gen MDNodes | Devang Patel | 2009-06-25 | 9 | -0/+26 |
* | My guess is that RegInfo should only call the Allocator.Deallocator if it's not | Bill Wendling | 2009-06-25 | 1 | -7/+10 |
* | Reword a few comments. | Dan Gohman | 2009-06-25 | 1 | -17/+17 |
* | 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 | 2 | -29/+38 |
* | Add Thumb2 pc relative add. | Evan Cheng | 2009-06-24 | 4 | -1/+98 |
* | Fewer static variables, part 3 of many. | Owen Anderson | 2009-06-24 | 1 | -2/+2 |
* | Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } | Daniel Dunbar | 2009-06-24 | 8 | -1/+228 |
* | 80 col violation. | Evan Cheng | 2009-06-24 | 1 | -1/+2 |
* | Down with _even more_ statics! | Owen Anderson | 2009-06-24 | 2 | -2/+5 |
* | Didn't mean to commit this part. | Owen Anderson | 2009-06-24 | 1 | -3/+0 |
* | Down with statics! | Owen Anderson | 2009-06-24 | 2 | -2/+7 |
* | Add constructor to create MDString using std::string | Devang Patel | 2009-06-24 | 2 | -0/+12 |
* | Move local statics to per-instance variables. | Owen Anderson | 2009-06-24 | 2 | -9/+10 |
* | Increase limit for OpActions array | David Greene | 2009-06-24 | 2 | -10/+19 |
* | Make this thread-safe. | Owen Anderson | 2009-06-24 | 1 | -1/+3 |
* | Get rid of a static boolean. | Owen Anderson | 2009-06-24 | 2 | -2/+3 |
* | We should run these tests as well. | Evan Cheng | 2009-06-24 | 2 | -0/+10 |
* | Scaffolding for LDA pass. | Andreas Bolka | 2009-06-24 | 5 | -0/+109 |
* | ReleaseNotes.External Projects += Rubinius | Jeffrey Yasskin | 2009-06-24 | 1 | -0/+11 |
* | Fix the Ocaml bindings for the ExecutionEngine: with the change to build | Bob Wilson | 2009-06-24 | 6 | -15/+16 |
* | ReleaseNotes.External Projects += Unladen Swallow | Jeffrey Yasskin | 2009-06-24 | 1 | -0/+12 |
* | Completed basic intra block split implementation. | Lang Hames | 2009-06-24 | 1 | -43/+114 |
* | Update for DOTGraphTraits changes. | Owen Anderson | 2009-06-24 | 1 | -1/+2 |
* | unwind info not needed. | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
* | move some functions, add a FIXME, use PrintPICBaseSymbol to print the | Chris Lattner | 2009-06-24 | 1 | -17/+25 |
* | This increases the maximum for MVT::LAST_VALUETYPE | David Greene | 2009-06-24 | 5 | -4/+14 |
* | Sketch streamer support for .align, .org functionality. | Daniel Dunbar | 2009-06-24 | 3 | -0/+110 |
* | reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string ... | Chris Lattner | 2009-06-24 | 2 | -20/+31 |
* | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner | 2009-06-24 | 5 | -38/+19 |
* | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner | 2009-06-24 | 6 | -26/+4 |
* | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner | 2009-06-24 | 8 | -135/+47 |
* | only emit one .align for all the hidden gv stubs instead of one for each. | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
* | inline print*Stub and rearrange function stub printing to more closely match | Chris Lattner | 2009-06-24 | 2 | -41/+31 |
* | remove dead code now that personality functions don't print stubs directly. | Chris Lattner | 2009-06-24 | 1 | -8/+1 |