| Commit message (Expand) | Author | Age | Files | Lines |
* | This forward declaration is unnecessary. | Evan Cheng | 2008-10-20 | 1 | -1/+0 |
* | Teach getTypeToTransformTo to return something | Duncan Sands | 2008-10-20 | 1 | -4/+5 |
* | Fix a typo in a comment. | Dan Gohman | 2008-10-20 | 1 | -1/+1 |
* | Fix typo in a comment. | Matthijs Kooijman | 2008-10-20 | 1 | -1/+1 |
* | Remove another stale comment. | Matthijs Kooijman | 2008-10-20 | 1 | -3/+1 |
* | Remove an inappropriate (probably outdated) comment. | Matthijs Kooijman | 2008-10-20 | 1 | -3/+1 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+5 |
* | Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ... | Evan Cheng | 2008-10-17 | 1 | -5/+19 |
* | Keep track of *which* input constraint matches an output | Chris Lattner | 2008-10-17 | 1 | -3/+3 |
* | add an assert so that PR2356 explodes instead of running off an | Chris Lattner | 2008-10-17 | 1 | -0/+10 |
* | Trim #includes. | Dan Gohman | 2008-10-16 | 1 | -1/+0 |
* | Const-ify several TargetInstrInfo methods. | Dan Gohman | 2008-10-16 | 1 | -5/+5 |
* | - Add target lowering hooks that specify which setcc conditions are illegal, | Evan Cheng | 2008-10-15 | 1 | -0/+37 |
* | FastISel support for exception-handling constructs. | Dan Gohman | 2008-10-14 | 1 | -1/+6 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -18/+18 |
* | Clarify meaning of copyRegToReg's return value. | Evan Cheng | 2008-10-13 | 1 | -1/+3 |
* | (re)Put const weak strings in appropriate section on Darwin. | Dale Johannesen | 2008-10-08 | 1 | -0/+1 |
* | Add an option to enable StrongPHIElimination, for ease of testing. | Owen Anderson | 2008-10-07 | 1 | -0/+4 |
* | Remove OptimizeForSize global. Use function attribute optsize. | Devang Patel | 2008-10-01 | 1 | -4/+0 |
* | Implement the -fno-builtin option in the front-end, not in the back-end. | Bill Wendling | 2008-10-01 | 1 | -2/+1 |
* | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling | 2008-09-30 | 1 | -1/+2 |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -3/+3 |
* | Reapply 56585:56589 with proper fix for some gcc versions | Anton Korobeynikov | 2008-09-25 | 3 | -2/+4 |
* | Temporarily backing out 56585:56589 to unbreak the build. | Evan Cheng | 2008-09-25 | 3 | -4/+2 |
* | Enable DeadMachineInstructionElim when Fast-ISel is enabled. | Dan Gohman | 2008-09-25 | 1 | -0/+6 |
* | Refactor the code that adds standard LLVM codegen passes into | Dan Gohman | 2008-09-25 | 1 | -1/+7 |
* | Finally get rid of virtual inheritance in TAI | Anton Korobeynikov | 2008-09-24 | 2 | -2/+2 |
* | Use crazy template-based inheritance instead of virtual one. | Anton Korobeynikov | 2008-09-24 | 1 | -0/+2 |
* | Get rid of ReadOnlySection duplicate | Anton Korobeynikov | 2008-09-24 | 1 | -6/+2 |
* | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov | 2008-09-24 | 2 | -28/+3 |
* | Get rid of duplicate char*/Section* stuff for TLS sections | Anton Korobeynikov | 2008-09-24 | 1 | -12/+4 |
* | Get rid of duplicate char*/Section* DataSection | Anton Korobeynikov | 2008-09-24 | 1 | -7/+3 |
* | Get rid of duplicate char*/Section* TextSection | Anton Korobeynikov | 2008-09-24 | 1 | -6/+2 |
* | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov | 2008-09-24 | 1 | -1/+2 |
* | Provide direct function to switch to Section | Anton Korobeynikov | 2008-09-24 | 1 | -0/+1 |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 1 | -2/+7 |
* | Arrange for FastISel code to have access to the MachineModuleInfo | Dan Gohman | 2008-09-23 | 1 | -0/+2 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -7/+7 |
* | Eliminate some unused methods. | Evan Cheng | 2008-09-11 | 1 | -30/+0 |
* | Change getSubReg semantics. It now returns zero if the specified register doe... | Evan Cheng | 2008-09-11 | 1 | -1/+2 |
* | Add X86FastISel support for static allocas, and refences | Dan Gohman | 2008-09-10 | 1 | -1/+3 |
* | Move the uglier parts of deciding not to emit a | Dale Johannesen | 2008-09-09 | 2 | -3/+14 |
* | Fix logic for not emitting no-dead-strip for some | Dale Johannesen | 2008-09-09 | 1 | -1/+9 |
* | Accidental commit of partial 'stack canaries' code | Bill Wendling | 2008-09-08 | 1 | -9/+0 |
* | Reverting r55898 to r55909. One of these patches was causing an ICE during th... | Bill Wendling | 2008-09-08 | 1 | -0/+9 |
* | Create HandlePHINodesInSuccessorBlocksFast, a version of | Dan Gohman | 2008-09-03 | 1 | -1/+7 |
* | fix some 80-col violations | Gabor Greif | 2008-08-30 | 1 | -1/+2 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -4/+4 |
* | Split the ATOMIC NodeType's to include the size, e.g. | Dale Johannesen | 2008-08-28 | 1 | -1/+1 |
* | - small bug corrected: incorrect iterator type. | Cedric Venet | 2008-08-26 | 1 | -0/+1 |