2009-09-27 |
Dan Gohman | When a loop is deleted, immediately release all of... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Extract the code for releasing a pass into a separate... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Remove the "metadata*" type and simplify the code it... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | LBRX no longer has an explicit SrcValueSDNode operand... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | The bitcast case is not needed here: instcombine turns... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | New unit test for the cloning module, which so far... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | calls are already unmovable, malloc doesn't need a... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | calls to external functions are already marked overdefi... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | calls are already handled, malloc doesn't need a specia... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Round out the API for the new optimization flags. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | calls are rejected above, no need to special case mallo... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | remove special handling of bitcast(malloc), it will... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | unlike the malloc instruction, "malloc" calls do not... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | add a new DirectiveMap stringmap, which allows more... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Link order: it matters. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | allow pushing icmps through phis with multiple uses... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | Enhance the previous fix for PR4895 to allow more value... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | implement PR4895, by making FoldOpIntoPhi handle select... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | avoid copying MCAsmInfo by value, add an (extremely... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Tilmann Scheller | Use explicit structs instead of std::pair to map callee... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Delete a bogus comment. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Remove a redundant assert. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Jeffrey Yasskin | Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Fix SCEVExpander's canonical addrec expansion code... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Add dominates and releaseMemory member functions to... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Grab an LLVM Context from an instruction that exists... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Clarify a comment. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Tell ScalarEvolution to forget everything it knows... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Micro-optimize DerivedType::dropAllTypeUses. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Instead of testing whether an instruction dominates... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Add a properlyDominates member function to ScalarEvolution. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Remove a redundant #include. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Torok Edwin | Avoid using mutex locks if not in multithreaded mode... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Evan Cheng | Enable pre-regalloc load / store multiple pass for... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | rename REG -> REGISTER to make it explicit in the doc... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | implement and document support for filecheck variables... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Remove dead code from this function and optimize. Updat... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Instruction::clone does not need to take an LLVMContext... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Filecheckify this one test. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Leave a pointer to the documentation so that people... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Correct the version numbers to match those actually... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Move the integer type out of 'derived' and into 'primit... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Chris Lattner | remove support for "NoSub" from regex. It seems like... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Torok Edwin | Speed up clang-only link, by really linking only clang... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Evan Cheng | Remove this test. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Dan Gohman | Fix SimplifyLibCalls to transfer attributes from callee... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Dan Gohman | Fix a case where ScalarEvolution was expanding pointer... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Duncan Sands | For the NSWSub support in the builder to actually be... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Dan Gohman | Convert comparisons like (x == infinity) to (x >= infin... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Duncan Sands | Add methods for creating NSW subtraction, as already... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Dan Gohman | Add a comment describing natural loops. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Daniel Dunbar | "Update" tests for -disable-if-conversion removal.... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Evan Cheng | Really remove this option. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Evan Cheng | Remove a couple of unused command line options. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Evan Cheng | Convert test to filecheck. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Dan Gohman | Don't hoist or sink instructions with physreg uses... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Dan Gohman | I put the wrong rdar number in this test. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Unbreak MachineLICM for instructions that reference... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Rename ConstantFP's getInf to getInfinity. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Move MachineMemOperand::getAlignment out of line, to... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Daniel Dunbar | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Add a ConstantFP::getInf utility function for creating... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Fix MachineSink to be able to sink instructions that... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Anton Korobeynikov | Regenerate |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Anton Korobeynikov | Provide proper masks for neon perfect shuffle table. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Simplify a few more uses of reg_iterator. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Simplify this code by using use_iterator instead of... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Evan Cheng | Code clean up and prepare for Thumb2 support. No functi... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Evan Cheng | Flip -disable-post-RA-scheduler to -post-RA-scheduler. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Jeffrey Yasskin | Fix a compile failure introduced by r82675 on MinGW... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Handle sqrt in CannotBeNegativeZero. absf and absl |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Improve MachineMemOperand handling. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Rename getTargetNode to getMachineNode, for consistency... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
David Goodwin | Finish scheduling itineraries for NEON. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Add readonly to some sin and cos calls; transformations |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Victor Hernandez | Revert 82694 "Auto-upgrade malloc instructions to mallo... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Make sure sin, cos, sqrt calls are marked readonly |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | reject attempts to use ()'s in patterns, these are... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | reimplement the regex matching strategy by building... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Generate FSQRT from calls to the sqrt function, which |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | special case Patterns that are a single fixed string... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Revise C library functions description to be vaguer... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Jeffrey Yasskin | This patch causes the --enable-debug-runtime configure... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Bob Wilson | Add some comments to clarify things that I discovered... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Daniel Dunbar | Make llvm-bcanalyzer percentages more readable. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Daniel Dunbar | Strip trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Bob Wilson | pr4926: ARM requires the stack pointer to be aligned... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Duncan Sands | Print INST_INBOUNDS_GEP rather than UnknownCode30. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | convert testcases to filecheck. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | filecheck should not match a \n with a . |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | remove a large unreduced testcase |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | turn a std::pair into a real class. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Nate Begeman | Fix combiner-aa issue with bases which are different... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Bob Wilson | Update the description of MachineFrameInfo's OffsetAdju... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Don't try to use pre-indexed addressing with sthbrx... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Add a version of dumpr() that has a SelectionDAG* argument. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Jim Grosbach | Start of revamping the register scavenging in PEI.... |
commit | commitdiff | tree | snapshot |
next |