- b454cda One Printer to rule them all, One Printer to find them, by Jim Grosbach · 15 years ago
- 9e3922e Move "local commons" to the end of .bss to match the gnu as behavior. by Rafael Espindola · 15 years ago
- 9804db1 Add a test that I forgot to add with a previous commit. by Rafael Espindola · 15 years ago
- 1f01d45 do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cross-mingw32 buildbot too by Gabor Greif · 15 years ago
- 05642a3 improve heuristics to find the 'and' corresponding to 'tst' to also catch opportunities on thumb2 by Gabor Greif · 15 years ago
- afa4163 add some random notes. by Chris Lattner · 15 years ago
- 3016ee9 merge all the llvm-gcc pieces together. Recommend that people try dragonegg if they care about fortran performance. by Chris Lattner · 15 years ago
- e07043c prepare for new content. by Chris Lattner · 15 years ago
- 6f42027 fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd' by Chris Lattner · 15 years ago
- f3654db add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382 by Chris Lattner · 15 years ago
- 2baa2a8 MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted. by Michael J. Spencer · 15 years ago
- 78a1946 make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the same by Chris Lattner · 15 years ago
- 8a50729 implement support for 32-bit address operands in 64-bit mode, which by Chris Lattner · 15 years ago
- 81100d0 MC-COFF: Fix symbol storage class for globals by Michael J. Spencer · 15 years ago
- b2ef4c1 add basic avx support to the disassembler, also teach it about ssmem/sdmem by Chris Lattner · 15 years ago
- bf6018a add asmparser support for cvttpd2dq by removing some Int_ prefixes. by Chris Lattner · 15 years ago
- 0c04e4f implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes. by Chris Lattner · 15 years ago
- 7c51a31 implement rdar://8456378 and PR7557 - support for the fstsw, by Chris Lattner · 15 years ago
- 7036f8b change the protocol TargetAsmPArser::MatchInstruction method to take an by Chris Lattner · 15 years ago
- 229207a Rework comparison handling to set a register on true/false. This avoids by Eric Christopher · 15 years ago
- f8476e6 Remove unnecessary set ahead of time. by Eric Christopher · 15 years ago
- 5d42c56 Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn. by Evan Cheng · 15 years ago
- 98de5b4 Remove assert, add comment. by Eric Christopher · 15 years ago
- 7e1bf30 Assign bitwise binary instructions different itinerary classes from ALU instructions such as add / sub. by Evan Cheng · 15 years ago
- 63d66ee Add support to model pipeline bypass / forwarding. by Evan Cheng · 15 years ago
- e48155b And remove r114997's test. by Bill Wendling · 15 years ago
- 2ff6e1e Revert r114997. It was causing a failure on darwin10-selfhost. by Bill Wendling · 15 years ago
- 744c7c8 32-bit constant ints only for now. by Eric Christopher · 15 years ago
- 3609eb0 Removed a bunch of unnecessary target_link_libraries. by Oscar Fuentes · 15 years ago
- 44258d1 Simplified LLVMConfig. by Oscar Fuentes · 15 years ago
- 4edab1a Fix a FIXME. _foo.eh symbols are currently always exported so that the linker by Bill Wendling · 15 years ago
- f53458f When an MDNode changes to become identical to another MDNode, by Dan Gohman · 15 years ago
- 654d544 Add a subtarget hook for reporting the misprediction penalty. Use this to provide more precise by Owen Anderson · 15 years ago
- fd60980 Integer materialization needed the same thinko change. by Eric Christopher · 15 years ago
- a6136b7 Resolve this GCC warning: by Nick Lewycky · 15 years ago
- 4f922f2 User proper libcall names & condcodes while compiling for ARM EABI. by Anton Korobeynikov · 15 years ago
- f375ebe Scope a varible inside an if statement, to make it clear that by Dan Gohman · 15 years ago
- 7571ee7 Give the if-converter access to MachineLoopInfo, and use it to generate plausible branch prediction by Owen Anderson · 15 years ago
- b0db4d0 Fix spelling. by Bill Wendling · 15 years ago
- b20b851 Part one of switching to using a more sane heuristic for determining if-conversion profitability. by Owen Anderson · 15 years ago
- f2d7b7c Make ConstantRange::makeICmpRegion handle all the edge cases properly. This by Nick Lewycky · 15 years ago
- 1a7ca03 Provide an interface to let FEs anchor debug info for types. by Devang Patel · 15 years ago
- c2ec02c Add target triple info to these tests to make the results comparable when by Jim Grosbach · 15 years ago
- 2d0f53b Factor out dbg_value comment printing and teach MC asm printing to use it. by Jim Grosbach · 15 years ago
- 53725bc On elf, undefined symbols can start with .L. by Rafael Espindola · 15 years ago
- c577c27 Use the canonical library name for library PIC16Passes. by Oscar Fuentes · 15 years ago
- 4dbb2db Added library LLVMPIC16passes to CMake build. by Oscar Fuentes · 15 years ago
- b2c70cf Added PTX target to the CMake build. by Oscar Fuentes · 15 years ago
- 38e1390 Add ARM Disassembler to the CMake build. by Oscar Fuentes · 15 years ago
- acf1d48 Remove trailing spaces of MipsMachineFunction.h by Che-Liang Chiou · 15 years ago
- 36919ac Remove trailing spaces of MipsTargetObjectFile.cpp by Che-Liang Chiou · 15 years ago
- a99c3e9 80-col fixups. by Eric Christopher · 15 years ago
- 02aba73 Add a command line option "-arm-strict-align" to disallow unaligned memory by Bob Wilson · 15 years ago
- 7ed8ec9 Rework builtin handling and call setup. The builtin handling by Eric Christopher · 15 years ago
- 5371cab Fix typo. by Eric Christopher · 15 years ago
- f5732c4 Fix fp constant loads to have a destination register. by Eric Christopher · 15 years ago
- ee70fa7 Remove dead argument. by Devang Patel · 15 years ago
- 8d9e92c Weight loop unrolling counts by nesting depth. Unrolling deeply nested loops tends to cause high by Owen Anderson · 15 years ago
- 385cc5e Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to by Jim Grosbach · 15 years ago
- c3c413f Write relocations in the end of the file. This matches what gas does and by Rafael Espindola · 15 years ago
- 5acb3de ARM-mode eh.sjlj.longjmp MC lowering by Jim Grosbach · 15 years ago
- 0453dd9 Make sure .text doesn't produce extra alignment. by Rafael Espindola · 15 years ago
- 1f386c4 Don't try to constant fold libm functions with non-finite arguments. by Jakob Stoklund Olesen · 15 years ago
- 376ce97 Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to by Jim Grosbach · 15 years ago
- 2c6ec31 Factor symbol value computation into a function. by Rafael Espindola · 15 years ago
- 9cf23a9 MC-COFF: Fix signed/unsigned comparison. by Michael J. Spencer · 15 years ago
- c226fc8 reapply developer policy changes after discussion. by Chris Lattner · 15 years ago
- 7afea0c Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the by Bill Wendling · 15 years ago
- 3b9569e Hard to imagine there are still people using inferior compilers. by Daniel Dunbar · 15 years ago
- 4f2afe3 MC/AsmParser: Handle exponents in floating point literals. by Daniel Dunbar · 15 years ago
- 08342f2 Revert "Disable codegen prepare critical edge splitting. Machine instruction passes now" by Jakob Stoklund Olesen · 15 years ago
- b53afc6 Explicitly disable CGP critical edge splitting for this test so it won't break by Jakob Stoklund Olesen · 15 years ago
- 4c2c865 Don't depend on basic block numbering. by Jakob Stoklund Olesen · 15 years ago
- fd9493d Odd additional stub framework for the ARM MC ELF emission. by Rafael Espindola · 15 years ago
- b814110 Remove unused argument. by Rafael Espindola · 15 years ago
- 563ef5e The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK by Bill Wendling · 15 years ago
- d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
- a8bd1ff MMX parameters aren't handled here yet. by Dale Johannesen · 15 years ago
- 61b20ef Don't try to make a vector of x86mmx; this won't work, and asserts. by Dale Johannesen · 15 years ago
- cce563c writeGraph doesn't need its ShortNames argument. by Dan Gohman · 15 years ago
- 51138b3 Delete an unused function. by Dan Gohman · 15 years ago
- 477268c Delete an unused declaration. by Dan Gohman · 15 years ago
- d73b908 Don't construct a redundant GraphWriter object. by Dan Gohman · 15 years ago
- f7e2ca9 Factor out code from the standalone WriteGraph function into a helper by Dan Gohman · 15 years ago
- c576d3d Remove reference to nonexistent test in CMake makefile for unit tests by Douglas Gregor · 15 years ago
- e6098b6 Constify properlyDominates in the same manner as dominates. by Dan Gohman · 15 years ago
- 48fd5a7 Add support for viewing graphviz graphs with xdot.py. by Dan Gohman · 15 years ago
- 520163c Move ValueMapTest from ADT to VMCore so that ADT doesn't need to link in "core". by Dan Gohman · 15 years ago
- fab4c9e Add an all() method to BitVector, for testing whether all bits are set. by Dan Gohman · 15 years ago
- 4c6809d Remove WriteGraph's Name argument, which it didn't use, and by Dan Gohman · 15 years ago
- e0214d5 Make this code 65-bit clean. by Dan Gohman · 15 years ago
- 640e742 Fix indentation. by Dan Gohman · 15 years ago
- 2af470f Removed remnant target library dependencies from LLVMLibDeps.cmake by Oscar Fuentes · 15 years ago
- 8eb6294 Updated LLVMLibDeps.cmake by Oscar Fuentes · 15 years ago
- a72d878 MC-COFF: Drop empty sections, and label symbols. Convert relocations by Michael J. Spencer · 15 years ago
- 2956462 yet more aliases. by Chris Lattner · 15 years ago
- b1162fc add a couple more aliases, rdar://8456378 by Chris Lattner · 15 years ago
- df967d6 fix rdar://8470918 - llvm-mc can't assemble smovl by Chris Lattner · 15 years ago
- cb296ec Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands. by Chris Lattner · 15 years ago
- 8048ebe the latest assembler that runs on powerpc 10.4 machines doesn't by Chris Lattner · 15 years ago