| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 |
| | | | | | | | | | | This adds location info for all llvm_unreachable calls (which is a macro now) in !NDEBUG builds. In NDEBUG builds location info and the message is off (it only prints "UREACHABLE executed"). llvm-svn: 75640 | ||||
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+2 |
| | | | | | | | | | | Make llvm_unreachable take an optional string, thus moving the cerr<< out of line. LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for NDEBUG builds. llvm-svn: 75379 | ||||
| * | Minor improvement to the LDA debug output. | Andreas Bolka | 2009-07-03 | 1 | -2/+7 |
| | | | | | llvm-svn: 74754 | ||||
| * | Use AA to check objects before LDA. | Andreas Bolka | 2009-07-01 | 1 | -15/+14 |
| | | | | | llvm-svn: 74647 | ||||
| * | Array accesses are independent if the underlying arrays differ. | Andreas Bolka | 2009-06-30 | 1 | -0/+47 |
| | | | | | llvm-svn: 74499 | ||||
| * | Relax LDA memory instruction checks. | Andreas Bolka | 2009-06-29 | 1 | -4/+7 |
| | | | | | llvm-svn: 74439 | ||||
| * | Missed one. | Andreas Bolka | 2009-06-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 74416 | ||||
| * | Fix case in LDA util function names. | Andreas Bolka | 2009-06-29 | 1 | -4/+4 |
| | | | | | llvm-svn: 74415 | ||||
| * | Print pairwise dependence results, add testcases. | Andreas Bolka | 2009-06-28 | 1 | -2/+26 |
| | | | | | llvm-svn: 74402 | ||||
| * | Minimal LDA interface, maximally conservative tester. | Andreas Bolka | 2009-06-28 | 1 | -0/+24 |
| | | | | | llvm-svn: 74401 | ||||
| * | LDA analysis output scaffolding. | Andreas Bolka | 2009-06-28 | 1 | -1/+19 |
| | | | | | llvm-svn: 74400 | ||||
| * | Scaffolding for LDA pass. | Andreas Bolka | 2009-06-24 | 1 | -0/+47 |
| llvm-svn: 74120 | |||||

