summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-22
* Functions calling __builtin_eh_return must have a frame pointer.Jakob Stoklund Olesen2012-06-22
* ARM scheduling fix: don't guess at implicit operand latency.Andrew Trick2012-06-22
* ARM scheduling fix: compute predicated implicit use properly.Andrew Trick2012-06-22
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-22
* Convert the PPC backend to use the new FMA infrastructure.Hal Finkel2012-06-22
* 1. fix null program output after some other changesAkira Hatanaka2012-06-21
* Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel2012-06-21
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-21
* Add a missing llvm.fma -> VFNMS pattern to the ARM backend.Lang Hames2012-06-21
* Revert r158846.Akira Hatanaka2012-06-20
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-20
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-20
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Add predicate check around some patterns.Craig Topper2012-06-20
* Add predicate check around some patterns.Craig Topper2012-06-20
* Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...Craig Topper2012-06-20
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-19
* Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen2012-06-19
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-19
* Mark most PPC register classes to avoid write-after-write.Hal Finkel2012-06-19
* Make MipsLongBranch::runOnMachineFunction return true.Akira Hatanaka2012-06-19
* Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator inAkira Hatanaka2012-06-19
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* ARM: use NOEN loads and stores if possible when handling struct byval.Manman Ren2012-06-18
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-18
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-18
* This change handles a another case for generating the bic instruction Joel Jones2012-06-18
* Temporarily revert r158087.Chandler Carruth2012-06-18
* Cleanup trip-count finding for PPC CTR loops (and some bug fixes).Hal Finkel2012-06-16
* *no need to pollute Intel syntax with bonus mnemonics; operand size is explic...Kay Tiong Khoo2012-06-16
* Mips/AsmParser/CMakeLists.txt: Fix dependency.NAKAMURA Takumi2012-06-16
* Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby2012-06-15
* ARM: optimization for sub+abs.Manman Ren2012-06-15
* *fixed to separate mnemonic from operands with tabKay Tiong Khoo2012-06-15
* Preserve <undef> flags in ARMExpandPseudo.Jakob Stoklund Olesen2012-06-15
* Move AVX version of convert instructions that write to GPRs to the Op1 table.Craig Topper2012-06-15
* Move X86::VCVTTSD2SIrr from the 2 operand to 1 operand MemRegOp table.Pete Cooper2012-06-14
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* 1. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka2012-06-14
* MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.NAKAMURA Takumi2012-06-14
* Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton2012-06-14
* Cleanup whitespace.Jush Lu2012-06-14
* Fix Mips/CMakeLists.txt.Akira Hatanaka2012-06-14
* Add file MipsLongBranch.cpp.Akira Hatanaka2012-06-14
* Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-14
* Add long branch expansion pass for MIPS.Akira Hatanaka2012-06-14
* Add AT to the list of registers clobbered by branches so that it is availableAkira Hatanaka2012-06-14
* In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediateAkira Hatanaka2012-06-14