aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix up the logic for result expanding the various extensionDuncan Sands2007-10-221-27/+95
* fit in 80 cols :)Chris Lattner2007-10-221-1/+2
* start of chapter 3Chris Lattner2007-10-222-1/+788
* Fix a few typos I noticed.Owen Anderson2007-10-221-6/+4
* Add downloadable code samples.Owen Anderson2007-10-223-0/+12
* Check in part 2: parser and ast.Chris Lattner2007-10-223-4/+1181
* Fix some code to make it actually work.Owen Anderson2007-10-221-5/+8
* Put correct link in exampleBill Wendling2007-10-221-3/+2
* add part 1, review appreciated.Chris Lattner2007-10-222-3/+267
* add an outline for "part 2".Chris Lattner2007-10-221-8/+17
* rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links.Chris Lattner2007-10-222-5/+5
* Fix an unfolding bug.Evan Cheng2007-10-221-1/+2
* - Only perform the unfolding optimization when the folding in question is mod...Evan Cheng2007-10-221-5/+2
* add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner2007-10-223-3/+21
* llvm-gcc3 is dead, along with it __main.Chris Lattner2007-10-221-12/+0
* Reg2Mem cleanup and optimizations:Anton Korobeynikov2007-10-213-27/+75
* LoadLibraryPermanently doesn't throw.Chris Lattner2007-10-211-3/+3
* Add a convenience method for creating EE's.Chris Lattner2007-10-212-1/+11
* Allow for copysign having f80 second argument.Dale Johannesen2007-10-211-0/+9
* Add promote operand support for [su]int_to_fp.Chris Lattner2007-10-201-0/+15
* Some improvements based on feedback from Anders.Owen Anderson2007-10-201-2/+2
* Fix some weird indenting in code.Owen Anderson2007-10-201-9/+9
* Use getOrInsertFunction() in tutorial 1. This makes for shorter, simpler, an...Owen Anderson2007-10-201-29/+10
* Add the beginnings of an LLVM tutorial. If anyone has suggestions, comments,Owen Anderson2007-10-202-0/+207
* Add result promotion of FP_TO_*INT, fixing CodeGen/X86/trunc-to-bool.llChris Lattner2007-10-201-1/+29
* simplify some code.Chris Lattner2007-10-201-1/+1
* Implement promote and expand for operands of memcpy and friends. Chris Lattner2007-10-201-0/+62
* Added missing curly braces which renders the if clause useless in debug build.Evan Cheng2007-10-201-1/+2
* Fix a few places vector operations were not gettingDale Johannesen2007-10-201-6/+9
* Resolve unfold tables ambiguity.Evan Cheng2007-10-191-6/+7
* New test case.Evan Cheng2007-10-191-0/+84
* Local spiller optimization:Evan Cheng2007-10-196-180/+368
* Don't branch fold inline asm statements.Bill Wendling2007-10-193-3/+21
* Add support for a few more nodes.Duncan Sands2007-10-191-5/+42
* Redo "last ppc long double fix" as Chris wants.Dale Johannesen2007-10-192-2/+3
* Removed "-arch i386" by popular demand...Bill Wendling2007-10-191-1/+1
* Now with RUN line!Bill Wendling2007-10-191-0/+1
* Remove the Foundation.h file because not everyone has that.Bill Wendling2007-10-191-14/+19
* This test now passes.Devang Patel2007-10-191-1/+1