2007-07-13 |
Devang Patel | Make LCSSA a loop pass. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Evan Cheng | Fix for PR1540: Specify F0, F1 are sub-registers of... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Owen Anderson | Handle GEPs with all-zero indices in the same way we... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Devang Patel | Disable claims to preserve analysis until open issues... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Dan Gohman | Eliminate an unused parameter. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Dan Gohman | Fix the comment for LegalizeOp to more accurately refle... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | remove obsolete note |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Dan Gohman | Don't call SimplifyVBinOp for non-vector operations... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | fix some bugs in the manual |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Owen Anderson | Be more aggressive in removing dead stores, and in... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Dale Johannesen | Modify previous patch per review comments. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Dale Johannesen | Skeleton of post-RA scheduler; doesn't do anything... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | Fix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551) |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Gabor Greif | these tests do not need a triple on Solaris. Thanks... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Reid Spencer | Regenerate to pick up Gabor's changes. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Reid Spencer | Set the mime-type of this file to text/plain because... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Gabor Greif | * llvm.spec.in: update blurb |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Owen Anderson | Reimplement removing stores to allocas at the end of... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Owen Anderson | Make the condition-checking for free with non-trivial... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Owen Anderson | Remove the end-block handling code. It was unsafe... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Dale Johannesen | ARM: make branch folder remove unconditional branches |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Duncan Sands | The type ids making up a filter are unsigned, and |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Gabor Greif | checked in as obvious, |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Gabor Greif | fix the remaining 3 testcases that missed a target... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Chris Lattner | another missed SSE optimization |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Owen Anderson | Let MemoryDependenceAnalysis take care of updating... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Devang Patel | Preserve analysis info. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
David Greene | Get rid of annoying spaces. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Bruno Cardoso... | Added support for Mips specific GAS directives |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Bruno Cardoso... | Added support for framepointer |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Owen Anderson | Handle the case where an entire structure is freed... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Bruno Cardoso... | Now that stack is represented the right way, LOA starts... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Bruno Cardoso... | Fixed AddLiveOut issues |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Bruno Cardoso... | Removed unused immediate PatLeaf, fixed lui instruction |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Bruno Cardoso... | Added MipsMachineFunction class, to hold Mips dinamic... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Owen Anderson | Add support for eliminate stores to stack-allocated... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Owen Anderson | Handle eliminating stores that occur right before a... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Lauro Ramos... | Handle packed structs in the CBackend. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Anton Korobeynikov | Emit correct linkage. Patch by Roman Samoilov. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Evan Cheng | Add test case for PR1545. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Evan Cheng | Missed a couple of places where new instructions are... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Owen Anderson | Clean up a few things based on Chris' feedback. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Tanya Lattner | Adding ability to demote phi to stack. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Dale Johannesen | Fix hang compiling TimberWolf (allow for islands |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Lauro Ramos... | Assert when TLS is not implemented. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Duncan Sands | Exception handling has been implemented. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Chris Lattner | Fix an oversight: for modules with no other identifying... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Duncan Sands | If assertions are not enabled, we should return False... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Evan Cheng | No longer need to track last def / use. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Evan Cheng | Fix for PR1545: Revamp code that update kill informatio... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Reid Spencer | Adjust this per the changes to the configuration script... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Owen Anderson | Add FastDSE, a new algorithm for doing dead store elimi... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
David Greene | Make this work with GLIBCXX_DEBUG. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | Didn't mean the last commit. Revert. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Dale Johannesen | Fix fp_constant_op failure. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | Update. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Dale Johannesen | fix 80 columnn violations, increasing the world's |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Calculate the size of a array allocation correctly. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Fix a crasher when finding the dependency of a call. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Make this pass registration static as well. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Make the pass registration static. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Rafael Espindola | check for correct usage of the byval attribute |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Anton Korobeynikov | During module cloning copy aliases too. This fixes... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Handle vaarg instructions correctly. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Dan Gohman | Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Volatile loads and stores depend on each other. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | Remove clobbersPred. Add an OptionalDefOperand to instr... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | Remove clobbersPred. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | Add OptionalDefOperand. Remove clobbersPred. Also add... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | Try committing again. Add OptionalDefOperand. Remove... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Add support for finding the dependencies of call and... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | If the operand is marked M_OPTIONAL_DEF_OPERAND, then... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | Somehow this wasn't committed last time. M_CLOBBERS_PRE... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Fix the build, and fix the handling of pointer sizes. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Fix a bunch of things from Chris' feedback |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Dan Gohman | Add a regression test for folding spill code into scala... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Dan Gohman | Fix a bug in the folding of binary operators to undef. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Reid Spencer | Make sure to keep symbols for profile build. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Dan Gohman | Fix the folding of undef in several binary operators... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Reid Spencer | Simplify the handling of the --*flags options. The... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Reid Spencer | Makesure the -cppflags also uses the CPP.BaseFlags... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Reid Spencer | Make sure that preprocessor symbols like _DEBUG, NDEBUG... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | When a node value is only used by a CopyToReg, use... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Evan Cheng | Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Nick Lewycky | Update the ValueRanges interface to use value numbers... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Evidently my earlier fix did not go far enough. When... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Move some key maps from std::map to DenseMap. This... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Owen Anderson | Use a cheaper test, delaying calling find_leader()... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Dan Gohman | Define non-intrinsic instructions for vector min, max... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Owen Anderson | Add an assertion if find_leader fails. |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Owen Anderson | When resizing a BitVector with size 0, be sure to clear... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Owen Anderson | Take advantage of the new fast SmallPtrSet assignment... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Owen Anderson | Make the assignment operator for SmallPtrSet much faste... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Dan Gohman | Preserve volatililty and alignment information when... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Devang Patel | Expose struct size threhold to allow users to tweak... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Dan Gohman | Change getCopyToParts and getCopyFromParts to always... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Owen Anderson | Make the assignment operator for SmallPtrSet return... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Devang Patel | Fix memory leak. |
commit | commitdiff | tree | snapshot |
next |