| Commit message (Expand) | Author | Age | Files | Lines |
| * | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman | 2009-06-27 | 1 | -0/+7 |
| * | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman | 2009-06-27 | 2 | -50/+50 |
| * | Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, instead | Dan Gohman | 2009-06-27 | 2 | -26/+22 |
| * | Remove a redundant #include. | Dan Gohman | 2009-06-27 | 1 | -1/+0 |
| * | Change SCEVExpander to use an IRBuilder to emit instructions. | Dan Gohman | 2009-06-27 | 1 | -19/+13 |
| * | Add a 'const' in a comment. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
| * | Incorporate the insertion point into the key of SCEVExpander's CSE map. | Dan Gohman | 2009-06-26 | 1 | -32/+16 |
| * | Remove unused routines. | Devang Patel | 2009-06-26 | 1 | -7/+0 |
| * | Add missing argument for vtbx intrinsic. | Bob Wilson | 2009-06-26 | 1 | -2/+2 |
| * | Add intrinsics for ARM NEON vtbl and vtbx operations. | Bob Wilson | 2009-06-26 | 1 | -0/+9 |
| * | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner | 2009-06-26 | 1 | -1/+1 |
| * | Delete LoopPass::runOnFunctionBody. It was never used or implemented. | Jeffrey Yasskin | 2009-06-26 | 1 | -3/+0 |
| * | Get rid of these cache variables, which are a holdover from the days when | Owen Anderson | 2009-06-26 | 1 | -35/+2 |
| * | Swap order of arguments to vst[34]* intrinsics. This matches the order | Bob Wilson | 2009-06-26 | 1 | -4/+4 |
| * | CMake: add configure checks for pthread_rwlock_init and pthread_getspecific | Douglas Gregor | 2009-06-26 | 1 | -0/+6 |
| * | Remove unnecessary includes. | Devang Patel | 2009-06-26 | 1 | -2/+0 |
| * | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 1 | -23/+10 |
| * | Add support for const thread locals. | Owen Anderson | 2009-06-25 | 1 | -2/+2 |
| * | Add a configure test for pthread_getspecific, and use it when building Thread... | Owen Anderson | 2009-06-25 | 1 | -0/+3 |
| * | Add a class for supporting platform independent thread-local storage. | Owen Anderson | 2009-06-25 | 1 | -0/+41 |
| * | add targetflags to jump tables and constant pool entries. | Chris Lattner | 2009-06-25 | 2 | -31/+25 |
| * | allow setting target operand flags on TargetGlobalAddress nodes. | Chris Lattner | 2009-06-25 | 2 | -4/+8 |
| * | start bringing targetoperand flags into isel, first up, ExternalSymbol. | Chris Lattner | 2009-06-25 | 2 | -5/+9 |
| * | Make -save-temps behave like in GCC 4.5. | Mikhail Glushenkov | 2009-06-25 | 2 | -8/+71 |
| * | just eliminate the code entirely! | Chris Lattner | 2009-06-25 | 1 | -28/+1 |
| * | Clone target flags when copying mbb operands. | Chris Lattner | 2009-06-25 | 1 | -1/+1 |
| * | 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 | 3 | -8/+7 |
| * | 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 |