summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-15
* Check all overlaps when looking for used registers.Jakob Stoklund Olesen2011-11-15
* Make use of MachinePointerInfo::getFixedStack.Jay Foad2011-11-15
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-15
* Fix typo in comment.Jay Foad2011-11-15
* Make use of MachinePointerInfo::getFixedStack. This removes all mentionJay Foad2011-11-15
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-15
* Revert r144611 and r144613.Jakob Stoklund Olesen2011-11-15
* Fix PR11370 for real. Prevents converting 256-bit FP instruction to AVX2 256-...Craig Topper2011-11-15
* Set SeenStore to true to prevent loads from being moved; also eliminates a no...Evan Cheng2011-11-15
* Rather than trying to use the loop block sequence *or* the functionChandler Carruth2011-11-15
* Properly qualify AVX2 specific parts of execution dependency table. Also enab...Craig Topper2011-11-15
* include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...NAKAMURA Takumi2011-11-15
* Really fix test.Jakob Stoklund Olesen2011-11-15
* Allow for depencendy-breaking instructions before cvt*.Jakob Stoklund Olesen2011-11-15
* Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng2011-11-15
* ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.Jim Grosbach2011-11-15
* Move WEAK marking to the declaration.Nick Lewycky2011-11-15
* Break false dependencies before partial register updates.Jakob Stoklund Olesen2011-11-15
* Track register ages more accurately.Jakob Stoklund Olesen2011-11-15
* Add ObjCPropertyDebugInfo.htmlDevang Patel2011-11-15
* Document debug info support for objective-c properties.Devang Patel2011-11-15
* Tidy up. Formatting.Jim Grosbach2011-11-15
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-15
* ARM parsing datatype suffix variants for non-writeback VST1 instructions.Jim Grosbach2011-11-14
* ARM parsing datatype suffix variants for non-writeback VLD1 instructions.Jim Grosbach2011-11-14
* Add explanatory comment.Jim Grosbach2011-11-14
* Split out the plain '.{8|16|32|64}' suffix handling.Jim Grosbach2011-11-14
* ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.Jim Grosbach2011-11-14
* Supporting inline memmove isn't going to be worthwhile. The only way to avoidChad Rosier2011-11-14
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-14
* Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky2011-11-14
* Add newline to end of file. Thanks, Eli.Chad Rosier2011-11-14
* Add support for inlining small memcpys.Chad Rosier2011-11-14
* Fix a performance regression from r144565. Positive offsets were being loweredChad Rosier2011-11-14
* ARM assembly parsing type suffix options for VLDR/VSTR.Jim Grosbach2011-11-14
* Fix Windows build, don't try to #include <pthread.h> when we know it's notNick Lewycky2011-11-14
* Avoid dereferencing off the beginning of lists.Evan Cheng2011-11-14
* At -O0, multiple uses of a virtual registers in the same BB are being markedEvan Cheng2011-11-14
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-14
* Add a missing pattern for X86ISD::MOVLPD. rdar://10436044Evan Cheng2011-11-14
* Add support for Thumb load/stores with negative offsets.Chad Rosier2011-11-14
* Unbreak Release builds.Benjamin Kramer2011-11-14
* Teach two-address pass to re-schedule two-address instructions (or the killEvan Cheng2011-11-14
* Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom loweredPete Cooper2011-11-14
* Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...Benjamin Kramer2011-11-14
* 32-to-64-bit extended load.Akira Hatanaka2011-11-14
* AnalyzeCallOperands function for N32/64.Akira Hatanaka2011-11-14
* Modify LowerFormalArguments to correctly handle vaarg arguments for Mips64.Akira Hatanaka2011-11-14
* PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on...Justin Holewinski2011-11-14