| Commit message (Expand) | Author | Age | Files | Lines |
* | Added lexer and parser support for the extractelement operation. | Robert Bocchino | 2006-01-10 | 5 | -1106/+1164 |
* | Added an instruction and constant expression for the extractelement | Robert Bocchino | 2006-01-10 | 4 | -1/+55 |
* | For PR411: | Reid Spencer | 2006-01-10 | 4 | -0/+650 |
* | Make ValueSymbolTable (temporarily) a friend of Value so it can mod the | Reid Spencer | 2006-01-10 | 1 | -1/+2 |
* | Minor cleanup, no functionality change for current targets | Chris Lattner | 2006-01-10 | 1 | -1/+2 |
* | heh, 'sif it'd be a legalizer bug. | Duraid Madina | 2006-01-10 | 1 | -1/+1 |
* | support functions that return bool (this "should" work but doesn't, | Duraid Madina | 2006-01-10 | 1 | -10/+10 |
* | Remove unused inclusion of SymbolTable.h | Reid Spencer | 2006-01-10 | 1 | -1/+0 |
* | For PR521: | Reid Spencer | 2006-01-10 | 4 | -23/+56 |
* | Be a little more explanatory in a comment. | Reid Spencer | 2006-01-10 | 1 | -1/+1 |
* | Remove a comment that no longer applies. | Nate Begeman | 2006-01-10 | 1 | -1/+0 |
* | Give PPCISD:: nodes legible names in dumps. | Chris Lattner | 2006-01-09 | 2 | -0/+23 |
* | Fix an exponential function in libcall insertion to not be exponential. :) | Chris Lattner | 2006-01-09 | 1 | -6/+10 |
* | add ret void support back | Chris Lattner | 2006-01-09 | 1 | -0/+4 |
* | * Added undef patterns. | Evan Cheng | 2006-01-09 | 2 | -68/+83 |
* | More typos | Evan Cheng | 2006-01-09 | 1 | -1/+2 |
* | typo | Evan Cheng | 2006-01-09 | 1 | -1/+1 |
* | proper branch not equal sequence | Andrew Lenharth | 2006-01-09 | 1 | -0/+4 |
* | Support for ADD_PARTS, SUB_PARTS, SHL_PARTS, SHR_PARTS, and SRA_PARTS. | Evan Cheng | 2006-01-09 | 4 | -101/+311 |
* | * Allow custom lowering of ADD_PARTS, SUB_PARTS, SHL_PARTS, SRA_PARTS, | Evan Cheng | 2006-01-09 | 1 | -11/+46 |
* | New getNode() variants. | Evan Cheng | 2006-01-09 | 2 | -18/+61 |
* | New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace | Evan Cheng | 2006-01-09 | 8 | -39/+23 |
* | * Remove instruction fields hasInFlag / hasOutFlag and added SNDPInFlag and | Evan Cheng | 2006-01-09 | 4 | -46/+58 |
* | Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin! | Chris Lattner | 2006-01-09 | 1 | -0/+19 |
* | Bugfix for etforest updating. Contributed by Daniel Berlin. | Chris Lattner | 2006-01-09 | 1 | -1/+1 |
* | Saem Ghani's PassManager Patch #8: | Reid Spencer | 2006-01-08 | 1 | -2/+16 |
* | Add some documentation. | Reid Spencer | 2006-01-08 | 1 | -0/+2 |
* | Fix line length of a comment. | Reid Spencer | 2006-01-08 | 1 | -2/+2 |
* | Visual Studio hates being left out. | Jeff Cohen | 2006-01-08 | 1 | -0/+3 |
* | Fix the build on platforms where <cassert> doesn't define NULL | Chris Lattner | 2006-01-08 | 1 | -0/+1 |
* | Fix a problem exposed by the et-forest work. Load-vn needs these passes live | Chris Lattner | 2006-01-08 | 1 | -3/+3 |
* | Add an entry | Chris Lattner | 2006-01-08 | 1 | -0/+4 |
* | Initial implementation of the ET-Forest data structure for dominators and | Chris Lattner | 2006-01-08 | 5 | -1/+953 |
* | Fix out of date comments, patch by Marco Matthies. | Chris Lattner | 2006-01-08 | 1 | -4/+2 |
* | Patch #7 from Saem: | Chris Lattner | 2006-01-07 | 1 | -36/+37 |
* | Fix the PPC JIT failures last night, which were due to mishandling of linkonc... | Chris Lattner | 2006-01-07 | 1 | -0/+1 |
* | Wrap long lines. | Chris Lattner | 2006-01-07 | 1 | -6/+8 |
* | wrap long line | Chris Lattner | 2006-01-07 | 1 | -1/+2 |
* | Modify this test to not depend on the host math.h implementation | Chris Lattner | 2006-01-07 | 1 | -13/+12 |
* | fix some 176.gcc miscompilation from my previous patch. | Chris Lattner | 2006-01-07 | 1 | -7/+33 |
* | * Added integer div / rem. | Evan Cheng | 2006-01-06 | 1 | -4/+98 |
* | Fixed Makefile so it does, indeed, build a dynamic library. | Robert Bocchino | 2006-01-06 | 1 | -1/+2 |
* | Fixed a typo; "= 1" was missing. | Robert Bocchino | 2006-01-06 | 1 | -1/+1 |
* | Pattern complexity calculation fix. | Evan Cheng | 2006-01-06 | 1 | -4/+9 |
* | ISEL code for MULHU, MULHS, and UNDEF. | Evan Cheng | 2006-01-06 | 1 | -7/+82 |
* | make 0 codegen much better | Andrew Lenharth | 2006-01-06 | 1 | -0/+4 |
* | silence some bogus gcc warnings on fenris | Chris Lattner | 2006-01-06 | 1 | -10/+11 |
* | silence a bogus gcc warning | Chris Lattner | 2006-01-06 | 4 | -4/+4 |
* | Enhance the shift-shift folding code to allow a no-op cast to occur in between | Chris Lattner | 2006-01-06 | 1 | -55/+88 |
* | A case that instcombine is not catching. | Chris Lattner | 2006-01-06 | 1 | -0/+7 |