summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [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
* Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2014-05-09
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* Remove trailing white space.Rafael Espindola2014-05-09
* Don't indent inside a namespace. Don't duplicate a function name in comment.Rafael Espindola2014-05-09
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-09
* Add missing linkage predicates.Rafael Espindola2014-05-09
* Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie2014-05-08
* Missed formattingDavid Blaikie2014-05-08
* StringMap: Move assignment and move construction.David Blaikie2014-05-08
* StringMap: Replace faux-copyability with faux-movability, which is sufficient.David Blaikie2014-05-08
* StringMap support for move-only values.David Blaikie2014-05-08
* Add isOSFreeBSD triple testEd Maste2014-05-08
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-08
* [modules] Add missing #include.Richard Smith2014-05-08
* GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith2014-05-07
* llvm-cov: Fix some funny indentation (NFC)Justin Bogner2014-05-07