| Commit message (Expand) | Author | Age | Files | Lines |
| * | Function attributes have index ~0, not 0 | Kenneth Uildriks | 2010-02-16 | 1 | -2/+2 |
| * | Fix pr6111: Avoid using the LR register for the target address of an indirect | Bob Wilson | 2010-02-16 | 2 | -4/+13 |
| * | Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some | Duncan Sands | 2010-02-16 | 9 | -22/+22 |
| * | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 66 | -576/+576 |
| * | Minor warning fixes (semicolons, newline at EOF). | Benjamin Kramer | 2010-02-16 | 2 | -3/+3 |
| * | mark all the generated node predicates 'const'. | Chris Lattner | 2010-02-16 | 1 | -1/+1 |
| * | make pcrel immediate values relative to the start of the field, | Chris Lattner | 2010-02-16 | 1 | -3/+13 |
| * | The code section for an ISR has a specific address. | Sanjiv Gupta | 2010-02-16 | 4 | -4/+23 |
| * | Handle DBG_VALUE mixed with labels when doing PHI | Dale Johannesen | 2010-02-16 | 1 | -1/+18 |
| * | Drop support for the InReg attribute on the ppc backend. This was used by | Rafael Espindola | 2010-02-16 | 1 | -16/+1 |
| * | Split the main for-each-use loop again, this time for GenerateTruncates, | Dan Gohman | 2010-02-16 | 1 | -1/+4 |
| * | Reapply 96294; now that I've gotten around to looking | Dale Johannesen | 2010-02-16 | 1 | -4/+26 |
| * | Apply patch from http://llvm.org/bugs/attachment.cgi?id=4136 now that PR5004 is | Bill Wendling | 2010-02-16 | 1 | -1/+5 |
| * | Something broke. Hard to believe it was this patch | Dale Johannesen | 2010-02-16 | 1 | -26/+4 |
| * | When reusing an existing PHI node in a loop, be even more | Dan Gohman | 2010-02-16 | 1 | -11/+39 |
| * | Put repeated empty pattern into the AQI instruction class. | Bob Wilson | 2010-02-15 | 1 | -49/+19 |
| * | Fix a memory leak. Patch by Nicolas Geoffray. | Evan Cheng | 2010-02-15 | 1 | -0/+1 |
| * | More handling of DBG_VALUE. | Dale Johannesen | 2010-02-15 | 1 | -4/+26 |
| * | Add missed entry to cmake build list file | Anton Korobeynikov | 2010-02-15 | 1 | -0/+1 |
| * | Use ttype encoding consistently | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
| * | Fix a silly darwin-only typo introduced during merge. | Anton Korobeynikov | 2010-02-15 | 1 | -7/+6 |
| * | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 16 | -857/+889 |
| * | It turns out that we emitted completely wrong common EH frame since the early... | Anton Korobeynikov | 2010-02-15 | 1 | -7/+9 |
| * | Add suffix for stubs, so we won't have name clashes with private symbols. | Anton Korobeynikov | 2010-02-15 | 1 | -0/+1 |
| * | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 14 | -246/+411 |
| * | Teach the verifier to check the condition on a branch and ensure that it has | Nick Lewycky | 2010-02-15 | 1 | -0/+9 |
| * | Fix PR6300. | Jakob Stoklund Olesen | 2010-02-15 | 1 | -3/+2 |
| * | Fix crash in VerifyType when checking Contexts. Because there may not be a | Nick Lewycky | 2010-02-15 | 1 | -8/+14 |
| * | Don't try to materialize a function that isn't materializable anyways. This | Nick Lewycky | 2010-02-15 | 1 | -3/+5 |
| * | A function with no Module owner isn't materializable. This fixes F->dump() for | Nick Lewycky | 2010-02-15 | 1 | -2/+2 |
| * | Simplify. | Daniel Dunbar | 2010-02-15 | 1 | -23/+4 |
| * | revert r96241. It breaks two regression tests, isn't documented, | Chris Lattner | 2010-02-15 | 1 | -70/+8 |
| * | fix PR6305 by handling BlockAddress in a helper function | Chris Lattner | 2010-02-15 | 1 | -0/+11 |
| * | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng | 2010-02-15 | 6 | -30/+50 |
| * | Add support for emitting non-temporal stores for DAGs marked | David Greene | 2010-02-15 | 1 | -8/+70 |
| * | Add non-temporal flags and remove an assumption of default arguments. | David Greene | 2010-02-15 | 10 | -174/+295 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -2/+3 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -3/+5 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -18/+31 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -41/+79 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -2/+2 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -5/+7 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -8/+15 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 2 | -9/+14 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -2/+3 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -28/+49 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -16/+27 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -58/+83 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -13/+25 |
| * | Add non-temporal flags to MachineMemOperand. | David Greene | 2010-02-15 | 1 | -2/+3 |