| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a __builtin_object_size test. | Evan Cheng | 2009-03-25 | 1 | -0/+16 |
* | Fix a bug in our autoupgrade support: in an argument list to a function | Chris Lattner | 2009-03-25 | 2 | -4/+19 |
* | do not rely on callee being operand 0 | Gabor Greif | 2009-03-25 | 1 | -1/+1 |
* | Do not ignore DW_TAG_class_type! | Devang Patel | 2009-03-25 | 1 | -0/+1 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 1 | -0/+3 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 55 | -134/+166 |
* | Don't print global names twice with -asm-verbose. | Evan Cheng | 2009-03-25 | 2 | -3/+3 |
* | Revert r67655 and r67656, as they are breaking the build. I'm | Dan Gohman | 2009-03-25 | 3 | -1392/+1010 |
* | Fix PR3874 by restoring a condition I removed, but making it more | Chris Lattner | 2009-03-25 | 2 | -1/+11 |
* | Do not ignore DW_TAG_class_type! | Devang Patel | 2009-03-25 | 1 | -0/+1 |
* | LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT. | Dan Gohman | 2009-03-25 | 1 | -1/+1 |
* | oops, I intended to remove this, not comment it out. Thanks Duncan! | Chris Lattner | 2009-03-24 | 1 | -2/+1 |
* | Regenerate configure. | Dan Gohman | 2009-03-24 | 1 | -1004/+1386 |
* | Fix paths; AutoRegen.sh changes its current working directory to be the | Dan Gohman | 2009-03-24 | 2 | -6/+6 |
* | Update for autoconf 2.6x; | Dan Gohman | 2009-03-24 | 1 | -3/+3 |
* | Converted a1.ll to unittests. | Misha Brukman | 2009-03-24 | 6 | -49/+197 |
* | Mention explicitly that the Ada front-end will not bootstrap. | Duncan Sands | 2009-03-24 | 1 | -0/+5 |
* | Fix PR3845: Avoid stale MachineInstruction pointer reference. | Evan Cheng | 2009-03-24 | 1 | -3/+1 |
* | Fix bash-isms. | Dan Gohman | 2009-03-24 | 1 | -2/+2 |
* | Set the svn:mime-type to text/x-sh, so that diffs work. | Dan Gohman | 2009-03-24 | 0 | -0/+0 |
* | simplify logic and get rid of the assumption that operand 0 is the callee | Gabor Greif | 2009-03-24 | 1 | -3/+3 |
* | canonicalize inttoptr and ptrtoint instructions which cast pointers | Chris Lattner | 2009-03-24 | 2 | -5/+53 |
* | fix one more fp80 case (used only by Interpreter) | Dale Johannesen | 2009-03-24 | 1 | -21/+5 |
* | two changes: | Chris Lattner | 2009-03-24 | 2 | -45/+36 |
* | Change JIT for different layout of fp80. | Dale Johannesen | 2009-03-24 | 1 | -5/+5 |
* | Add a testcase for the scheduling heuristic introduced in r67586. | Dan Gohman | 2009-03-24 | 1 | -0/+242 |
* | more tidying: name the components of PhysReg in the case when | Chris Lattner | 2009-03-24 | 1 | -8/+9 |
* | Tidy a bit more. | Chris Lattner | 2009-03-24 | 1 | -3/+3 |
* | simplify this code a bit now that "allocation to a vreg class" can never | Chris Lattner | 2009-03-24 | 1 | -16/+13 |
* | I was convinced that it's ok to allow a second i8 return value | Dan Gohman | 2009-03-24 | 1 | -7/+8 |
* | Minor compile-time optimization; don't bother checking | Dan Gohman | 2009-03-24 | 1 | -1/+1 |
* | Add a pre-pass to the burr-list scheduler which makes adjustments to | Dan Gohman | 2009-03-24 | 1 | -0/+120 |
* | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 10 | -134/+229 |
* | Use a SmallPtrSet instead of std::set. | Dale Johannesen | 2009-03-23 | 2 | -4/+3 |
* | Fix a bug in spill weight computation. If the alias is a super-register, and ... | Evan Cheng | 2009-03-23 | 2 | -7/+57 |
* | Add sanity check in Clang TableGen backend to check if 'Component' is a string. | Ted Kremenek | 2009-03-23 | 1 | -1/+1 |
* | Fix internal representation of fp80 to be the | Dale Johannesen | 2009-03-23 | 9 | -27/+97 |
* | README.txt: test commit w/blank line appended | John Mosby | 2009-03-23 | 1 | -0/+1 |
* | When unfolding a load during scheduling, the new operator node has | Dan Gohman | 2009-03-23 | 1 | -3/+6 |
* | Update test for pr3864. | Evan Cheng | 2009-03-23 | 1 | -0/+2 |
* | Fix PR3391 and PR3864. Reg allocator infinite looping. | Evan Cheng | 2009-03-23 | 4 | -8/+59 |
* | Don't set SUnit::hasPhysRegDefs to true unless the defs are | Dan Gohman | 2009-03-23 | 1 | -1/+4 |
* | Fix canClobberPhysRegDefs to check all SDNodes grouped together | Dan Gohman | 2009-03-23 | 1 | -14/+19 |
* | Add a new bit to SUnit to record whether a node has implicit physreg | Dan Gohman | 2009-03-23 | 2 | -3/+10 |
* | Now that errs() is properly non-buffered, there's no need to | Dan Gohman | 2009-03-23 | 7 | -11/+5 |
* | Clarify a comment. | Dan Gohman | 2009-03-23 | 1 | -1/+1 |
* | LoopVR is not CFGOnly. | Dan Gohman | 2009-03-23 | 1 | -1/+1 |
* | Enhance LiveValues to work on PHI operands. | Dan Gohman | 2009-03-23 | 1 | -13/+24 |
* | Make getOperandNumForIncomingValue and getOperandNumForIncomingBlock | Dan Gohman | 2009-03-23 | 1 | -2/+10 |
* | Correct some comments. Operand numbers start at 0. | Dan Gohman | 2009-03-23 | 1 | -6/+6 |