summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-30
* Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...Craig Topper2012-08-30
* Add support for FMA to WidenVectorResult.Craig Topper2012-08-30
* Only perform DAG combine on FMAs of legal types.Craig Topper2012-08-30
* Pass by pointer and not std::string.Bill Wendling2012-08-30
* Revert r162855 in favor of changing clang to emit the absolute coverage file ...Bill Wendling2012-08-30
* Fix PR13727Michael Liao2012-08-30
* Verify the order of tied operands in inline asm.Jakob Stoklund Olesen2012-08-29
* Add some __builtin_expect magic to StringMap.Benjamin Kramer2012-08-29
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-29
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-29
* Set the isTied flags when building INLINEASM MachineInstrs.Jakob Stoklund Olesen2012-08-29
* Preserve branch profile metadata during switch formation.Andrew Trick2012-08-29
* whitespaceAndrew Trick2012-08-29
* Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen2012-08-29
* Don't move normal loads across volatile/atomic loads.Jakob Stoklund Olesen2012-08-29
* Use the full path to output the .gcda file.Bill Wendling2012-08-29
* Reserve space for the mandatory traceback fields on PPC64.Hal Finkel2012-08-29
* Use ArrayRef instead of SmallVector when passing vector into function.Bill Wendling2012-08-29
* Verify the consistency of inline asm operands.Jakob Stoklund Olesen2012-08-29
* Clean this up slightly, doesn't really fall through.Eric Christopher2012-08-29
* Refactor setExecutionDomain to be clearer about what it's doing and more robust.Tim Northover2012-08-29
* Make helper function static.Benjamin Kramer2012-08-29
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* Convert FMA4 patterns to use target specific nodes instead of intrinsics to a...Craig Topper2012-08-29
* Add virtual keywords for methods that override the base class.Craig Topper2012-08-29
* Cleanup sloppy code. Jakob's review.Andrew Trick2012-08-29
* [arm-fast-isel] Add support for ARM PIC.Jush Lu2012-08-29
* Fix ARM vector copies of overlapping register tuples.Andrew Trick2012-08-29
* cleanupAndrew Trick2012-08-29
* Verify the tied operand flags.Jakob Stoklund Olesen2012-08-29
* Maintain a vaild isTied bit as operands are added and removed.Jakob Stoklund Olesen2012-08-29
* Typo.Chad Rosier2012-08-28
* Add comments on the literal value used.Michael Liao2012-08-28
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-28
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-28
* Explicitly update the number of nodes to be traversedMichael Liao2012-08-28
* Some instructions are passed to the assembler to beJack Carter2012-08-28
* Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky2012-08-28
* Follow-up patch to r162731.Akira Hatanaka2012-08-28
* Add a MachineOperand::isTied() flag.Jakob Stoklund Olesen2012-08-28
* Don't allow TargetFlags on MO_Register MachineOperands.Jakob Stoklund Olesen2012-08-28
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-28
* InstCombine: Defensively avoid undefined shifts by limiting the amount to the...Benjamin Kramer2012-08-28
* InstCombine: Guard the transform introduced in r162743 against large ints and...Benjamin Kramer2012-08-28
* Make sure that we don't call getZExtValue on values > 64 bits.Nadav Rotem2012-08-28
* Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.Nadav Rotem2012-08-28
* The commutative flag is already correctly set within the multiclass. If we setBill Wendling2012-08-28
* Convert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES to Post-RA pseudos.Craig Topper2012-08-28
* Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.Craig Topper2012-08-28