2007-10-25 |
Duncan Sands | Promote SETCC operands. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Duncan Sands | Correctly extract the ValueType from a VTSDNode. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Duncan Sands | Fix comment typos. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Gordon Henriksen | Fleshing out docs/Passes.html for some analyses. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Evan Cheng | If a loop termination compare instruction is the only... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Gordon Henriksen | Passes.html now 'passes' validation. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Gordon Henriksen | Bringing Passes.html structurally up-to-date, and enabling |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Owen Anderson | Fix an obvious typo. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Owen Anderson | More tutorial cleanups. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Owen Anderson | Add proper footers. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Owen Anderson | Don't bother providing code samples. Maintaining zip... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | Add chapter 4, feedback appreciated. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | remove unimplemented ctor, add some comments. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | Run the verifier on generated code. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Owen Anderson | Fix for PR1741. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Dale Johannesen | Testcase for PR 1397. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Owen Anderson | Make it possible for DomTreeBase to be constructed... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Implemented prototype serialization of pointers, includ... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Dale Johannesen | Another expansion for i64 multiply, suitable for PPC. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Dale Johannesen | This was failing on Darwin, which defaults to PIC; |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Dale Johannesen | Fix off by 1 bug in printf->puts lowering. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Ted Kremenek | Split Serialization.h into separate headers: Serialize... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Chris Lattner | simplify some code by using the new isNaN predicate |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Chris Lattner | add a nice predicate to check to see if nan |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Owen Anderson | Update Makefile to use simpler llvm-config parameters. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Owen Anderson | Update Makefile to use simpler llvm-config parameters. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Chris Lattner | switch some calls to SelectionDAG::getTargetNode to use |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Chris Lattner | Implement a couple of foldings for ordered and unordere... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Chris Lattner | further simplify run options, thanks to gordonh for... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Chris Lattner | Fix instructions now that PR1739 is fixed. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Chris Lattner | Fix PR1739. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Hartmut Kaiser | Added VC++ solution file allowing to build clang. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Hartmut Kaiser | Silenced a VC++ warning. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Bill Wendling | Fix comment and use the "Size" variable that's already... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Bill Wendling | If there's an unaligned memcpy to/from the stack, don... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Dale Johannesen | Disable a couple more things for ppcf128. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Ted Kremenek | Added "ReadEnum" and "WriteEnum" to serialization classes. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Bill Wendling | This broke lots. Reverting. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Owen Anderson | Make DomTreeBase not a FunctionPass. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Bill Wendling | Lowering a memcpy to the stack is killing PPC. The... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Ted Kremenek | Added preliminary implementation of generic object... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Owen Anderson | Unbreak the build. Forgot to commit this file. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Owen Anderson | Make DomTree and PostDomTree thin wrappers around DomTr... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Evan Cheng | It's possible to commute instrctions with more than... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Chris Lattner | llvm/test programs should not be execution programs... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Evan Cheng | isSubRegOf() is a dup of isSubRegister. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Evan Cheng | Temporary solution: added a different set of BCTRL_Mach... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Chris Lattner | Fix validation problems, which were somewhat ironically... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Chris Lattner | add a skeleton for part 4 |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Chris Lattner | complete the codegen chapter |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Owen Anderson | Now with valid HTML 4.01! |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Owen Anderson | Add a link to the "writing an optimization" tutorial. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Owen Anderson | Add downloadable code sample for tutorial 2. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Owen Anderson | Add the second of the "basic topics" tutorials. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Owen Anderson | Reorder the optimization and bitcode tutorials. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Chris Lattner | Fix up a broken #include, move code to its own section... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Chris Lattner | Finish up expr codegen. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Chris Lattner | several improvements suggested by Dan, thanks! |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Evan Cheng | Fix memcpy lowering when addresses are 4-byte aligned... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Dan Gohman | The #include <iterator> isn't needed in this header. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Dan Gohman | Strength reduction improvements. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Dan Gohman | Fix the folding of multiplication into addresses on... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Evan Cheng | Use ptr type in the immediate field of a BxA instructio... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Evan Cheng | Add missing paratheses. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | add a 'don't use me' marker. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Duncan Sands | Support for expanding extending loads of integers with |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Dan Gohman | Move the SCEV object factors from being static members... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Duncan Sands | Fix up the logic for result expanding the various extension |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | fit in 80 cols :) |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | start of chapter 3 |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Owen Anderson | Fix a few typos I noticed. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Owen Anderson | Add downloadable code samples. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | Check in part 2: parser and ast. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Owen Anderson | Fix some code to make it actually work. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Bill Wendling | Put correct link in example |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | add part 1, review appreciated. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | add an outline for "part 2". |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | rename tutorial 1 -> JITTutorial1, make unimplemented... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Evan Cheng | Fix an unfolding bug. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Evan Cheng | - Only perform the unfolding optimization when the... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | add a mechanism for the JIT to invoke a function to... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | llvm-gcc3 is dead, along with it __main. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Anton Korobeynikov | Reg2Mem cleanup and optimizations: |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Chris Lattner | LoadLibraryPermanently doesn't throw. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Chris Lattner | Add a convenience method for creating EE's. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Dale Johannesen | Allow for copysign having f80 second argument. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Chris Lattner | Add promote operand support for [su]int_to_fp. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Owen Anderson | Some improvements based on feedback from Anders. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Owen Anderson | Fix some weird indenting in code. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Owen Anderson | Use getOrInsertFunction() in tutorial 1. This makes... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Owen Anderson | Add the beginnings of an LLVM tutorial. If anyone... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Chris Lattner | Add result promotion of FP_TO_*INT, fixing CodeGen... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Chris Lattner | Implement promote and expand for operands of memcpy... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Evan Cheng | Added missing curly braces which renders the if clause... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Dale Johannesen | Fix a few places vector operations were not getting |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Evan Cheng | Resolve unfold tables ambiguity. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
next |