summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [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
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-13
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-12
* Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...Pete Cooper2014-05-12
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2014-05-12
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-12
* Move EH/Debug frame handling to the object streamer.Rafael Espindola2014-05-12
* Remove always true argument and unused field.Rafael Espindola2014-05-12
* Remove always true argument.Rafael Espindola2014-05-12
* Remove an always true argument.Rafael Espindola2014-05-12
* Remove MCUseCFI from TargetMachine.Rafael Espindola2014-05-12
* AVX-512: changes in intrinsicsElena Demikhovsky2014-05-12
* Reformat blank lines.NAKAMURA Takumi2014-05-12
* Pass the value type to TLI::getRegisterByNameHal Finkel2014-05-11
* DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-11
* [llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan2014-05-11
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-09
* move findArrayDimensions to ScalarEvolutionSebastian Pop2014-05-09
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-09