[llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subclasses
[oota-llvm.git] / lib /
2013-11-05 Reed KotlerRemove the word "thumb" from comments. Remove also...
2013-11-05 David MajnemerX86 Disassembler: remove unused bool typedef-name
2013-11-05 Reed KotlerFix r194019 as requested by Eric Christopher.
2013-11-05 Craig TopperLift alignment restrictions on load folding for a signi...
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-11-05 Kevin QinImplemented aarch64 neon intrinsic vcopy_lane with...
2013-11-05 Yuchen WuRevert "llvm-cov: Added command-line option to change...
2013-11-05 Yuchen Wullvm-cov: Added command-line option to change dir.
2013-11-05 Yuchen WuSupport for reading run counts in llvm-cov.
2013-11-05 Hal FinkelAdd a runtime unrolling parameter to the LoopUnroll...
2013-11-04 NAKAMURA TakumiRevert r194019 to r194021, "Submit the basic port of...
2013-11-04 Tim NorthoverARM: remove unnecessary state-tracking during frame...
2013-11-04 Tim NorthoverAArch64: use default asm operand printing when modifier...
2013-11-04 Reed KotlerMake sure we don't get a warning from this variable...
2013-11-04 Reed KotlerSubmit the basic port of the rest of ARM constant islan...
2013-11-04 Shuxin YangRemove dead code
2013-11-04 Eric ChristopherCheck for both styles of clobbers, those produced by...
2013-11-04 Benjamin KramerSLPVectorizer: Use properlyDominates to satisfy the...
2013-11-04 Matt ArsenaultFix another constant folding address space place I...
2013-11-04 Matt ArsenaultScalarize select vector arguments when extracted.
2013-11-04 Jakub StaszakUse startswith_lower() where possible.
2013-11-04 Cameron McInallyAdd support for AVX512 masked vector blend intrinsics.
2013-11-04 Rafael EspindolaChange BitcodeReader to use error_code instead of bool...
2013-11-04 Zoran JovanovicSupport for microMIPS branch instructions.
2013-11-04 Benjamin KramerX86: Add a description for AMD bdver3 aka Steamroller.
2013-11-04 Filip PizloMake the pretty stack trace be an opt-in, rather than...
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-11-03 Benjamin KramerSLPVectorizer: Add a missing pair of parens. No functio...
2013-11-03 Venkatraman Govind... [SparcV9] Handle i64 <-> float conversions in sparcv9...
2013-11-03 Benjamin KramerSLPVectorizer: When CSEing generated gathers only scan...
2013-11-03 David MajnemerRevert "Inliner: Handle readonly attribute per argument...
2013-11-03 David MajnemerSpell "Actual" correctly
2013-11-03 Venkatraman Govind... [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.
2013-11-03 Bob WilsonConvert calls to __sinpi and __cospi into __sincospi_stret
2013-11-03 Bob WilsonEnable optimization of sin / cos pair into call to...
2013-11-03 Venkatraman Govind... [SparcV9] Add ctpop instruction for i64. Also, expand...
2013-11-03 Filip PizloWhen LLVM is embedded in a larger application, it's...
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-11-02 Rafael EspindolaConvert another use of getSymbolNMTypeChar.
2013-11-02 Rafael EspindolaAvoid some getSymbolNMTypeChar uses in COFFObjectFile...
2013-11-02 Rafael EspindolaRevert "Don't use getSymbolNMTypeChar for implementing...
2013-11-02 Rafael EspindolaDon't use getSymbolNMTypeChar for implementing COFFObje...
2013-11-02 Benjamin KramerSLPVectorizer: Remove duplicated function.
2013-11-02 Benjamin KramerLoopVectorize: Remove quadratic behavior the local...
2013-11-02 Rafael EspindolaFix llvm-nm to mach OS X's nm on some tests.
2013-11-02 Michael LiaoFix PR17764
2013-11-02 Yuchen WuAdded command-line option to output llvm-cov to file.
2013-11-01 Arnold SchwaighoferLoopVectorizer: Move cse code into its own function
2013-11-01 Eric ChristopherComment some and reformat for clarity beginFunction.
2013-11-01 Arnold SchwaighoferLoopVectorizer: Perform redundancy elimination on induc...
2013-11-01 David BlaikieDebugInfo: Make pubnames header printing similar to...
2013-11-01 Juergen Ributzka[Stackmap] Remove erroneous assert.
2013-11-01 Matt ArsenaultUse isa<> instead of dyn_cast<> with unused value
2013-11-01 Chad Rosier[AArch64] Simplify a few of the instruction patterns...
2013-11-01 Chad Rosier[AArch64] Fix assembly string formatting and other...
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-11-01 Aaron BallmanCommenting out this assert because it is causing the...
2013-11-01 Aaron BallmanFixing an order of evaluation error in an assert.
2013-11-01 Benjamin KramerLoopVectorize: Look for consecutive acces in GEPs with...
2013-11-01 Bradley Smith[ARM] Add Virtualization subtarget feature and more...
2013-11-01 Bradley Smith[ARM] Fix Tag_ABI_HardFP_use build attribute
2013-11-01 Hal FinkelConsider (x == -1) unlikely in BranchProbabilityInfo
2013-11-01 Arnold SchwaighoferLoopVectorizer: If dependency checks fail try runtime...
2013-11-01 Arnold SchwaighoferLoopVectorizer: Clear all member data structures in...
2013-11-01 David BlaikieDebugInfo: Emit member variable locations as data inste...
2013-11-01 Kevin EnderbyAdd to the disassembler C API output reference types for
2013-10-31 Dan GohmanFix unused variable warnings.
2013-10-31 Andrew TrickUnused variable
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Andrew TrickAdd new calling convention for WebKit Java Script.
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.
2013-10-31 Manman RenDo not convert "call asm" to "invoke asm" in Inliner.
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-31 Rui UeyamaUse StringRef::startswith_lower. No functionality change.
2013-10-31 Nuno Lopes[ConstantRange] improve my previous patch per Nick...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-31 Roman DivackySparcV9 doesnt have rem instruction either.
2013-10-31 Alexey SamsonovDWARFDebugArangeSet: remove dead code
2013-10-31 Alexey SamsonovDWARFUnit: kill dead code and make a couple of function...
2013-10-31 Manman RenDebug Info: remove duplication of DIEs when a DIE can...
2013-10-31 Alexey SamsonovDWARFAbbreviationDeclaration: remove dead code, refacto...
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-10-31 Andrew Trickwhitespace
2013-10-31 Rafael EspindolaRemove another unused flag.
2013-10-31 Rafael EspindolaRemove unused flag.
2013-10-31 Rafael EspindolaRules adjustments in order to build on DragonFly BSD.
2013-10-31 Rafael EspindolaRemove the --shrink-wrap option.
2013-10-31 Cameron McInallyAdd AVX512 unmasked integer broadcast intrinsics and...
2013-10-31 Elena DemikhovskyAVX-512: Implemented CMOV for 512-bit vectors
2013-10-31 Richard Sandiford[SystemZ] Automatically detect zEC12 and z196 hosts
2013-10-31 Amara Emerson[AArch64] Make the use of FP instructions optional...
2013-10-31 Rafael EspindolaFix a use after free on invalid input.
2013-10-31 Rafael EspindolaFix most memory leaks in tablegen.
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-31 Jim GrosbachLegalize: Improve legalization of long vector extends.
2013-10-30 Matt ArsenaultFix a few typos
2013-10-30 Matt ArsenaultFix CodeGen for unaligned loads with address spaces
2013-10-30 Matt ArsenaultTeach scalarrepl about address spaces
2013-10-30 Rafael EspindolaAdd calls to doInitialization() and doFinalization...
next