oota-llvm.git
2013-11-04 Manman RenRename testing case to use - instead of _.
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 Elena DemikhovskyAVX-512: fixed a typo in builtin name
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-04 Peter Zotov[OCaml] implement Llvm_passmgr_builder, bindings for...
2013-11-04 Peter Zotov[OCaml] Documentation
2013-11-04 Peter Zotov[OCaml] Implement missing LLVMCore APIs
2013-11-04 Peter Zotov[OCaml] Formatting
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... [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 Peter Zotov[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}
2013-11-03 Peter Zotov[OCaml] Fix ABI incompatibility
2013-11-03 Peter Zotov[OCaml] Implement Llvm_linker, bindings for the IR...
2013-11-03 Peter Zotov[OCaml] Implement Llvm_vectorize bindings
2013-11-03 Peter Zotov[OCaml] Refactor Llvm_target tests
2013-11-03 Peter Zotov[OCaml] Llvm_target: fix typo (Int_val instead of Int64...
2013-11-03 Venkatraman... [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.
2013-11-03 Peter Zotov[OCaml] Llvm_scalar_opts: add missing transforms
2013-11-03 Peter Zotov[OCaml] Llvm_ipo: add missing transforms
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... [SparcV9] Add ctpop instruction for i64. Also, expand...
2013-11-03 Bob WilsonConfigure with --enable-terminfo=no for Apple's llvmCor...
2013-11-03 Filip PizloAdd a comment to note that LLVMDisablePrettyStackTrace...
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 EspindolaA better fix that also works on ppc: add a target tripple.
2013-11-02 Rafael EspindolaFix this test to pass on darwin now that llvm-nm is...
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 David BlaikieDebugInfo: regenerate test case from Clang to adjust...
2013-11-01 Arnold SchwaighoferLoopVectorizer: Perform redundancy elimination on induc...
2013-11-01 David BlaikieDebugInfo: Improve readability of test case added in...
2013-11-01 David BlaikieDebugInfo: add a test case for data member locations...
2013-11-01 David BlaikieFix a test case broken by r193872
2013-11-01 Manman RenAdd comments.
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 Sylvestre LedruOCaml bindings: fix typo
2013-11-01 Sylvestre LedruOCaml bindings: remove unused DONT_BUILD_RELINKED from...
2013-11-01 Rafael EspindolaUse \01 to disable the mangler. Should fix the 32 bit...
2013-11-01 Sylvestre LedruOCaml bindings: fix typo
2013-11-01 Sylvestre LedruOCaml bindings: fix typo in documentation
2013-11-01 Sylvestre LedruOCaml bindings: formatting
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 TrickThese test cases for experimental features are a bit...
2013-10-31 Andrew TrickUnused variable
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Rafael EspindolaModify CMakeLists.txt to work around pr17763 and bring...
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 Rafael EspindolaRelax check line to match what llvm-nm prints for COFF.
2013-10-31 Manman RenDo not convert "call asm" to "invoke asm" in Inliner.
2013-10-31 Rafael EspindolaXFAIL on ppc64 too.
2013-10-31 Rafael EspindolaXFAIL this for now.
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-31 Chad Rosier[AArch64] Add diagnostic tests for NEON scalar shift...
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 Reid KlecknerUse a larger invalid attribute bitcode number
2013-10-31 Alexey SamsonovDWARFDebugArangeSet: remove dead code
2013-10-31 Matt ArsenaultAdd FileCheck tests for @LINE
2013-10-31 Petar Jovanovic[mips] XFAIL several MCJIT remote tests
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 Roman DivackyMerge and filecheckize.
2013-10-31 Manman RenCleanup: update comments.
2013-10-31 Alexey SamsonovDWARFAbbreviationDeclaration: remove dead code, refacto...
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
next