| Commit message (Expand) | Author | Age | Files | Lines |
* | Add DenseMapInfo for int. | Evan Cheng | 2010-04-29 | 1 | -0/+10 |
* | Elaborate on a comment. | Dan Gohman | 2010-04-29 | 1 | -2/+5 |
* | Fix comment typo. | Duncan Sands | 2010-04-29 | 1 | -1/+1 |
* | Fix PR6910. | Torok Edwin | 2010-04-29 | 1 | -1/+1 |
* | Fix typo. | Nick Lewycky | 2010-04-29 | 1 | -1/+1 |
* | Add support for assemblers that don't support periods in a name | Mon P Wang | 2010-04-29 | 1 | -1/+8 |
* | Frame index can be negative. | Evan Cheng | 2010-04-29 | 1 | -1/+1 |
* | Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc... | Evan Cheng | 2010-04-28 | 1 | -0/+4 |
* | Rework global alignment computation again. Now we do round up | Chris Lattner | 2010-04-28 | 1 | -7/+2 |
* | Emit debug info for byval parameters. | Devang Patel | 2010-04-28 | 1 | -1/+6 |
* | further simplify EmitAlignment by eliminating the | Chris Lattner | 2010-04-28 | 1 | -7/+3 |
* | remove a dead argument to EmitAlignment. | Chris Lattner | 2010-04-28 | 1 | -6/+2 |
* | Fix a problem that lower invoke has with allocas (PR6694), and | Chris Lattner | 2010-04-26 | 1 | -0/+2 |
* | on darwin empty functions need to codegen into something of non-zero length, | Chris Lattner | 2010-04-26 | 1 | -0/+8 |
* | Add DBG_VALUE handling for byval parameters; this | Dale Johannesen | 2010-04-26 | 1 | -4/+22 |
* | Add PPC AsmPrinter handling for target-specific form of | Dale Johannesen | 2010-04-26 | 1 | -0/+3 |
* | Update MachineSSAUpdater with the same changes I made for the IR-level | Bob Wilson | 2010-04-26 | 1 | -5/+19 |
* | - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an... | Evan Cheng | 2010-04-26 | 2 | -10/+14 |
* | Stop abusing EmitInstrWithCustomInserter for target-dependent | Dale Johannesen | 2010-04-25 | 1 | -0/+10 |
* | Add a new utility function SimplifyICmpOperands. Much of this code is | Dan Gohman | 2010-04-24 | 1 | -0/+7 |
* | switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. | Chris Lattner | 2010-04-23 | 1 | -1/+2 |
* | Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel | Dan Gohman | 2010-04-23 | 1 | -8/+8 |
* | The inliner was choosing to not consider call sites | Chris Lattner | 2010-04-22 | 1 | -1/+6 |
* | refactor the interface to InlineFunction so that most of the in/out | Chris Lattner | 2010-04-22 | 1 | -13/+27 |
* | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman | 2010-04-22 | 3 | -7/+14 |
* | fix file header. | Chris Lattner | 2010-04-22 | 1 | -1/+1 |
* | Add fast register allocator, enabled with -regalloc=fast. | Jakob Stoklund Olesen | 2010-04-21 | 2 | -0/+6 |
* | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng | 2010-04-21 | 1 | -0/+12 |
* | Add more const qualifiers on TargetMachine and friends. | Dan Gohman | 2010-04-21 | 2 | -6/+7 |
* | Move several SelectionDAG-independent utility functions out of the | Dan Gohman | 2010-04-21 | 1 | -0/+80 |
* | - Clean up some crappy code which deals with coalescing of copies which look at | Evan Cheng | 2010-04-21 | 1 | -0/+6 |
* | Because of the EMMS problem, right now we have to support | Dale Johannesen | 2010-04-20 | 1 | -1/+15 |
* | There is no need to install ValueMapper.h header. | Devang Patel | 2010-04-20 | 1 | -29/+0 |
* | Document that TargetRegisterInfo::contains does not cover virtual registers. | Dan Gohman | 2010-04-20 | 1 | -1/+1 |
* | move some select simplifications out out instcombine into | Chris Lattner | 2010-04-20 | 1 | -0/+4 |
* | Remove the palignr intrinsics now that we lower them to vector shuffles, | Eric Christopher | 2010-04-20 | 1 | -10/+0 |
* | Sink DebugLoc handling out of SelectionDAGISel into FastISel and | Dan Gohman | 2010-04-20 | 1 | -5/+0 |
* | make CallGraphNode dtor abort if a node is deleted when there are still | Chris Lattner | 2010-04-20 | 1 | -0/+8 |
* | Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp | Dan Gohman | 2010-04-20 | 1 | -17/+0 |
* | Reapply the removal of SelectionDAGISel's BB, with a fix for the case | Dan Gohman | 2010-04-20 | 1 | -7/+7 |
* | Revert 101825, which is causing trouble. | Dan Gohman | 2010-04-19 | 1 | -4/+4 |
* | Eliminate SelectionDAGISel's "current block" member. Just pass it as | Dan Gohman | 2010-04-19 | 1 | -4/+4 |
* | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman | 2010-04-19 | 1 | -23/+9 |
* | Give SelectionDAG a TargetMachine too, rather than having it | Dan Gohman | 2010-04-19 | 1 | -2/+3 |
* | Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag. | Devang Patel | 2010-04-19 | 1 | -0/+1 |
* | Code that needs a TargetMachine should have access to one directly, rather | Dan Gohman | 2010-04-19 | 1 | -1/+1 |
* | Don't write into MemoryBuffers. | Benjamin Kramer | 2010-04-19 | 1 | -2/+2 |
* | Add a few more ELF bits. | Dan Gohman | 2010-04-19 | 1 | -0/+11 |
* | Add a const. | Dan Gohman | 2010-04-19 | 1 | -1/+1 |
* | These functions don't need to access this. | Dan Gohman | 2010-04-19 | 1 | -2/+2 |