Move some X86 subtarget configuration onto the subtarget that's being
[oota-llvm.git] / docs /
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Pete CooperUpdate Tablegen documents given that binary literals...
2014-08-05 JF BastienFix typos in comments and doc
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 David BlaikieCorrect the emission kind constants committed in r214771
2014-08-04 David BlaikieDocument the "emission kind" field of the DICompileUnit...
2014-08-04 Benjamin KramerUpdate links to the gcc and java documentation that...
2014-08-02 Eric Fiselier[lit] Add --show-xfail flag to LIT.
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-08-01 Reid Klecknerdocs: Strongly recommend setting rpath when using a...
2014-07-31 Eric FiselierAdd documentation for lit's --show-unsupported flag
2014-07-31 Bill SchmidtClarify in PowerPC release notes that 32-bit PIC suppor...
2014-07-31 Bill SchmidtWrong heading level for PowerPC changes in release...
2014-07-31 Bill SchmidtRelease Notes: Overriding PPC64 and PPC64LE ABI default...
2014-07-31 Bill SchmidtAdd PowerPC release notes for 3.5.
2014-07-31 Richard SmithFix some grammatical errors.
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-30 Alex Lorenzdocs: update the command guide documentation for llvm...
2014-07-30 Hans WennborgLangRef: add a note about the mangling-suppressing...
2014-07-30 Manuel JacobCorrect vector type definition in LangRef.
2014-07-28 Hans WennborgUpdate LLVM version: 3.5 => 3.6
2014-07-28 Dan LiewDocument the new LLVM CMake interface for building...
2014-07-28 Dan LiewFixed sphinx warning.
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-25 Hal FinkelSimplify and improve scoped-noalias metadata semantics
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-23 Rafael EspindolaDocument what backwards compatibility we provide for...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-23 Daniel SandersAdded release notes for MIPS.
2014-07-22 Dan LiewRevert "Treat warnings in Sphinx as errors. The reasons...
2014-07-22 Hal FinkelMake use of the align parameter attribute for all point...
2014-07-22 Dan LiewAdded LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that...
2014-07-22 Dan LiewTreat warnings in Sphinx as errors. The reasons for...
2014-07-22 Dan LiewFix Sphinx warning.
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-21 Dan LiewFix Sphinx warnings.
2014-07-21 Tom Stellarddocs: Update relaease documents to include the patch...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-18 Mark HeffernanAdd loop unrolling metadata descriptions to docs/LangRe...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-17 Reid KlecknerRemove rules against std::function from the programmer...
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-17 Adam Nemet[TableGen] Allow shift operators to take bits<n>
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-16 Hal FinkelFix a typo in the inalloca description
2014-07-15 Duncan P. N. Exon... ADT: Add MapVector::remove_if
2014-07-15 Duncan P. N. Exon... ADT: Fix MapVector::erase()
2014-07-15 Reid KlecknerDocument the maximum LLVM IR alignment, which is 1...
2014-07-14 Sanjay Patelfixed link
2014-07-11 Alexander KornienkoAdd FileCheck -implicit-check-not option to allow stric...
2014-07-10 Matt ArsenaultFix types in documentation.
2014-07-09 Cameron McInallyUpdate ReleaseNotes to mention Atomic NAND semantic...
2014-07-04 Sanjay Patelfixed typos
2014-07-04 Sylvestre LedruPhabricator doc: Explicit the fact that the patch needs...
2014-07-03 Rafael EspindolaExpand the note about llvm-ar now that inline asm works.
2014-07-02 Sylvestre LedruAlso document the 'arc commit' commands in the 'Committ...
2014-07-02 Reid KlecknerRemove the recommendation against using std::function
2014-07-01 Sean Silva[docs] Fix a mangled sentence.
2014-07-01 Sean Silva[docs] Remove stray HTML tag.
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-30 Scott Douglassundo test commit (whitespace only)
2014-06-30 Scott Douglasstest commit (whitespace only)
2014-06-27 Tyler NowickiVectorization documentation for loop hint pragmas and...
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-27 Chandler CarruthRe-apply r211287: Remove support for LLVM runtime multi...
2014-06-26 Sanjay Patelfixed typo
2014-06-26 Sanjay PatelChanged Phab 'CC' to 'subscriber'; fixed typo
2014-06-25 Reid KlecknerMention that Phabricator users should subscribe to...
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerProgrammer's Manual changes.
2014-06-13 Tim NorthoverDocs: remove extra {} around result types.
2014-06-13 Tim NorthoverDocs: fix grammar error in description
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-12 Bob WilsonLangRef: clarify that global declarations can have...
2014-06-12 Bob WilsonAdd missing "InitializerConstant" to global variable...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 Rafael EspindolaUpdate langref for unnamed_addr being allowed in aliases.
2014-06-09 Saleem AbdulrasoolARM: add VLA extension for WoA Itanium ABI
2014-06-09 Jeroen Ketema[docs] Fix typo, align comments, fix syntax highlighting
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Dan LiewFix a typo made in Programmer's Manual made in r210354...
2014-06-06 Dan LiewMention the IRBuilder in Programmer's Manual with a...
2014-06-06 Pekka JaaskelainenSlight language tweak from Jonathan Humphreys.
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Alexey SamsonovFix markup for -debug-only option
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Yaron KerenDocument how to select build configuration with Visual...
2014-06-04 Justin Bognerdocs: Remove documentation for legacy PGO options
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-05-30 Sanjay Patelfixed more typos
next