| Commit message (Expand) | Author | Age | Files | Lines |
* | Add braces for legibility. | Jim Grosbach | 2010-09-29 | 1 | -1/+2 |
* | One Printer to rule them all, One Printer to find them, | Jim Grosbach | 2010-09-29 | 1 | -102/+1 |
* | Move "local commons" to the end of .bss to match the gnu as behavior. | Rafael Espindola | 2010-09-29 | 1 | -9/+29 |
* | improve heuristics to find the 'and' corresponding to 'tst' to also catch opp... | Gabor Greif | 2010-09-29 | 1 | -8/+20 |
* | fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd' | Chris Lattner | 2010-09-29 | 1 | -2/+4 |
* | add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382 | Chris Lattner | 2010-09-29 | 1 | -2/+2 |
* | 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 |