oota-llvm.git
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...
2013-10-31 Andrew TrickAdd Verifier test case for variable argument intrinsics.
2013-10-31 Andrew TrickAdd experimental stackmap intrinsics to definition...
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 NAKAMURA Takumillvm/test/Bitcode/invalid.ll: Tweak expresion to mach...
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 Yuchen WuUpdated llvm-cov's OVERVIEW description
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...
2013-10-30 Rafael EspindolaProduce .weak_def_can_be_hidden for some linkonce_odr...
2013-10-30 David BlaikieDebugInfo: Push header handling down into CompileUnit
2013-10-30 Simon Atanasyan[Mips] Add more SHF_MIPS_xxx ELF section flags.
2013-10-30 Will DietzAdd DebugInfo testcase for high_pc encoded as constant...
2013-10-30 Matt ArsenaultFix GVN creating bitcast between address spaces
2013-10-30 Tom RoederThis commit adds some (but not all) of the x86-64 reloc...
2013-10-30 Rui UeyamaAdd {start,end}with_lower methods to StringRef.
2013-10-30 Artyom Skrobov[ARM] NEON instructions were erroneously decoded from...
2013-10-30 Tom StellardR600: Custom lower f32 = uint_to_fp i64
2013-10-30 David BlaikieDwarfDebug: Change Abbreviations member from pointer...
2013-10-30 Benjamin Kramerfix RST reference in Writing an LLVM Pass
2013-10-30 Hans WennborgAdd #include of raw_ostream.h to MipsSEISelLowering.cpp
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Nuno Lopesmake ConstantRange::signExtend() optimal
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-30 Cameron McInallyRefactor the AVX512 intrinsics. Cluster the intrinsics...
2013-10-30 Howard HinnantRehash but don't grow when full of tombstones.
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bins[lr]i.[bhwd...
2013-10-30 Daniel Sanders[mips][msa] Combine binsri-like DAG of AND and OR into...
2013-10-30 Daniel Sanders[mips] MipsSETargetLowering now reports DAGCombiner...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching splat.[bhw]...
2013-10-30 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-10-30 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-10-30 Bill WendlingReformat Makefile. No other changes.
2013-10-30 Akira Hatanaka[mips] Compute stack alignment on the fly.
2013-10-30 Josh MageeReformat code with clang-format.
2013-10-30 NAKAMURA TakumiStackProtector.h: Fix trailing comments for doxygen...
2013-10-30 NAKAMURA TakumiTrailing whitespace in a comment line.
2013-10-29 Manman RenDebug Info: code clean up.
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Manman RenStruct byval cleanup: add helper functions to reduce...
2013-10-29 Josh Magee[stackprotector] Update the StackProtector pass to...
2013-10-29 Matt ArsenaultUpdate comment
2013-10-29 Matt ArsenaultWorkaround MSVC 32-bit miscompile of getCondCodeAction.
2013-10-29 Aaron BallmanRemoving a switch statement that contains only a defaul...
2013-10-29 Akira Hatanaka[mips] Align the stack to 16-bytes for mfp64.
2013-10-29 Rafael EspindolaRemove declared but not implemented function.
2013-10-29 Benjamin KramerFix common typos in the docs.
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Manman RenDebug Info: clean up testing case.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
next