Age | Commit message (Expand) | Author |
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 |
2010-09-29 | Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn. | Evan Cheng |
2010-09-29 | Remove assert, add comment. | Eric Christopher |
2010-09-29 | Assign bitwise binary instructions different itinerary classes from ALU instr... | Evan Cheng |
2010-09-28 | Add support to model pipeline bypass / forwarding. | Evan Cheng |
2010-09-28 | 32-bit constant ints only for now. | Eric Christopher |
2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
2010-09-28 | Add a subtarget hook for reporting the misprediction penalty. Use this to pro... | Owen Anderson |
2010-09-28 | Integer materialization needed the same thinko change. | Eric Christopher |
2010-09-28 | Resolve this GCC warning: | Nick Lewycky |
2010-09-28 | User proper libcall names & condcodes while compiling for ARM EABI. | Anton Korobeynikov |
2010-09-28 | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson |
2010-09-28 | Factor out dbg_value comment printing and teach MC asm printing to use it. | Jim Grosbach |
2010-09-28 | Add ARM Disassembler to the CMake build. | Oscar Fuentes |
2010-09-28 | 80-col fixups. | Eric Christopher |
2010-09-28 | Add a command line option "-arm-strict-align" to disallow unaligned memory | Bob Wilson |
2010-09-28 | Rework builtin handling and call setup. The builtin handling | Eric Christopher |
2010-09-28 | Fix typo. | Eric Christopher |
2010-09-28 | Fix fp constant loads to have a destination register. | Eric Christopher |
2010-09-27 | Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to | Jim Grosbach |
2010-09-27 | ARM-mode eh.sjlj.longjmp MC lowering | Jim Grosbach |
2010-09-27 | Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to | Jim Grosbach |
2010-09-27 | Hard to imagine there are still people using inferior compilers. | Daniel Dunbar |
2010-09-27 | Odd additional stub framework for the ARM MC ELF emission. | Rafael Espindola |
2010-09-27 | Insert missing coherency in comment. Add a quick check for hardware | Eric Christopher |
2010-09-27 | Mass rename for Jim. | Eric Christopher |
2010-09-25 | Fix IIC_iEXTAr itinerary class of Cortex-A9. | Evan Cheng |
2010-09-25 | Remove a unused instruction itinerary class. | Evan Cheng |
2010-09-25 | Fix zero and sign extension instructions scheduling itineraries. | Evan Cheng |
2010-09-24 | More pseudo instruction scheduling itinerary fixes. | Evan Cheng |
2010-09-24 | Fix scheduling itinerary for pseudo mov immediate instructions which expand i... | Evan Cheng |
2010-09-24 | Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence. | Jim Grosbach |
2010-09-24 | Enable code placement optimization pass for ARM. | Evan Cheng |
2010-09-24 | Fix a potential null dereference bug. | Evan Cheng |
2010-09-23 | Revert r114703 and r114702, removing the isConditionalMove flag from instruct... | Owen Anderson |
2010-09-23 | Set alignment operand for NEON VST instructions. | Bob Wilson |