| Age | Commit message (Expand) | Author |
| 2009-07-11 | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-10 | Remove ScalarEvolution::hasSCEV, which isn't being used, and which | Dan Gohman |
| 2009-07-10 | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman |
| 2009-07-08 | Make the code that updates ScalarEvolution's internal state in response | Dan Gohman |
| 2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
| 2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
| 2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
| 2009-07-07 | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson |
| 2009-07-07 | Change all SCEV* to SCEV *. | Dan Gohman |
| 2009-07-07 | Revert part of r74873 that broke Clang's debug info generation. | Owen Anderson |
| 2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
| 2009-07-06 | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson |
| 2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
| 2009-07-04 | When comparing constants, consider a less wide constant to be "less complex" | Nick Lewycky |
| 2009-07-03 | Minor improvement to the LDA debug output. | Andreas Bolka |
| 2009-07-02 | Simplify debug info intrisinc lowering. | Devang Patel |
| 2009-07-02 | Fix typo. | Devang Patel |
| 2009-07-02 | do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ... | Chris Lattner |
| 2009-07-02 | Add debug info utility routines. | Devang Patel |
| 2009-07-01 | Keep DIDescriptor methods together. | Devang Patel |
| 2009-07-01 | Use AA to check objects before LDA. | Andreas Bolka |
| 2009-07-01 | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner |
| 2009-06-30 | Minor code cleanups. | Dan Gohman |
| 2009-06-30 | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson |
| 2009-06-30 | Array accesses are independent if the underlying arrays differ. | Andreas Bolka |
| 2009-06-30 | Minor formatting, whitespace, and 80-column fixes. | Dan Gohman |
| 2009-06-29 | Use getSCEV instead of getUnknown to create a SCEV for a | Dan Gohman |
| 2009-06-29 | Don't cache PHI exit values from exhaustive evaluations, because | Dan Gohman |
| 2009-06-29 | Relax LDA memory instruction checks. | Andreas Bolka |
| 2009-06-29 | Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly... | Torok Edwin |
| 2009-06-29 | Simplify this code, and avoid using APInt(). This fixes | Dan Gohman |
| 2009-06-29 | Missed one. | Andreas Bolka |
| 2009-06-29 | Fix case in LDA util function names. | Andreas Bolka |
| 2009-06-28 | Print pairwise dependence results, add testcases. | Andreas Bolka |
| 2009-06-28 | Minimal LDA interface, maximally conservative tester. | Andreas Bolka |
| 2009-06-28 | LDA analysis output scaffolding. | Andreas Bolka |
| 2009-06-27 | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman |
| 2009-06-27 | Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, instead | Dan Gohman |
| 2009-06-27 | Change SCEVExpander to use an IRBuilder to emit instructions. | Dan Gohman |
| 2009-06-26 | Incorporate the insertion point into the key of SCEVExpander's CSE map. | Dan Gohman |
| 2009-06-26 | Fix ScalarEvolution::getAddRecExpr's code which canonicalized the | Dan Gohman |
| 2009-06-26 | Fix SCEVAddRecExpr::isLoopInvariant to test if all of its operands | Dan Gohman |
| 2009-06-26 | Fix linking of llvm-ld and lli with CMake, from Xerxes RÄnby | Douglas Gregor |
| 2009-06-26 | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel |
| 2009-06-25 | Use a more correct atomic increment style. This isn't really necessary in | Owen Anderson |
| 2009-06-24 | Make this thread-safe. | Owen Anderson |
| 2009-06-24 | Get rid of a static boolean. | Owen Anderson |
| 2009-06-24 | Scaffolding for LDA pass. | Andreas Bolka |