aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Copy location info for current function argument from dbg.declare if respecti...Devang Patel2010-06-041-4/+2
* Skip dbg_value instructions when scanning instructions in register scavenging.Jim Grosbach2010-06-041-0/+4
* Fix normalization and de-normalization of non-affine SCEVs.Dan Gohman2010-06-041-6/+9
* Keep track of the call instructions whose clobber lists were skipped during fastJakob Stoklund Olesen2010-06-041-0/+17
* More thoroughly disable tails calls by default.Dale Johannesen2010-06-041-3/+3
* Another fix to prevent debug info from affecting codegen. rdar://7797940Jim Grosbach2010-06-041-0/+4
* more dbg_value adjustments so debug info doesn't affect codegenJim Grosbach2010-06-041-2/+4
* Fixed a bug during widening where we would avoid legalizing a node. When weMon P Wang2010-06-041-31/+36
* fix typoJim Grosbach2010-06-041-1/+1
* For NEON vectors with 32- or 64-bit elements, select BUILD_VECTORs andBob Wilson2010-06-043-31/+75
* Add some missing checks in TwoAddressInstructionPass::CoalesceExtSubRegs.Bob Wilson2010-06-031-4/+21
* Cleanup 80-column and trim trailing whitespaceJim Grosbach2010-06-031-33/+33
* Teach the ARM load-store optimizer to deal with dbg_value instructions.Jim Grosbach2010-06-031-4/+16
* Early implementation of tail call for ARM.Dale Johannesen2010-06-035-6/+371
* Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. ItDan Gohman2010-06-031-4/+8
* Revert 105308.Bob Wilson2010-06-031-1/+4
* Machine sink could potentially sink instructions into a block where the physicalBill Wendling2010-06-031-4/+56
* Add first pass at darwin tls compiler support.Eric Christopher2010-06-038-24/+168
* One underscore, not two.Eric Christopher2010-06-031-1/+1
* Implement expansion in type legalization for add/sub with overflow. TheEli Friedman2010-06-032-0/+73
* Remove some already-fixed README entries.Eli Friedman2010-06-031-86/+1
* Remove README entry which no longer compiles to something sane.Eli Friedman2010-06-031-56/+0
* Remove a fixed item, update a couple partially-fixed items.Eli Friedman2010-06-031-81/+22
* Use the fast register allocator by default for -O0 builds.Jakob Stoklund Olesen2010-06-031-1/+1
* Use readsWritesVirtualRegister instead of counting uses and defs when insertingJakob Stoklund Olesen2010-06-031-46/+8
* Add full register <imp-def> operands when the coalescer is creating partialJakob Stoklund Olesen2010-06-021-50/+50
* Speedup bitcode writer. Do not walk all values for all functions to emit func...Devang Patel2010-06-023-9/+16
* Compulsive reformating. No functionalitical changes.Bill Wendling2010-06-021-11/+19
* Slightly change the meaning of the reMaterialize target hook when the originalJakob Stoklund Olesen2010-06-0212-38/+38
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-0219-50/+64
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-029-55/+63
* Fix comment so it doesn't include comments which are irrelevant to the x86Eli Friedman2010-06-021-9/+5
* Use comments to document non-obvious code rather thanDan Gohman2010-06-021-0/+11
* Skip identical instruction while calculating DBG_VALUE range.Devang Patel2010-06-021-1/+4
* Rename canCombinedSubRegIndex method to something more grammatically correctBob Wilson2010-06-023-11/+12
* Replace ARM's getCalleeSavedRegClasses with a simpler solutionRafael Espindola2010-06-022-94/+40
* Use local small vector.Devang Patel2010-06-022-4/+3
* Remove unused function.Rafael Espindola2010-06-022-56/+0
* Not all entries in the range will have an SUnit. Check for that when lookingJim Grosbach2010-06-022-0/+2
* cleanupRafael Espindola2010-06-0222-352/+0
* Remove uses of getCalleeSavedRegClasses from outside theRafael Espindola2010-06-022-7/+22
* Enable machine cse of instructions which define physical registers.Evan Cheng2010-06-021-4/+1
* Don't try to custom-lower 64-bit add-with-overflow and friends on x86-32; theEli Friedman2010-06-021-5/+7
* Fix an obvious mistake: don't change the operands until all of them have beenBob Wilson2010-06-021-2/+0
* Remove outdated README entries.Eli Friedman2010-06-021-140/+0
* Update debug information when breaking anti-dependencies. rdar://7759363Jim Grosbach2010-06-012-1/+31
* Properly compose subregister indices when coalescing.Jakob Stoklund Olesen2010-06-012-14/+3
* Remove unused codeJim Grosbach2010-06-011-64/+0
* Ignore line number of debug value in undefined register.Devang Patel2010-06-011-0/+1
* fix think-oJim Grosbach2010-06-011-6/+2