[OCaml] Documentation improvements.
[oota-llvm.git] / lib /
2014-07-02 Eric ChristopherFix typos.
2014-07-02 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-02 Eric ChristopherMove the data layout and selection dag info from the...
2014-07-02 Adam Nemet[X86] AVX512: Allow writemask argument in vpermt* intri...
2014-07-02 Adam Nemet[X86] AVX512: Generate Pat<>'s for the vpermt2* intrins...
2014-07-02 Adam Nemet[X86] AVX512: Add writemask variants for vperm*2*
2014-07-02 Tom StellardR600: Add a comment that llvm.AMDGPU.trunc is a legacy...
2014-07-02 Tom StellardR600/SI: Use a ComplexPattern for ADDR64 addressing...
2014-07-02 Tom StellardR600: Promote i64 loads to v2i32
2014-07-02 Tom StellardR600/SI: Adjsut SGPR live ranges before register allocation
2014-07-02 Tom StellardR600/SI: Add verifier check for immediates in register...
2014-07-02 Alexey SamsonovRemove non-static field initializer to appease MSVC
2014-07-02 Rafael EspindolaFix configure+make build.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-07-02 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-02 Quentin Colombet[RegAllocGreedy] Provide a subtarget hook to disable...
2014-07-02 David BlaikieDon't try to construct debug LexicalScopes hierarchy...
2014-07-02 David BlaikieConstify the Function pointers in the result of makeSub...
2014-07-02 Duncan P. N. Exon... AArch64: Re-enable AArch64AddressTypePromotion
2014-07-02 Duncan P. N. Exon... AArch64: Remove unnecessary parens
2014-07-02 Matt ArsenaultR600: Fix crashes when an illegal type load or store...
2014-07-02 Duncan P. N. Exon... AArch64: Merge isa with dyn_cast
2014-07-02 Duncan P. N. Exon... AArch64: Temporarily disable AArch64AddressTypePromotion
2014-07-02 Alexey Samsonov[ASan] Print exact source location of global variables...
2014-07-02 Chad RosierRevert "Revert "MachineScheduler: better book-keeping...
2014-07-02 Benjamin KramerX86: When combining shuffles just remove shuffles that...
2014-07-02 Elena DemikhovskyAVX-512: dec/inc instructions are slow on KNL
2014-07-02 Matt ArsenaultFix missing const
2014-07-02 David MajnemerInstCombine: Optimize x/INT_MIN to x==INT_MIN
2014-07-02 Chandler Carruth[cleanup] Hoist an if-else chain on ISD opcodes (really...
2014-07-02 David MajnemerInstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
2014-07-02 Saleem Abdulrasoolaarch64: support target-specific .req assembler directive
2014-07-02 Chandler Carruth[cleanup] Remove dead 'break;' statements that I meant...
2014-07-02 Chandler Carruth[cleanup] Hoist the promotion dispatch logic into the...
2014-07-02 Chandler Carruth[cleanup] Nuke the 'VectorOp' bit of the promote method...
2014-07-02 Chandler Carruth[x86] Clean up and modernize the doxygen and API commen...
2014-07-02 Eric ChristopherBreak out subtarget initialization that dependent varia...
2014-07-02 Eric ChristopherUnify these two lines.
2014-07-02 Eric ChristopherMove MipsJITInfo to the subtarget rather than the targe...
2014-07-02 Eric ChristopherRemove unnecessary include.
2014-07-02 Eric ChristopherRemove the cached InstrItineraryData on the TargetMachi...
2014-07-02 Eric ChristopherMove the subtarget dependent features from XCoreTargetM...
2014-07-02 Eric ChristopherMake XCoreSelectionDAGInfo take a DataLayout since...
2014-07-01 Juergen Ributzka[FastISel] Factor out stackmap intrinsic selection...
2014-07-01 Tim NorthoverX86: remove atomic instructions *after* we've iterated...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-07-01 Tim NorthoverX86: delegate expanding atomic libcalls to generic...
2014-07-01 Reid KlecknerOptimize InstCombine stack memory consumption
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-07-01 David BlaikieDebugInfo: Keep track of subprograms who's arguments...
2014-07-01 Eric ChristopherMove the subtarget dependent features from SystemZTarge...
2014-07-01 Eric ChristopherRemove the use and initialization of the target machine...
2014-07-01 David BlaikieDebugInfo: Provide a utility for building a mapping...
2014-07-01 Tim NorthoverAArch64: fix comment typo
2014-07-01 Tim NorthoverX86: expand atomics in IR instead of as MachineInstrs.
2014-07-01 Adam Nemet[X86] AVX512: Allow writemasks with vpcmp
2014-07-01 Adam Nemet[X86] AVX512: Factor generating the AsmString into...
2014-07-01 Chad RosierRevert "MachineScheduler: better book-keeping for asserts."
2014-07-01 Quentin Colombet[PeepholeOptimzer] Fix a typo in a comment.
2014-07-01 David MajnemerGlobalOpt: Don't swap private for internal linkage
2014-07-01 Rafael EspindolaAvoid revocations when possible.
2014-07-01 Quentin Colombet[PeepholeOptimizer] Advanced rewriting of copies to...
2014-07-01 Quentin Colombet[RegAllocGreedy] Provide a flag to disable the local...
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-07-01 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-01 Andrew TrickMachineScheduler: better book-keeping for asserts.
2014-07-01 Alp TokerExecutionEngine::create(): fix interpreter fallback...
2014-07-01 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-01 Reid KlecknerFix .seh_stackalloc 0
2014-07-01 David MajnemerGlobalOpt: Handle non-zero offsets for aliases
2014-07-01 Gerolf HoflehnerSuppress inlining when the block address is taken
2014-07-01 Duncan P. N. Exon... AArch64: Follow-up to r212073
2014-06-30 Duncan P. N. Exon... AArch64: Actually do address type promotion
2014-06-30 David BlaikieDebugInfo: Preserve debug location information when...
2014-06-30 Reid KlecknerSpeculatively fix some code handling Power64 MachO...
2014-06-30 Reid Klecknermsan: Stop stripping the 'tail' modifier off of calls
2014-06-30 Ehsan AkhgariRefactor the code in clang to find a file in a PATH...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Matt ArsenaultR600: Move mul combine to separate function
2014-06-30 Matt ArsenaultR600: Remove unused declarations leftover from AMDIL
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-30 Andrea Di Biagio[X86] Add support for builtin to read performance monit...
2014-06-30 Chad Rosier[AArch64] Unsized types don't specify an alignment.
2014-06-30 Chad Rosier[AArch64] Convert mul x, -(pow2 +/- 1) to shift + add...
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-30 Scott DouglassARM: take care not to set the ThumbFunc bit on TLS...
2014-06-30 Saleem AbdulrasoolX86: fix comment
2014-06-30 Saleem AbdulrasoolARM: use symbolic name for constant
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-29 Craig TopperAdd ops() method to SDNode that returns an ArrayRef...
2014-06-28 Rafael EspindolaUse a range loop. No functionality change.
2014-06-28 Alp TokerFix build following r211956
2014-06-28 David MajnemerVerifier: Update assert message to reflect LangRef
2014-06-28 Chandler Carruth[x86] Fix a bug in the v8i16 shuffling exposed by the...
2014-06-28 Chandler Carruth[x86] Add handling for splat-like widenings of v16i8...
2014-06-27 Lang Hames[RuntimeDyld] Use a raw_ostream and llvm::format for...
2014-06-27 Chad Rosier[AArch64] Fix memset ICE when memset value is f128.
next