| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | This was failing on Darwin, which defaults to PIC; | Dale Johannesen | 2007-10-24 | 1 | -1/+1 |
* | Fix off by 1 bug in printf->puts lowering. | Dale Johannesen | 2007-10-24 | 1 | -1/+3 |
* | Split Serialization.h into separate headers: Serialize.h and | Ted Kremenek | 2007-10-24 | 5 | -127/+186 |
* | simplify some code by using the new isNaN predicate | Chris Lattner | 2007-10-24 | 1 | -4/+2 |
* | add a nice predicate to check to see if nan | Chris Lattner | 2007-10-24 | 1 | -0/+1 |
* | Update Makefile to use simpler llvm-config parameters. | Owen Anderson | 2007-10-24 | 2 | -0/+0 |
* | Update Makefile to use simpler llvm-config parameters. | Owen Anderson | 2007-10-24 | 2 | -0/+0 |
* | switch some calls to SelectionDAG::getTargetNode to use | Chris Lattner | 2007-10-24 | 1 | -4/+7 |
* | Implement a couple of foldings for ordered and unordered comparisons, | Chris Lattner | 2007-10-24 | 3 | -4/+68 |
* | further simplify run options, thanks to gordonh for pointing this out | Chris Lattner | 2007-10-24 | 1 | -2/+1 |
* | Fix instructions now that PR1739 is fixed. | Chris Lattner | 2007-10-24 | 1 | -1/+1 |
* | Fix PR1739. | Chris Lattner | 2007-10-24 | 1 | -4/+10 |
* | Added VC++ solution file allowing to build clang. | Hartmut Kaiser | 2007-10-24 | 1 | -0/+740 |
* | Silenced a VC++ warning. | Hartmut Kaiser | 2007-10-24 | 2 | -2/+2 |
* | Updated VC++ build system | Hartmut Kaiser | 2007-10-23 | 1 | -4/+12 |
* | Fix comment and use the "Size" variable that's already provided. | Bill Wendling | 2007-10-23 | 1 | -10/+5 |
* | If there's an unaligned memcpy to/from the stack, don't lower it. Just call the | Bill Wendling | 2007-10-23 | 2 | -0/+26 |
* | Disable a couple more things for ppcf128. | Dale Johannesen | 2007-10-23 | 1 | -2/+4 |
* | Added "ReadEnum" and "WriteEnum" to serialization classes. | Ted Kremenek | 2007-10-23 | 1 | -3/+16 |
* | This broke lots. Reverting. | Bill Wendling | 2007-10-23 | 1 | -4/+0 |
* | Make DomTreeBase not a FunctionPass. | Owen Anderson | 2007-10-23 | 2 | -10/+23 |
* | Lowering a memcpy to the stack is killing PPC. The ARM and X86 backends already | Bill Wendling | 2007-10-23 | 1 | -0/+4 |
* | Added preliminary implementation of generic object serialization to bitcode. | Ted Kremenek | 2007-10-23 | 3 | -0/+250 |
* | Unbreak the build. Forgot to commit this file. | Owen Anderson | 2007-10-23 | 1 | -39/+176 |
* | Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in... | Owen Anderson | 2007-10-23 | 3 | -33/+27 |
* | It's possible to commute instrctions with more than 3 operands. | Evan Cheng | 2007-10-23 | 1 | -1/+1 |
* | new testcase | Chris Lattner | 2007-10-23 | 1 | -0/+9 |
* | llvm/test programs should not be execution programs. This | Chris Lattner | 2007-10-23 | 1 | -4/+1 |
* | isSubRegOf() is a dup of isSubRegister. | Evan Cheng | 2007-10-23 | 2 | -12/+1 |
* | Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig... | Evan Cheng | 2007-10-23 | 4 | -8/+43 |
* | Fix validation problems, which were somewhat ironically in the "valid html" b... | Chris Lattner | 2007-10-23 | 4 | -5/+5 |
* | add a skeleton for part 4 | Chris Lattner | 2007-10-23 | 2 | -3/+82 |
* | complete the codegen chapter | Chris Lattner | 2007-10-23 | 2 | -32/+374 |
* | Now with valid HTML 4.01! | Owen Anderson | 2007-10-23 | 1 | -22/+22 |
* | Add a link to the "writing an optimization" tutorial. | Owen Anderson | 2007-10-23 | 1 | -0/+4 |
* | Add downloadable code sample for tutorial 2. | Owen Anderson | 2007-10-23 | 3 | -1/+1 |
* | Add the second of the "basic topics" tutorials. | Owen Anderson | 2007-10-23 | 3 | -1/+187 |
* | Reorder the optimization and bitcode tutorials. | Owen Anderson | 2007-10-23 | 1 | -2/+2 |
* | Fix up a broken #include, move code to its own section, add conclusions. | Chris Lattner | 2007-10-23 | 1 | -7/+27 |
* | Finish up expr codegen. | Chris Lattner | 2007-10-23 | 1 | -9/+59 |
* | several improvements suggested by Dan, thanks! | Chris Lattner | 2007-10-23 | 2 | -9/+20 |
* | Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl... | Evan Cheng | 2007-10-22 | 4 | -40/+101 |
* | The #include <iterator> isn't needed in this header. | Dan Gohman | 2007-10-22 | 1 | -3/+0 |
* | Strength reduction improvements. | Dan Gohman | 2007-10-22 | 4 | -20/+129 |
* | Fix the folding of multiplication into addresses on x86, which was broken | Dan Gohman | 2007-10-22 | 2 | -0/+35 |
* | Use ptr type in the immediate field of a BxA instruction so we don't end up s... | Evan Cheng | 2007-10-22 | 2 | -1/+29 |
* | Add missing paratheses. | Evan Cheng | 2007-10-22 | 1 | -1/+1 |
* | add a 'don't use me' marker. | Chris Lattner | 2007-10-22 | 1 | -0/+3 |
* | Support for expanding extending loads of integers with | Duncan Sands | 2007-10-22 | 1 | -16/+71 |
* | Move the SCEV object factors from being static members of the individual | Dan Gohman | 2007-10-22 | 7 | -356/+388 |