| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r63025 and r63026, with fixes for the failing testcases. | Owen Anderson | 2009-01-26 | 1 | -356/+13 |
* | Fix PR3393, which amounts to a bug in the expensive | Duncan Sands | 2009-01-26 | 3 | -16/+53 |
* | Add method raw_fd_ostream::seek() for random access within a file. | Ted Kremenek | 2009-01-26 | 2 | -1/+11 |
* | At Nick Lewycky's request, rename this test with a more informative name. | Dan Gohman | 2009-01-26 | 1 | -0/+0 |
* | Also revert r63206 | Bill Wendling | 2009-01-26 | 1 | -0/+321 |
* | Temporarily revert r63025 until the testsuite failures can be fixed. | Bill Wendling | 2009-01-26 | 1 | -12/+34 |
* | Fix the name of an argument. | Dan Gohman | 2009-01-26 | 1 | -2/+2 |
* | During bittest switch lowering emit shift in the test block, which should (th... | Anton Korobeynikov | 2009-01-26 | 1 | -11/+9 |
* | Get rid of a bunch of dead code now that interval reconstruction is enabled. | Owen Anderson | 2009-01-26 | 1 | -321/+0 |
* | Fix an issue where LiveIntervals was trying to be smart about removing kill | Owen Anderson | 2009-01-26 | 1 | -34/+12 |
* | Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside cal... | Evan Cheng | 2009-01-26 | 2 | -8/+72 |
* | Silence a bogus compiler warning. | Evan Cheng | 2009-01-26 | 1 | -1/+1 |
* | Update VS project files. | Steve Naroff | 2009-01-26 | 2 | -0/+24 |
* | Fix a bug in BitVector.h. All assignment operations (except the usual | Roman Levenstein | 2009-01-26 | 1 | -3/+3 |
* | Actually source file has already been uniquified into an id during isel. Elim... | Evan Cheng | 2009-01-26 | 3 | -40/+12 |
* | Add data structure to define and track debug location during codegen. | Evan Cheng | 2009-01-26 | 3 | -1/+150 |
* | Looks like comments were chopped off. | Evan Cheng | 2009-01-26 | 1 | -2/+3 |
* | LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un... | Evan Cheng | 2009-01-26 | 1 | -2/+2 |
* | Fixed optimization of combining two shuffles where the first shuffle inputs | Mon P Wang | 2009-01-26 | 2 | -1/+22 |
* | Take the next steps in making SDUse more consistent with LLVM Use, and | Dan Gohman | 2009-01-26 | 5 | -266/+238 |
* | Untabify code. | Scott Michel | 2009-01-26 | 6 | -49/+49 |
* | CellSPU: | Scott Michel | 2009-01-26 | 11 | -300/+552 |
* | Fix a typo | Nate Begeman | 2009-01-26 | 1 | -3/+2 |
* | De-identifying per sabre review | Nate Begeman | 2009-01-26 | 1 | -56/+59 |
* | Build libLTO on any platform so long as PIC is enabled. | Nick Lewycky | 2009-01-26 | 2 | -8/+3 |
* | Add some documentation for address-space-based access to the segment registers. | Nate Begeman | 2009-01-26 | 1 | -1/+22 |
* | Handle single-entry phi nodes gracefully in condprop. | Chris Lattner | 2009-01-26 | 2 | -0/+45 |
* | Fix PR3408 by making a non-obvious assumption very obvious, and | Chris Lattner | 2009-01-26 | 2 | -2/+27 |
* | More cleanups and simplifications, no functionality change. | Chris Lattner | 2009-01-26 | 1 | -47/+23 |
* | tidy asserts | Chris Lattner | 2009-01-26 | 1 | -18/+17 |
* | Map address space 256 to gs; similar mappings could be supported for the | Nate Begeman | 2009-01-26 | 3 | -0/+28 |
* | Support pattern matching various x86 sse shifts. | Nate Begeman | 2009-01-26 | 1 | -0/+93 |
* | silence a warning when assertions are disabled. | Chris Lattner | 2009-01-25 | 1 | -3/+3 |
* | should have removed the + when manually applying a patch! | Torok Edwin | 2009-01-25 | 1 | -2/+2 |
* | revert this patch for now, because Codegen does still want to generate SSE code, | Torok Edwin | 2009-01-25 | 3 | -0/+8 |
* | testcase for llvm-gcc part of PR3402. | Torok Edwin | 2009-01-25 | 1 | -0/+30 |
* | If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ... | Torok Edwin | 2009-01-25 | 2 | -2/+20 |
* | Eliminate the loop that searches through each of the operands | Dan Gohman | 2009-01-25 | 2 | -196/+179 |
* | Whitespace tidiments. | Dan Gohman | 2009-01-25 | 1 | -2/+1 |
* | Move the N->use_empty() assert from DeleteNode to | Dan Gohman | 2009-01-25 | 1 | -3/+2 |
* | Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?" | Dan Gohman | 2009-01-25 | 1 | -12/+22 |
* | Start generating arbitrary precision integer SCEVs. This removes the temporary | Nick Lewycky | 2009-01-25 | 1 | -11/+1 |
* | Actually run the test in this directory. | Nick Lewycky | 2009-01-25 | 1 | -0/+3 |
* | The function that does nothing but call malloc is noalias return. | Nick Lewycky | 2009-01-25 | 2 | -5/+17 |
* | Private linkage support for PPC / Darwin. | Evan Cheng | 2009-01-25 | 2 | -0/+7 |
* | Teach 2addr pass to be do more commuting. If both uses of a two-address instr... | Evan Cheng | 2009-01-25 | 5 | -9/+132 |
* | Fix an indent and a typo. | Nate Begeman | 2009-01-24 | 2 | -2/+2 |
* | Revert previous change; even this mild and clearly | Dale Johannesen | 2009-01-24 | 1 | -7/+4 |
* | add note about possible GEP improvement with fields of size 0. | Torok Edwin | 2009-01-24 | 1 | -0/+6 |
* | Add a PR comment to this test. | Dan Gohman | 2009-01-24 | 1 | -0/+1 |