2011-01-04 |
Tobias Grosser | Include llvm-gcc dir before llvm_tools_dir |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Duncan Sands | These methods should be "const"; make them so. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Francois Pichet | Disable r122754 on Windows: was causing all lit tests... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Chris Lattner | Teach loop-idiom to turn a loop containing a memset... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Chris Lattner | restructure this a bit. Initialize the WeakVH with... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Cameron Zwarich | Eliminate repeated allocation of a per-BB DenseMap... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Cameron Zwarich | Avoid finding loop back edges when we are not splitting... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
David Greene | Don't pattern match "/clang" so we don't mangle directo... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Owen Anderson | Clean up a funky pass registration that got passed... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Andrew Trick | Fix the ARM IIC_iCMPsi itinerary and add an important... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Cameron Zwarich | Address most of Duncan's review comments. Also, make... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Chris Lattner | use the very-handy getTruncateOrZeroExtend helper funct... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Bill Wendling | Formatting changes. No functionality change. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Owen Anderson | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Owen Anderson | Use the new addEscapingValue callback to update Globals... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Evan Cheng | Convert MC tests to .s so codegen changes won't break... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | Duncan deftly points out that readnone functions aren't |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Evan Cheng | Use pushq / popq instead of subq $8, %rsp / addq $8... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
David Greene | Don't pattern match "clang-" as it may be part of a... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Wesley Peck | Fix more stack layout issues in the MBlaze backend. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Owen Anderson | Stub out a new updating interface to AliasAnalysis... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Owen Anderson | We can count properly. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | fix rdar://8813415 - a miscompilation of 164.gzip that... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Oscar Fuentes | TableGen.cmake: sometimes the .td file is not in the... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Owen Anderson | Simplify GVN's value expression structure, allowing... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | stength reduce my previous patch a bit. The only instr... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | fix PR8895: metadata operands don't have a strong use... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
David Greene | Reapply 122341 to fix PR8199 now that clang changes... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Oscar Fuentes | LLVMProcessSources: add .def files along with .h files... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Duncan Sands | Speed up instsimplify by about 10-15% by not bothering... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Evan Cheng | Undo what looks like accidental removal of an instcombi... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Cameron Zwarich | Switch a worklist in CodeGenPrepare to SmallVector... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | Turn on earlycse by default. This seems to be a small... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Nick Lewycky | Further expand what a call graph pass may do. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | earlycse can do trivial with-a-block dead store |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Cameron Zwarich | Use a RecyclingAllocator to allocate values for Machine... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Nick Lewycky | Permit CallGraphSCCPasses readonly access to the direct... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | switch the load table to use a recycling bump pointer... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | now that loads are in their own table, we can implement |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | split loads and calls into separate tables. Loads... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | add a testcase for readonly call CSE |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | various cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Nick Lewycky | Add spliceFunction to the CallGraph interface. This... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | Teach EarlyCSE to do trivial CSE of loads and read... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | add a handy typedef. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | rename InstValue to SimpleValue, add some comments. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Michael J.... | CMake: Add missing source file. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | Allocate nodes for the scoped hash table from a recylin... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | really get this working with a custom allocator. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | Enhance ScopedHashTable to allow it to take an allocato... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chris Lattner | reduce redundancy in the hashing code and other misc... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Cameron Zwarich | Add a new loop-instsimplify pass, with the intention... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | fix some pastos |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | add DEBUG and -stats output to earlycse. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | Enhance earlycse to do CSE of casts, instsimplify and... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | split dom frontier handling stuff out to its own Domina... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | sketch out a new early cse pass. No functionality... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | fix a miscompilation of tramp3d-v4: when forming a... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | If a loop iterates exactly once (has backedge count... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Benjamin Kramer | Try to reuse the value when lowering memset. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Benjamin Kramer | Lower the i8 extension in memset to a multiply instead... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Oscar Fuentes | A workaround for a bug in cmake 2.8.3 diagnosed on... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Nick Lewycky | Also remove functions that use complex constant express... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | enhance loop idiom recognition to scan *all* unconditio... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | make inSubLoop much more efficient. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | rip out isExitBlockDominatedByBlockInLoop, calling... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | add a list of opportunities for future improvement. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | update a bunch of entries. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Duncan Sands | Fix PR8702 by not having LoopSimplify claim to preserve... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Remove an unused member function. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Oscar Fuentes | Propagate to parent scope changes made to CMAKE_CXX_FLAGS. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Fix a typo in a variable name. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Move a load into the only branch where it is used and... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Add the explanatory comment from r122680's commit messa... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Tidy up indentation. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Fix a typo, which should also fix the failure on llvm... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | Allow loop-idiom to run on multiple BB loops, but still... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Remove the #ifdef'd code for balancing the eval-link... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | remove debugging code. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | add some -stats output. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | improve loop rotation to use CodeMetrics to analyze the |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Cameron Zwarich | Speed up dominator computation some more by optimizing... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Chris Lattner | teach loop idiom recognition to form memcpy's from... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Nick Lewycky | Remove functions from the FnSet when one of their calle... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | a missed __builtin_object_size case. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | various updates. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | fix a globalopt crash on two Adobe-C++ testcases that... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Rafael Espindola | Fix darwin bots. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Benjamin Kramer | Remove empty directories left behind by git-svn users. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Rafael Espindola | Add support for the 'H' modifier. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Anton Korobeynikov | Update the test |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | turn on memset idiom recognition by default. Though... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Anton Korobeynikov | Model operand restrictions of mul-like instructions... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | add a validity check that was missed, fixing a crash... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Duncan Sands | Revert commit 122654 at the request of Chris, who recko... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | improve validity check to handle constant-trip-count... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris Lattner | implement the "no aliasing accesses in loop" safety... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Rafael Espindola | Fix PR8878. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Duncan Sands | Correct a bunch of mistakes which meant that the exampl... |
commit | commitdiff | tree | snapshot |
next |