| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson | 2009-07-07 | 1 | -58/+72 |
* | Change all SCEV* to SCEV *. | Dan Gohman | 2009-07-07 | 4 | -256/+256 |
* | Revert part of r74873 that broke Clang's debug info generation. | Owen Anderson | 2009-07-07 | 1 | -81/+57 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 4 | -15/+15 |
* | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson | 2009-07-06 | 6 | -97/+139 |
* | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 3 | -121/+147 |
* | When comparing constants, consider a less wide constant to be "less complex" | Nick Lewycky | 2009-07-04 | 1 | -0/+2 |
* | Minor improvement to the LDA debug output. | Andreas Bolka | 2009-07-03 | 1 | -2/+7 |
* | Simplify debug info intrisinc lowering. | Devang Patel | 2009-07-02 | 1 | -6/+0 |
* | Fix typo. | Devang Patel | 2009-07-02 | 1 | -5/+5 |
* | do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ... | Chris Lattner | 2009-07-02 | 1 | -1/+4 |
* | Add debug info utility routines. | Devang Patel | 2009-07-02 | 1 | -0/+111 |
* | Keep DIDescriptor methods together. | Devang Patel | 2009-07-01 | 1 | -123/+127 |
* | Use AA to check objects before LDA. | Andreas Bolka | 2009-07-01 | 1 | -15/+14 |
* | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 1 | -1/+1 |
* | Minor code cleanups. | Dan Gohman | 2009-06-30 | 1 | -2/+6 |
* | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson | 2009-06-30 | 1 | -2/+2 |
* | Array accesses are independent if the underlying arrays differ. | Andreas Bolka | 2009-06-30 | 1 | -0/+47 |
* | Minor formatting, whitespace, and 80-column fixes. | Dan Gohman | 2009-06-30 | 1 | -7/+7 |
* | Use getSCEV instead of getUnknown to create a SCEV for a | Dan Gohman | 2009-06-29 | 1 | -3/+3 |
* | Don't cache PHI exit values from exhaustive evaluations, because | Dan Gohman | 2009-06-29 | 1 | -1/+0 |
* | Relax LDA memory instruction checks. | Andreas Bolka | 2009-06-29 | 1 | -4/+7 |
* | Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly... | Torok Edwin | 2009-06-29 | 1 | -0/+3 |
* | Simplify this code, and avoid using APInt(). This fixes | Dan Gohman | 2009-06-29 | 1 | -4/+2 |
* | Missed one. | Andreas Bolka | 2009-06-29 | 1 | -1/+1 |
* | Fix case in LDA util function names. | Andreas Bolka | 2009-06-29 | 1 | -4/+4 |
* | Print pairwise dependence results, add testcases. | Andreas Bolka | 2009-06-28 | 1 | -2/+26 |
* | Minimal LDA interface, maximally conservative tester. | Andreas Bolka | 2009-06-28 | 1 | -0/+24 |
* | LDA analysis output scaffolding. | Andreas Bolka | 2009-06-28 | 1 | -1/+19 |
* | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, instead | Dan Gohman | 2009-06-27 | 1 | -141/+222 |
* | Change SCEVExpander to use an IRBuilder to emit instructions. | Dan Gohman | 2009-06-27 | 1 | -72/+70 |
* | Incorporate the insertion point into the key of SCEVExpander's CSE map. | Dan Gohman | 2009-06-26 | 1 | -14/+19 |
* | Fix ScalarEvolution::getAddRecExpr's code which canonicalized the | Dan Gohman | 2009-06-26 | 1 | -2/+23 |
* | Fix SCEVAddRecExpr::isLoopInvariant to test if all of its operands | Dan Gohman | 2009-06-26 | 1 | -5/+15 |
* | Fix linking of llvm-ld and lli with CMake, from Xerxes RĂ„nby | Douglas Gregor | 2009-06-26 | 1 | -0/+2 |
* | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 1 | -67/+37 |
* | Use a more correct atomic increment style. This isn't really necessary in | Owen Anderson | 2009-06-25 | 1 | -2/+2 |
* | Make this thread-safe. | Owen Anderson | 2009-06-24 | 1 | -1/+3 |
* | Get rid of a static boolean. | Owen Anderson | 2009-06-24 | 1 | -2/+2 |
* | Scaffolding for LDA pass. | Andreas Bolka | 2009-06-24 | 2 | -0/+48 |
* | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 1 | -20/+17 |
* | Minor whitespace cleanups. | Dan Gohman | 2009-06-24 | 1 | -16/+16 |
* | Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcount | Dan Gohman | 2009-06-24 | 1 | -2/+10 |
* | Delete some orphaned comments, fix some 80-column violations, | Dan Gohman | 2009-06-24 | 1 | -95/+80 |
* | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman | 2009-06-24 | 2 | -143/+163 |
* | Teach GetMinSignBits about SCEVAddExprs. | Dan Gohman | 2009-06-24 | 1 | -0/+32 |
* | Move the special cases for constants out of getUnknown and into | Dan Gohman | 2009-06-24 | 1 | -15/+14 |
* | Use ScalarEvolution::getConstant instead of getUnknown to create | Dan Gohman | 2009-06-24 | 1 | -7/+8 |
* | Include the maximum trip count expression in ScalarEvolution's print output. | Dan Gohman | 2009-06-24 | 1 | -0/+9 |