aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling2010-09-272-25/+26
* Hard to imagine there are still people using inferior compilers.Daniel Dunbar2010-09-272-2/+2
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-273-9/+48
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-2710-25/+24
* Explicitly disable CGP critical edge splitting for this test so it won't breakJakob Stoklund Olesen2010-09-271-1/+1
* Don't depend on basic block numbering.Jakob Stoklund Olesen2010-09-271-7/+8
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-276-16/+205
* Remove unused argument.Rafael Espindola2010-09-273-9/+7
* The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAKBill Wendling2010-09-271-1/+3
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-2713-52/+54
* MMX parameters aren't handled here yet.Dale Johannesen2010-09-271-0/+3
* Don't try to make a vector of x86mmx; this won't work,Dale Johannesen2010-09-271-2/+4
* writeGraph doesn't need its ShortNames argument.Dan Gohman2010-09-271-3/+2
* Delete an unused function.Dan Gohman2010-09-271-2/+0
* Delete an unused declaration.Dan Gohman2010-09-271-2/+0
* Don't construct a redundant GraphWriter object.Dan Gohman2010-09-271-7/+4
* Factor out code from the standalone WriteGraph function into a helperDan Gohman2010-09-271-10/+20
* Remove reference to nonexistent test in CMake makefile for unit testsDouglas Gregor2010-09-271-2/+1
* Constify properlyDominates in the same manner as dominates.Dan Gohman2010-09-271-3/+22
* 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