aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add testcase for PR9190.Eric Christopher2011-02-161-0/+35
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-1613-66/+226
* Remove a duplicated check.Evan Cheng2011-02-161-1/+1
* Some single precision VFP instructions may be executed on NEON pipeline, but ...Evan Cheng2011-02-162-28/+160
* Teach PatternMatch that splat vectors could be floating point as well asNick Lewycky2011-02-152-3/+32
* Add support for parsing [expr].Roman Divacky2011-02-153-0/+28
* Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...Jakob Stoklund Olesen2011-02-151-21/+15
* Ignore DBG_VALUE machine instructions while constructing instruction ranges b...Devang Patel2011-02-152-2/+6
* Implement a function from PathV2 whose definition is missing.Argyrios Kyrtzidis2011-02-151-0/+6
* Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cppDevang Patel2011-02-153-115/+112
* Print function info. Patch by Minjang Kim.Devang Patel2011-02-152-2/+34
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-159-9/+9
* When tablegen'ing the clang analyzer checkers:Argyrios Kyrtzidis2011-02-151-27/+62
* Fix 9216 - Endless loop in InstCombine pass.Nadav Rotem2011-02-152-1/+24
* Fix thinko. Cmp can be the first instruction in a MBB.Evan Cheng2011-02-151-2/+5
* Do not forget DebugLoc!Devang Patel2011-02-151-0/+1
* tidy up a bit.Chris Lattner2011-02-151-7/+9
* Minor fixes to tutorial, patch by Benjamin Meyer!Chris Lattner2011-02-151-2/+2
* fix commentsChris Lattner2011-02-151-2/+2
* convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-1512-178/+97
* fix some typos.Chris Lattner2011-02-151-5/+5
* Remove unused bitvectors that record ARM callee-saved registers.Bob Wilson2011-02-142-23/+0
* Move more fragments of spill weight calculation into CalcSpillWeights.hJakob Stoklund Olesen2011-02-144-16/+25
* Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...Devang Patel2011-02-142-1/+61
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-145-28/+18
* PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.Bob Wilson2011-02-141-2/+2
* Fix PR8854. Track inserted copies to avoid read before write. Sorry, it's har...Evan Cheng2011-02-141-4/+16
* A fail to match coprocessor number and register number must fail instead of a...Bruno Cardoso Lopes2011-02-141-1/+0
* Add current binary and source directories to the header search listOscar Fuentes2011-02-141-0/+2
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-1413-99/+180
* Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...Argyrios Kyrtzidis2011-02-144-0/+233
* Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola2011-02-143-17/+13
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-1416-109/+318
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-1413-180/+99
* add a new ArrayRef class. This is intended to replace the idiom weChris Lattner2011-02-141-0/+121
* fix PR9210 by implementing some type legalization logic for Chris Lattner2011-02-143-14/+55
* fix two comment thinkosChris Lattner2011-02-142-2/+2
* Fix typo in comment.Nick Lewycky2011-02-141-1/+1
* Add some statistics to StrongPHIElimination.Cameron Zwarich2011-02-141-0/+8
* Add a statistic to PHIElimination tracking the number of critical edges split.Cameron Zwarich2011-02-141-2/+7
* missed a headerChris Lattner2011-02-131-0/+7
* Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner2011-02-137-76/+106
* Adapt docs to '-loopsimplify -> -loop-simplify' changeTobias Grosser2011-02-131-2/+2
* fix thinko :)Chris Lattner2011-02-131-2/+2
* Revisit my fix for PR9028: the issue is that DAGCombine was Chris Lattner2011-02-135-46/+60
* remove a now-unneccesary cast.Chris Lattner2011-02-131-1/+1
* Remove pointless blank line.Duncan Sands2011-02-131-1/+0
* Teach instsimplify that X+Y>=X+Z is the same as Y>=Z if neither side overflows,Duncan Sands2011-02-132-2/+69
* Fix testNadav Rotem2011-02-131-1/+1
* Fix a regression from r125393;Nadav Rotem2011-02-132-2/+19