summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove outdated README entry.Eli Friedman2011-02-16
* Remove outdated README entry.Eli Friedman2011-02-16
* Update README entry.Eli Friedman2011-02-16
* Refactor zero folding slightly. Clean up todo.Eric Christopher2011-02-16
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-16
* The change for PR9190 wasn't quite right. We need to avoid making theEric Christopher2011-02-16
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Remove a duplicated check.Evan Cheng2011-02-16
* Some single precision VFP instructions may be executed on NEON pipeline, but ...Evan Cheng2011-02-16
* Add support for parsing [expr].Roman Divacky2011-02-15
* Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...Jakob Stoklund Olesen2011-02-15
* Ignore DBG_VALUE machine instructions while constructing instruction ranges b...Devang Patel2011-02-15
* Implement a function from PathV2 whose definition is missing.Argyrios Kyrtzidis2011-02-15
* Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cppDevang Patel2011-02-15
* Print function info. Patch by Minjang Kim.Devang Patel2011-02-15
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-15
* Fix 9216 - Endless loop in InstCombine pass.Nadav Rotem2011-02-15
* Fix thinko. Cmp can be the first instruction in a MBB.Evan Cheng2011-02-15
* Do not forget DebugLoc!Devang Patel2011-02-15
* tidy up a bit.Chris Lattner2011-02-15
* convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-15
* Remove unused bitvectors that record ARM callee-saved registers.Bob Wilson2011-02-14
* Move more fragments of spill weight calculation into CalcSpillWeights.hJakob Stoklund Olesen2011-02-14
* Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...Devang Patel2011-02-14
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-14
* Fix PR8854. Track inserted copies to avoid read before write. Sorry, it's har...Evan Cheng2011-02-14
* A fail to match coprocessor number and register number must fail instead of a...Bruno Cardoso Lopes2011-02-14
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-14
* Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola2011-02-14
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-14
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-14
* fix PR9210 by implementing some type legalization logic for Chris Lattner2011-02-14
* fix two comment thinkosChris Lattner2011-02-14
* Add some statistics to StrongPHIElimination.Cameron Zwarich2011-02-14
* Add a statistic to PHIElimination tracking the number of critical edges split.Cameron Zwarich2011-02-14
* Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner2011-02-13
* Revisit my fix for PR9028: the issue is that DAGCombine was Chris Lattner2011-02-13
* remove a now-unneccesary cast.Chris Lattner2011-02-13
* Remove pointless blank line.Duncan Sands2011-02-13
* Teach instsimplify that X+Y>=X+Z is the same as Y>=Z if neither side overflows,Duncan Sands2011-02-13
* Fix a regression from r125393;Nadav Rotem2011-02-13
* when legalizing extremely wide shifts, make sure that Chris Lattner2011-02-13
* fix visitShift to properly zero extend the shift amount if the provided operandChris Lattner2011-02-13
* implement instcombine folding for things like (x >> c) < 42.Chris Lattner2011-02-13
* refactor some code out into a helper method.Chris Lattner2011-02-13
* teach SCEV that the scale and addition of an inbounds gep don't NSW.Chris Lattner2011-02-13
* Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.Reid Kleckner2011-02-12
* Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju2011-02-12
* SimplifyLibCalls: Add missing legalize check on various printf to puts andDaniel Dunbar2011-02-12
* Add a note about SSE4.1 roundss/roundsd.Benjamin Kramer2011-02-12