Disable transforms that introduce calls to exp10*() on Linux due to
[oota-llvm.git] / lib /
2013-12-28 Chandler CarruthDisable transforms that introduce calls to exp10*(...
2013-12-28 Eric ChristopherRemove AsmPrinter::needsRelocationsForDwarfStringPool...
2013-12-27 Andrea Di BiagioTeach DAGCombiner how to fold a SIGN_EXTEND_INREG of...
2013-12-27 David BlaikieDebugInfo: Remove dead code, DICompositeType::addMember...
2013-12-27 Chandler CarruthUse two variables here rather than reusing (and abusing...
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...
2013-12-26 Reid KlecknerTLI: Make exp10* avaiable on Linux/Mac/iOS and unavaila...
2013-12-26 Joerg SonnenbergerRecognize armv7a and friends as aliases for armv7-a...
2013-12-26 Saleem AbdulrasoolARM IAS: support .even directive
2013-12-26 Venkatraman Govind... [Sparc] Lower and MachineInstr to MC and print assembly...
2013-12-26 Venkatraman Govind... [Sparc] Add target specific MCExpr class to handle...
2013-12-25 Venkatraman Govind... [Sparc] Add MCInstPrinter implementation for SPARC.
2013-12-25 Simon Atanasyan[Mips] Does not take in account 'use-soft-float' attrib...
2013-12-25 Alexander Potapenko[ASan] Fix the test for __asan_gen_ globals and actuall...
2013-12-25 Alexander Potapenko[ASan] Make sure none of the __asan_gen_ global strings...
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-12-25 Zoran JovanovicSupport for microMIPS load effective address.
2013-12-25 Zoran JovanovicSupport for microMIPS FPU instructions 2.
2013-12-25 Elena DemikhovskyAVX-512: Result type of scalar SETCC is MVT::i1 for...
2013-12-25 Hao Liu[AArch64]Fix a problem that the register order of fmls...
2013-12-24 Richard SandifordFix typo.
2013-12-24 Richard Sandiford[SystemZ] Use interlocked-access 1 instructions for...
2013-12-24 Richard Sandiford[SystemZ] Add MC support for interlocked-access 1 instr...
2013-12-24 Elena DemikhovskyAVX-512: fixed some patterns for MVT::i1
2013-12-24 Hao Liu[AArch64]Add patterns to match normal shift nodes:...
2013-12-24 Kevin Qin[AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.
2013-12-24 Kevin Qin[AArch64 NEON] Fix a pattern match failure with NEON_VDUP.
2013-12-24 Ana Pazos[AArch64] Check fmul node single use in fused multiply...
2013-12-24 Ana Pazos[AArch64 NEON] Fixed fused multiply negate add/sub...
2013-12-23 Adrian PrantlDebug info: Add enumerators to the __apple_names accele...
2013-12-23 Andrew TrickAdd support to indvars for optimizing sadd.with.overflow.
2013-12-23 Adrian PrantlDebug info: On ARM ensure that the data sections come...
2013-12-23 Saleem AbdulrasoolARM: bkpt has an implicit immediate constant 0
2013-12-23 Richard SandifordFix Scalarizer insertion point when replacing PHIs...
2013-12-23 Richard SandifordFix Scalarizer handling of vector GEPs with multiple...
2013-12-23 Kostya Serebryany[asan] don't unpoison redzones on function exit in...
2013-12-23 Kostya Serebryany[asan] produce fewer stores when poisoning stack shadow
2013-12-22 Roman DivackyUse r2 when encoding tls on ppc32. Fixes PR18305.
2013-12-22 Benjamin KramerDwarf: Fix a copy-paste bug.
2013-12-22 Elena DemikhovskyAVX512: SETCC returns i1 for AVX-512 and i8 for all...
2013-12-22 Roman DivackyAdd some comments.
2013-12-21 Alp TokerTableGen: Generate valid identifiers for anonymous...
2013-12-21 Mark LaceyFix typo in assert message: s/load/store
2013-12-20 Yuchen WuBlockFrequencyInfo: Readded getEntryFreq.
2013-12-20 Lang HamesARM AnalyzeBranch should ignore DEBUG_VALUES while...
2013-12-20 Timur Iskhodzhanovclang-format a couple of mis-formatted functions
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-12-20 Zoran JovanovicSupport for microMIPS FPU instructions 1.
2013-12-20 Rafael EspindolaMake this array const.
2013-12-20 Richard Sandiford[SystemZ] Optimize comparisons with truncated extended...
2013-12-20 Richard Sandiford[SystemZ] Extend RISBG optimization
2013-12-20 Kai NackeAdd support for krait cpu in llvm::sys::getHostCPUName()
2013-12-20 Justin BognerTransforms: Don't create bad weights when eliminating...
2013-12-20 Saleem AbdulrasoolARM IAS: add support for the .pool directive
2013-12-20 Tom StellardR600: Allow ftrunc
2013-12-20 Eric ChristopherRanges in the .debug_range section need to have begin...
2013-12-20 Eric ChristopherAdd support for a CU to output a set of ranges for...
2013-12-20 Dmitri GribenkoWhen parsing data layout string looking for endianness...
2013-12-20 Dmitri GribenkoCorrectly apply the default pointer size
2013-12-20 Eric Christopher[x86] Rename In32BitMode predicate to Not64BitMode
2013-12-20 Alp TokerFix documentation typos
2013-12-19 Kevin EnderbyUn-revert: the buildbot failure in LLVM on lld-x86_64...
2013-12-19 Rafael EspindolaChange getStringRepresentation to skip defaults.
2013-12-19 David PeixottoEnsure deterministic when printing ARM assembler consta...
2013-12-19 Kevin EnderbyRevert my change to the X86 assembler for intel syntax...
2013-12-19 Kevin EnderbyChanged the X86 assembler for intel syntax to work...
2013-12-19 Hans WennborgMake sys::ThreadLocal<> zero-initialized on non-thread...
2013-12-19 Kay Tiong KhooStay classy (and legal) LLVM. Remove links to 3rd party...
2013-12-19 Quentin Colombet[X86][fast-isel] Fix select lowering.
2013-12-19 David PeixottoImplement the .ltorg directive for ARM assembly
2013-12-19 David PeixottoImplement the ldr-pseudo opcode for ARM assembly
2013-12-19 David PeixottoAdd a finishParse() callback to the targer asm parser
2013-12-19 Kay Tiong KhooImproved fix for PR17827 (instcombine of shift/and...
2013-12-19 Rafael EspindolaSmall simplification, p0 is the same as p.
2013-12-19 Zoran JovanovicSupport for microMIPS control instructions.
2013-12-19 Rafael EspindolaLong doubles are required to be aligned to 128 bits...
2013-12-19 Hal FinkelAdd a disassembler to the PowerPC backend
2013-12-19 Zoran JovanovicSupport for microMIPS LL and SC instructions.
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-19 Evgeniy Stepanov[dfsan] Simplify code after r197677.
2013-12-19 Evgeniy StepanovAdd an explicit insert point argument to SplitBlockAndI...
2013-12-19 NAKAMURA TakumiGCOV.cpp: Fix format strings, %lf. Don't use %lf to...
2013-12-19 Matt ArsenaultR600/SI: Make private pointers be 32-bit.
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-19 Rafael EspindolaAdd stack alignment information for Sparc.
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-19 Rafael EspindolaSynchronize the NaCl DataLayout strings with the ones...
2013-12-19 Reed KotlerMake cosmetic changes as part of Mips internal post...
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Reed KotlerFix a problem with mips16 stubs when calls are transfor...
2013-12-18 Weiming Zhao[aarch32] fix bug 18268: Incorrect condition of vsel
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-12-18 Adrian PrantlPull in a couple of new constants from the upcoming...
2013-12-18 Rafael EspindolaCorrectly handle the degenerated triple "thumb".
2013-12-18 Yuchen Wullvm-cov: Print coverage summary to STDOUT.
2013-12-18 Yuchen Wullvm-cov: s/(.*)Executed/\1Exec/
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-18 Logan Chien[arm] Rename Tag_VFP_arch to Tag_FP_arch.
next