Docs: Clearly separate Operand-related paragraphs.
[oota-llvm.git] / lib /
2013-11-17 Manman RenDebug Info: fix typo in function name.
2013-11-17 Manman RenDebug Info Verifier: fix when to find debug info nodes...
2013-11-17 Manman RenDebug Info Verifier: enable public functions of Finder...
2013-11-17 NAKAMURA TakumiUtils/LoopUnroll.cpp: Tweak (StringRef)OldName to be...
2013-11-17 Hal FinkelAdd a loop rerolling flag to the PassManagerBuilder
2013-11-17 Bill WendlingRevert "Micro-optimization"
2013-11-17 Benjamin KramerDAGCombiner: Partially revert r192795, getNOT was fixed...
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-11-17 Matt ArsenaultUse more getZExtOrTruncs
2013-11-17 Matt ArsenaultUse getZExtOrTrunc instead of repeating the same logic.
2013-11-17 Hal FinkelAdd the cold attribute to error-reporting call sites
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-17 Hal FinkelFix ndebug-build unused variable in loop rerolling
2013-11-17 Matt ArsenaultUse right address space pointer size
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-11-16 Juergen RibutzkaThe WebKit_JS CC preserves the same registers as the...
2013-11-16 Hal FinkelApply the InstCombine fptrunc sqrt optimization to...
2013-11-16 Matt ArsenaultFix assert on unaligned access to global with different...
2013-11-16 Matt ArsenaultFix codegen for null different sized pointer.
2013-11-16 Benjamin KramerAnnotate APInt methods where it's not clear whether...
2013-11-16 Vincent LejeuneR600: Make dot_4 instructions predicable
2013-11-16 Duncan P. N. Exon... Use array_pod_sort instead of std::sort
2013-11-16 Benjamin KramerInstCombine: fold (A >> C) == (B >> C) --> (A^B) <...
2013-11-16 Manman RenDebug Info Verifier: remove un-used argument in verifyD...
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-11-16 Matt ArsenaultUse correct size for address space in BasicAA.
2013-11-16 David BlaikieDwarfCompileUnit: Push type safety of DIDescriptor...
2013-11-16 David BlaikieDwarfCompileUnit: Remove unnecessary OwningPtr<T>:...
2013-11-16 Eric ChristopherFor dwarf4 use the correct form for referencing debug_l...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety to CompileUnit::getNo...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety by using DICompileUni...
2013-11-15 David BlaikieDwarfCompileUnit: Simplify getLanguage() calls to use...
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Adrian PrantlReplace the dangling context hotfix with an assertion.
2013-11-15 Lang HamesRemove unused arguments.
2013-11-15 Lang HamesDuring folding for patchpoint/stackmap instructions...
2013-11-15 David BlaikieDwarfDebug: Push DISubprogram through updateSubprogramS...
2013-11-15 Arnold SchwaighoferLoopVectorizer: Use abi alignment for accesses with...
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptors through a getDIE...
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptor usage out from...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Matt ArsenaultFix confusing machine verifier error.
2013-11-15 Andrew KaylorFix a problem in MCJIT identifying the module containin...
2013-11-15 Matt ArsenaultMake method static
2013-11-15 Chandler Carruth[PM] Fix an iterator problem spotted by the MSVC debug...
2013-11-15 Chandler Carruth[PM] Run clang-format on a few lines that I missed...
2013-11-15 Chad Rosier[AArch64] Fix the scalar NEON ACLE functions so that...
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-15 Adrian PrantlReimplement r194843 in a slightly less broken way.
2013-11-15 Manman RenArgumentPromotion: correctly transfer TBAA tags and...
2013-11-15 Rui UeyamaReadobj: If NumbersOfSections is 0xffff, it's an COFF...
2013-11-15 Adrian PrantlRestore the behaviour from before r194728.
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-15 Tom StellardR600/SI: Add VReg_96 register class to SIRegisterInfo...
2013-11-15 Andrew KaylorResolve JIT runtime linking problems on Android.
2013-11-15 Andrew KaylorDon't try to initialize memory for a global if the...
2013-11-15 Cameron McInallyAdd AVX512 unmasked FMA intrinsics and support.
2013-11-15 Daniel Sanders[mips][msa] lowerMSABitClear() should use SelectionDAG...
2013-11-15 Alexey SamsonovHopefully fix uninitialized memory read in AArch64AsmPa...
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-11-15 Justin Holewinski[NVPTX] Fix handling of indirect calls
2013-11-15 Yaron KerenCorrect spelling.
2013-11-15 Kostya Serebryany[asan] use GlobalValue::PrivateLinkage for coverage...
2013-11-15 Benjamin Kramerllvm-cov: Clean up memory leaks.
2013-11-15 Zoran JovanovicUse instr mapping for microMIPS in llvm-mc.
2013-11-15 Bob WilsonReapply "[asan] Poor man's coverage that works with...
2013-11-15 Matt ArsenaultAdd instcombine visitor for addrspacecast
2013-11-15 Matt ArsenaultAdd target hook to prevent folding some bitcasted loads.
2013-11-15 Bob WilsonRevert "[asan] Poor man's coverage that works with...
2013-11-15 Peter Zotov[llvm-c] Make LLVMGetTargetFromName actually work
2013-11-15 Peter Zotov[llvm-c] Add missing const qualifiers to LLVMCreateTarg...
2013-11-15 Peter Zotov[llvm-c] Simplify signature of LLVMGetTargetFromName
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-11-15 Eric ChristopherUse a reference rather than a pointer as we don't expec...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
2013-11-14 Tom StellardR600/SI: Add processor type for Hawaii
2013-11-14 Andrew TrickWhen folding memory operands, preserve existing Machine...
2013-11-14 Matt ArsenaultR600/SI: Remove redundant legalizeOperands call
2013-11-14 Hans WennborgAdd #include raw_ostream.h in lib/Target/R600/SIFixSGPR...
2013-11-14 Matt ArsenaultR600/SI: Specify S_ADDK/S_MULK set SCC and are commutable
2013-11-14 David BlaikieDebugInfo: Simplify/narrow null-check for getOrCreateType
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-14 Chad Rosier[AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZ...
2013-11-14 David BlaikieDwarfCompileUnit::getOrCreateContext: Return the compil...
2013-11-14 David BlaikieRemove unnecessary 'else' after return.
2013-11-14 Tim NorthoverARM: produce friendly error for invalid inline asm
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-14 Kostya Serebryany[asan] Poor man's coverage that works with ASan
2013-11-14 Evgeniy Stepanov[msan] Fast path optimization for wrap-indirect-calls...
2013-11-14 NAKAMURA TakumiIR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Elena DemikhovskyAVX-512: Handled extractelement from mask vector;
2013-11-14 Matt ArsenaultIndentation fixes
2013-11-14 Matt ArsenaultAdd a comment
2013-11-14 Matt ArsenaultFix trailing whitespace in debug printing
2013-11-14 NAKAMURA Takumiyaml::Input::mapTag(): Don't use StringRef to hold...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 NAKAMURA TakumiAArch64DAGToDAGISel::SelectVTBL(): Fix a warning. ...
2013-11-14 Andrew TrickMinor extension to llvm.experimental.patchpoint: don...
next