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