Age | Commit message (Expand) | Author |
2010-10-03 | Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do | Rafael Espindola |
2010-10-03 | Major changes to Cortex-A9 itinerary. | Evan Cheng |
2010-10-02 | Start on lowering global addresses. | Eric Christopher |
2010-10-01 | PrintSpecial() can go away now. | Jim Grosbach |
2010-10-01 | Stub out constant GV handling, fixes C++ eh tests. | Eric Christopher |
2010-10-01 | Nuke the rest of the :comment references | Jim Grosbach |
2010-10-01 | Nuke a bunch of no-longer-needed comment-only asm strings. | Jim Grosbach |
2010-10-01 | Fix r115332: correctly model AGU / NEON mux. | Evan Cheng |
2010-10-01 | Thread the determination of branch prediction hit rates back through the if-c... | Owen Anderson |
2010-10-01 | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach |
2010-10-01 | Fix scheduling infor for vmovn and vshrn which I broke accidentially. | Evan Cheng |
2010-10-01 | Add operand cycles for vldr / vstr. | Evan Cheng |
2010-10-01 | Direct calls only for arm fast isel for now. | Eric Christopher |
2010-10-01 | NEON scheduling info fix. vmov reg, reg are single cycle instructions. | Evan Cheng |
2010-10-01 | Fix thinko on store instructions. Fixes test_indvars failure. | Eric Christopher |
2010-10-01 | Make the spelling of the flags for old-style if-conversion heuristics consist... | Owen Anderson |
2010-10-01 | Provide an option to restore old-style if-conversion heuristics for Thumb2. | Owen Anderson |
2010-10-01 | Per Cortex-A9 pipeline diagram. AGU (core load / store issue) and NEON/FP iss... | Evan Cheng |
2010-10-01 | grammar | Jim Grosbach |
2010-10-01 | Implement double return values in calls. Fixes | Eric Christopher |
2010-09-30 | Temporarily add a flag to make it easier to compare the new-style ARM if | Owen Anderson |
2010-09-30 | Movement and cleanup. | Eric Christopher |
2010-09-30 | Start of generalized call support for ARM fast isel. | Eric Christopher |
2010-09-30 | Nuke a few more unused asm strings | Jim Grosbach |
2010-09-30 | Move getPointerSize() to the base class since it's not dependent on MachO | Jim Grosbach |
2010-09-30 | Remove extraneous ';' | Jim Grosbach |
2010-09-30 | The asm strings are never used at all, so just nuke 'em entirely. | Jim Grosbach |
2010-09-30 | Adds getPointerSize() to the AsmBackend which will be needed by the final patch | Kevin Enderby |
2010-09-30 | 80 column fix | Jim Grosbach |
2010-09-30 | Fix two tiny issues (ARM does not need COFF) and comment sanity. | Jason W Kim |
2010-09-30 | trailing whitespace | Jim Grosbach |
2010-09-30 | Remove misplaced ';'. Make buildbots happy, hopefully. | Jim Grosbach |
2010-09-30 | Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() | Jason W Kim |
2010-09-30 | Go ahead and jump! | Jim Grosbach |
2010-09-30 | I added a new file ARMAsmBackend which stubs out in similar ways to | Jason W Kim |
2010-09-30 | Now that the pseudos that needed this are all custom lowered, we can go back | Jim Grosbach |
2010-09-30 | Nuke it from orbit. It's the only way to be sure. | Jim Grosbach |
2010-09-30 | ARM instruction itinerary fixes: | Evan Cheng |
2010-09-29 | Refactor arm fast isel libcall handling so that pieces can be used | Eric Christopher |
2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |
2010-09-29 | Add a convenience variable so I'm not chasing all over looking for | Eric Christopher |
2010-09-29 | Add specializations of addrmode2 that allow differentiating those forms | Jim Grosbach |
2010-09-29 | Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits. | Bob Wilson |
2010-09-29 | Add braces for legibility. | Jim Grosbach |
2010-09-29 | One Printer to rule them all, One Printer to find them, | Jim Grosbach |
2010-09-29 | improve heuristics to find the 'and' corresponding to 'tst' to also catch opp... | Gabor Greif |
2010-09-29 | implement rdar://8456378 and PR7557 - support for the fstsw, | Chris Lattner |
2010-09-29 | change the protocol TargetAsmPArser::MatchInstruction method to take an | Chris Lattner |
2010-09-29 | Rework comparison handling to set a register on true/false. This avoids | Eric Christopher |
2010-09-29 | Remove unnecessary set ahead of time. | Eric Christopher |