aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-274-5/+105
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-272-1/+1
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-274-0/+27
* Remove WriteGraph's Name argument, which it didn't use, andDan Gohman2010-09-272-8/+7
* Make this code 65-bit clean.Dan Gohman2010-09-271-1/+1
* Fix indentation.Dan Gohman2010-09-271-2/+2
* Removed remnant target library dependencies from LLVMLibDeps.cmakeOscar Fuentes2010-09-271-2/+0
* Updated LLVMLibDeps.cmakeOscar Fuentes2010-09-271-9/+11
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-273-143/+196
* yet more aliases.Chris Lattner2010-09-272-0/+7
* add a couple more aliases, rdar://8456378Chris Lattner2010-09-272-0/+7
* fix rdar://8470918 - llvm-mc can't assemble smovlChris Lattner2010-09-272-0/+11
* Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.Chris Lattner2010-09-272-5/+20
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-276-2/+40
* improve indentationChris Lattner2010-09-271-3/+3
* Insert missing coherency in comment. Add a quick check for hardwareEric Christopher2010-09-271-3/+7
* Mass rename for Jim.Eric Christopher2010-09-271-33/+33
* This code should never fire on non-darwin subtargets.Eric Christopher2010-09-271-3/+3
* implement support for 'clr' alias. This is part of rdar://8416805,Chris Lattner2010-09-272-0/+25
* Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead...Lang Hames2010-09-263-9/+8
* New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) forOscar Fuentes2010-09-252-9/+30
* Avoid warnings about implicit conversions to `bool' in MSVC. This timeOscar Fuentes2010-09-253-4/+4
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-254-28/+14
* Avoid using VNInfo::getCopy as much as possible. I want to get rid of it.Jakob Stoklund Olesen2010-09-252-10/+10
* temporarily revert developer policy change as a courtesy to vikram.Chris Lattner2010-09-251-18/+14
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-2511-104/+78
* Add test case for PTX ret instructionChe-Liang Chiou2010-09-251-0/+6
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-2511-4/+53
* Remove trailing spaces of CallingConv.hChe-Liang Chiou2010-09-251-5/+5
* Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to putRafael Espindola2010-09-255-12/+105
* LoadPRE was not properly checking that the load it was PRE'ing post-dominated...Owen Anderson2010-09-252-2/+20
* Fix IIC_iEXTAr itinerary class of Cortex-A9.Evan Cheng2010-09-251-1/+1
* Remove a unused instruction itinerary class.Evan Cheng2010-09-254-4/+0
* If we're changing the source of a memcpy we need to use the alignmentEric Christopher2010-09-251-3/+5
* Fix zero and sign extension instructions scheduling itineraries.Evan Cheng2010-09-255-31/+45
* Remove SlotIndex::PHI_BIT. It is no longer used by anything.Jakob Stoklund Olesen2010-09-254-39/+13
* Remove the only use of SlotIndex::isPHI. This bit is not being set consistentlyJakob Stoklund Olesen2010-09-251-1/+1
* Terminator gaps were unused. Might as well delete them.Jakob Stoklund Olesen2010-09-243-37/+1
* More pseudo instruction scheduling itinerary fixes.Evan Cheng2010-09-245-3/+25
* Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash.John Thompson2010-09-241-0/+20
* Fix scheduling itinerary for pseudo mov immediate instructions which expand i...Evan Cheng2010-09-245-5/+12
* Reapply 114678 and 114667. Reverting them did not fix the bot:Rafael Espindola2010-09-242-2/+37
* Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence.Jim Grosbach2010-09-241-0/+95
* Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8...Jakob Stoklund Olesen2010-09-241-3/+4
* Get rid of pop_macro warnings on MSVC.Michael J. Spencer2010-09-244-17/+25
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-244-14/+28
* Enable code placement optimization pass for ARM.Evan Cheng2010-09-243-10/+53
* We can't return SSE/MMX vectors if SSE is disabled.Dale Johannesen2010-09-241-3/+5
* Revert 114678 and 114667 to see ifRafael Espindola2010-09-242-37/+2
* Attach a DebugLoc to a GC point in order to get precise information in the JI...Nicolas Geoffray2010-09-242-9/+14