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 | Test commit - Deleted some whitespace at the end of a line. | Jan Wen Voung |
2010-09-30 | ARM instruction itinerary fixes: | Evan Cheng |
2010-09-30 | Add constant folding for strspn and strcspn to SimplifyLibCalls. | Benjamin Kramer |
2010-09-30 | Revert r114320(move file = copy + delete on Win32). r115040 is a better solut... | Francois Pichet |
2010-09-29 | Add strpbrk folding to SimplifyLibCalls. | Benjamin Kramer |
2010-09-29 | Silence compiler warning. | Nick Lewycky |
2010-09-29 | Refactor arm fast isel libcall handling so that pieces can be used | Eric Christopher |
2010-09-29 | Let FE mark a variable as artificial variable. | Devang Patel |
2010-09-29 | Noticed by inspection when looking for other cmov bits. | 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 | Silence msvc warnings. | Benjamin Kramer |
2010-09-29 | Simplify the loop in StrChrOptimizer. FileCheckize test. | Benjamin Kramer |
2010-09-29 | Add a convenience variable so I'm not chasing all over looking for | Eric Christopher |
2010-09-29 | Teach SimplifyLibCalls how to optimize strrchr. | Benjamin Kramer |
2010-09-29 | Add support to let FE encode method access specifier. | Devang Patel |
2010-09-29 | Generalize DISubprogram element to encode various flags instead of just one b... | Devang Patel |
2010-09-29 | UnreachableBlockElim could incorrectly return false when it had not modified ... | Owen Anderson |
2010-09-29 | Fix PR8247: JumpThreading can cause a block to become unreachable while still... | Owen Anderson |
2010-09-29 | Remove PointerTracking from cmakelists … | Benjamin Kramer |
2010-09-29 | Assign DW_ACCESS_public accessibility attribute to members by default. | Devang Patel |
2010-09-29 | Add specializations of addrmode2 that allow differentiating those forms | Jim Grosbach |
2010-09-29 | Add parens to fix GCC warning: | Nick Lewycky |
2010-09-29 | remove PointerTracking from mainline, Edwin is going to move it out to ClamAV | Chris Lattner |
2010-09-29 | implement rdar://8491845 - Gas supports commuted forms of non-commutable inst... | Chris Lattner |
2010-09-29 | Revert r114919, which caused some serious regressions on ARM. | Owen Anderson |
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 | Move "local commons" to the end of .bss to match the gnu as behavior. | Rafael Espindola |
2010-09-29 | improve heuristics to find the 'and' corresponding to 'tst' to also catch opp... | Gabor Greif |
2010-09-29 | fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd' | Chris Lattner |
2010-09-29 | add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382 | Chris Lattner |
2010-09-29 | make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the same | Chris Lattner |
2010-09-29 | implement support for 32-bit address operands in 64-bit mode, which | Chris Lattner |
2010-09-29 | MC-COFF: Fix symbol storage class for globals | Michael J. Spencer |
2010-09-29 | add basic avx support to the disassembler, also teach it about ssmem/sdmem | Chris Lattner |
2010-09-29 | add asmparser support for cvttpd2dq by removing some Int_ prefixes. | Chris Lattner |
2010-09-29 | implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes. | Chris Lattner |
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 | Revert r114997. It was causing a failure on darwin10-selfhost. | Bill Wendling |
2010-09-28 | 32-bit constant ints only for now. | Eric Christopher |