| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the Dwarf macro information section optional; CellSPU's assembler | Scott Michel | 2009-01-26 | 2 | -5/+10 |
* | Implement Red Zone utilization on x86-64. This is currently | Dan Gohman | 2009-01-26 | 2 | -0/+19 |
* | 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 | 2 | -16/+37 |
* | Add method raw_fd_ostream::seek() for random access within a file. | Ted Kremenek | 2009-01-26 | 1 | -0/+6 |
* | 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 |
* | During bittest switch lowering emit shift in the test block, which should (th... | asl | 2009-01-26 | 1 | -11/+9 |
* | Get rid of a bunch of dead code now that interval reconstruction is enabled. | resistor | 2009-01-26 | 1 | -321/+0 |
* | Fix an issue where LiveIntervals was trying to be smart about removing kill | resistor | 2009-01-26 | 1 | -34/+12 |
* | Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside cal... | evancheng | 2009-01-26 | 1 | -8/+27 |
* | Silence a bogus compiler warning. | evancheng | 2009-01-26 | 1 | -1/+1 |
* | Actually source file has already been uniquified into an id during isel. Elim... | evancheng | 2009-01-26 | 1 | -15/+3 |
* | Add data structure to define and track debug location during codegen. | evancheng | 2009-01-26 | 1 | -0/+27 |
* | Fixed optimization of combining two shuffles where the first shuffle inputs | wangmp | 2009-01-26 | 1 | -1/+3 |
* | Take the next steps in making SDUse more consistent with LLVM Use, and | djg | 2009-01-26 | 4 | -88/+77 |
* | Untabify code. | pingbak | 2009-01-26 | 6 | -49/+49 |
* | CellSPU: | pingbak | 2009-01-26 | 6 | -231/+468 |
* | Fix a typo | sampo | 2009-01-26 | 1 | -3/+2 |
* | De-identifying per sabre review | sampo | 2009-01-26 | 1 | -56/+59 |
* | Handle single-entry phi nodes gracefully in condprop. | lattner | 2009-01-26 | 1 | -0/+8 |
* | Fix PR3408 by making a non-obvious assumption very obvious, and | lattner | 2009-01-26 | 1 | -2/+6 |
* | More cleanups and simplifications, no functionality change. | lattner | 2009-01-26 | 1 | -47/+23 |
* | tidy asserts | lattner | 2009-01-26 | 1 | -18/+17 |
* | Map address space 256 to gs; similar mappings could be supported for the | sampo | 2009-01-26 | 2 | -0/+20 |
* | Support pattern matching various x86 sse shifts. | sampo | 2009-01-26 | 1 | -0/+93 |
* | silence a warning when assertions are disabled. | lattner | 2009-01-25 | 1 | -3/+3 |
* | should have removed the + when manually applying a patch! | edwin | 2009-01-25 | 1 | -2/+2 |
* | revert this patch for now, because Codegen does still want to generate SSE code, | edwin | 2009-01-25 | 1 | -0/+4 |
* | If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ... | edwin | 2009-01-25 | 1 | -2/+0 |
* | Eliminate the loop that searches through each of the operands | djg | 2009-01-25 | 1 | -195/+178 |
* | Whitespace tidiments. | djg | 2009-01-25 | 1 | -2/+1 |
* | Move the N->use_empty() assert from DeleteNode to | djg | 2009-01-25 | 1 | -3/+2 |
* | Start generating arbitrary precision integer SCEVs. This removes the temporary | nicholas | 2009-01-25 | 1 | -11/+1 |
* | The function that does nothing but call malloc is noalias return. | nicholas | 2009-01-25 | 1 | -5/+6 |
* | Private linkage support for PPC / Darwin. | evancheng | 2009-01-25 | 1 | -0/+2 |
* | Teach 2addr pass to be do more commuting. If both uses of a two-address instr... | evancheng | 2009-01-25 | 1 | -6/+104 |
* | Fix an indent and a typo. | sampo | 2009-01-24 | 2 | -2/+2 |
* | Revert previous change; even this mild and clearly | johannes | 2009-01-24 | 1 | -7/+4 |
* | add note about possible GEP improvement with fields of size 0. | edwin | 2009-01-24 | 1 | -0/+6 |
* | testcase for PR3381. | edwin | 2009-01-24 | 1 | -1/+1 |
* | void* is represented as pointer to empty struct {}. | edwin | 2009-01-24 | 1 | -0/+2 |
* | Some cleanups. No functional changes. | resistor | 2009-01-24 | 1 | -26/+34 |
* | Improve the inlining cost function a bit. | Dale Johannesen | 2009-01-24 | 1 | -3/+6 |
* | Make InstCombineStoreToCast handle aggregates more aggressively, | Chris Lattner | 2009-01-24 | 1 | -18/+48 |
* | Refactor code. No functionality change. | Evan Cheng | 2009-01-23 | 1 | -20/+38 |
* | Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f... | Devang Patel | 2009-01-23 | 3 | -2/+13 |
* | hopefully address PR3379 by making the P modifier work in x86 inline asm. | Chris Lattner | 2009-01-23 | 1 | -0/+3 |
* | use CallSite::isCalle instead of slow getOperandNo | Gabor Greif | 2009-01-23 | 1 | -3/+3 |
* | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif | 2009-01-23 | 4 | -10/+5 |