| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix IIC_iEXTAr itinerary class of Cortex-A9. | Evan Cheng | 2010-09-25 | 1 | -1/+1 |
* | Remove a unused instruction itinerary class. | Evan Cheng | 2010-09-25 | 4 | -4/+0 |
* | If we're changing the source of a memcpy we need to use the alignment | Eric Christopher | 2010-09-25 | 1 | -3/+5 |
* | Fix zero and sign extension instructions scheduling itineraries. | Evan Cheng | 2010-09-25 | 5 | -31/+45 |
* | Remove SlotIndex::PHI_BIT. It is no longer used by anything. | Jakob Stoklund Olesen | 2010-09-25 | 4 | -39/+13 |
* | Remove the only use of SlotIndex::isPHI. This bit is not being set consistently | Jakob Stoklund Olesen | 2010-09-25 | 1 | -1/+1 |
* | Terminator gaps were unused. Might as well delete them. | Jakob Stoklund Olesen | 2010-09-24 | 3 | -37/+1 |
* | More pseudo instruction scheduling itinerary fixes. | Evan Cheng | 2010-09-24 | 5 | -3/+25 |
* | Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash. | John Thompson | 2010-09-24 | 1 | -0/+20 |
* | Fix scheduling itinerary for pseudo mov immediate instructions which expand i... | Evan Cheng | 2010-09-24 | 5 | -5/+12 |
* | Reapply 114678 and 114667. Reverting them did not fix the bot: | Rafael Espindola | 2010-09-24 | 2 | -2/+37 |
* | Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence. | Jim Grosbach | 2010-09-24 | 1 | -0/+95 |
* | Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8... | Jakob Stoklund Olesen | 2010-09-24 | 1 | -3/+4 |
* | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer | 2010-09-24 | 4 | -17/+25 |
* | CMake: Don't include tools, unittets, or examples as available targets | Michael J. Spencer | 2010-09-24 | 4 | -14/+28 |
* | Enable code placement optimization pass for ARM. | Evan Cheng | 2010-09-24 | 3 | -10/+53 |
* | We can't return SSE/MMX vectors if SSE is disabled. | Dale Johannesen | 2010-09-24 | 1 | -3/+5 |
* | Revert 114678 and 114667 to see if | Rafael Espindola | 2010-09-24 | 2 | -37/+2 |
* | Attach a DebugLoc to a GC point in order to get precise information in the JI... | Nicolas Geoffray | 2010-09-24 | 2 | -9/+14 |