summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* MMX parameters aren't handled here yet.Dale Johannesen2010-09-27
* Don't try to make a vector of x86mmx; this won't work,Dale Johannesen2010-09-27
* writeGraph doesn't need its ShortNames argument.Dan Gohman2010-09-27
* Delete an unused function.Dan Gohman2010-09-27
* Delete an unused declaration.Dan Gohman2010-09-27
* Don't construct a redundant GraphWriter object.Dan Gohman2010-09-27
* Factor out code from the standalone WriteGraph function into a helperDan Gohman2010-09-27
* Remove reference to nonexistent test in CMake makefile for unit testsDouglas Gregor2010-09-27
* Constify properlyDominates in the same manner as dominates.Dan Gohman2010-09-27
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-27
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-27
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-27
* Remove WriteGraph's Name argument, which it didn't use, andDan Gohman2010-09-27
* Make this code 65-bit clean.Dan Gohman2010-09-27
* Fix indentation.Dan Gohman2010-09-27
* Removed remnant target library dependencies from LLVMLibDeps.cmakeOscar Fuentes2010-09-27
* Updated LLVMLibDeps.cmakeOscar Fuentes2010-09-27
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-27
* yet more aliases.Chris Lattner2010-09-27
* add a couple more aliases, rdar://8456378Chris Lattner2010-09-27
* fix rdar://8470918 - llvm-mc can't assemble smovlChris Lattner2010-09-27
* Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.Chris Lattner2010-09-27
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-27
* improve indentationChris Lattner2010-09-27
* Insert missing coherency in comment. Add a quick check for hardwareEric Christopher2010-09-27
* Mass rename for Jim.Eric Christopher2010-09-27
* This code should never fire on non-darwin subtargets.Eric Christopher2010-09-27
* implement support for 'clr' alias. This is part of rdar://8416805,Chris Lattner2010-09-27
* Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead...Lang Hames2010-09-26
* New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) forOscar Fuentes2010-09-25
* Avoid warnings about implicit conversions to `bool' in MSVC. This timeOscar Fuentes2010-09-25
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-25
* Avoid using VNInfo::getCopy as much as possible. I want to get rid of it.Jakob Stoklund Olesen2010-09-25
* temporarily revert developer policy change as a courtesy to vikram.Chris Lattner2010-09-25
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-25
* Add test case for PTX ret instructionChe-Liang Chiou2010-09-25
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-25
* Remove trailing spaces of CallingConv.hChe-Liang Chiou2010-09-25
* Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to putRafael Espindola2010-09-25
* LoadPRE was not properly checking that the load it was PRE'ing post-dominated...Owen Anderson2010-09-25
* Fix IIC_iEXTAr itinerary class of Cortex-A9.Evan Cheng2010-09-25
* Remove a unused instruction itinerary class.Evan Cheng2010-09-25
* If we're changing the source of a memcpy we need to use the alignmentEric Christopher2010-09-25
* Fix zero and sign extension instructions scheduling itineraries.Evan Cheng2010-09-25
* Remove SlotIndex::PHI_BIT. It is no longer used by anything.Jakob Stoklund Olesen2010-09-25
* Remove the only use of SlotIndex::isPHI. This bit is not being set consistentlyJakob Stoklund Olesen2010-09-25
* Terminator gaps were unused. Might as well delete them.Jakob Stoklund Olesen2010-09-24
* More pseudo instruction scheduling itinerary fixes.Evan Cheng2010-09-24
* Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash.John Thompson2010-09-24