Fix example for VS2012.
[oota-llvm.git] / lib /
2014-04-18 Duncan P. N. Exon... PMBuilder: Expose an option to disable tail calls
2014-04-18 Tom StellardR600/SI: Use SReg_64 instead of VSrc_64 when selecting...
2014-04-17 Jim Grosbach[ARM64,C++11] Range'ify another loop.
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-17 Nuno Lopesremove some dead code
2014-04-17 Reed KotlerStart pushing changes for Mips Fast-Isel
2014-04-17 Tom StellardR600: Add comment clariying use of sext for result...
2014-04-17 Tom StellardR600/SI: Stop using i128 as the resource descriptor...
2014-04-17 Tom StellardR600/SI: Change default register class for i32 to SReg_32
2014-04-17 Tom StellardR600/SI: Teach SIInstrInfo::moveToVALU() how to handle...
2014-04-17 Tom StellardR600/SI: Legalize operands after changing dst reg in...
2014-04-17 Louis GerbargImprove ARM64 vector creation
2014-04-17 Jim GrosbachARM64: [su]xtw use W regs as inputs, not X regs.
2014-04-17 David BlaikieManagedStatic is never built with a null constructor...
2014-04-17 Tim NorthoverARM64: switch to IR-based atomic operations.
2014-04-17 Tim NorthoverARM64: add acquire/release versions of the existing...
2014-04-17 Gerolf HoflehnerReverse 206485.
2014-04-17 Josh Magee[stack protector] Make the StackProtector pass respect...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-17 Matt ArsenaultR600/SI: f64 frint is legal on CI
2014-04-17 Chad Rosier[AArch64] Implement the getCSRFirstUseCost API, mirrori...
2014-04-17 NAKAMURA TakumiInliner::OptimizationRemark: Fix crash in clang/test...
2014-04-17 Chandler Carruth[LCG] Just move the allocator (now that we can) when...
2014-04-17 Chandler Carruth[LCG] Remove the Module reference member which we weren...
2014-04-17 Craig Topper[X86] Add disassembler support for the 0x0f 0x7f form...
2014-04-17 Saleem AbdulrasoolMC: rework static_assert to be MSVC compatible
2014-04-17 Matt ArsenaultR600/SI: Fix zext from i1 to i64
2014-04-17 Adam Nemet[ARM64] Fix "Cannot select" for vector ctpop
2014-04-17 Gerolf HoflehnerInline a function when the always_inline attribute
2014-04-16 Jim Grosbach[c++11] Tidy up AsmPrinter.cpp.
2014-04-16 Tom StellardAdded new functionality to LLVM C API to use Diagnostic...
2014-04-16 Aaron BallmanReplacing a non-ASCII character in a comment with an...
2014-04-16 Diego NovilloAllow diagnostic handlers to check for optimization...
2014-04-16 Matheus Almeida[mips] Use TwoOperandAliasConstraint for shift instruct...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-16 Tim NorthoverARM64: silence sign-comparison warning.
2014-04-16 Tim NorthoverAArch64/ARM64: produce correct relocation for condition...
2014-04-16 Daniel Sanders[mips] Indentation
2014-04-16 Daniel Sanders[mips] Fix emission of '.option pic0' for MIPS-IV.
2014-04-16 Daniel Sanders[mips] Correct r206370 to account for non-Linux targets...
2014-04-16 Kostya Serebryany[asan] add two new hidden compile-time flags for asan...
2014-04-16 Tim NorthoverAArch64/ARM64: port across stub handling for ELF C...
2014-04-16 Tim NorthoverARM64: use 32-bit moves for constants where possible.
2014-04-16 Tim NorthoverARM64: use the integrated assembler on ELF.
2014-04-16 Matheus Almeida[mips] Emit '.set nomicromips' before a function's...
2014-04-16 Aaron BallmanFixing a compile error in debug versions of MSVC. It...
2014-04-16 Daniel Sanders[mips] Correct callee saved list for the N32 ABI and...
2014-04-16 Tim NorthoverARM64: mark x7 as used when an i128 gets shunted onto...
2014-04-16 Tim NorthoverDAGCombiner: don't optimise non-existant litpool load
2014-04-16 Timur IskhodzhanovSimplify a static_assert so VS2013 can build it
2014-04-16 Saleem AbdulrasoolCOFF: fix an off by one error
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-16 Saleem AbdulrasoolCOFF: add support for .file symbols
2014-04-16 Saleem AbdulrasoolTarget: whitespace
2014-04-16 Matt ArsenaultR600: Expand sign extension of vectors.
2014-04-16 Jim Grosbach[ARM64,C++11] Tidy up branch relaxation a bit w/ c...
2014-04-16 Jim GrosbachARM64: Nuke some dead code.
2014-04-15 Jim Grosbach[ARM64,C++11] Clean up the ARM64 LOH collection pass.
2014-04-15 Matt ArsenaultR600/SI: Print code size along with used registers
2014-04-15 Matt ArsenaultR600/SI: Print more immediates in hex format
2014-04-15 Matt ArsenaultR600/SI: Cleanup parsing of register names.
2014-04-15 Matt ArsenaultR600/SI: Fix loads of i1
2014-04-15 Tobias GrosserRegionInfo: Do not access a value that was just moved...
2014-04-15 Akira HatanakaMake FastISel::SelectInstruction return before target...
2014-04-15 Andrea Di Biagio[X86] Improve the lowering of packed shifts by constant...
2014-04-15 Quentin Colombet[ARM64] Set default CPU to generic instead of cyclone.
2014-04-15 Robert LougherRevert r191049/r191059 as it can produce wrong code...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of child Regions...
2014-04-15 Julien LerougeAdd lifetime markers for allocas created to hold byval...
2014-04-15 Julien LerougeSplit byval argument initialization so the memcpy(s...
2014-04-15 Duncan P. N. Exon... LTO: Add more loop simplification passes to LTO
2014-04-15 Duncan P. N. Exon... verify-di: Add back braces for MSVC compatability
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Duncan P. N. Exon... verify-di: split out VerifierSupport
2014-04-15 David BlaikieUse unique_ptr to manage PassInfo instances in the...
2014-04-15 NAKAMURA TakumiMipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMe...
2014-04-15 NAKAMURA TakumiMipsAsmParser::ParseRegister(): Be responsible to delet...
2014-04-15 Tim NorthoverAArch64/ARM64: add missing pattern for extending load.
2014-04-15 Tim NorthoverAArch64/ARM64: only mangle MOVZ/MOVN during encoding...
2014-04-15 Tim NorthoverAArch64/ARM64: add support for large code-model jump...
2014-04-15 Tim NorthoverAArch64/ARM64: add patterns for various commutations...
2014-04-15 Tim NorthoverAArch64/ARM64: add half as a storage type on ARM64.
2014-04-15 Tim NorthoverAArch64/ARM64: copy patterns for fixed-point conversions
2014-04-15 Tim NorthoverARM64: add constraints to various FastISel operations
2014-04-15 Tim NorthoverFastISel: constrain the RegClass of operands when emitt...
2014-04-15 Tim NorthoverAArch64/ARM64: add dp tests from AArch64
2014-04-15 NAKAMURA TakumiARM64AsmParser.cpp: Fix vg_leak in MC/ARM64/fp-encoding.s.
2014-04-15 Stepan DyatkovskiyOptional hash symbol feature support for ARM64
2014-04-15 Vladimir MedicCurrent definition of subtract with immediate instructi...
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-15 Alexey BataevD3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer...
2014-04-15 NAKAMURA TakumiX86JITInfo: [x86] Rework r206240, X86CompilationCallbac...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 David BlaikieUse unique_ptr to manage TypePromotionActions owned...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCFunctionInfos...
2014-04-15 David BlaikieUse unique_ptr for the result of Registry entries.
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCStrategy object...
2014-04-15 David BlaikieUse unique_ptr for section/segment ownership in WinCOFF...
next