summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Fix the printing of n_type.Rafael Espindola2-13/+25
2014-03-06Use the existing N_STAB from the MachO namespace.Rafael Espindola1-5/+1
2014-03-06Constify a few things with DotDebugLocEntry.Eric Christopher2-4/+4
2014-03-06MS asm: The initial dot in struct access is optionalReid Kleckner2-8/+21
2014-03-06Revert create_symbolic_link and both depending changesReid Kleckner4-72/+24
2014-03-06Move DIEEntry handling inside the main switch statement.Eric Christopher1-10/+6
2014-03-06[Support/LockFileManager] Make the LockFileManager more robust against races.Argyrios Kyrtzidis1-17/+34
2014-03-06[Support/LockFileManager] Use symbolic link for the lock file.Argyrios Kyrtzidis1-13/+4
2014-03-06[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis3-0/+40
2014-03-06R600: Fix extloads from i8 / i16 to i64.Matt Arsenault5-7/+106
2014-03-06R600/SI: Expand selects on vectors.Matt Arsenault2-0/+157
2014-03-06Fix missing C++ mode commentMatt Arsenault1-1/+1
2014-03-06Teach lint about address spacesMatt Arsenault4-8/+56
2014-03-06[XCore] Add support for the "m" inline asm constraint.Richard Osborne3-1/+64
2014-03-06Micro optimization: this code only needs to look at eh labels.Rafael Espindola1-1/+1
2014-03-06[AArch64] This is a work in progress to provide a machine descriptionChad Rosier6-185/+629
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford21-256/+213
2014-03-06[SystemZ] Use "auto" for cast resultsRichard Sandiford9-84/+75
2014-03-06[SystemZ] Use "for (auto" a bitRichard Sandiford5-53/+39
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford21-612/+613
2014-03-06AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed...Elena Demikhovsky3-15/+630
2014-03-06AVX-512: fixed comressed displacement - by Robert KhazanovElena Demikhovsky4-3/+100
2014-03-06Cleaning up two more pre-Visual C++ 2012 build hacks.Yaron Keren2-17/+0
2014-03-06Fix warnings about an variable only used in asserts.Ahmed Charles1-0/+3
2014-03-06Add <cstddef> for use of std::ptrdiff_t.Ahmed Charles1-0/+1
2014-03-06Fix break by qualifying ptrdiff_t with std::.Ahmed Charles1-2/+2
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles167-654/+556
2014-03-06DebugInfo: Tag units as having been indexed in GNU pubnames by using a DW_AT_...David Blaikie3-13/+7
2014-03-06Allow constant folding of copysignKarthik Bhat2-0/+56
2014-03-06[Modules] Fix a layering issue that is actually impacting the modulesChandler Carruth3-12/+22
2014-03-06[Layering] Move GVMaterializer.h into the IR library where itsChandler Carruth4-6/+6
2014-03-06[cleanup] Re-sort the standard library include lines.Chandler Carruth1-1/+1
2014-03-06[Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth8-10/+10
2014-03-06[Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth20-22/+22
2014-03-06Change the tag on this iterator to bidir and implement enough operators to ma...Owen Anderson1-1/+11
2014-03-06Fix issues in the NamedMDNode operand iterator, including those pointed out byOwen Anderson1-8/+11
2014-03-06DebugInfo: Shrink pubnames/pubtypes in the presence of type units by only emi...David Blaikie3-34/+24
2014-03-06Add some helpful comments on DIEValue types that we expect to hash.Eric Christopher1-1/+4
2014-03-06The PPC global base register cannot be r0Hal Finkel1-2/+2
2014-03-06Add a iterator and interator_range interface to the operands of a NamedMDNode.Owen Anderson1-0/+48
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth56-58/+58
2014-03-06Fixup PPC Darwin i1 argument handlingHal Finkel2-0/+12
2014-03-06Rewrite the attribute hashing algorithm to use the type of the valueEric Christopher1-32/+36
2014-03-06When using CR bit registers on PPC32, handle the i1 vaarg caseHal Finkel2-0/+18
2014-03-06[Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth15-17/+17
2014-03-06Change math intrinsic attributes from readonly to readnone. TheseRaul E. Silvera4-22/+17
2014-03-06Remove the last of the special case code for emitting attributes.Eric Christopher3-39/+26
2014-03-06constify a few accessors.Eric Christopher1-3/+3
2014-03-06Remove special case in the DIEValue printing since it only existedEric Christopher1-9/+5
2014-03-05Attempt to unbreak little-endian buildbots.Rui Ueyama1-3/+6