summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Fix typosAlp Toker2014-05-15
* Remove unused functions setting MCOptions from TargetMachine.Eric Christopher2014-05-15
* Unify command line handling of MCTargetOptions and remove extraEric Christopher2014-05-15
* Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher2014-05-15
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-14
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Update the comments for ComputeMaskedBits, which lost its Mask parameterJay Foad2014-05-14
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-14
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Style fix: The name of variables starts with an upper case letter.Rafael Espindola2014-05-13
* Fix build failure with MSVC, following r208680Artyom Skrobov2014-05-13
* include/llvm/Support/Unicode.h didn't have re-include guardsArtyom Skrobov2014-05-13