2007-07-20 |
Devang Patel | Use SmallVector instead of std::vector. |
tree | commitdiff |
2007-07-20 |
Dan Gohman | Optimize alignment of loads and stores. |
tree | commitdiff |
2007-07-20 |
Duncan Sands | Place SCCPSolver also in the anonymous namespace. ... |
tree | commitdiff |
2007-07-20 |
Owen Anderson | Fix a bug where we were marking GEP expressions with... |
tree | commitdiff |
2007-07-20 |
Owen Anderson | When removing instructions from the analysis, be sure... |
tree | commitdiff |
2007-07-20 |
Evan Cheng | Because we promote SSE logical ops and loads to v2i64... |
tree | commitdiff |
2007-07-20 |
Evan Cheng | Oops. These stores actually produce results. |
tree | commitdiff |
2007-07-19 |
Evan Cheng | Fix custom lowering of SSE FXOR. |
tree | commitdiff |
2007-07-19 |
Evan Cheng | Fix patterns so we isel the xorps, etc. for floating... |
tree | commitdiff |
2007-07-19 |
Reid Spencer | For PR1553: |
tree | commitdiff |
2007-07-19 |
Reid Spencer | Hush a noisy warning from GCC 4.2 about overflow during... |
tree | commitdiff |
2007-07-19 |
Owen Anderson | Make val_replace fail early, which reduces the time... |
tree | commitdiff |
2007-07-19 |
Devang Patel | Verify loop info. |
tree | commitdiff |
2007-07-19 |
Duncan Sands | Replace mysterious code causing a g++-4.2 warning |
tree | commitdiff |
2007-07-19 |
Duncan Sands | As pointed out by g++-4.2, the original code didn't do |
tree | commitdiff |
2007-07-19 |
Owen Anderson | Remember to free the heap allocated array if we're... |
tree | commitdiff |
2007-07-19 |
Owen Anderson | Use SmallVector and DenseMap in even more places. |
tree | commitdiff |
2007-07-19 |
Owen Anderson | Change ValueTable to use a DenseMap for mapping express... |
tree | commitdiff |
2007-07-19 |
Devang Patel | Set up ground work to verify preserved analysis info. |
tree | commitdiff |
2007-07-19 |
Owen Anderson | Move some sets and maps to SmallPtrSet and DenseMap... |
tree | commitdiff |
2007-07-19 |
Devang Patel | After a basic block is split into two parts, |
tree | commitdiff |
2007-07-19 |
Devang Patel | Now this temp. fix is not required. |
tree | commitdiff |
2007-07-19 |
Evan Cheng | Change instruction description to split OperandList... |
tree | commitdiff |
2007-07-19 |
Evan Cheng | Only adjust esp around calls in presence of alloca. |
tree | commitdiff |
2007-07-19 |
Evan Cheng | Only adjust esp around calls in presence of alloca. |
tree | commitdiff |
2007-07-18 |
Devang Patel | Fix typo. |
tree | commitdiff |
2007-07-18 |
Devang Patel | Fix dominator info update to accommodate CFG changes. |
tree | commitdiff |
2007-07-18 |
Evan Cheng | Add comment. |
tree | commitdiff |
2007-07-18 |
Evan Cheng | Use MOV instead of LEA to restore ESP if callee-saved... |
tree | commitdiff |
2007-07-18 |
Dan Gohman | Add constructor overloads for LoadInst and StoreInst... |
tree | commitdiff |
2007-07-18 |
Dan Gohman | Implement initial memory alignment awareness for SSE... |
tree | commitdiff |
2007-07-18 |
Owen Anderson | Fix an issue where assignments that caused a SmallPtrSe... |
tree | commitdiff |
2007-07-18 |
Dan Gohman | It's not necessary to do rounding for alloca operations... |
tree | commitdiff |
2007-07-18 |
Evan Cheng | New entry. |
tree | commitdiff |
2007-07-17 |
Evan Cheng | Fold prologue esp update when possible. |
tree | commitdiff |
2007-07-17 |
Evan Cheng | Dead code. |
tree | commitdiff |
2007-07-17 |
Evan Cheng | Make sure not to break eh_return. |
tree | commitdiff |
2007-07-17 |
Evan Cheng | Update. |
tree | commitdiff |
2007-07-17 |
Evan Cheng | Missed the case where alloca is used but the stack... |
tree | commitdiff |
2007-07-17 |
Rafael Espindola | detect invalid combination of sret and byval |
tree | commitdiff |
2007-07-17 |
Evan Cheng | Use push / pop for prologues and epilogues. |
tree | commitdiff |
2007-07-17 |
Chris Lattner | no email addrs in file headers |
tree | commitdiff |
2007-07-17 |
Reid Spencer | Unbreak the build by putting calls to free into the... |
tree | commitdiff |
2007-07-16 |
Owen Anderson | Take advantage of undefined behavior if the source... |
tree | commitdiff |
2007-07-16 |
Owen Anderson | Add support for walking up memory def chains, which... |
tree | commitdiff |
2007-07-16 |
Owen Anderson | Use realloc() to (potentially) resize the contents... |
tree | commitdiff |
2007-07-16 |
Reid Spencer | Return Undef if the block has no dominator. This was... |
tree | commitdiff |
2007-07-16 |
Dan Gohman | Use ConstantFoldFP for folding all unary floating-point... |
tree | commitdiff |
2007-07-16 |
Dan Gohman | Fix comments about vectors to use the current wording. |
tree | commitdiff |
2007-07-16 |
Chris Lattner | Repair a regression in Transforms/InstCombine/mul.ll... |
tree | commitdiff |
2007-07-16 |
Nick Lewycky | Start adding and cleaning up comments. |
tree | commitdiff |
2007-07-16 |
Nick Lewycky | Handle decrementing loops properly. Fixes PR1533. |
tree | commitdiff |
2007-07-15 |
Chris Lattner | Implement shift-simplify.ll:test[45]. |
tree | commitdiff |
2007-07-15 |
Chris Lattner | Implement shift-simplify.ll:test3, turning: |
tree | commitdiff |
2007-07-14 |
Nick Lewycky | Clarify the language. Pointed out by Duncan Sands. |
tree | commitdiff |
2007-07-14 |
Nick Lewycky | Fix the build. Patch from Holger Schurig. |
tree | commitdiff |
2007-07-14 |
Anton Korobeynikov | Long live the exception handling! |
tree | commitdiff |
2007-07-14 |
Nick Lewycky | Use maximal intersection algorithm exclusively. Fixes... |
tree | commitdiff |
2007-07-14 |
Nick Lewycky | Add alternate ConstantRange intersection algorithm. |
tree | commitdiff |
2007-07-13 |
Devang Patel | Make LCSSA a loop pass. |
tree | commitdiff |
2007-07-13 |
Evan Cheng | Fix for PR1540: Specify F0, F1 are sub-registers of... |
tree | commitdiff |
2007-07-13 |
Owen Anderson | Handle GEPs with all-zero indices in the same way we... |
tree | commitdiff |
2007-07-13 |
Devang Patel | Disable claims to preserve analysis until open issues... |
tree | commitdiff |
2007-07-13 |
Dan Gohman | Fix the comment for LegalizeOp to more accurately refle... |
tree | commitdiff |
2007-07-13 |
Dan Gohman | Don't call SimplifyVBinOp for non-vector operations... |
tree | commitdiff |
2007-07-13 |
Owen Anderson | Be more aggressive in removing dead stores, and in... |
tree | commitdiff |
2007-07-13 |
Dale Johannesen | Modify previous patch per review comments. |
tree | commitdiff |
2007-07-13 |
Dale Johannesen | Skeleton of post-RA scheduler; doesn't do anything... |
tree | commitdiff |
2007-07-13 |
Chris Lattner | Fix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551) |
tree | commitdiff |
2007-07-12 |
Owen Anderson | Reimplement removing stores to allocas at the end of... |
tree | commitdiff |
2007-07-12 |
Owen Anderson | Make the condition-checking for free with non-trivial... |
tree | commitdiff |
2007-07-12 |
Owen Anderson | Remove the end-block handling code. It was unsafe... |
tree | commitdiff |
2007-07-12 |
Dale Johannesen | ARM: make branch folder remove unconditional branches |
tree | commitdiff |
2007-07-12 |
Duncan Sands | The type ids making up a filter are unsigned, and |
tree | commitdiff |
2007-07-12 |
Gabor Greif | checked in as obvious, |
tree | commitdiff |
2007-07-12 |
Chris Lattner | another missed SSE optimization |
tree | commitdiff |
2007-07-12 |
Owen Anderson | Let MemoryDependenceAnalysis take care of updating... |
tree | commitdiff |
2007-07-11 |
Devang Patel | Preserve analysis info. |
tree | commitdiff |
2007-07-11 |
Bruno Cardoso Lopes | Added support for Mips specific GAS directives |
tree | commitdiff |
2007-07-11 |
Bruno Cardoso Lopes | Added support for framepointer |
tree | commitdiff |
2007-07-11 |
Owen Anderson | Handle the case where an entire structure is freed... |
tree | commitdiff |
2007-07-11 |
Bruno Cardoso Lopes | Now that stack is represented the right way, LOA starts... |
tree | commitdiff |
2007-07-11 |
Bruno Cardoso Lopes | Fixed AddLiveOut issues |
tree | commitdiff |
2007-07-11 |
Bruno Cardoso Lopes | Removed unused immediate PatLeaf, fixed lui instruction |
tree | commitdiff |
2007-07-11 |
Bruno Cardoso Lopes | Added MipsMachineFunction class, to hold Mips dinamic... |
tree | commitdiff |
2007-07-11 |
Owen Anderson | Add support for eliminate stores to stack-allocated... |
tree | commitdiff |
2007-07-11 |
Owen Anderson | Handle eliminating stores that occur right before a... |
tree | commitdiff |
2007-07-11 |
Lauro Ramos Venancio | Handle packed structs in the CBackend. |
tree | commitdiff |
2007-07-11 |
Evan Cheng | Missed a couple of places where new instructions are... |
tree | commitdiff |
2007-07-11 |
Owen Anderson | Clean up a few things based on Chris' feedback. |
tree | commitdiff |
2007-07-11 |
Tanya Lattner | Adding ability to demote phi to stack. |
tree | commitdiff |
2007-07-11 |
Dale Johannesen | Fix hang compiling TimberWolf (allow for islands |
tree | commitdiff |
2007-07-11 |
Lauro Ramos Venancio | Assert when TLS is not implemented. |
tree | commitdiff |
2007-07-11 |
Duncan Sands | Exception handling has been implemented. |
tree | commitdiff |
2007-07-11 |
Chris Lattner | Fix an oversight: for modules with no other identifying... |
tree | commitdiff |
2007-07-11 |
Duncan Sands | If assertions are not enabled, we should return False... |
tree | commitdiff |
2007-07-11 |
Evan Cheng | No longer need to track last def / use. |
tree | commitdiff |
2007-07-11 |
Evan Cheng | Fix for PR1545: Revamp code that update kill informatio... |
tree | commitdiff |
2007-07-11 |
Owen Anderson | Add FastDSE, a new algorithm for doing dead store elimi... |
tree | commitdiff |
2007-07-10 |
David Greene | Make this work with GLIBCXX_DEBUG. |
tree | commitdiff |
next |