summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-07
* This bug is also present in MSVC10. Requested by Elrood on IRC.Duncan Sands2010-06-05
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-05
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-05
* Improvements to tail call code. No functional effectDale Johannesen2010-06-05
* Fix some liveout handling related to tail calls, see comments.Dale Johannesen2010-06-05
* More thoroughly disable tails calls by default.Dale Johannesen2010-06-04
* Another fix to prevent debug info from affecting codegen. rdar://7797940Jim Grosbach2010-06-04
* more dbg_value adjustments so debug info doesn't affect codegenJim Grosbach2010-06-04
* fix typoJim Grosbach2010-06-04
* For NEON vectors with 32- or 64-bit elements, select BUILD_VECTORs andBob Wilson2010-06-04
* Teach the ARM load-store optimizer to deal with dbg_value instructions.Jim Grosbach2010-06-03
* Early implementation of tail call for ARM.Dale Johannesen2010-06-03
* Add first pass at darwin tls compiler support.Eric Christopher2010-06-03
* Remove some already-fixed README entries.Eli Friedman2010-06-03
* Remove README entry which no longer compiles to something sane.Eli Friedman2010-06-03
* Remove a fixed item, update a couple partially-fixed items.Eli Friedman2010-06-03
* Slightly change the meaning of the reMaterialize target hook when the originalJakob Stoklund Olesen2010-06-02
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-02
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-02
* Fix comment so it doesn't include comments which are irrelevant to the x86Eli Friedman2010-06-02
* Use comments to document non-obvious code rather thanDan Gohman2010-06-02
* Rename canCombinedSubRegIndex method to something more grammatically correctBob Wilson2010-06-02
* Replace ARM's getCalleeSavedRegClasses with a simpler solutionRafael Espindola2010-06-02
* Remove unused function.Rafael Espindola2010-06-02
* cleanupRafael Espindola2010-06-02
* Remove uses of getCalleeSavedRegClasses from outside theRafael Espindola2010-06-02
* Don't try to custom-lower 64-bit add-with-overflow and friends on x86-32; theEli Friedman2010-06-02
* Remove outdated README entries.Eli Friedman2010-06-02
* Fix the allocation of shadow space for the Win64 calling conventionDan Gohman2010-06-01
* Refactor some SSE 2 unpack instructionsBruno Cardoso Lopes2010-06-01
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-01
* Some A9 load/store cleanupsAnton Korobeynikov2010-05-29
* Some rough approximations for load/stores on A9Anton Korobeynikov2010-05-29
* NEON/VFP stuff can be issued only via Pipe1 on A9Anton Korobeynikov2010-05-29
* Add some integer instruction itineraries for A9Anton Korobeynikov2010-05-29
* Fix PR7193: if sibling call address can take a register, make sure there are ...Evan Cheng2010-05-29
* Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndicesJakob Stoklund Olesen2010-05-28
* Schedule high latency instructions for latency reduction even if they are not...Evan Cheng2010-05-28
* Fix comment typos.Dale Johannesen2010-05-28
* More SSE 1 & 2 merge, this time with logical instructionsBruno Cardoso Lopes2010-05-28
* MC/X86: Add alias for movzx.Kevin Enderby2010-05-28
* MC/X86: Add alias for fwait.Kevin Enderby2010-05-28
* Fix the use of x86 control and debug registers so that the assertion failure inKevin Enderby2010-05-28
* correct retattrJim Grosbach2010-05-28
* Cosmetic cleanup. No functional change.Jim Grosbach2010-05-28
* make sure accesses to set up the jmpbuf don't get moved after it by the sched...Jim Grosbach2010-05-28
* Add the cc_out operand for t2RSBrs instructions. I missed this when I changedBob Wilson2010-05-28
* Update the saved stack pointer in the sjlj function context following eitherJim Grosbach2010-05-27
* Use report_fatal_error, not llvm_unreachable.Evan Cheng2010-05-27