Age | Commit message (Expand) | Author |
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 | Add a test that I forgot to add with a previous commit. | Rafael Espindola |
2010-09-29 | do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr... | Gabor Greif |
2010-09-29 | improve heuristics to find the 'and' corresponding to 'tst' to also catch opp... | Gabor Greif |
2010-09-29 | add some random notes. | Chris Lattner |
2010-09-29 | merge all the llvm-gcc pieces together. Recommend that people try dragonegg ... | Chris Lattner |
2010-09-29 | prepare for new content. | Chris Lattner |
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 | MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted. | Michael J. Spencer |
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 | And remove r114997's test. | Bill Wendling |
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 |
2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
2010-09-28 | Simplified LLVMConfig. | Oscar Fuentes |
2010-09-28 | Fix a FIXME. _foo.eh symbols are currently always exported so that the linker | Bill Wendling |
2010-09-28 | When an MDNode changes to become identical to another MDNode, | Dan Gohman |
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 | Scope a varible inside an if statement, to make it clear that | Dan Gohman |
2010-09-28 | Give the if-converter access to MachineLoopInfo, and use it to generate plaus... | Owen Anderson |
2010-09-28 | Fix spelling. | Bill Wendling |
2010-09-28 | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson |
2010-09-28 | Make ConstantRange::makeICmpRegion handle all the edge cases properly. This | Nick Lewycky |
2010-09-28 | Provide an interface to let FEs anchor debug info for types. | Devang Patel |
2010-09-28 | Add target triple info to these tests to make the results comparable when | Jim Grosbach |
2010-09-28 | Factor out dbg_value comment printing and teach MC asm printing to use it. | Jim Grosbach |
2010-09-28 | On elf, undefined symbols can start with .L. | Rafael Espindola |
2010-09-28 | Use the canonical library name for library PIC16Passes. | Oscar Fuentes |
2010-09-28 | Added library LLVMPIC16passes to CMake build. | Oscar Fuentes |
2010-09-28 | Added PTX target to the CMake build. | Oscar Fuentes |
2010-09-28 | Add ARM Disassembler to the CMake build. | Oscar Fuentes |
2010-09-28 | Remove trailing spaces of MipsMachineFunction.h | Che-Liang Chiou |