- 74a057b Revert previous change in favour of an explanatory comment. by Duncan Sands · 16 years ago
- f89c269 A Release-Asserts build makes it sound like assertions by Duncan Sands · 16 years ago
- ea4d351 Shrink wrapping in PEI: initial release. Finishing development, enable with --shrink-wrap. by John Mosby · 16 years ago
- cb2480d Add a __builtin___memset_chk test. by Evan Cheng · 16 years ago
- 2d69724 One more place to skip debug info. by Dale Johannesen · 16 years ago
- fafd98b While hoisting an instruction, update alias info set tracker. by Devang Patel · 16 years ago
- e568f64 Update to account for driver renaming. by Mike Stump · 16 years ago
- 9272253 -no-implicit-float means explicit fp operations are legal. by Evan Cheng · 16 years ago
- 0802851 Add -march=x86. by Evan Cheng · 16 years ago
- 3cd3c72 Fix misc. small issues with debug visualization. by Mikhail Glushenkov · 16 years ago
- 9d7b530 tADDhirr is a thumb instruction. Do not allow this code to be reached in non-thumb mode. by Evan Cheng · 16 years ago
- b98bbb7 Don't assign a new stack slot if the pre-alloc splitter already assigned one. by Owen Anderson · 16 years ago
- da4231f fix a few spelling errors and typos by Jim Grosbach · 16 years ago
- 866cc60 Use 'bool' for FoundRC by Jim Grosbach · 16 years ago
- dccbfea Add -f to RUN line. by Bill Wendling · 16 years ago
- a02a3dd Pull transform from target-dependent code into target-independent code. by Bill Wendling · 16 years ago
- a95dbf2 no need for eh info by Chris Lattner · 16 years ago
- e7fa1f2 fix warning in -asserts mode. by Chris Lattner · 16 years ago
- e3a8583 fix some warnings in release-asserts mode. by Chris Lattner · 16 years ago
- d401507 fix an apparently real bug exposed by a warning in -asserts mode. by Chris Lattner · 16 years ago
- 022a27e fix warning in -asserts build. by Chris Lattner · 16 years ago
- 24c98ce Add testcase for r67728. by Bill Wendling · 16 years ago
- 8b4b874 Match this pattern so that we can generate simpler code: by Bill Wendling · 16 years ago
- bddc442 Doxygen-ify comments. by Bill Wendling · 16 years ago
- 6aae1d6 Skip debug info one more place. (This one gets by Dale Johannesen · 16 years ago
- 575ec80 Before deleting a basic block, give other loop passes a chance cleanup analysis values, related to the instructions in the basic block. by Devang Patel · 16 years ago
- 54f3022 Modify getRegisterValueType() to allow for a register being in mutliple by Jim Grosbach · 16 years ago
- e597282 Add a test case for PR3779: when to promote the function return value. by Evan Cheng · 16 years ago
- 3927f43 Revert 67132. This is breaking some objective-c apps. by Evan Cheng · 16 years ago
- a466ee3 One more test. by Evan Cheng · 16 years ago
- beaec4c When optimizing with debug info, don't keep the by Dale Johannesen · 16 years ago
- ea4753e Add __builtin___memcpy_chk tests. by Evan Cheng · 16 years ago
- 1a9d5cc These tests pass on linux. by Duncan Sands · 16 years ago
- 2602f43 Add a __builtin_object_size test. by Evan Cheng · 16 years ago
- ad9ad7c Fix a bug in our autoupgrade support: in an argument list to a function by Chris Lattner · 16 years ago
- 0c8f7dc do not rely on callee being operand 0 by Gabor Greif · 16 years ago
- 25cb0d7 by Devang Patel · 16 years ago
- 23120ba CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
- 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
- 7db860d Don't print global names twice with -asm-verbose. by Evan Cheng · 16 years ago
- 324f608 Revert r67655 and r67656, as they are breaking the build. I'm by Dan Gohman · 16 years ago
- e8e4921 Fix PR3874 by restoring a condition I removed, but making it more by Chris Lattner · 16 years ago
- 86bda41 Do not ignore DW_TAG_class_type! by Devang Patel · 16 years ago
- 2594706 LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT. by Dan Gohman · 16 years ago
- 569a7f0 oops, I intended to remove this, not comment it out. Thanks Duncan! by Chris Lattner · 16 years ago
- d02a281 Regenerate configure. by Dan Gohman · 16 years ago
- 497e863 Fix paths; AutoRegen.sh changes its current working directory to be the by Dan Gohman · 16 years ago
- c9ebae3 Update for autoconf 2.6x; by Dan Gohman · 16 years ago
- 2e73426 Converted a1.ll to unittests. by Misha Brukman · 16 years ago
- abc061c Mention explicitly that the Ada front-end will not bootstrap. by Duncan Sands · 16 years ago
- 78a5bd5 Fix PR3845: Avoid stale MachineInstruction pointer reference. by Evan Cheng · 16 years ago
- 9f16bcb Fix bash-isms. by Dan Gohman · 16 years ago
- 599d320 Set the svn:mime-type to text/x-sh, so that diffs work. by Dan Gohman · 16 years ago
- f73e319 simplify logic and get rid of the assumption that operand 0 is the callee by Gabor Greif · 16 years ago
- a0e6969 canonicalize inttoptr and ptrtoint instructions which cast pointers by Chris Lattner · 16 years ago
- 1f8c564 fix one more fp80 case (used only by Interpreter) by Dale Johannesen · 16 years ago
- 4f9797d two changes: by Chris Lattner · 16 years ago
- e330ae5 Change JIT for different layout of fp80. by Dale Johannesen · 16 years ago
- e1c5267 Add a testcase for the scheduling heuristic introduced in r67586. by Dan Gohman · 16 years ago
- e2f7bf8 more tidying: name the components of PhysReg in the case when by Chris Lattner · 16 years ago
- b3b4484 Tidy a bit more. by Chris Lattner · 16 years ago
- fc9d161 simplify this code a bit now that "allocation to a vreg class" can never fail. by Chris Lattner · 16 years ago
- a96dc14 I was convinced that it's ok to allow a second i8 return value by Dan Gohman · 16 years ago
- 8f4aa33 Minor compile-time optimization; don't bother checking by Dan Gohman · 16 years ago
- 002b44f Add a pre-pass to the burr-list scheduler which makes adjustments to by Dan Gohman · 16 years ago
- f1c0ae9 Do not emit comments unless -asm-verbose. by Evan Cheng · 16 years ago
- 16581bf Use a SmallPtrSet instead of std::set. by Dale Johannesen · 16 years ago
- 5d088fe Fix a bug in spill weight computation. If the alias is a super-register, and the super-register is in the register class we are trying to allocate. Then add the weight to all sub-registers of the super-register even if they are not aliases. by Evan Cheng · 16 years ago
- 13b9bf9 Add sanity check in Clang TableGen backend to check if 'Component' is a string. by Ted Kremenek · 16 years ago
- 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
- ad20778 README.txt: test commit w/blank line appended by John Mosby · 16 years ago
- fa9afef When unfolding a load during scheduling, the new operator node has by Dan Gohman · 16 years ago
- 3e744c8 Update test for pr3864. by Evan Cheng · 16 years ago
- 2824a65 Fix PR3391 and PR3864. Reg allocator infinite looping. by Evan Cheng · 16 years ago
- 8cccf0e Don't set SUnit::hasPhysRegDefs to true unless the defs are by Dan Gohman · 16 years ago
- a5c8ae2 Fix canClobberPhysRegDefs to check all SDNodes grouped together by Dan Gohman · 16 years ago
- 3974667 Add a new bit to SUnit to record whether a node has implicit physreg by Dan Gohman · 16 years ago
- f871ccb Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 16 years ago
- f49f0cd Clarify a comment. by Dan Gohman · 16 years ago
- 2ba682c LoopVR is not CFGOnly. by Dan Gohman · 16 years ago
- a9d71e1 Enhance LiveValues to work on PHI operands. by Dan Gohman · 16 years ago
- b45088c Make getOperandNumForIncomingValue and getOperandNumForIncomingBlock by Dan Gohman · 16 years ago
- 2004eb6 Correct some comments. Operand numbers start at 0. by Dan Gohman · 16 years ago
- fb11288 Model inline asm constraint which ties an input to an output register as machine operand TIED_TO constraint. This eliminated the need to pre-allocate registers for these. This also allows register allocator can eliminate the unneeded copies. by Evan Cheng · 16 years ago
- 7d6d4b3 Do not fold away subreg_to_reg if the source register has a sub-register index. That means the source register is taking a sub-register of a larger register. e.g. On x86 by Evan Cheng · 16 years ago
- a8bd27f fix a bug Alexei Svitkine pointed out. by Chris Lattner · 16 years ago
- eab5cb3 When we restore signal handlers, restore them back to what they by Chris Lattner · 16 years ago
- 1c4d8a0 factorize signal registration, part of PR3848. by Chris Lattner · 16 years ago
- 3aff0a6 Fix a grammaro in a comment that Bill noticed. by Dan Gohman · 16 years ago
- 640e7c6 tt'ify. by Chris Lattner · 16 years ago
- 4bd3d7e VC++ 6.0 is not future work :) by Chris Lattner · 16 years ago
- 82f8415 Add comments explaining why there's only one register for i8 return values. by Dan Gohman · 16 years ago
- a38ff64 Missed this as part of r67451. by Evan Cheng · 16 years ago
- dae2206 Fix PR3860 by correcting a predicate. by Chris Lattner · 16 years ago
- 19527c6 Add some explanations of how apint loads and stores work. by Duncan Sands · 16 years ago
- ad20d38 Really should pass -dylib to the linker... by Bill Wendling · 16 years ago
- aca5695 A dylib should be built as a dylib and not a bundle. by Bill Wendling · 16 years ago
- 4cc2b85 add method to access a template argument. by Chris Lattner · 16 years ago
- 64da940 Factorize out a concept - no functionality change. by Duncan Sands · 16 years ago
- 802cd84 Re-commit r67334 and r67349 with fix. by Evan Cheng · 16 years ago