oota-llvm.git
2013-11-05 Peter Zotov[OCaml] (PR10016) Add a few missing line in OCamlLangIm...
2013-11-05 Reed KotlerRemove the word "thumb" from comments. Remove also...
2013-11-05 Peter Zotov[OCaml] (PR16318) Add missing argument to Llvm.const_in...
2013-11-05 Peter Zotov[OCaml] (PR11717) Make declare_qualified_global respect...
2013-11-05 David MajnemerX86 Disassembler: remove unused bool typedef-name
2013-11-05 Alp TokerSuppress OS crash dialog in llvm-rtdyld
2013-11-05 Peter Zotov[OCaml] Properly tag the custom operations of Llvm...
2013-11-05 Peter Zotov[OCaml] Llvm_linker: do not use external in module...
2013-11-05 Reed KotlerFix r194019 as requested by Eric Christopher.
2013-11-05 Alp TokerFix symbol defines in config.h.cmake
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 WuRevert "Added basic unit test for llvm-cov."
2013-11-05 Yuchen WuAdded basic unit test for llvm-cov.
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 Rafael EspindolaFix MSVC build by not putting an error_code directly...
2013-11-05 Rafael EspindolaSimplify ErrorOr.
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 KotlerAdd the test case that goes with the previous submissio...
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 Sean Silva[docs] Add link to 32-bit ARM ELF supplement.
2013-11-04 Jakub StaszakUse startswith_lower() where possible.
2013-11-04 Cameron McInallyAdd support for AVX512 masked vector blend intrinsics.
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...
next