| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Make processor FUs unique for given itinerary. This extends the limit of 32 | Anton Korobeynikov | 2010-04-18 | 1 | -2/+3 |
* | Add a "PadTo" field to the emitULEB128Bytes method. This will pad out to the | Bill Wendling | 2010-04-18 | 1 | -2/+9 |
* | Add comment (lost when reverting and reapplying 101503). | Dale Johannesen | 2010-04-17 | 1 | -0/+2 |
* | teach the x86 asm parser how to handle segment prefixes | Chris Lattner | 2010-04-17 | 1 | -1/+1 |
* | refactor .if handling code a bit. | Chris Lattner | 2010-04-17 | 1 | -2/+0 |
* | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman | 2010-04-17 | 1 | -1/+1 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 4 | -23/+27 |
* | reenable r101565, removing a problematic assertion. | Chris Lattner | 2010-04-17 | 1 | -3/+2 |
* | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng | 2010-04-17 | 1 | -4/+20 |
* | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson | 2010-04-17 | 1 | -9/+21 |
* | Reapply 101503+101520. These are "obviously correct" [Chris] | Dale Johannesen | 2010-04-17 | 1 | -2/+2 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 3 | -41/+47 |
* | Add support to emit dwarf ranges. | Devang Patel | 2010-04-16 | 1 | -0/+6 |
* | Add a getSelectionDAGInfo member to TargetMachine. | Dan Gohman | 2010-04-16 | 1 | -0/+2 |
* | building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager | Chris Lattner | 2010-04-16 | 1 | -0/+9 |
* | move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). | Chris Lattner | 2010-04-16 | 2 | -13/+5 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 2 | -7/+39 |
* | tidy up | Chris Lattner | 2010-04-16 | 1 | -23/+25 |
* | Create a new TargetSelectionDAGInfo class. This will eventually acquire | Dan Gohman | 2010-04-16 | 1 | -0/+36 |
* | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman | 2010-04-16 | 1 | -3/+3 |
* | Fix this code to avoid implicit assumptions about the length of the array. | Dan Gohman | 2010-04-16 | 1 | -9/+1 |
* | Revert 101520, which depended on 101503, which was reverted. | Dan Gohman | 2010-04-16 | 1 | -0/+1 |
* | Revert commit 101503 (johannes), in the hope of fixing the dragonegg build, | Duncan Sands | 2010-04-16 | 1 | -4/+1 |
* | Trim a #include. | Dan Gohman | 2010-04-16 | 1 | -1/+0 |
* | Use a ValueMap not a std::map for the reason indicated | Dale Johannesen | 2010-04-16 | 1 | -1/+4 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 3 | -47/+41 |
* | Make callIsSmall accessible as a utility function. | Dan Gohman | 2010-04-16 | 1 | -0/+4 |