summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Fix description of ARMOperandJoel Jones2013-01-09
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-09
* Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem2013-01-09
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-09
* This patch produces the correct addend value forJack Carter2013-01-08
* This patch produces the correct pointer size Jack Carter2013-01-08
* Pad Short Functions for Intel AtomPreston Gurd2013-01-08
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* ARM: Copy-paste error.Jim Grosbach2013-01-07
* ARM: Fix a few copy-paste errors.Jim Grosbach2013-01-07
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-07
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-07
* R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-07
* Add LICENSE.TXT covering contributions made by ARM.Tim Northover2013-01-07
* Remove more unnecessary # operators with nothing to paste proceeding them.Craig Topper2013-01-07
* Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper2013-01-07
* Remove # from the beginning and end of def names.Craig Topper2013-01-07
* Remove unnecessary # tokens at the beginning and end of defm names.Craig Topper2013-01-07
* Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth2013-01-07
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-07
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-06
* Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng2013-01-06
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-05
* Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper2013-01-05
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* Refactor the ScalarTargetTransformInfo API for querying about theChandler Carruth2013-01-05
* [mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka2013-01-05
* Move 'break' to the right place to prevent fallthru. There is no test-caseJakub Staszak2013-01-04
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-04
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-04
* [mips] 80 columns.Akira Hatanaka2013-01-04
* [mips] Reorder template parameters. Remove class shift_rotate_imm32 andAkira Hatanaka2013-01-04
* [mips] Refactor conditional move instructions.Akira Hatanaka2013-01-04
* [mips] Refactor instructions which move data from or to coprocessors.Akira Hatanaka2013-01-04
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-04
* Change the default number of registers to prevent unrolling on targets that d...Nadav Rotem2013-01-04
* LoopVectorizer:Nadav Rotem2013-01-04
* Revert revision: 171467. This transformation is incorrect and makes some test...Nadav Rotem2013-01-04
* Simplified TRUNCATE operation that comes after SETCC. It is possible since SE...Elena Demikhovsky2013-01-03
* Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...Michael Gottesman2013-01-03
* Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...Craig Topper2013-01-03
* Add a subtype parameter to VTTI::getShuffleCostHal Finkel2013-01-03
* Adds missing aliases for fcom and fcomp instructions without arguments.Kevin Enderby2013-01-02
* AVX: Fix a bug in WidenMaskArithmetic.Nadav Rotem2013-01-02