Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing -*- C++ -*-s | Matt Arsenault | 2013-08-06 | 1 | -1/+1 |
* | Remove trailing spaces. | Jakub Staszak | 2013-01-14 | 1 | -15/+15 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Craig Topper | 2012-09-15 | 1 | -2/+2 |
* | Use an iterator instead of calling .size() on the worklist every time, which ... | Bill Wendling | 2012-03-15 | 1 | -2/+2 |
* | InstCombine: We know the number of items initially added to the worklist map,... | Benjamin Kramer | 2011-03-05 | 1 | -0/+1 |
* | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands | 2010-05-11 | 1 | -1/+1 |
* | remove a ton of unneeded LLVMContext stuff. | Chris Lattner | 2010-01-04 | 1 | -1/+1 |
* | move InstCombineWorklist out to its own header. | Chris Lattner | 2010-01-04 | 1 | -0/+105 |