| Commit message (Expand) | Author | Age | Files | Lines |
| * | make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the same | Chris Lattner | 2010-09-29 | 1 | -4/+4 |
| * | implement support for 32-bit address operands in 64-bit mode, which | Chris Lattner | 2010-09-29 | 1 | -5/+18 |
| * | MC-COFF: Fix symbol storage class for globals | Michael J. Spencer | 2010-09-29 | 1 | -1/+1 |
| * | add basic avx support to the disassembler, also teach it about ssmem/sdmem | Chris Lattner | 2010-09-29 | 3 | -20/+21 |
| * | add asmparser support for cvttpd2dq by removing some Int_ prefixes. | Chris Lattner | 2010-09-29 | 2 | -22/+16 |
| * | implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes. | Chris Lattner | 2010-09-29 | 2 | -8/+6 |
| * | implement rdar://8456378 and PR7557 - support for the fstsw, | Chris Lattner | 2010-09-29 | 2 | -7/+18 |
| * | change the protocol TargetAsmPArser::MatchInstruction method to take an | Chris Lattner | 2010-09-29 | 3 | -22/+22 |
| * | Rework comparison handling to set a register on true/false. This avoids | Eric Christopher | 2010-09-29 | 1 | -18/+28 |
| * | Remove unnecessary set ahead of time. | Eric Christopher | 2010-09-29 | 1 | -2/+1 |
| * | Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn. | Evan Cheng | 2010-09-29 | 7 | -26/+86 |
| * | Remove assert, add comment. | Eric Christopher | 2010-09-29 | 1 | -1/+1 |
| * | Assign bitwise binary instructions different itinerary classes from ALU instr... | Evan Cheng | 2010-09-29 | 7 | -39/+87 |
| * | Add support to model pipeline bypass / forwarding. | Evan Cheng | 2010-09-28 | 12 | -12/+13 |
| * | Revert r114997. It was causing a failure on darwin10-selfhost. | Bill Wendling | 2010-09-28 | 1 | -5/+13 |
| * | 32-bit constant ints only for now. | Eric Christopher | 2010-09-28 | 1 | -5/+8 |
| * | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 20 | -39/+4 |
| * | Fix a FIXME. _foo.eh symbols are currently always exported so that the linker | Bill Wendling | 2010-09-28 | 1 | -13/+5 |
| * | When an MDNode changes to become identical to another MDNode, | Dan Gohman | 2010-09-28 | 1 | -5/+4 |
| * | Add a subtarget hook for reporting the misprediction penalty. Use this to pro... | Owen Anderson | 2010-09-28 | 3 | -2/+18 |
| * | Integer materialization needed the same thinko change. | Eric Christopher | 2010-09-28 | 1 | -4/+4 |
| * | Resolve this GCC warning: | Nick Lewycky | 2010-09-28 | 1 | -1/+2 |
| * | User proper libcall names & condcodes while compiling for ARM EABI. | Anton Korobeynikov | 2010-09-28 | 1 | -6/+150 |
| * | Scope a varible inside an if statement, to make it clear that | Dan Gohman | 2010-09-28 | 1 | -3/+1 |
| * | Give the if-converter access to MachineLoopInfo, and use it to generate plaus... | Owen Anderson | 2010-09-28 | 1 | -16/+50 |
| * | Fix spelling. | Bill Wendling | 2010-09-28 | 1 | -1/+1 |
| * | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson | 2010-09-28 | 5 | -47/+33 |
| * | Make ConstantRange::makeICmpRegion handle all the edge cases properly. This | Nick Lewycky | 2010-09-28 | 1 | -10/+28 |
| * | Provide an interface to let FEs anchor debug info for types. | Devang Patel | 2010-09-28 | 2 | -0/+12 |
| * | Factor out dbg_value comment printing and teach MC asm printing to use it. | Jim Grosbach | 2010-09-28 | 1 | -13/+29 |
| * | On elf, undefined symbols can start with .L. | Rafael Espindola | 2010-09-28 | 1 | -1/+4 |
| * | Use the canonical library name for library PIC16Passes. | Oscar Fuentes | 2010-09-28 | 2 | -2/+2 |
| * | Added library LLVMPIC16passes to CMake build. | Oscar Fuentes | 2010-09-28 | 1 | -0/+4 |
| * | Add ARM Disassembler to the CMake build. | Oscar Fuentes | 2010-09-28 | 3 | -2/+11 |
| * | Remove trailing spaces of MipsMachineFunction.h | Che-Liang Chiou | 2010-09-28 | 1 | -17/+17 |
| * | Remove trailing spaces of MipsTargetObjectFile.cpp | Che-Liang Chiou | 2010-09-28 | 1 | -10/+10 |
| * | 80-col fixups. | Eric Christopher | 2010-09-28 | 3 | -5/+9 |
| * | Add a command line option "-arm-strict-align" to disallow unaligned memory | Bob Wilson | 2010-09-28 | 3 | -9/+18 |
| * | Rework builtin handling and call setup. The builtin handling | Eric Christopher | 2010-09-28 | 1 | -30/+35 |
| * | Fix typo. | Eric Christopher | 2010-09-28 | 1 | -1/+1 |
| * | Fix fp constant loads to have a destination register. | Eric Christopher | 2010-09-28 | 1 | -2/+3 |
| * | Remove dead argument. | Devang Patel | 2010-09-27 | 2 | -5/+4 |
| * | Weight loop unrolling counts by nesting depth. Unrolling deeply nested loops ... | Owen Anderson | 2010-09-27 | 1 | -1/+6 |
| * | Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to | Jim Grosbach | 2010-09-27 | 1 | -0/+67 |
| * | Write relocations in the end of the file. This matches what gas does and | Rafael Espindola | 2010-09-27 | 1 | -2/+1 |
| * | ARM-mode eh.sjlj.longjmp MC lowering | Jim Grosbach | 2010-09-27 | 1 | -0/+54 |
| * | Make sure .text doesn't produce extra alignment. | Rafael Espindola | 2010-09-27 | 1 | -9/+3 |
| * | Don't try to constant fold libm functions with non-finite arguments. | Jakob Stoklund Olesen | 2010-09-27 | 1 | -0/+7 |
| * | Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to | Jim Grosbach | 2010-09-27 | 1 | -1/+1 |
| * | Factor symbol value computation into a function. | Rafael Espindola | 2010-09-27 | 1 | -9/+17 |