| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed Allocate to use size_t instead of unsigned. | Mon P Wang | 2009-03-10 | 1 | -2/+2 |
* | Add an explicit keyword. | Dan Gohman | 2009-03-10 | 1 | -1/+1 |
* | Fixed rounding up EltSize | Mon P Wang | 2009-03-10 | 1 | -1/+1 |
* | Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relat... | Gabor Greif | 2009-03-10 | 2 | -16/+19 |
* | Just make the Dwarf timer group static inside of the getter function. No need... | Bill Wendling | 2009-03-10 | 1 | -7/+5 |
* | Don't put static functions in anonymous namespace. | Bill Wendling | 2009-03-10 | 1 | -4/+0 |
* | Don't consider debug intrinsics when checking | Dale Johannesen | 2009-03-10 | 1 | -2/+2 |
* | These should *stop* the timer, not start it again. | Bill Wendling | 2009-03-10 | 1 | -2/+2 |
* | - Fix misspelled method name. | Bill Wendling | 2009-03-10 | 1 | -11/+5 |
* | - Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID is | Bill Wendling | 2009-03-10 | 1 | -79/+82 |
* | Readd test, but XFAIL it. | Bill Wendling | 2009-03-10 | 1 | -0/+14 |
* | Refine the Dwarf writer timers so that they measure exception writing and debug | Bill Wendling | 2009-03-10 | 2 | -147/+169 |
* | Removing a dead debug intrinsic shouldn't trigger | Dale Johannesen | 2009-03-10 | 1 | -3/+6 |
* | Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 ... | Evan Cheng | 2009-03-10 | 3 | -68/+5 |
* | Add a timer to the DwarfWriter pass that measures the total time it takes to | Bill Wendling | 2009-03-10 | 2 | -9/+115 |
* | Add -disable-bindings for utils/NewNightlyTest.pl | Daniel Dunbar | 2009-03-10 | 1 | -0/+2 |
* | Change these sed lines to behave correctly when the input string | Dan Gohman | 2009-03-10 | 1 | -5/+10 |
* | Use WriteAsOperand instead of manually decorating the name for this | Dan Gohman | 2009-03-10 | 1 | -11/+8 |
* | Fix a post-RA scheduling liveness bug. When a basic block is being | Dan Gohman | 2009-03-10 | 1 | -9/+22 |
* | Ignore dbg info, while estimating size of jump through block. | Devang Patel | 2009-03-10 | 1 | -1/+3 |
* | Fix rebuilding after a .td file is modified. This was broken since revision | Rafael Espindola | 2009-03-10 | 1 | -3/+3 |
* | don't pass -Wl,-exported_symbol -Wl,_main to the linker when building on | Chris Lattner | 2009-03-10 | 1 | -0/+6 |
* | Tweak the DejaGNU voodoo to match Bill's advice. | Stuart Hastings | 2009-03-10 | 1 | -2/+2 |
* | PR3478: raw_ostream should not buffer stderr | Daniel Dunbar | 2009-03-10 | 2 | -5/+23 |
* | Add C++ marker. | Daniel Dunbar | 2009-03-10 | 1 | -1/+1 |
* | Do not attempt to do parial redundancy elimination on void values. | John Criswell | 2009-03-10 | 2 | -3/+86 |
* | Global variables don't have a corresponding llvm.dbg.declare, yet it is possible | Torok Edwin | 2009-03-10 | 5 | -7/+156 |
* | Mark the Defs and Uses of STATUS register correctly, plus some reformatting. | Sanjiv Gupta | 2009-03-10 | 1 | -41/+61 |
* | If a function is marked alwaysinline, it must be inlined (possibly for correc... | Evan Cheng | 2009-03-10 | 2 | -7/+22 |
* | Add radar number. | Bill Wendling | 2009-03-10 | 1 | -0/+2 |
* | wire up support for emitting "special" values from inline asm | Chris Lattner | 2009-03-10 | 3 | -2/+27 |
* | Add more information to the EFLAGS note. | Dan Gohman | 2009-03-10 | 1 | -4/+12 |
* | Check for warnings about inappropriate weak_imports. | Stuart Hastings | 2009-03-10 | 1 | -0/+22 |
* | Add a note about EFLAGS optimization. | Dan Gohman | 2009-03-09 | 1 | -0/+15 |
* | Ignore debug info while evaluating function. | Devang Patel | 2009-03-09 | 2 | -1/+105 |
* | Don't record the increment instruction; just recompute it from the Phi | Dan Gohman | 2009-03-09 | 1 | -33/+15 |
* | Fix PR3724 by searching for the largest free block when | Chris Lattner | 2009-03-09 | 1 | -2/+19 |
* | Remove llvm.dbg.global_variables also. | Devang Patel | 2009-03-09 | 1 | -0/+10 |
* | Fix a few more places where induction variable types were used | Dan Gohman | 2009-03-09 | 1 | -2/+2 |
* | Use ReplacedTy instead of recomputing the same value. | Dan Gohman | 2009-03-09 | 1 | -1/+1 |
* | Use LoopInfo's getLoopLatch() instead of doing what it does manualy. | Dan Gohman | 2009-03-09 | 1 | -12/+4 |
* | Don't use an induction variable type as a memory access type. | Dan Gohman | 2009-03-09 | 1 | -3/+5 |
* | Factor out the code that determines the memory access type | Dan Gohman | 2009-03-09 | 1 | -18/+29 |
* | Clarify wording, patch by Stefanus Du Toit! | Chris Lattner | 2009-03-09 | 1 | -5/+7 |
* | Add helper pass to remove llvm.dbg.declare intrinsics. | Devang Patel | 2009-03-09 | 2 | -2/+69 |
* | Move the sorting of the StrideOrder array earlier so that it doesn't | Dan Gohman | 2009-03-09 | 1 | -4/+3 |
* | Delete the isOnlyStride argument, which is unused. | Dan Gohman | 2009-03-09 | 1 | -9/+4 |
* | Tidy some LSR debug output: announce the loop it's about to process | Dan Gohman | 2009-03-09 | 1 | -6/+6 |
* | ARM target now also recognize triplets like thumbv6-apple-darwin and set thum... | Evan Cheng | 2009-03-09 | 2 | -14/+24 |
* | Fix PR3763 by using proper APInt methods instead of uint64_t's. | Chris Lattner | 2009-03-09 | 2 | -3/+29 |