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