oota-llvm.git
2011-11-14 Evan ChengAvoid dereferencing off the beginning of lists.
2011-11-14 Evan ChengAt -O0, multiple uses of a virtual registers in the...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2011-11-14 Evan ChengAdd a missing pattern for X86ISD::MOVLPD. rdar://10436044
2011-11-14 Chad RosierAdd support for Thumb load/stores with negative offsets.
2011-11-14 Benjamin KramerUnbreak Release builds.
2011-11-14 Evan ChengTeach two-address pass to re-schedule two-address instr...
2011-11-14 Pete CooperChanged SSE4/AVX <2 x i64> extract and insert ops to...
2011-11-14 Benjamin KramerFold ConstantVector::isAllOnesValue into Constant:...
2011-11-14 Akira Hatanaka32-to-64-bit extended load.
2011-11-14 Akira HatanakaAnalyzeCallOperands function for N32/64.
2011-11-14 Akira HatanakaModify LowerFormalArguments to correctly handle vaarg...
2011-11-14 Justin HolewinskiPTX: Let LLVM use loads/stores for all mem* intrinsics...
2011-11-14 Wesley PeckAdd release notes for the MicroBlaze backend.
2011-11-14 Akira HatanakaRemove variable that keeps the size of area used to...
2011-11-14 Jakob Stoklund... Fix early-clobber handling in shrinkToUses.
2011-11-14 Bob WilsonDisable generation of compact unwind encodings. <rdar...
2011-11-14 Jakob Stoklund... Delete stale comment.
2011-11-14 Jim GrosbachTidy up. 80 column.
2011-11-14 Benjamin KramerMake headers standalone.
2011-11-14 Benjamin KramerMake headers standalone, move a virtual method out...
2011-11-14 Daniel Dunbarbuild/Make: Switch over to using llvm-config-2 for...
2011-11-14 Chandler CarruthIt helps to deallocate memory as well as allocate it...
2011-11-14 Chandler CarruthRemove an over-eager assert that was firing on one...
2011-11-14 Chandler CarruthBegin chipping away at one of the biggest quadratic...
2011-11-14 Chandler CarruthUnder the hood, MBPI is doing a linear scan of every...
2011-11-14 Tobias GrosserAdd clang_complete to release notes
2011-11-14 Tobias GrosserAdd Polly to release notes
2011-11-14 Chandler CarruthReuse the logic in getEdgeProbability within getHotSucc...
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Craig TopperAdd AVX2 version of instructions to load folding tables...
2011-11-14 Chandler CarruthAdd a cautionary note to this API. It was not at all...
2011-11-14 Craig TopperAdd neverHasSideEffects, mayLoad, and mayStore to many...
2011-11-14 Chad RosierAdd support for ARM halfword load/stores and signed...
2011-11-14 Jakob Stoklund... Use getVNInfoBefore() when it makes sense.
2011-11-14 Chandler CarruthTeach machine block placement to cope with unnatural...
2011-11-13 Jakob Stoklund... Use kill slots instead of the previous slot in shrinkTo...
2011-11-13 Chandler CarruthCleanup some 80-columns violations and poor formatting...
2011-11-13 Jakob Stoklund... Terminate all dead defs at the dead slot instead of...
2011-11-13 Craig TopperFix comment for LegalizeTypeAction enum.
2011-11-13 Jakob Stoklund... Simplify early clobber slots a bit.
2011-11-13 Chandler CarruthEnhance the assertion mechanisms in place to make it...
2011-11-13 Jakob Stoklund... Rename SlotIndexes to match how they are used.
2011-11-13 Craig TopperAdd BLSI, BLSMSK, and BLSR to getTargetNodeName.
2011-11-13 Chandler CarruthTeach MBP to force-merge layout successors for blocks...
2011-11-13 Chandler CarruthHoist another gross nested loop into a helper method.
2011-11-13 Chandler CarruthAdd a missing doxygen comment for a helper method.
2011-11-13 Chandler CarruthHoist a nested loop into its own method.
2011-11-13 Chandler CarruthRewrite #3 of machine block placement. This is based...
2011-11-13 Chad RosierThe order in which the predicate is added differs betwe...
2011-11-13 Chad RosierTemporarily disable SelectIntrinsicCall when in ARM...
2011-11-13 Chad RosierFix comments.
2011-11-13 Chad RosierAdd support for emitting both signed- and zero-extend...
2011-11-13 NAKAMURA TakumiPrune more RALinScan. RALinScan was also here!
2011-11-13 Jakob Stoklund... More dead code elimination in VirtRegMap.
2011-11-13 Jakob Stoklund... Stop tracking spill slot uses in VirtRegMap.
2011-11-13 Jakob Stoklund... Remove dead code and data from VirtRegMap.
2011-11-13 Jakob Stoklund... Stop tracking unused registers in VirtRegMap.
2011-11-13 Jakob Stoklund... Remove the -color-ss-with-regs option.
2011-11-13 Jakob Stoklund... Delete VirtRegRewriter.
2011-11-13 Jakob Stoklund... Switch PBQP to VRM's trivial rewriter.
2011-11-12 Jakob Stoklund... Delete the old spilling framework from LiveIntervalAnal...
2011-11-12 Jakob Stoklund... Delete the 'standard' spiller with used the old spillin...
2011-11-12 Jakob Stoklund... Switch PBQP to the modern InlineSpiller framework.
2011-11-12 Jakob Stoklund... Delete the linear scan register allocator.
2011-11-12 Jakob Stoklund... Remove histogram tests.
2011-11-12 Jakob Stoklund... RAGreedy is better about hinting now.
2011-11-12 Jakob Stoklund... Linear scan is going away.
2011-11-12 Jakob Stoklund... XFAIL test that depends on linear scan to remove dead...
2011-11-12 Jakob Stoklund... Remove obsolete test.
2011-11-12 Jakob Stoklund... Remove obsolete test.
2011-11-12 Jakob Stoklund... Remove obsolete test.
2011-11-12 Jakob Stoklund... Eliminate more linear scan tests.
2011-11-12 Jakob Stoklund... Switch a couple -O0 tests to RABasic.
2011-11-12 Jakob Stoklund... Switch a few tests off linearscan.
2011-11-12 Jakob Stoklund... Delete old test of a VirtRegRewriter feature.
2011-11-12 Jakob Stoklund... Remove old test that doesn't make sense.
2011-11-12 Craig TopperAdd more AVX2 shift lowering support. Move AVX2 variabl...
2011-11-12 Nick LewyckyDon't try to loop on iterators that are potentially...
2011-11-12 Akira HatanakaFix typo.
2011-11-12 Akira HatanakaImplement Mips64's handling of byval arguments in Lower...
2011-11-12 Sean CallananFixed the MCJIT so that it can emit not only instance
2011-11-12 Akira HatanakaImplement Mips64's handling of byval arguments in Lower...
2011-11-12 Akira Hatanaka64-bit arbitrary immediate pattern.
2011-11-12 Akira HatanakaFunction for handling byval arguments.
2011-11-12 Daniel DunbarLLVMBuild: Add info for gtest.
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-12 Eli FriedmanMake sure scalarrepl picks the correct alloca when...
2011-11-12 Rafael EspindolaThe dwarf standard says that the only differences betwe...
2011-11-12 Jim GrosbachARM refactor simple immediate asm operand render methods.
2011-11-12 Eli FriedmanDon't try to form pre/post-indexed loads/stores until...
2011-11-12 Jim GrosbachRe-apply 144430, this time with the associated isel...
2011-11-12 Daniel Dunbarbuild/Make: Define a TARGET_NATIVE_ARCH variable to...
2011-11-11 Eli FriedmanSome cleanup and bulletproofing for node replacement...
2011-11-11 Jim GrosbachOops. Missed the isel half of this. revert while I...
2011-11-11 Jim GrosbachARM assembly parsing for VST1 two-register encoding.
2011-11-11 Jim GrosbachARM optional size suffix for VLDR/VSTR syntax.
2011-11-11 Chad RosierAdd support in fast-isel for selecting memset/memcpy...
2011-11-11 Chad RosierLoosen test by using REs. Approved by Devang.
2011-11-11 Daniel DunbarCMake: Fix CMake build for new Mips tblgen file.
next