| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved Inliner.h to include/llvm/Transforms/IPO/InlinerPass.h | Tanya Lattner | 2007-06-19 | 1 | -65/+0 |
* | Inliner pass header file was moved. | Tanya Lattner | 2007-06-19 | 2 | -2/+3 |
* | Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient. | Devang Patel | 2007-06-07 | 1 | -5/+3 |
* | Formating fixes. | Tanya Lattner | 2007-06-07 | 1 | -4/+4 |
* | Instruct the inliner to obey the noinline attribute. Add test case. | Tanya Lattner | 2007-06-06 | 1 | -1/+43 |
* | simplify this code and fix PR1493, now that llvm-gcc3 is dead. | Chris Lattner | 2007-06-06 | 1 | -17/+2 |
* | When rebuilding constant structs, make sure to honor the isPacked bit. | Chris Lattner | 2007-06-04 | 1 | -1/+1 |
* | selects can also reach here | Chris Lattner | 2007-05-15 | 1 | -2/+3 |
* | Fix Transforms/GlobalOpt/2007-05-13-Crash.ll | Chris Lattner | 2007-05-13 | 1 | -1/+4 |
* | Fix PR1395, by passing the ID correctly | Chris Lattner | 2007-05-06 | 3 | -5/+4 |
* | Fix typo in comment. | Nick Lewycky | 2007-05-06 | 18 | -20/+20 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 20 | -44/+44 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 20 | -44/+44 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 20 | -10/+85 |
* | Implement review feedback | Anton Korobeynikov | 2007-04-29 | 1 | -1/+1 |
* | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 1 | -6/+2 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -1/+12 |
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 2 | -5/+5 |
* | fix SimplifyLibCalls/IsDigit.ll | Chris Lattner | 2007-04-15 | 1 | -1/+1 |
* | avoid iterator invalidation. | Chris Lattner | 2007-04-14 | 1 | -2/+4 |
* | An even better fix. | Jeff Cohen | 2007-04-14 | 1 | -3/+2 |
* | Fix recent regression that broke several llvm-tests. | Jeff Cohen | 2007-04-14 | 1 | -0/+2 |
* | Implement a few missing xforms: printf("foo\n") -> puts. printf("x") -> putchar | Chris Lattner | 2007-04-14 | 1 | -9/+48 |
* | in addition to merging, constantmerge should also delete trivially dead globals, | Chris Lattner | 2007-04-14 | 1 | -1/+8 |
* | Implement the "thread_local" keyword. | Lauro Ramos Venancio | 2007-04-12 | 1 | -7/+19 |
* | Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315) | Chris Lattner | 2007-04-08 | 1 | -1/+1 |
* | implement a fixme: move optimizations for fwrite out of fputs into a new | Chris Lattner | 2007-04-08 | 1 | -26/+56 |
* | Significantly simplify the clients of GetConstantStringInfo, by having it | Chris Lattner | 2007-04-07 | 1 | -235/+154 |
* | Fix problems in the sprintf optimizer | Chris Lattner | 2007-04-07 | 1 | -81/+60 |
* | Change CastToCStr to take a pointer instead of a reference. | Chris Lattner | 2007-04-07 | 1 | -82/+76 |
* | Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86 | Chris Lattner | 2007-04-07 | 1 | -1/+1 |
* | Expunge DomSet from CodeExtractor. This is part of the continuing work | Owen Anderson | 2007-04-07 | 1 | -5/+7 |
* | fix a miscompilation in printf optimizer. | Chris Lattner | 2007-04-07 | 1 | -38/+36 |
* | trunc to bool no longer compares against zero | Chris Lattner | 2007-04-07 | 1 | -10/+5 |
* | cleanups for strlen optimizer | Chris Lattner | 2007-04-07 | 1 | -34/+21 |
* | Introduce a new ReplaceCallWith method, which simplifies a lot of code. | Chris Lattner | 2007-04-07 | 1 | -186/+86 |
* | fixes for strcpy optimizer | Chris Lattner | 2007-04-07 | 1 | -53/+42 |
* | Fix bugs in strncmp. | Chris Lattner | 2007-04-07 | 1 | -62/+52 |
* | fix 3 miscompilations and several compielr crashes in strcmp optimizer. | Chris Lattner | 2007-04-07 | 1 | -44/+35 |
* | Fix several nasty bugs in the strchr optimizer, this fixes | Chris Lattner | 2007-04-06 | 1 | -48/+54 |
* | clean up strcat optimizer, no functionality change. | Chris Lattner | 2007-04-06 | 1 | -28/+21 |
* | rename getConstantStringLength -> GetConstantStringInfo. Make it return | Chris Lattner | 2007-04-06 | 1 | -74/+83 |
* | Fix Transforms/GlobalOpt/2007-04-05-Crash.ll | Chris Lattner | 2007-04-05 | 1 | -1/+1 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-03-05 | 1 | -0/+1 |
* | Prefer non-virtual calls to ConstantInt::isZero over virtual calls to | Reid Spencer | 2007-03-02 | 2 | -4/+4 |
* | Use APInt conversion to string so the result is correct regardless of the | Reid Spencer | 2007-03-01 | 1 | -1/+1 |
* | fix comment | Chris Lattner | 2007-02-18 | 1 | -1/+1 |
* | simplify pass, delete dead gvar protos as well. | Chris Lattner | 2007-02-18 | 1 | -16/+21 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -3/+3 |
* | eliminate a bunch of vector-related heap traffic | Chris Lattner | 2007-02-13 | 1 | -47/+53 |