aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-1315-155/+161
* Add BLSI, BLSMSK, and BLSR to getTargetNodeName.Craig Topper2011-11-131-2/+6
* Teach MBP to force-merge layout successors for blocks with unanalyzableChandler Carruth2011-11-131-3/+20
* Hoist another gross nested loop into a helper method.Chandler Carruth2011-11-131-23/+44
* Add a missing doxygen comment for a helper method.Chandler Carruth2011-11-131-0/+6
* Hoist a nested loop into its own method.Chandler Carruth2011-11-131-33/+53
* Rewrite #3 of machine block placement. This is based somewhat on theChandler Carruth2011-11-132-140/+352
* The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier2011-11-132-13/+20
* Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier2011-11-132-1/+1
* Fix comments.Chad Rosier2011-11-131-3/+3
* Add support for emitting both signed- and zero-extend loads. Fix Chad Rosier2011-11-132-32/+171
* Prune more RALinScan. RALinScan was also here!NAKAMURA Takumi2011-11-132-2/+0
* More dead code elimination in VirtRegMap.Jakob Stoklund Olesen2011-11-132-26/+0
* Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen2011-11-136-82/+2
* Remove dead code and data from VirtRegMap.Jakob Stoklund Olesen2011-11-132-324/+2
* Stop tracking unused registers in VirtRegMap.Jakob Stoklund Olesen2011-11-133-82/+3
* Remove the -color-ss-with-regs option.Jakob Stoklund Olesen2011-11-132-361/+2
* Delete VirtRegRewriter.Jakob Stoklund Olesen2011-11-133-2666/+0
* Switch PBQP to VRM's trivial rewriter.Jakob Stoklund Olesen2011-11-131-4/+1
* Delete the old spilling framework from LiveIntervalAnalysis.Jakob Stoklund Olesen2011-11-122-1312/+0
* Delete the 'standard' spiller with used the old spilling framework.Jakob Stoklund Olesen2011-11-122-46/+3