2007-08-11 |
Evan Cheng | Code to maintain kill information during register coale... |
tree | commitdiff |
2007-08-10 |
Christopher Lamb | Move isSubRegOf into MRegisterInfo. Fix a missed move... |
tree | commitdiff |
2007-08-10 |
Devang Patel | Do not overuse std::string. Pass around char * directly. |
tree | commitdiff |
2007-08-10 |
Devang Patel | Add utility to clone loops. |
tree | commitdiff |
2007-08-10 |
Devang Patel | Add #ifndef guard. |
tree | commitdiff |
2007-08-10 |
Chris Lattner | add #ifndef guards |
tree | commitdiff |
2007-08-10 |
Chris Lattner | add Value::getNameStart/getNameLen() accessors. |
tree | commitdiff |
2007-08-10 |
Rafael Espindola | propagate struct size and alignment of byval arguments... |
tree | commitdiff |
2007-08-10 |
Chris Lattner | memcpy with zero length is hugely expensive, so avoid... |
tree | commitdiff |
2007-08-10 |
Chris Lattner | small speedup in the case where a smallvector is defaul... |
tree | commitdiff |
2007-08-10 |
Bill Wendling | Adding SSSE3 intrinsics. |
tree | commitdiff |
2007-08-10 |
Chris Lattner | avoid copying strings. |
tree | commitdiff |
2007-08-09 |
Dale Johannesen | Update per review comments. |
tree | commitdiff |
2007-08-09 |
Owen Anderson | Make NonLocal and None const in the right way. :-) |
tree | commitdiff |
2007-08-09 |
Dale Johannesen | long double 9 of N. This finishes up the X86-32 bits |
tree | commitdiff |
2007-08-08 |
Owen Anderson | Add one more comment. |
tree | commitdiff |
2007-08-08 |
Owen Anderson | Cleanup and comment-ize the memdep header. |
tree | commitdiff |
2007-08-08 |
Owen Anderson | Change the None and NonLocal markers in memdep to be... |
tree | commitdiff |
2007-08-08 |
Reid Spencer | Make it clear that getSTDIN returns null when stdin... |
tree | commitdiff |
2007-08-08 |
Evan Cheng | Adding kill info to val#. |
tree | commitdiff |
2007-08-08 |
Evan Cheng | Clean up and bug fix. |
tree | commitdiff |
2007-08-08 |
Chris Lattner | reimplement dfs number computation to be significantly... |
tree | commitdiff |
2007-08-08 |
Evan Cheng | - Each val# can have multiple kills. |
tree | commitdiff |
2007-08-07 |
Evan Cheng | - LiveInterval value#'s now have 3 components: def... |
tree | commitdiff |
2007-08-07 |
Devang Patel | Fix comment. |
tree | commitdiff |
2007-08-07 |
Owen Anderson | Get rid of unnecessary #include. |
tree | commitdiff |
2007-08-07 |
Owen Anderson | Clean up a bunch of caching stuff in memdep. This... |
tree | commitdiff |
2007-08-07 |
Devang Patel | Begin loop index split pass. |
tree | commitdiff |
2007-08-06 |
Chris Lattner | remove #if 0 code. |
tree | commitdiff |
2007-08-06 |
Chris Lattner | remove #if 0 code. |
tree | commitdiff |
2007-08-06 |
Chandler Carruth | This fixes resizing issues with BitVectors. It ensures... |
tree | commitdiff |
2007-08-06 |
Reid Spencer | @verbatim needs to be on a line by itself. |
tree | commitdiff |
2007-08-06 |
Christopher Lamb | Implement review feedback. No functionality change. |
tree | commitdiff |
2007-08-06 |
Chris Lattner | Various random cleanups, add two accessors to DomTreeNo... |
tree | commitdiff |
2007-08-05 |
Reid Spencer | Fix minor doxygen nits. |
tree | commitdiff |
2007-08-05 |
Reid Spencer | Document a missing parameter. |
tree | commitdiff |
2007-08-05 |
Chris Lattner | Fix a bug in DenseMap::clear, where we never reset... |
tree | commitdiff |
2007-08-05 |
Chris Lattner | When clearing a SmallPtrSet, if the set had a huge... |
tree | commitdiff |
2007-08-05 |
Chris Lattner | Switch the internal "Info" map from an std::map to... |
tree | commitdiff |
2007-08-04 |
Chris Lattner | switch the DomTreeNodes and IDoms maps in idom/postidom... |
tree | commitdiff |
2007-08-04 |
Chandler Carruth | This is the patch to provide clean intrinsic function... |
tree | commitdiff |
2007-08-03 |
Dale Johannesen | long double patch 3 of N. Add to MVT. |
tree | commitdiff |
2007-08-03 |
Dale Johannesen | Long double, part 1 of N. Support in IR. |
tree | commitdiff |
2007-08-02 |
Anders Carlsson | Fix bug spotted by Chris. |
tree | commitdiff |
2007-08-02 |
Anders Carlsson | Add extend and extOrTrunc methods that do sign or zero... |
tree | commitdiff |
2007-08-02 |
Evan Cheng | Do not emit copies for physical register output if... |
tree | commitdiff |
2007-08-02 |
Evan Cheng | Instead of adding copyfromreg's to handle physical... |
tree | commitdiff |
2007-08-02 |
Evan Cheng | Added TargetInstrDescriptor::numDefs - num of results. |
tree | commitdiff |
2007-08-01 |
Owen Anderson | Make non-local memdep not be recursive, and fix a bug... |
tree | commitdiff |
2007-08-01 |
Dan Gohman | More explicit keywords. |
tree | commitdiff |
2007-08-01 |
Dan Gohman | Make ImmutablePass::runOnModule non-virtual, since... |
tree | commitdiff |
2007-08-01 |
Owen Anderson | Rename FastDSE to just DSE. |
tree | commitdiff |
2007-08-01 |
David Greene | New CallInst interface to address GLIBCXX_DEBUG errors... |
tree | commitdiff |
2007-07-31 |
David Greene | Fix GLIBCXX_DEBUG error owing to dereference of end... |
tree | commitdiff |
2007-07-31 |
Devang Patel | Introduce Simple Analysis interface for loop passes. |
tree | commitdiff |
2007-07-30 |
Anton Korobeynikov | Add detection of __dso_handle presence during configure... |
tree | commitdiff |
2007-07-30 |
Dan Gohman | Fix the comments for the 'fast' parameter in addPassesT... |
tree | commitdiff |
2007-07-30 |
Dan Gohman | Fix the comment for getClosestTargetForJIT to reflect... |
tree | commitdiff |
2007-07-30 |
Dan Gohman | More explicit keywords. |
tree | commitdiff |
2007-07-30 |
Dan Gohman | Fix pastos in comments for doFinalization functions. |
tree | commitdiff |
2007-07-27 |
Devang Patel | Add facility to dump pass manager structure |
tree | commitdiff |
2007-07-27 |
Devang Patel | Use SmallPtrSet. |
tree | commitdiff |
2007-07-27 |
Owen Anderson | Allow SmallPtrSet to hold pointers to const data. |
tree | commitdiff |
2007-07-27 |
Duncan Sands | Support for trampolines, except for X86 codegen which is |
tree | commitdiff |
2007-07-26 |
Christopher Lamb | Add a MachineFunction pass, which runs post register... |
tree | commitdiff |
2007-07-26 |
Christopher Lamb | Teach DAG scheduling how to properly emit subreg insert... |
tree | commitdiff |
2007-07-26 |
Christopher Lamb | Have register info provide the inverse mapping of regis... |
tree | commitdiff |
2007-07-26 |
Christopher Lamb | Add target independent MachineInstr's to represent... |
tree | commitdiff |
2007-07-26 |
Christopher Lamb | Add selection DAG nodes for subreg insert/extract.... |
tree | commitdiff |
2007-07-26 |
Christopher Lamb | Fix 80 col violation. |
tree | commitdiff |
2007-07-26 |
Christopher Lamb | Remove subreg index from MachineInstr's and also keep... |
tree | commitdiff |
2007-07-26 |
Christopher Lamb | Fix comments for new types. |
tree | commitdiff |
2007-07-26 |
Christopher Lamb | Add support for 3 element 32-bit vector ValueTypes. |
tree | commitdiff |
2007-07-25 |
Evan Cheng | EmitAlignment() also emits optional fill value. |
tree | commitdiff |
2007-07-25 |
Owen Anderson | Forgot to include this file in my last commit. |
tree | commitdiff |
2007-07-25 |
Owen Anderson | Add basic support for performing whole-function RLE. |
tree | commitdiff |
2007-07-25 |
Devang Patel | Add BasicInliner interface. |
tree | commitdiff |
2007-07-24 |
Dan Gohman | Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask. |
tree | commitdiff |
2007-07-24 |
Owen Anderson | Add initial support for non-local memory dependence... |
tree | commitdiff |
2007-07-24 |
Owen Anderson | Add a GVN pass, using the value numbering code I develo... |
tree | commitdiff |
2007-07-24 |
Owen Anderson | Rename a lot of things to change FastDLE to RedundantLo... |
tree | commitdiff |
2007-07-23 |
Owen Anderson | Forgot to commit this file. |
tree | commitdiff |
2007-07-23 |
Owen Anderson | Fix a comment. |
tree | commitdiff |
2007-07-23 |
Owen Anderson | Add FastDLE, the load-elimination counterpart of FastDSE. |
tree | commitdiff |
2007-07-23 |
Bill Wendling | Add missing SSE builtins: |
tree | commitdiff |
2007-07-22 |
Chris Lattner | Disable the string map copy ctor and assignment operators, |
tree | commitdiff |
2007-07-20 |
Dan Gohman | Don't assume that only Uses can be kills. Defs are... |
tree | commitdiff |
2007-07-20 |
Dan Gohman | Simplify the logic for setVolatile. |
tree | commitdiff |
2007-07-20 |
Evan Cheng | Added -print-emitted-asm to print out JIT generated... |
tree | commitdiff |
2007-07-20 |
Owen Anderson | Make the heuristic for shrinking DenseMap smarter. |
tree | commitdiff |
2007-07-20 |
Devang Patel | Use SmallVector instead of std::vector. |
tree | commitdiff |
2007-07-20 |
Owen Anderson | Have DenseMap auto-shrink itself on clear(). This... |
tree | commitdiff |
2007-07-19 |
Devang Patel | Verify loop info. |
tree | commitdiff |
2007-07-19 |
Anton Korobeynikov | Properly initialize value :) |
tree | commitdiff |
2007-07-19 |
Devang Patel | Set up ground work to verify preserved analysis info. |
tree | commitdiff |
2007-07-18 |
Dan Gohman | Add constructor overloads for LoadInst and StoreInst... |
tree | commitdiff |
2007-07-17 |
Reid Spencer | Unbreak the build by putting calls to free into the... |
tree | commitdiff |
2007-07-16 |
Owen Anderson | Add support for walking up memory def chains, which... |
tree | commitdiff |
2007-07-16 |
Owen Anderson | Use realloc() to (potentially) resize the contents... |
tree | commitdiff |
2007-07-16 |
Dan Gohman | Fix comments about vectors to use the current wording. |
tree | commitdiff |
next |