aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add encodings for Thumb1 Spill and Restore pseudos.Bill Wendling2010-12-161-2/+12
* Enable TBAA by default.Dan Gohman2010-12-151-1/+1
* Preserve TBAA tags when doing load PRE.Dan Gohman2010-12-151-3/+8
* Thumb1 had two patterns for the same load-from-constant-pool instruction.Jim Grosbach2010-12-154-16/+2
* Don't handle -arm-long-calls in fast isel for now.Eric Christopher2010-12-152-1/+9
* Start using SplitKit and MachineLoopRanges in RegAllocGreedy in preparation ofJakob Stoklund Olesen2010-12-152-11/+39
* Add MachineLoopRanges analysis.Jakob Stoklund Olesen2010-12-152-0/+86
* If we're changing the frame register to a physical register other than SP, weBill Wendling2010-12-152-29/+38
* Whitespace cleanups.Bill Wendling2010-12-151-3/+3
* Better fix for opt buildMatt Beaumont-Gay2010-12-151-3/+2
* Only rr forms of ADD*_DB are commutable.Evan Cheng2010-12-151-1/+3
* Add an InstCombine transform to recognize instances of manual overflow-safe a...Owen Anderson2010-12-151-0/+65
* Fix opt -Werror buildMatt Beaumont-Gay2010-12-151-0/+1
* Teach machine cse to commute instructions.Evan Cheng2010-12-151-2/+19
* Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson2010-12-153-1/+22
* Reapply r121886, and also update DecomposeGEPExpression to keepDan Gohman2010-12-152-0/+17
* Revert r121886. DecomposeGEPExpression needs to be keptDan Gohman2010-12-151-8/+0
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-154-12/+119
* Strengthen GetUnderlyingObject using InstructionSimplify.Dan Gohman2010-12-151-0/+9
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-1514-51/+56
* Add some special purpose register definitions to the MBlaze backend and clean...Wesley Peck2010-12-151-80/+34
* Fix typo in r121875.Owen Anderson2010-12-151-1/+1
* Tweak a few pseudo-inst pattern base classes.Jim Grosbach2010-12-151-4/+4
* Clean up some of LVI:Nick Lewycky2010-12-151-91/+101
* The new t2LEApcrel* pseudo instructions need the size specified.Jim Grosbach2010-12-152-5/+13
* Implement cleanups suggested by Daniel.Owen Anderson2010-12-152-11/+15
* Fix build.Jakob Stoklund Olesen2010-12-151-1/+1
* Detect and enumerate bypass loops.Jakob Stoklund Olesen2010-12-152-0/+39
* Separate SplitAnalysis::getSplitLoops().Jakob Stoklund Olesen2010-12-152-7/+14
* Move Sub simplifications and additional Add simplifications out ofDuncan Sands2010-12-152-38/+71
* If we detect that the instruction we are simplifying is unreachable, arrange forDuncan Sands2010-12-151-3/+3
* Teach jump threading to "look through" a select when the branch direction of ...Frits van Bommel2010-12-151-0/+34
* Add fixups for Thumb LDR/STR instructions.Bill Wendling2010-12-153-3/+20
* Relax alignment fragments.Rafael Espindola2010-12-151-29/+26
* Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.Rafael Espindola2010-12-151-2/+5
* add another overflow idiomChris Lattner2010-12-151-0/+8
* add a note about overflow idiom recognition.Chris Lattner2010-12-151-1/+19
* Generalize an assert.Rafael Espindola2010-12-151-1/+2
* add a shift/imul missed optimizationChris Lattner2010-12-151-0/+45
* add a note about a SPEC hack that gcc mainline does.Chris Lattner2010-12-151-0/+23
* take care of some todos, transforming [us]mul_lohi into Chris Lattner2010-12-151-2/+46
* when transforming a MULHS into a wider MUL, there is no need to SRA theChris Lattner2010-12-151-1/+1
* make qsort predicate more conformant by returning 0 for equal values.Chris Lattner2010-12-151-1/+5
* Reapply r121808 now that the missing patterns have been supplied.Bill Wendling2010-12-151-16/+21
* Add some missing patterns now that tLDRB and tLDRH are split into reg andBill Wendling2010-12-151-2/+12
* Fix PR8790, another instance where unreachable code can cause instruction sim...Owen Anderson2010-12-151-1/+6
* Cleanup trailing whitespace.Owen Anderson2010-12-151-27/+27
* Revert r121808 until I can fix the build.Bill Wendling2010-12-151-21/+16
* thumb adr fixup needs alignment just like the t2 version.Jim Grosbach2010-12-141-1/+2
* Comments and cleaning.Bill Wendling2010-12-141-6/+4