| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the | Bill Wendling | 2010-09-27 | 2 | -25/+26 |
* | Hard to imagine there are still people using inferior compilers. | Daniel Dunbar | 2010-09-27 | 2 | -2/+2 |
* | MC/AsmParser: Handle exponents in floating point literals. | Daniel Dunbar | 2010-09-27 | 3 | -9/+48 |
* | Revert "Disable codegen prepare critical edge splitting. Machine instruction ... | Jakob Stoklund Olesen | 2010-09-27 | 10 | -25/+24 |
* | Explicitly disable CGP critical edge splitting for this test so it won't break | Jakob Stoklund Olesen | 2010-09-27 | 1 | -1/+1 |
* | Don't depend on basic block numbering. | Jakob Stoklund Olesen | 2010-09-27 | 1 | -7/+8 |
* | Odd additional stub framework for the ARM MC ELF emission. | Rafael Espindola | 2010-09-27 | 6 | -16/+205 |
* | Remove unused argument. | Rafael Espindola | 2010-09-27 | 3 | -9/+7 |
* | The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK | Bill Wendling | 2010-09-27 | 1 | -1/+3 |
* | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 2010-09-27 | 13 | -52/+54 |
* | MMX parameters aren't handled here yet. | Dale Johannesen | 2010-09-27 | 1 | -0/+3 |
* | Don't try to make a vector of x86mmx; this won't work, | Dale Johannesen | 2010-09-27 | 1 | -2/+4 |
* | writeGraph doesn't need its ShortNames argument. | Dan Gohman | 2010-09-27 | 1 | -3/+2 |
* | Delete an unused function. | Dan Gohman | 2010-09-27 | 1 | -2/+0 |
* | Delete an unused declaration. | Dan Gohman | 2010-09-27 | 1 | -2/+0 |
* | Don't construct a redundant GraphWriter object. | Dan Gohman | 2010-09-27 | 1 | -7/+4 |
* | Factor out code from the standalone WriteGraph function into a helper | Dan Gohman | 2010-09-27 | 1 | -10/+20 |
* | Remove reference to nonexistent test in CMake makefile for unit tests | Douglas Gregor | 2010-09-27 | 1 | -2/+1 |
* | Constify properlyDominates in the same manner as dominates. | Dan Gohman | 2010-09-27 | 1 | -3/+22 |
* | Add support for viewing graphviz graphs with xdot.py. | Dan Gohman | 2010-09-27 | 4 | -5/+105 |
* | Move ValueMapTest from ADT to VMCore so that ADT doesn't need | Dan Gohman | 2010-09-27 | 2 | -1/+1 |
* | Add an all() method to BitVector, for testing whether all bits are set. | Dan Gohman | 2010-09-27 | 4 | -0/+27 |
* | Remove WriteGraph's Name argument, which it didn't use, and | Dan Gohman | 2010-09-27 | 2 | -8/+7 |
* | Make this code 65-bit clean. | Dan Gohman | 2010-09-27 | 1 | -1/+1 |
* | Fix indentation. | Dan Gohman | 2010-09-27 | 1 | -2/+2 |
* | Removed remnant target library dependencies from LLVMLibDeps.cmake | Oscar Fuentes | 2010-09-27 | 1 | -2/+0 |
* | Updated LLVMLibDeps.cmake | Oscar Fuentes | 2010-09-27 | 1 | -9/+11 |
* | MC-COFF: Drop empty sections, and label symbols. Convert relocations | Michael J. Spencer | 2010-09-27 | 3 | -143/+196 |
* | yet more aliases. | Chris Lattner | 2010-09-27 | 2 | -0/+7 |
* | add a couple more aliases, rdar://8456378 | Chris Lattner | 2010-09-27 | 2 | -0/+7 |
* | fix rdar://8470918 - llvm-mc can't assemble smovl | Chris Lattner | 2010-09-27 | 2 | -0/+11 |
* | Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands. | Chris Lattner | 2010-09-27 | 2 | -5/+20 |
* | the latest assembler that runs on powerpc 10.4 machines doesn't | Chris Lattner | 2010-09-27 | 6 | -2/+40 |
* | improve indentation | Chris Lattner | 2010-09-27 | 1 | -3/+3 |
* | Insert missing coherency in comment. Add a quick check for hardware | Eric Christopher | 2010-09-27 | 1 | -3/+7 |
* | Mass rename for Jim. | Eric Christopher | 2010-09-27 | 1 | -33/+33 |
* | This code should never fire on non-darwin subtargets. | Eric Christopher | 2010-09-27 | 1 | -3/+3 |
* | implement support for 'clr' alias. This is part of rdar://8416805, | Chris Lattner | 2010-09-27 | 2 | -0/+25 |
* | Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead... | Lang Hames | 2010-09-26 | 3 | -9/+8 |
* | New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) for | Oscar Fuentes | 2010-09-25 | 2 | -9/+30 |
* | Avoid warnings about implicit conversions to `bool' in MSVC. This time | Oscar Fuentes | 2010-09-25 | 3 | -4/+4 |
* | Reverting "CMake: Don't include tools, unittets, or examples as | Oscar Fuentes | 2010-09-25 | 4 | -28/+14 |
* | Avoid using VNInfo::getCopy as much as possible. I want to get rid of it. | Jakob Stoklund Olesen | 2010-09-25 | 2 | -10/+10 |
* | temporarily revert developer policy change as a courtesy to vikram. | Chris Lattner | 2010-09-25 | 1 | -18/+14 |
* | Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe... | Lang Hames | 2010-09-25 | 11 | -104/+78 |
* | Add test case for PTX ret instruction | Che-Liang Chiou | 2010-09-25 | 1 | -0/+6 |
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 11 | -4/+53 |
* | Remove trailing spaces of CallingConv.h | Che-Liang Chiou | 2010-09-25 | 1 | -5/+5 |
* | Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put | Rafael Espindola | 2010-09-25 | 5 | -12/+105 |
* | LoadPRE was not properly checking that the load it was PRE'ing post-dominated... | Owen Anderson | 2010-09-25 | 2 | -2/+20 |