aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-08Add myself as SystemZ code ownerRichard Sandiford
2013-05-08Add SystemZ feats to CodeGenerator.rstRichard Sandiford
2013-05-08R600/SI: Add lit tests for llvm.SI.imageload and llvm.SI.resinfo intrinsicsMichel Danzer
2013-05-08PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel
2013-05-08This patch fixes two tests marked as XFAIL among the ARM assembler tests.Mihai Popa
2013-05-08Add libcxx and clang-tools-extra to the testing thing.Bill Wendling
2013-05-08Add clang-tools-extra to the list of things to tag for the release.Bill Wendling
2013-05-08Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky
2013-05-08DAGCombiner: Simplify inverted bit testsDavid Majnemer
2013-05-08Debug Info: Support DW_TAG_imported_declarationDavid Blaikie
2013-05-08Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie
2013-05-08Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher
2013-05-08Typo.Eric Christopher
2013-05-07Add the libc++ project to those we tag.Bill Wendling
2013-05-07LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer
2013-05-07Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby
2013-05-07Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie
2013-05-07MCStreamer: Also clear vector of W64UnwindInfos on reset().Charles Davis
2013-05-07Remove redundant check and use cached FrameArray values.Bob Wilson
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola
2013-05-07Change version to 3.4 in the cmake build too.Rafael Espindola
2013-05-07We're in 3.4 land now.Bill Wendling
2013-05-07Add empty release notes for 3.4.Rafael Espindola
2013-05-07Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault
2013-05-07Corrected Atom latencies for SSE SQRT instructions.Preston Gurd
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Debug Info: Fix for break due to r181271David Blaikie
2013-05-07Cleanup PPCInstrInfo::optimizeCompareInstrHal Finkel
2013-05-07Add two points to release notes about recent command line library changes.Andrew Trick
2013-05-07Reverting r181331.Jyotsna Verma
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Mention SystemZ in the release notesRichard Sandiford
2013-05-07Hexagon: Set accessSize and addrMode on all load/store instructions.Jyotsna Verma
2013-05-07Re-enable AVX detection on x64 platforms.Michael Kuperstein
2013-05-07[SystemZ] Fix InitMCCodeGenInfo callRichard Sandiford
2013-05-07Note that EH is now supported in MCJIT.Rafael Espindola
2013-05-07Fix the VS2010 build broken by r181271Timur Iskhodzhanov
2013-05-07Correct logical shift documentationTim Northover
2013-05-07LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer
2013-05-06DebugInfo: Support imported modules in lexical blocksDavid Blaikie
2013-05-06R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcodeTom Stellard
2013-05-06R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemaskTom Stellard
2013-05-06R600/SI: Add intrinsic for texture image loadingTom Stellard
2013-05-06R600/SI: Add pattern for uint_to_fpTom Stellard
2013-05-06R600/SI: Add patterns for integer maxima / minimaTom Stellard
2013-05-06R600/SI: Add pattern for AMDGPU.trunc intrinsicTom Stellard
2013-05-06Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek
2013-05-06Implemented public interface for modifying registered (not positional or sink...Andrew Trick
2013-05-06Support command line option categories.Andrew Trick
2013-05-06Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek