summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-22
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-22
* ARM: introduce llvm.arm.undefined intrinsicSaleem Abdulrasool2014-05-22
* MC: formalise some assertions into proper errorsSaleem Abdulrasool2014-05-22
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-21
* Group the scheduling functions together.Eric Christopher2014-05-21
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* MC: introduce ability to restrict recorded relocationsSaleem Abdulrasool2014-05-21
* Remove getTargetLowering from TargetPassConfig as the target loweringEric Christopher2014-05-21
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-21
* This command line option is only used in one place. Move it there andEric Christopher2014-05-21
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* Move the function and data section flags into the options struct andEric Christopher2014-05-20
* GlobalValue: Automatically reset visibility when setting local linkageDuncan P. N. Exon Smith2014-05-20
* Avoids DCE on write_registerRenato Golin2014-05-20
* Clean up language and grammar.Eric Christopher2014-05-20
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-20
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-20
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* Flip on vectorization of bswap intrinsics.Benjamin Kramer2014-05-19
* Reformat blank lines.NAKAMURA Takumi2014-05-19
* Whitespace.NAKAMURA Takumi2014-05-19
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-18
* Options: Use erase_if to remove Args from the list.Benjamin Kramer2014-05-18
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* Target: add support to build CallLoweringInfoSaleem Abdulrasool2014-05-17
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-17
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* MachO: Add comments describing section flags/attrsDavid Majnemer2014-05-17
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* Use a sized enum for MachineOperandType. No functionality changePete Cooper2014-05-16
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* Add C API for thread yielding callback.Juergen Ributzka2014-05-16
* ProfileData: Allow multiple profiles in RawInstrProfReaderJustin Bogner2014-05-16
* Remove the Options query functions and just access our Options directly.Eric Christopher2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* Move more MC options into the MCTargetOptions structure.Eric Christopher2014-05-15
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-15
* Make the -L option for SaveTempLabels not be static. No functional change.Eric Christopher2014-05-15
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-15
* [obj2yaml][ELF] Print relocation's offset as a hex number. Use a properSimon Atanasyan2014-05-15
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-15