2005-04-27 |
Reid Spencer | Add the simplify-libcalls pass. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Andrew Lenharth | A first step towards being able to do more interesting... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Reid Spencer | Prefix the debug statistics so they group together. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Reid Spencer | In debug builds, make a statistic for each kind of... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Chris Lattner | This analysis doesn't take 'throwing' into consideratio... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Fix up the debug statement to actually use a newline... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Uh, this isn't argpromotion. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Add some debugging output so we can tell which calls... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Chris Lattner | no parens |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Chris Lattner | update some paths |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | No, seriously folks, memcpy really does return void. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | memcpy returns void!!!!! |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Convert the remainder of the intrinsic function prototy... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Use the declare syntax not the call syntax for intrinsi... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Chris Lattner | don't let Reid build void*'s :) |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Fix some bugs found by running on llvm-test: |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Changes From Review Feedback: |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Add a test case for MemMove.ll |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Result of strlen is size_t which is either uint or... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Chris Lattner | Make interval partition print correctly, patch contribu... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Chris Lattner | Fix the compile failures from last night. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Duraid Madina | constmul bugfix: multiply by 27611 was broken |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Duraid Madina | clean up the code! (oops) lots more cleaning left,... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | * Merge get_GVInitializer and getCharArrayLength into... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Add a new test case for the llvm.memcpy simplification... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Duraid Madina | * Add code to reduce multiplies by constant integers... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | * Implement StrLenOptimization |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | * Add a test case for StrLenOptimization |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Incorporate feedback from Chris: |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Jeff Cohen | Add SimplyLibCalls.cpp to VC++ build |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Reid Spencer | Fix RUN: line to not always pass. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Chris Lattner | Fold (X > -1) | (Y > -1) --> (X&Y > -1) |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Changes due to code review and new implementation: |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | implement some more logical compares with constants... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Lots of changes based on review and new functionality: |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Update the test case to handle a few more (degenerate... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | Codegen x < 0 | y < 0 as (x|y) < 0. This allows us... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | Make dominates(A,B) work with post dominators. Patch... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Tanya Lattner | Added question about turning off all optimizations... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | implement getelementptr.ll:test10 |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | rename fn |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | Correctly handle global-argument aliases induced in... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | Don't mess up SCC traversal when a node has null edges... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | document 'opaque' types |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | Add feedback from Vikram |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Make sure the target buffer is null terminated so we... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | A test case for testing the StrCatOptimizer, currently... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Post-Review Cleanup: |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Use the %name rather than the "name" format so those... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Shut GCC 4.0 up about classes that have virtual functio... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Declare a function to create the SimplifyLibCalls pass. |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | A new pass to provide specific optimizations for certai... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | A test case for the the ExitInMain libcall simplification. |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Older compilers won't like the inline virtual destructo... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Chris Lattner | fix some bugs |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Reid Spencer | Fix a thinko in the documentation of the splitBasicBloc... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Reid Spencer | Shut GCC 4.0 up about classes with virtual functions... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Reid Spencer | Shut GCC 4.0 up when it complains about classes with... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Reid Spencer | Make this readable for newbies and those who can only... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Misha Brukman | extract has been renamed to llvm-extract to avoid confl... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Chris Lattner | Eliminate cases where we could << by 64, which is undef... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Misha Brukman | There are still uses for spaces in Makefiles -- to... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Misha Brukman | extract has been renamed to llvm-extract to avoid confl... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Misha Brukman | elisp code to help with LLVM code standards compliance |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Misha Brukman | .vimrc file to aid in LLVM coding standards conformance |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Chris Lattner | Implement xor.ll:test21: select (not C), A, B -> selec... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Chris Lattner | Test that xor/select are folded into a select with... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Chris Lattner | Allow these methods to take a generic Value* to simplif... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Chris Lattner | allow these to take a generic Value* |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Chris Lattner | Use getPrimitiveSizeInBits() instead of getPrimitiveSiz... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Chris Lattner | unxfail this. |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Chris Lattner | add a new testcase which occurs in 181.mcf |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Misha Brukman | * The aesthetic police is on patrol!!... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | Add a helper method |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | Fix a bug in my previous checkin |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | This file is never referenced |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | Add a method, remove last use of Type.def |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | add a method, remove a dead #include |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | Types.def is going away |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Jeff Cohen | Eliminate tabs and trailing spaces |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Jeff Cohen | Eliminate tabs and trailing spaces |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | Propagate eq sets through the bu graphs to the cbu... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | add a bunch of documentation about the LLVM type resolu... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Reid Spencer | Make the CBackend actually get included in llc by using... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | make an advanced topics section, move symtab to it |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | This is not needed |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | add a search box for the documentation |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | Generalize the setcc -> PHI and Select folding optimiz... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | add a new testcase |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Chris Lattner | Always enable the C backend. This fixes a *vast* numbe... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Alkis Evlogimenos | Add method to return the type this type will be promote... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Reid Spencer | Mention the --enable-targets= option to configure. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Misha Brukman | * Order #includes as per style guide |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Misha Brukman | Convert tabs to spaces |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Misha Brukman | Hyphenate the adjective `n-bit' when used to describe... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Misha Brukman | Build the `Skeleton' target when building "all" targets |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Reid Spencer | Document the --enable-targets= feature of the configure... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Alkis Evlogimenos | Silence gcc-4.0.0 warnings. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Misha Brukman | Convert tabs to spaces |
commit | commitdiff | tree | snapshot |
next |