| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded ';' and a class/struct mismatch (noticed by clang). | Daniel Dunbar | 2009-12-09 | 4 | -4/+4 |
* | the code in GVN that tries to forward large loads to small | Chris Lattner | 2009-12-09 | 1 | -0/+54 |
* | add some aborts to #if 0's. | Chris Lattner | 2009-12-09 | 1 | -0/+2 |
* | Switch GVN and memdep to use PHITransAddr, which correctly handles | Chris Lattner | 2009-12-09 | 4 | -345/+108 |
* | Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ... | Evan Cheng | 2009-12-09 | 3 | -14/+10 |
* | Remove tests that are not suitable anymore. Plus they are not testing the ori... | Devang Patel | 2009-12-09 | 8 | -1035/+0 |
* | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng | 2009-12-09 | 6 | -51/+51 |
* | fix a nasty variable that was shadowing the real CurBB but with the wrong value. | Chris Lattner | 2009-12-09 | 1 | -1/+0 |
* | Infer alignment for non-fixed stack object. | Evan Cheng | 2009-12-09 | 1 | -3/+4 |
* | Add const qualifier. | Evan Cheng | 2009-12-09 | 2 | -2/+2 |
* | Refactor InferAlignment out of DAGCombine. | Evan Cheng | 2009-12-09 | 3 | -45/+50 |
* | fix many input tracking bugs. | Chris Lattner | 2009-12-09 | 2 | -37/+37 |
* | when opt crashes, print its command line arguments as a pretty stack trace. | Chris Lattner | 2009-12-09 | 1 | -2/+5 |
* | Fix a typo in a comment, and adjust SmallSet and SmallVector sizes, | Dan Gohman | 2009-12-09 | 1 | -7/+7 |
* | fix PHI translation to take the PHI out of the instinputs set and add | Chris Lattner | 2009-12-09 | 1 | -9/+7 |
* | instructions defined in CurBB may be intermediate nodes of the computation. | Chris Lattner | 2009-12-09 | 2 | -17/+17 |
* | add dumping and sanity checking support. | Chris Lattner | 2009-12-09 | 2 | -0/+77 |
* | Put a threshold on the number of users PointerMayBeCaptured | Dan Gohman | 2009-12-08 | 1 | -0/+16 |
* | make sure that PHITransAddr keeps its 'InstInputs' list up to | Chris Lattner | 2009-12-08 | 2 | -3/+47 |
* | Revert 90858 90875 and 90805 for now. | Devang Patel | 2009-12-08 | 5 | -222/+174 |
* | - Support inline asm 'w' constraint for 128-bit vector types. | Evan Cheng | 2009-12-08 | 3 | -0/+19 |
* | lit: Prevent crash-on-invalid (when run on directory which has no test suite). | Daniel Dunbar | 2009-12-08 | 1 | -1/+1 |
* | Set svn:ignore on tools/clang. | Daniel Dunbar | 2009-12-08 | 0 | -0/+0 |
* | CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when... | Daniel Dunbar | 2009-12-08 | 3 | -0/+14 |
* | Revert 90789 for now. It caused massive compile time regression. Post-ra sche... | Evan Cheng | 2009-12-08 | 1 | -1/+1 |
* | Some superficial cleanups. | Bob Wilson | 2009-12-08 | 1 | -4/+3 |
* | Clean up dead operands left around after SROA replaces a mem intrinsic. | Bob Wilson | 2009-12-08 | 1 | -0/+6 |
* | Cleanup. | Devang Patel | 2009-12-08 | 2 | -167/+82 |
* | Do not try to push dead variable's debug info into namespace info. | Devang Patel | 2009-12-08 | 2 | -3/+23 |
* | Remove useless calls to c_str(). | Benjamin Kramer | 2009-12-08 | 1 | -4/+3 |
* | Teach GlobalOpt to delete aliases with internal linkage (after | Duncan Sands | 2009-12-08 | 2 | -22/+33 |
* | fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not | Chris Lattner | 2009-12-08 | 2 | -4/+7 |
* | Remove unnecessary #include "llvm/LLVMContext.h". | Nick Lewycky | 2009-12-08 | 3 | -3/+0 |
* | whitespace cleanup | Chris Lattner | 2009-12-08 | 1 | -1/+1 |
* | Removed VC++ compatibility code from DataTypes.h.in. | Oscar Fuentes | 2009-12-08 | 1 | -36/+0 |
* | For VC++, define the ?INT*_C macros only it they are not yet defined. | Oscar Fuentes | 2009-12-08 | 1 | -8/+27 |
* | Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr... | Anton Korobeynikov | 2009-12-08 | 2 | -1/+231 |
* | Watch out for duplicated PHI instructions. | Evan Cheng | 2009-12-07 | 1 | -3/+37 |
* | Follow up to 90488. Turn a check into an assertion. | Evan Cheng | 2009-12-07 | 1 | -2/+2 |
* | Fix the OProfileJITEventListener for StringRef being returned from debug info. | Jeffrey Yasskin | 2009-12-07 | 1 | -12/+6 |
* | Rename DIFactory::InsertValue() as DIFactory::InsertDbgValueIntrinsic() | Victor Hernandez | 2009-12-07 | 2 | -12/+14 |
* | Add support to emit debug info for c++ style namespaces. | Devang Patel | 2009-12-07 | 4 | -9/+122 |
* | Delete code accidentally left behind. | Evan Cheng | 2009-12-07 | 1 | -10/+0 |
* | fix typo | Chris Lattner | 2009-12-07 | 1 | -1/+1 |
* | add accessor, improve comment. | Chris Lattner | 2009-12-07 | 2 | -2/+4 |
* | Test case for 90787. | Evan Cheng | 2009-12-07 | 1 | -0/+15 |
* | Use FileCheck and set nounwind on calls. | David Greene | 2009-12-07 | 1 | -6/+7 |
* | Apply Pekka Jääskeläinen's patch to raise the first virtual register | Dan Gohman | 2009-12-07 | 1 | -2/+2 |
* | Introduce the "@llvm.dbg.value" debug intrinsic. | Victor Hernandez | 2009-12-07 | 4 | -0/+60 |
* | Simplify a bit. | Mikhail Glushenkov | 2009-12-07 | 1 | -13/+5 |