summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* 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
* back out 104862/104869. Can reuse stacksave after all. Very cool.Jim Grosbach2010-05-27
* llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error.Evan Cheng2010-05-27
* MC/X86: Add aliases for Jcc variants.Kevin Enderby2010-05-27
* Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' casesBob Wilson2010-05-27
* Mark some math lib intrinsic nodes Legal on SSE4.1.Dale Johannesen2010-05-27
* FastISel doesn't yet handle callee-pop functions.Dan Gohman2010-05-27
* add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EHJim Grosbach2010-05-27
* Merge basic binops SSE 1 & 2 instruction classes. This is a step towards refa...Bruno Cardoso Lopes2010-05-27
* AsmMatcher/X86: Mark _REV instructions as "code gen only", they aren't expectedDaniel Dunbar2010-05-26
* Give SubRegIndex names to all ARM subregisters. This will be required byJakob Stoklund Olesen2010-05-26
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-26
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-26
* Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry inJim Grosbach2010-05-26