| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing a bug creating floating point constants of type other | Gordon Henriksen | 2008-02-02 | 3 | -6/+35 |
* | Frame index can be negative. | Evan Cheng | 2008-02-02 | 4 | -4/+4 |
* | CBackend: Implement unaligned load/store. | Lauro Ramos Venancio | 2008-02-01 | 2 | -14/+50 |
* | Don't drop function/call return attributes like 'nounwind'. | Duncan Sands | 2008-02-01 | 2 | -0/+23 |
* | Update llvm.dbg.func.start. | Evan Cheng | 2008-02-01 | 1 | -4/+7 |
* | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 8 | -59/+29 |
* | Rename RecordLabel to RecordSourceLine because that's what it is doing. | Evan Cheng | 2008-02-01 | 3 | -6/+6 |
* | Add convenient std::string helpers to StringMap. Patch by Mikhail Glushenkov! | Anton Korobeynikov | 2008-01-31 | 1 | -4/+21 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 21 | -573/+155 |
* | Chris' change to print an approximation to long doubles | Dale Johannesen | 2008-01-31 | 1 | -1/+2 |
* | Reapply the patch with fix. | Anton Korobeynikov | 2008-01-31 | 1 | -7/+34 |
* | revert anton's recent stringmap patch, which breaks clang. | Chris Lattner | 2008-01-31 | 1 | -33/+6 |
* | Make StringMap to be more STL'ish. Patch by Mikhail Glushenkov! | Anton Korobeynikov | 2008-01-31 | 1 | -6/+33 |
* | Whitespace cleanup | Anton Korobeynikov | 2008-01-31 | 1 | -53/+52 |
* | Add a comment for a nasty short term hack. | Evan Cheng | 2008-01-31 | 1 | -0/+4 |
* | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 15 | -38/+81 |
* | Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex... | Christopher Lamb | 2008-01-31 | 4 | -7/+37 |
* | Add more thorough error checking for NULL register classes. | Christopher Lamb | 2008-01-31 | 1 | -1/+2 |
* | Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i... | Evan Cheng | 2008-01-31 | 2 | -0/+15 |
* | MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula... | Evan Cheng | 2008-01-31 | 3 | -22/+13 |
* | Makes the same change in ppc backend: avoid inserting prologue before debug l... | Evan Cheng | 2008-01-31 | 1 | -0/+10 |
* | Avoid unnecessarily casting away const, fixing a FIXME. | Dan Gohman | 2008-01-31 | 3 | -3/+3 |
* | Avoid unnecessarily casting away const. | Dan Gohman | 2008-01-31 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2008-01-31 | 1 | -1/+1 |
* | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman | 2008-01-31 | 7 | -12/+12 |
* | Also avoid adding callee save code before debug labels. | Evan Cheng | 2008-01-31 | 1 | -1/+9 |
* | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 18 | -155/+477 |
* | Fixed a bug in MergeValueInAsValue() pointed out by David Greene. Replace val... | Evan Cheng | 2008-01-30 | 1 | -3/+3 |
* | Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun... | Evan Cheng | 2008-01-30 | 2 | -8/+12 |
* | Adjust loop per review feedback. | Dale Johannesen | 2008-01-30 | 1 | -4/+2 |
* | A semi-gross fix for a debug info issue. When inserting the "function start" ... | Evan Cheng | 2008-01-30 | 2 | -9/+28 |
* | Supply appropriate arch info to darwin assembler. | Devang Patel | 2008-01-30 | 1 | -0/+16 |
* | Accept getelementptr starting at GV with all 0 indices as a | Dale Johannesen | 2008-01-30 | 2 | -0/+278 |
* | Always put version numbers at the end because they are optional. | Devang Patel | 2008-01-30 | 2 | -12/+14 |
* | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 13 | -39/+23 |
* | Enable exception handling if it is supported. | Devang Patel | 2008-01-30 | 1 | -1/+6 |
* | Add a new PseudoSourceValue class, which will be used to help track | Dan Gohman | 2008-01-30 | 3 | -0/+96 |
* | Remove a couple more cases of "getNumUses() == 0". No need to walk the linked | Nick Lewycky | 2008-01-30 | 1 | -2/+2 |
* | Use empty() instead of comparing size() with zero. | Nick Lewycky | 2008-01-30 | 1 | -1/+1 |
* | Don't DCE FreeInst's. We were using those! Patch from Owen Anderson. | Nick Lewycky | 2008-01-30 | 1 | -1/+1 |
* | Pointers change size depending upon the target. Remove them to make the test ... | Tanya Lattner | 2008-01-30 | 1 | -3/+1 |
* | Skip over the label which marks the beginning of the function before insertin... | Evan Cheng | 2008-01-30 | 1 | -0/+6 |
* | Back out mods to llvmAsmParser, incorrectly committed | Scott Michel | 2008-01-30 | 3 | -4562/+3410 |
* | More cleanups for CellSPU: | Scott Michel | 2008-01-30 | 18 | -3868/+4951 |
* | Make DSE much more aggressive by performing DCE earlier. Update a testcase t... | Owen Anderson | 2008-01-30 | 2 | -3/+56 |
* | Fix an issue where, under very specific circumstances, memdep could end up de... | Owen Anderson | 2008-01-30 | 1 | -2/+2 |
* | Fix a bug where scalarrepl would discard offset if type would match. | Chris Lattner | 2008-01-30 | 2 | -2/+23 |
* | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 15 | -161/+145 |
* | Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc... | Evan Cheng | 2008-01-29 | 6 | -96/+283 |
* | Update this test case. | Evan Cheng | 2008-01-29 | 1 | -2/+10 |