| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix code gen crash reported in PR 8235. We still lose debug info for the unus... | Devang Patel | 2010-10-01 | 1 | -0/+3 |
* | typo | Gabor Greif | 2010-10-01 | 1 | -1/+1 |
* | fix typo | Chris Lattner | 2010-10-01 | 1 | -1/+1 |
* | fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350 | Chris Lattner | 2010-10-01 | 1 | -0/+9 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -0/+60 |
* | When isel is emitting instructions for an x86 target without CMOV, the CFG is | Jakob Stoklund Olesen | 2010-09-30 | 3 | -1/+24 |
* | Let FE mark a variable as artificial variable. | Devang Patel | 2010-09-29 | 1 | -0/+2 |
* | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng | 2010-09-29 | 2 | -37/+34 |
* | Silence msvc warnings. | Benjamin Kramer | 2010-09-29 | 1 | -6/+6 |
* | Add support to let FE encode method access specifier. | Devang Patel | 2010-09-29 | 1 | -1/+12 |
* | UnreachableBlockElim could incorrectly return false when it had not modified ... | Owen Anderson | 2010-09-29 | 1 | -1/+4 |
* | Assign DW_ACCESS_public accessibility attribute to members by default. | Devang Patel | 2010-09-29 | 1 | -1/+10 |
* | Revert r114997. It was causing a failure on darwin10-selfhost. | Bill Wendling | 2010-09-28 | 1 | -5/+13 |
* | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 3 | -5/+0 |
* | Fix a FIXME. _foo.eh symbols are currently always exported so that the linker | Bill Wendling | 2010-09-28 | 1 | -13/+5 |
* | Give the if-converter access to MachineLoopInfo, and use it to generate plaus... | Owen Anderson | 2010-09-28 | 1 | -16/+50 |
* | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson | 2010-09-28 | 1 | -4/+4 |
* | Provide an interface to let FEs anchor debug info for types. | Devang Patel | 2010-09-28 | 1 | -0/+4 |
* | Remove dead argument. | Devang Patel | 2010-09-27 | 2 | -5/+4 |
* | Don't try to make a vector of x86mmx; this won't work, | Dale Johannesen | 2010-09-27 | 1 | -2/+4 |
* | the latest assembler that runs on powerpc 10.4 machines doesn't | Chris Lattner | 2010-09-27 | 2 | -2/+24 |
* | Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead... | Lang Hames | 2010-09-26 | 3 | -9/+8 |
* | Avoid using VNInfo::getCopy as much as possible. I want to get rid of it. | Jakob Stoklund Olesen | 2010-09-25 | 1 | -10/+6 |
* | Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe... | Lang Hames | 2010-09-25 | 10 | -76/+75 |
* | Remove SlotIndex::PHI_BIT. It is no longer used by anything. | Jakob Stoklund Olesen | 2010-09-25 | 3 | -11/+4 |
* | Remove the only use of SlotIndex::isPHI. This bit is not being set consistently | Jakob Stoklund Olesen | 2010-09-25 | 1 | -1/+1 |
* | Terminator gaps were unused. Might as well delete them. | Jakob Stoklund Olesen | 2010-09-24 | 1 | -16/+1 |
* | Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash. | John Thompson | 2010-09-24 | 1 | -0/+20 |
* | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer | 2010-09-24 | 2 | -6/+10 |
* | Attach a DebugLoc to a GC point in order to get precise information in the JI... | Nicolas Geoffray | 2010-09-24 | 1 | -6/+8 |
* | Revert 114634 for now since buildbot claim it broke Clang self-hosting. I dou... | Evan Cheng | 2010-09-23 | 1 | -4/+6 |
* | Fix VS 2010 build. | Oscar Fuentes | 2010-09-23 | 1 | -4/+4 |
* | Follow up to r114630. Do not optimize away unconditional branch following a c... | Evan Cheng | 2010-09-23 | 1 | -6/+4 |
* | Don't sink insert_subreg, subreg_to_reg, reg_sequence. They are meant to be | Evan Cheng | 2010-09-23 | 1 | -1/+10 |
* | SDISel should not optimize a unconditional branch following a conditional branch | Evan Cheng | 2010-09-23 | 1 | -4/+5 |
* | Moved the PBQP allocator class out of the header and back in to the cpp file ... | Lang Hames | 2010-09-23 | 1 | -60/+190 |
* | A select between a constant and zero, when fed by a bit test, can be efficiently | Owen Anderson | 2010-09-22 | 1 | -0/+29 |
* | Use DW_OP_fbreg when offset is based on frame register. | Devang Patel | 2010-09-22 | 1 | -0/+10 |
* | Build the complement interval dupli after the split intervals instead of | Jakob Stoklund Olesen | 2010-09-21 | 2 | -35/+145 |
* | Fixed pr20314-2.c failure, added E, F, p constraint letters. | John Thompson | 2010-09-21 | 1 | -6/+17 |
* | Rework passing parent pointers into complexpatterns, I forgot | Chris Lattner | 2010-09-21 | 1 | -27/+35 |
* | If only user of a vreg is an copy instruction to export copy of vreg out of c... | Devang Patel | 2010-09-21 | 1 | -0/+23 |
* | correct this logic. | Chris Lattner | 2010-09-21 | 1 | -2/+2 |
* | Reimplement r114460 in target-independent DAGCombine rather than target-depen... | Owen Anderson | 2010-09-21 | 1 | -0/+14 |
* | just like they can opt into getting the root of the pattern being | Chris Lattner | 2010-09-21 | 1 | -1/+5 |
* | Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator. | Jakob Stoklund Olesen | 2010-09-21 | 1 | -7/+5 |
* | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner | 2010-09-21 | 2 | -16/+7 |
* | convert a couple more places to use the new getStore() | Chris Lattner | 2010-09-21 | 1 | -0/+4 |
* | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner | 2010-09-21 | 5 | -34/+25 |
* | Don't pollute the global namespace. | Jakob Stoklund Olesen | 2010-09-21 | 1 | -0/+2 |