Disable each MachineFunctionPass for 'optnone' functions, unless that
[oota-llvm.git] / include /
2014-03-31 Tim NorthoverARM64: add more scalar patterns for reciprocal ops.
2014-03-31 Tim NorthoverARM64: add i64 scalar pattern for @llvm.arm64.abs
2014-03-31 Daniel Sanders[mips] Remove R_MIPS_GOT which isn't used and shares...
2014-03-31 Daniel SandersRevert r205194 - [mips] Removed R_MIPS_GOT. It's identi...
2014-03-31 Daniel Sanders[mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
2014-03-31 Dmitri GribenkoRemove unused private typedef
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-30 Chandler CarruthDon't mark the declarations of the TSan annotation...
2014-03-30 Lang Hames[MC] Remove an unused (and broken) variant of the setup...
2014-03-30 Lang Hames[PBQP] Move invalid graph nodeId/edgeId methods into...
2014-03-30 Rafael EspindolaRemove dead declarations.
2014-03-29 Benjamin KramerRemove outdated comment.
2014-03-29 Benjamin KramerDetemplatize LOHDirective.
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-29 Tim NorthoverCodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz...
2014-03-29 Tim NorthoverMC: add a RefKind field to MCValue
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-29 Tim NorthoverMake GetCPISymbol a virtual method.
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Justin BognerSupport: Functions for writing endian specific data...
2014-03-28 Rafael EspindolaAdd const.
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-28 Chandler Carruth[Allocator Cleanup] Sink the private data members and...
2014-03-28 Chandler Carruth[Allocator Cleanup] Move generic pointer alignment...
2014-03-28 Chandler Carruth[Allocator Cleanup] Make the growth of the "slab" size...
2014-03-27 David BlaikiePBQP: Minor cleanups to r204857
2014-03-27 Manman RenProvide a target override for the cost of using a calle...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-27 Lang HamesTemporarily remove assert while I dig in to issues...
2014-03-27 Rui UeyamaRevert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__."
2014-03-27 Rui Ueyama[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Chandler Carruth[cleanup] Run clang-format over these routines to remov...
2014-03-27 Chandler Carruth[cleanup] Modernize doxygen comments for the BumpPtrAll...
2014-03-27 Lang HamesAdd missing #include <cassert> to MCSymbolizer.h.
2014-03-27 Lang HamesAssert that MCSymbolizer is constructed with a valid...
2014-03-27 Lang HamesMove MCSymbolizer's constructor into header. It's trivi...
2014-03-27 Lang HamesUpdate MCSymbolizer and its subclasses' constructors...
2014-03-27 Justin Bognerllvm-cov: When reading strings in gcov data, skip leadi...
2014-03-26 Lang HamesSimplify PBQP graph removeAdjEdgeId implementation.
2014-03-26 Eli BenderskyFix problem with r204836
2014-03-26 Lang HamesRemove PBQP-cost dimension sanity assertion in PBQP...
2014-03-26 Lang HamesChange the PBQP graph adjacency list structure from...
2014-03-26 Juergen Ributzka[MCJIT] Check if there have been errors during RuntimeD...
2014-03-26 Eli BenderskyEnable range-for iteration over call/invoke arguments.
2014-03-26 Eli BenderskyAdd args() iteartor adapter to Function, for range...
2014-03-26 Tim NorthoverARM: add intrinsics for the v8 ldaex/stlex
2014-03-26 Renato GolinChange @llvm.clear_cache default to call rt-lib
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-25 Rafael EspindolaUse Endian.h to simplify this code a bit.
2014-03-25 Duncan P. N. Exon... blockfreq: Implement Pass::releaseMemory()
2014-03-25 Duncan P. N. Exon... blockfreq: Use const in MachineBlockFrequencyInfo
2014-03-25 Benjamin KramerAdd missing slash to make the doxygen output less confu...
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-25 Justin BognerSupport: Functions for consuming endian specific data...
2014-03-24 Justin BognerSupport: Document Endian.h functions
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-23 Duncan P. N. Exon... InstrProf: Check pointer size in raw profile
2014-03-22 Andrea Di Biagio[DAG] Fix an assertion failure caused by an invalid...
2014-03-21 Duncan P. N. Exon... InstrProf: Move constructor to the header
2014-03-21 Duncan P. N. Exon... InstrProf: Use move semantics with unique_ptr
2014-03-21 Duncan P. N. Exon... InstrProf: Detect magic numbers in a more scalable way
2014-03-21 Duncan P. N. Exon... InstrProf: Actually detect bad headers
2014-03-21 Justin BognerProfileData: Avoid double underscores in header guards
2014-03-21 Duncan P. N. Exon... InstrProf: Read raw binary profile in llvm-profdata
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-21 Juergen Ributzka[Constant Hoisting] Make the constant materialization...
2014-03-21 Rui UeyamaObject/COFF: Support large relocation table.
2014-03-20 Lang HamesAdd an option to MCJIT to have it forward all sections...
2014-03-20 Juergen RibutzkaRevert "[Constant Hoisting] Extend coverage of the...
2014-03-20 Juergen Ributzka[Constant Hoisting] Extend coverage of the constant...
2014-03-20 Mark SeabornRemove LowerInvoke's obsolete "-enable-correct-eh-suppo...
2014-03-20 Rafael EspindolaRemove dead and incorrect code.
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-20 David MajnemerObject: Abstract out the determination of function...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-19 Justin BognerSupport: Add postincrement and include guards to LineIt...
2014-03-19 David MajnemerCOFF: Fix a typo
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-19 David MajnemerObject: Move auxiliary symbol definitions from llvm...
2014-03-19 David MajnemerObject: Clean up COFF.h
2014-03-19 Justin Bognerllvm-profdata: Update to use the naive text format...
2014-03-19 Pete CooperWhen destroying a StringMap, just iterate over the...
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-19 David BlaikieDebugInfo: Use the comp_dir of the referencing type...
next