2010-09-27 |
Jakob Stoklund... | Explicitly disable CGP critical edge splitting for... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Jakob Stoklund... | Don't depend on basic block numbering. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Rafael Espindola | Odd additional stub framework for the ARM MC ELF emission. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Rafael Espindola | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Bill Wendling | The "linker_private_weak*" linkages should set the... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Benjamin Kramer | Push twines deeper into SourceMgr's error handling... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dale Johannesen | MMX parameters aren't handled here yet. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dale Johannesen | Don't try to make a vector of x86mmx; this won't work, |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | writeGraph doesn't need its ShortNames argument. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Delete an unused function. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Delete an unused declaration. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Don't construct a redundant GraphWriter object. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Factor out code from the standalone WriteGraph function... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Douglas Gregor | Remove reference to nonexistent test in CMake makefile... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Constify properlyDominates in the same manner as dominates. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Add support for viewing graphviz graphs with xdot.py. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Move ValueMapTest from ADT to VMCore so that ADT doesn... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Add an all() method to BitVector, for testing whether... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Remove WriteGraph's Name argument, which it didn't... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Make this code 65-bit clean. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Dan Gohman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Oscar Fuentes | Removed remnant target library dependencies from LLVMLi... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Oscar Fuentes | Updated LLVMLibDeps.cmake |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Michael J.... | MC-COFF: Drop empty sections, and label symbols. Conver... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Chris Lattner | yet more aliases. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Chris Lattner | add a couple more aliases, rdar://8456378 |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Chris Lattner | fix rdar://8470918 - llvm-mc can't assemble smovl |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Chris Lattner | Fix rdar://8468087 - llvm-mc commutes fmul (and friend... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Chris Lattner | the latest assembler that runs on powerpc 10.4 machines... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Chris Lattner | improve indentation |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Eric Christopher | Insert missing coherency in comment. Add a quick check... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Eric Christopher | Mass rename for Jim. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Eric Christopher | This code should never fire on non-darwin subtargets. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Chris Lattner | implement support for 'clr' alias. This is part of... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Lang Hames | Fixed some tests to avoid LiveIntervals::getInstruction... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Oscar Fuentes | New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Oscar Fuentes | Avoid warnings about implicit conversions to `bool... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Oscar Fuentes | Reverting "CMake: Don't include tools, unittets, or... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Jakob Stoklund... | Avoid using VNInfo::getCopy as much as possible. I... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Chris Lattner | temporarily revert developer policy change as a courtes... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Lang Hames | Removed VNInfo::isDefAccurate(). Def "accuracy" can... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Che-Liang Chiou | Add test case for PTX ret instruction |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Che-Liang Chiou | Add ret instruction to PTX backend |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Che-Liang Chiou | Remove trailing spaces of CallingConv.h |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Rafael Espindola | Move ELF to HasReliableSymbolDifference=true. Also... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Owen Anderson | LoadPRE was not properly checking that the load it... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Evan Cheng | Fix IIC_iEXTAr itinerary class of Cortex-A9. |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Evan Cheng | Remove a unused instruction itinerary class. |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Eric Christopher | If we're changing the source of a memcpy we need to... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Evan Cheng | Fix zero and sign extension instructions scheduling... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Jakob Stoklund... | Remove SlotIndex::PHI_BIT. It is no longer used by... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Jakob Stoklund... | Remove the only use of SlotIndex::isPHI. This bit is... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Jakob Stoklund... | Terminator gaps were unused. Might as well delete them. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Evan Cheng | More pseudo instruction scheduling itinerary fixes. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
John Thompson | Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOper... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Evan Cheng | Fix scheduling itinerary for pseudo mov immediate instr... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Rafael Espindola | Reapply 114678 and 114667. Reverting them did not fix... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Jim Grosbach | Add ARM explicit MCInst lowering for the Thumb eh.sjlj... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Jakob Stoklund... | Be more precise when trying to XFAIL this tester: googl... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Michael J.... | Get rid of pop_macro warnings on MSVC. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Michael J.... | CMake: Don't include tools, unittets, or examples as... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Evan Cheng | Enable code placement optimization pass for ARM. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Dale Johannesen | We can't return SSE/MMX vectors if SSE is disabled. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Rafael Espindola | Revert 114678 and 114667 to see if |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Nicolas Geoffray | Attach a DebugLoc to a GC point in order to get precise... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Daniel Dunbar | MC/AsmParser: Handle a missed case of floating literals... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Michael J.... | Fix line endings from my last commit. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Michael J.... | unittests: Support Windows. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Michael J.... | Test unittests built with CMake. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Michael J.... | CMake: Build unittests. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Michael J.... | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Evan Cheng | Fix a potential null dereference bug. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Daniel Dunbar | MC/AsmParser: Support .single and .double for embedding... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Daniel Dunbar | MC/Lexer: Add 'Real' token type for floating point... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Daniel Dunbar | MC: Add missing ')' in diagnostic. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Owen Anderson | Revert r114703 and r114702, removing the isConditionalM... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Bob Wilson | Set alignment operand for NEON VST instructions. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Jim Grosbach | ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Jim Grosbach | #+4 --> #4 for consistency with other asm output |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Jim Grosbach | Fix formatting of output .s code |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Owen Anderson | Add isConditionalMove bits to X86 and ARM instructions. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Owen Anderson | Add an TargetInstrDesc bit to indicate that a given... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Chris Lattner | remove an obsolete section |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Bob Wilson | Set alignment operand for NEON VLD instructions. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Andrew Trick | Fix Getting Started docs. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Rafael Espindola | Correctly handle weak undefined symbols. Before we... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Jim Grosbach | never mind. I can't read, apparently |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Evan Cheng | Fix r114632. Return if the only terminator is an uncond... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Jim Grosbach | Fix opcode value for the 'trap' instruction, keeping... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Jim Grosbach | explicit 'unsigned long' on constant value. Hopefully... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Benjamin Kramer | Unbreak build. Jim, please review. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Evan Cheng | Revert 114634 for now since buildbot claim it broke... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Jim Grosbach | Clean up the 'trap' instruction printing a bit. Non... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Rafael Espindola | Correctly compute the offset of the symbol. Forgot... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Jim Grosbach | nuke unused var |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Chris Lattner | rewrite the copyright section to match reality: llvm... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Chris Lattner | add lldb and libc++ code owners. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Rafael Espindola | Represent relocations against local symbols as relocati... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Bob Wilson | Fix llvm-extract so that it changes the linkage of... |
commit | commitdiff | tree | snapshot |
next |