Age | Commit message (Expand) | Author |
2010-10-05 | We can split around loops with multiple exits now. | Jakob Stoklund Olesen |
2010-10-05 | Update SplitEditor API to reflect the fact that the original live interval is | Jakob Stoklund Olesen |
2010-10-05 | Intervals are half-open. | Jakob Stoklund Olesen |
2010-10-05 | When we find a reaching definition, make sure it is visited from all paths by | Jakob Stoklund Olesen |
2010-10-05 | Don't use nextIndex to check for live out of instruction. | Jakob Stoklund Olesen |
2010-10-05 | Tweak VNInfo printing. | Jakob Stoklund Olesen |
2010-10-05 | Add assert for valid slot indexes. | Jakob Stoklund Olesen |
2010-10-05 | Use a more efficient lowering of uint64_t --> float that can take advantage o... | Owen Anderson |
2010-10-04 | This DAG combine BRCOND transformation can look pass truncate of the operand: | Evan Cheng |
2010-10-04 | Removed the older style (in-allocator) problem construction system from the P... | Lang Hames |
2010-10-02 | Stop using LiveRange in MachineVerifier. | Jakob Stoklund Olesen |
2010-10-02 | Fix a miscompile in 186.crafty for Thumb2 that was exposed by Evan's | Bob Wilson |
2010-10-01 | Drop the use of LiveInterval::iterator and the LiveRange class in | Jakob Stoklund Olesen |
2010-10-01 | When RemoveCopyByCommutingDef is creating additional identity copies, just use | Jakob Stoklund Olesen |
2010-10-01 | Pretty up the debug output during RemoveCopyByCommutingDef. | Jakob Stoklund Olesen |
2010-10-01 | Add support to let FE mark explict methods as explict in debug info. | Devang Patel |
2010-10-01 | Nuke trailing whitespace. | Jim Grosbach |
2010-10-01 | Thread the determination of branch prediction hit rates back through the if-c... | Owen Anderson |
2010-10-01 | Fix code gen crash reported in PR 8235. We still lose debug info for the unus... | Devang Patel |
2010-10-01 | typo | Gabor Greif |
2010-10-01 | fix typo | Chris Lattner |
2010-10-01 | fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350 | Chris Lattner |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-09-30 | When isel is emitting instructions for an x86 target without CMOV, the CFG is | Jakob Stoklund Olesen |
2010-09-29 | Let FE mark a variable as artificial variable. | Devang Patel |
2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |
2010-09-29 | Silence msvc warnings. | Benjamin Kramer |
2010-09-29 | Add support to let FE encode method access specifier. | Devang Patel |
2010-09-29 | UnreachableBlockElim could incorrectly return false when it had not modified ... | Owen Anderson |
2010-09-29 | Assign DW_ACCESS_public accessibility attribute to members by default. | Devang Patel |
2010-09-28 | Revert r114997. It was causing a failure on darwin10-selfhost. | Bill Wendling |
2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
2010-09-28 | Fix a FIXME. _foo.eh symbols are currently always exported so that the linker | Bill Wendling |
2010-09-28 | Give the if-converter access to MachineLoopInfo, and use it to generate plaus... | Owen Anderson |
2010-09-28 | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson |
2010-09-28 | Provide an interface to let FEs anchor debug info for types. | Devang Patel |
2010-09-27 | Remove dead argument. | Devang Patel |
2010-09-27 | Don't try to make a vector of x86mmx; this won't work, | Dale Johannesen |
2010-09-27 | the latest assembler that runs on powerpc 10.4 machines doesn't | Chris Lattner |
2010-09-26 | Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead... | Lang Hames |
2010-09-25 | Avoid using VNInfo::getCopy as much as possible. I want to get rid of it. | Jakob Stoklund Olesen |
2010-09-25 | Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe... | Lang Hames |
2010-09-25 | Remove SlotIndex::PHI_BIT. It is no longer used by anything. | Jakob Stoklund Olesen |
2010-09-25 | Remove the only use of SlotIndex::isPHI. This bit is not being set consistently | Jakob Stoklund Olesen |
2010-09-24 | Terminator gaps were unused. Might as well delete them. | Jakob Stoklund Olesen |
2010-09-24 | Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash. | John Thompson |
2010-09-24 | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer |
2010-09-24 | Attach a DebugLoc to a GC point in order to get precise information in the JI... | Nicolas Geoffray |
2010-09-23 | Revert 114634 for now since buildbot claim it broke Clang self-hosting. I dou... | Evan Cheng |
2010-09-23 | Fix VS 2010 build. | Oscar Fuentes |