summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Fix typosAlp Toker1-1/+1
2014-05-15Remove unused functions setting MCOptions from TargetMachine.Eric Christopher1-15/+0
2014-05-15Unify command line handling of MCTargetOptions and remove extraEric Christopher2-15/+22
2014-05-15Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher2-13/+18
2014-05-14Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby1-0/+3
2014-05-14Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad3-18/+17
2014-05-14Update the comments for ComputeMaskedBits, which lost its Mask parameterJay Foad2-7/+5
2014-05-14Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2-4/+12
2014-05-13Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola8-16/+91
2014-05-13Style fix: The name of variables starts with an upper case letter.Rafael Espindola1-3/+3
2014-05-13Fix build failure with MSVC, following r208680Artyom Skrobov1-2/+3
2014-05-13include/llvm/Support/Unicode.h didn't have re-include guardsArtyom Skrobov1-0/+5
2014-05-13[un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov1-0/+10
2014-05-12Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2-12/+4
2014-05-12Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...Pete Cooper1-0/+3
2014-05-12[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames1-0/+3
2014-05-12Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2-10/+2
2014-05-12Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola1-5/+6
2014-05-12Move EH/Debug frame handling to the object streamer.Rafael Espindola2-4/+4
2014-05-12Remove always true argument and unused field.Rafael Espindola1-6/+3
2014-05-12Remove always true argument.Rafael Espindola1-2/+1
2014-05-12Remove an always true argument.Rafael Espindola1-1/+1
2014-05-12Remove MCUseCFI from TargetMachine.Rafael Espindola1-7/+0
2014-05-12AVX-512: changes in intrinsicsElena Demikhovsky1-102/+65
2014-05-12Reformat blank lines.NAKAMURA Takumi5-29/+22
2014-05-11Pass the value type to TLI::getRegisterByNameHal Finkel1-1/+1
2014-05-11DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2-4/+12
2014-05-11[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan1-0/+1
2014-05-09Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner1-7/+1
2014-05-09move findArrayDimensions to ScalarEvolutionSebastian Pop2-6/+5
2014-05-09Allow sret on the second parameter as well as the firstReid Kleckner1-1/+2
2014-05-09Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2-5/+4
2014-05-09ARM: HFAs must be passed in consecutive registersOliver Stannard4-1/+73
2014-05-09Remove trailing white space.Rafael Espindola1-21/+21
2014-05-09Don't indent inside a namespace. Don't duplicate a function name in comment.Rafael Espindola1-501/+473
2014-05-09printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky1-4/+0
2014-05-09Add missing linkage predicates.Rafael Espindola1-1/+13
2014-05-08Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie1-102/+103
2014-05-08Missed formattingDavid Blaikie1-3/+6
2014-05-08StringMap: Move assignment and move construction.David Blaikie1-8/+13
2014-05-08StringMap: Replace faux-copyability with faux-movability, which is sufficient.David Blaikie1-16/+14
2014-05-08StringMap support for move-only values.David Blaikie1-5/+5
2014-05-08Add isOSFreeBSD triple testEd Maste1-0/+4
2014-05-08Move late partial-unrolling thresholds into the processor definitionsHal Finkel2-2/+14
2014-05-08[modules] Add missing #include.Richard Smith1-0/+1
2014-05-07GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith1-2/+10
2014-05-07llvm-cov: Fix some funny indentation (NFC)Justin Bogner1-1/+1
2014-05-07Let OnDiskHashTable call the destructor of its Items.Nico Weber1-7/+6
2014-05-07Fix using wrong result type for setcc.Matt Arsenault1-0/+5
2014-05-07split delinearization pass in 3 stepsSebastian Pop1-2/+80