aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Supporting inline memmove isn't going to be worthwhile. The only way to avoidChad Rosier2011-11-141-16/+9
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-1424-112/+105
* Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky2011-11-145-119/+272
* Add newline to end of file. Thanks, Eli.Chad Rosier2011-11-141-1/+1
* Add support for inlining small memcpys.Chad Rosier2011-11-142-5/+94
* Fix a performance regression from r144565. Positive offsets were being loweredChad Rosier2011-11-142-3/+58
* ARM assembly parsing type suffix options for VLDR/VSTR.Jim Grosbach2011-11-142-0/+28
* Fix Windows build, don't try to #include <pthread.h> when we know it's notNick Lewycky2011-11-141-0/+5
* Avoid dereferencing off the beginning of lists.Evan Cheng2011-11-141-7/+4
* At -O0, multiple uses of a virtual registers in the same BB are being markedEvan Cheng2011-11-141-1/+2
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-145-1/+107
* Add a missing pattern for X86ISD::MOVLPD. rdar://10436044Evan Cheng2011-11-142-0/+23
* Add support for Thumb load/stores with negative offsets.Chad Rosier2011-11-142-16/+228
* Unbreak Release builds.Benjamin Kramer2011-11-141-1/+1
* Teach two-address pass to re-schedule two-address instructions (or the killEvan Cheng2011-11-144-37/+371
* Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom loweredPete Cooper2011-11-142-5/+34
* Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...Benjamin Kramer2011-11-142-28/+4
* 32-to-64-bit extended load.Akira Hatanaka2011-11-141-5/+10
* AnalyzeCallOperands function for N32/64.Akira Hatanaka2011-11-142-0/+45
* Modify LowerFormalArguments to correctly handle vaarg arguments for Mips64.Akira Hatanaka2011-11-141-14/+30
* PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on...Justin Holewinski2011-11-141-0/+5
* Add release notes for the MicroBlaze backend.Wesley Peck2011-11-141-0/+5
* Remove variable that keeps the size of area used to save byval or variableAkira Hatanaka2011-11-143-12/+1
* Fix early-clobber handling in shrinkToUses.Jakob Stoklund Olesen2011-11-142-12/+70
* Disable generation of compact unwind encodings. <rdar://problem/10441578>Bob Wilson2011-11-141-1/+2
* Delete stale comment.Jakob Stoklund Olesen2011-11-141-1/+0
* Tidy up. 80 column.Jim Grosbach2011-11-141-5/+8
* Make headers standalone.Benjamin Kramer2011-11-146-8/+14
* Make headers standalone, move a virtual method out of line.Benjamin Kramer2011-11-144-16/+29
* build/Make: Switch over to using llvm-config-2 for dependencies one more (hop...Daniel Dunbar2011-11-141-1/+5
* It helps to deallocate memory as well as allocate it. =] This actuallyChandler Carruth2011-11-141-0/+1
* Remove an over-eager assert that was firing on one of the ARM regressionChandler Carruth2011-11-141-3/+6
* Begin chipping away at one of the biggest quadratic-ish behaviors inChandler Carruth2011-11-141-2/+26
* Under the hood, MBPI is doing a linear scan of every successor everyChandler Carruth2011-11-142-9/+18
* Add clang_complete to release notesTobias Grosser2011-11-141-0/+12
* Add Polly to release notesTobias Grosser2011-11-141-0/+16
* Reuse the logic in getEdgeProbability within getHotSucc in order toChandler Carruth2011-11-142-11/+4
* Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth2011-11-143-12/+81
* Add AVX2 version of instructions to load folding tables. Also add a bunch of ...Craig Topper2011-11-141-2/+139
* Add a cautionary note to this API. It was not at all obvious to me howChandler Carruth2011-11-141-0/+3
* Add neverHasSideEffects, mayLoad, and mayStore to many patternless SSE/AVX in...Craig Topper2011-11-142-19/+37
* Add support for ARM halfword load/stores and signed byte loads with negativeChad Rosier2011-11-142-30/+48
* Use getVNInfoBefore() when it makes sense.Jakob Stoklund Olesen2011-11-144-8/+7
* Teach machine block placement to cope with unnatural loops. These don'tChandler Carruth2011-11-142-21/+97
* Use kill slots instead of the previous slot in shrinkToUses.Jakob Stoklund Olesen2011-11-131-13/+14
* Cleanup some 80-columns violations and poor formatting. These snuck byChandler Carruth2011-11-131-5/+9
* Terminate all dead defs at the dead slot instead of the 'next' slot.Jakob Stoklund Olesen2011-11-133-8/+8
* Fix comment for LegalizeTypeAction enum.Craig Topper2011-11-131-1/+1
* Simplify early clobber slots a bit.Jakob Stoklund Olesen2011-11-131-12/+3
* Enhance the assertion mechanisms in place to make it easier to catchChandler Carruth2011-11-131-5/+28