aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-22fix whitespace in my last commit.Nuno Lopes
2012-06-22remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes
2012-06-21instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes
2012-06-21[docs] Sphinxify GettingStartedVS. Patch by Mikael Lyngvig!Michael J. Spencer
2012-06-21Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...Evan Cheng
2012-06-21Remove trailing whitespacesArnaud A. de Grandmaison
2012-06-21llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi
2012-06-21llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OPTIONAL_SOURCES here, too.NAKAMURA Takumi
2012-06-21The inline asm operand modifier 'n' is suppose Jack Carter
2012-06-21Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes
2012-06-211. fix null program output after some other changesAkira Hatanaka
2012-06-21Add Mips to the list of target architectures for the MCJIT tests.Akira Hatanaka
2012-06-21Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel
2012-06-21Avoid using the recently added APPEND_STRING feature. This shouldChandler Carruth
2012-06-21fix build in C++11 mode.Nuno Lopes
2012-06-21Fix potential crash if DAGCombine on stores sees a half typePete Cooper
2012-06-21The inline asm operand modifier 'c' is suppose Jack Carter
2012-06-21move some typedefs so that we don't polute the llvm namespace. this should ap...Nuno Lopes
2012-06-21hopefully fix the buildbots: some tests have wrong definitions of malloc and...Nuno Lopes
2012-06-21port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...Nuno Lopes
2012-06-21refactor the MemoryBuiltin analysis:Nuno Lopes
2012-06-21Add a number of threshold arguments to the SRA pass.Nadav Rotem
2012-06-21Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc si...NAKAMURA Takumi
2012-06-21llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt: Unbreak build.NAKAMURA Takumi
2012-06-21Add a pragma to supress an MSVC warning on some of the absurd code I'mChandler Carruth
2012-06-21Add some missing dependencies here that I missed in my first passChandler Carruth
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth
2012-06-21llvm-stress: Stabalize (by using an ordered container) and add randomness to ...Nadav Rotem
2012-06-21Cleanup some encoding mishaps.Bill Wendling
2012-06-21Sphinxify the tablegen document.Bill Wendling
2012-06-21Add a missing llvm.fma -> VFNMS pattern to the ARM backend.Lang Hames
2012-06-21Sphinxify the outdated Packaging documentation.Bill Wendling
2012-06-21Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng
2012-06-21Factor the logic for setting up a GoogleTest unit test executable intoChandler Carruth
2012-06-21Simplify the naming pattern in the unittests' CMake fileChandler Carruth
2012-06-21Remove one of the LLVM-specific CMake hacks in favor of standard CMakeChandler Carruth
2012-06-21Update regunits in RegisterCoalescer::reMaterializeTrivialDef.Jakob Stoklund Olesen
2012-06-20Put space after "code-block::".Meador Inge
2012-06-20Remove LiveIntervals::iterator.Jakob Stoklund Olesen
2012-06-20Remove spurious typedefs.Jakob Stoklund Olesen
2012-06-20Removed some left over HTML tags and a '}'.Meador Inge
2012-06-20Remove the RenderMachineFunction HTML output pass.Jakob Stoklund Olesen
2012-06-20Remove the -live-regunits command line option.Jakob Stoklund Olesen
2012-06-20Fix some more LiveInterval enumerations.Jakob Stoklund Olesen
2012-06-20Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen
2012-06-20Convert RAGreedy to LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-06-20Convert RABasic to using LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-06-20Enable register unit liveness by default.Jakob Stoklund Olesen
2012-06-20Teach PBQPBuilder::build() about regunit interference.Jakob Stoklund Olesen
2012-06-20Restructure PopulateLoopsDFS::insertIntoLoop.Andrew Trick