| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a hypothetical problem for targets with StackGrowsUp and a non-zero | Bob Wilson | 2009-09-24 | 1 | -4/+5 |
* | Move parent assertion check before metadata deletion. | Devang Patel | 2009-09-24 | 1 | -1/+1 |
* | Don't constant propagate byval pointers, since they are not really pointers, but | Edwin Török | 2009-09-24 | 3 | -1/+30 |
* | Add count/not tools as executables. | Daniel Dunbar | 2009-09-24 | 10 | -30/+123 |
* | unconditionally compute MMI even if the target doesn't support EH or Debug in... | Chris Lattner | 2009-09-24 | 1 | -9/+6 |
* | reapply r82348 with a fix, thanks Jeffrey. | Chris Lattner | 2009-09-24 | 1 | -33/+24 |
* | Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger. | Evan Cheng | 2009-09-24 | 2 | -39/+25 |
* | Clean up LiveVariables and change how it deals with partial updates and kills... | Evan Cheng | 2009-09-24 | 5 | -209/+170 |
* | Roll back r82348, which introduced an infinite loop in ParseCStringVector() that | Jeffrey Yasskin | 2009-09-24 | 2 | -22/+81 |
* | A minor improvment in accuracy to inline cost | Dale Johannesen | 2009-09-23 | 1 | -6/+14 |
* | Disable test; what it's testing for is wrong. | Dale Johannesen | 2009-09-23 | 1 | -0/+3 |
* | Checkpoint NEON scheduling itineraries. | David Goodwin | 2009-09-23 | 5 | -330/+367 |
* | Use getStoreSize() instead of getStoreSizeInBits()/8. | Dan Gohman | 2009-09-23 | 4 | -6/+6 |
* | Spruce up some comments. | Dan Gohman | 2009-09-23 | 1 | -6/+9 |
* | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman | 2009-09-23 | 6 | -60/+61 |
* | Add an EVT::getStoreSize function, like getStoreSizeInBits but in bytes. | Dan Gohman | 2009-09-23 | 1 | -1/+7 |
* | Fix verification of explicit operands. | Jakob Stoklund Olesen | 2009-09-23 | 1 | -8/+11 |
* | Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the | Bob Wilson | 2009-09-23 | 3 | -10/+1 |
* | Correct a comment. | Dan Gohman | 2009-09-23 | 1 | -1/+1 |
* | Delete attached metadata when an instruction is deleted. | Devang Patel | 2009-09-23 | 1 | -0/+5 |
* | ARM does not support offset folding (yet). Disable it for now. | Anton Korobeynikov | 2009-09-23 | 2 | -0/+7 |
* | Edit a comment. | Bob Wilson | 2009-09-23 | 1 | -2/+1 |
* | Do not leave behind metadata while cloning an instruction. | Devang Patel | 2009-09-23 | 4 | -1/+171 |
* | Add nounwind. | Evan Cheng | 2009-09-23 | 1 | -1/+1 |
* | s/*Location/*DebugLocation/g | Devang Patel | 2009-09-23 | 1 | -17/+19 |
* | PR4047: Permit configure --enable-targets=host,cpp for example. "host" has the | Jeffrey Yasskin | 2009-09-23 | 2 | -65/+72 |
* | Fix bug in kill flag updating for post-register-allocation scheduling. When t... | David Goodwin | 2009-09-23 | 1 | -5/+48 |
* | Fix a struct/class mismatch. | Benjamin Kramer | 2009-09-23 | 1 | -1/+1 |
* | Make the type traits for a const pointer defer to those for a unqualified | John McCall | 2009-09-23 | 1 | -3/+7 |
* | Fix PR5024. LiveVariables physical register defs should *commit* only after all | Evan Cheng | 2009-09-23 | 4 | -33/+125 |
* | Fix a obvious logic error. | Evan Cheng | 2009-09-23 | 2 | -15/+139 |
* | pretty mechanical changes to match coding guidelines (blessed by sabre on IRC) | Gabor Greif | 2009-09-23 | 1 | -41/+41 |
* | errorstr can be null, don't unconditionally set it. Only report that | Chris Lattner | 2009-09-23 | 1 | -6/+9 |
* | Make EngineBuilder return more error codes, by KS Sreeram. | Chris Lattner | 2009-09-23 | 1 | -13/+22 |
* | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman | 2009-09-23 | 7 | -47/+74 |
* | Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands. | Dan Gohman | 2009-09-23 | 1 | -1/+5 |
* | This is overly constraining with respect to clang. | Mike Stump | 2009-09-23 | 1 | -3/+0 |
* | Add examples for Kaleidoscope chapters 2 through 6. | Erick Tryzelaar | 2009-09-22 | 18 | -3/+3503 |
* | Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial. | Erick Tryzelaar | 2009-09-22 | 5 | -9/+25 |
* | Sync c++ kaleidoscope tutorial with test. | Erick Tryzelaar | 2009-09-22 | 7 | -104/+103 |
* | Add SetLocation() to allow IRBuilder user to set location info for an instruc... | Devang Patel | 2009-09-22 | 1 | -3/+9 |
* | Check exisiting dbg MDKind first. | Devang Patel | 2009-09-22 | 1 | -3/+3 |
* | No need to verify that malloc's return type is i8*. | Victor Hernandez | 2009-09-22 | 2 | -11/+1 |
* | Use early returns. | David Goodwin | 2009-09-22 | 1 | -59/+61 |
* | Revert "Don't allow formatted_ostream to be unbuffered, even if its underlying | Daniel Dunbar | 2009-09-22 | 1 | -6/+1 |
* | ... missed hiding a variable for MSVC only. | Daniel Dunbar | 2009-09-22 | 1 | -0/+2 |
* | Hide MSVC specific CRT interaction behind _MSC_VER. | Daniel Dunbar | 2009-09-22 | 1 | -1/+7 |
* | Remove the GetProcessId() call from Win32/Program.inc, take 2. | Mikhail Glushenkov | 2009-09-22 | 1 | -9/+23 |
* | Fix commento. | Daniel Dunbar | 2009-09-22 | 1 | -2/+1 |
* | lit: When executing shell scripts internally, don't allow piped stderr on any | Daniel Dunbar | 2009-09-22 | 1 | -3/+21 |