summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Compute the size of an archive member in the constructor.Rafael Espindola1-2/+2
2013-07-09Remove declare but not implemented methods.Rafael Espindola1-4/+0
2013-07-09Move some code out of line. No functionality change.Rafael Espindola1-65/+6
2013-07-09Revert "DebugInfo: remove unused helper function getDICompositeType."Eric Christopher1-0/+3
2013-07-08Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset bo...Nadav Rotem1-0/+1
2013-07-08DebugInfo: remove unused helper function getDICompositeType.Manman Ren1-3/+0
2013-07-08Revert r185852.Manman Ren3-13/+9
2013-07-08Find xdot or xdot.py.Matt Arsenault2-7/+7
2013-07-08StringRef: add DenseMapInfo for StringRef.Manman Ren3-9/+13
2013-07-08[ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl...Argyrios Kyrtzidis1-0/+10
2013-07-08Reland "Use Clang's __has_* macros in Compiler.h ..." with fixesReid Kleckner1-16/+40
2013-07-08 Fix a SCEV update problem.Shuxin Yang1-0/+4
2013-07-08Revert: "Use Clang's __has_* macros in Compiler.h to test for features"Quentin Colombet1-38/+16
2013-07-08clang-format this enum.Rafael Espindola1-21/+20
2013-07-08We now always create files with the correct permissions. Simplify the interface.Rafael Espindola1-12/+1
2013-07-08Attempt to fix Compiler.h for some self-hosting botsReid Kleckner1-1/+1
2013-07-08Use Clang's __has_* macros in Compiler.h to test for featuresReid Kleckner1-16/+38
2013-07-07Add missing per-argument doesNotAccessMemory accessors. No functionality changeNick Lewycky1-2/+9
2013-07-06MC: Implement COFF .linkonce directiveNico Rieck2-13/+26
2013-07-06Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky4-2/+38
2013-07-05Remove dead function.Jakob Stoklund Olesen1-5/+0
2013-07-05Remove unique_file now that it is unused.Rafael Espindola1-30/+0
2013-07-05Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola1-0/+29
2013-07-05Add a higher level createTemporaryFile function.Rafael Espindola1-0/+16
2013-07-05[SystemZ] Remove no-op MVCsRichard Sandiford1-0/+8
2013-07-05[SystemZ] Clean up register scavenging codeRichard Sandiford1-0/+5
2013-07-05Use the raw member names in Archive::Archive.Rafael Espindola1-0/+1
2013-07-04Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha1-0/+5
2013-07-04Changing long to int for consistency.Aaron Ballman1-1/+1
2013-07-04Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...Aaron Ballman2-2/+11
2013-07-04Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen1-12/+0
2013-07-04Simplify landing pad lowering.Jakob Stoklund Olesen1-0/+5
2013-07-04Reapply r185601 with a fix for the cmake build.Eric Christopher2-0/+12
2013-07-04Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher1-6/+0
2013-07-04Add support for futimens for platforms that don't support futimes.Eric Christopher1-0/+6
2013-07-04Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2-5/+12
2013-07-03Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen1-12/+0
2013-07-03Simplify landing pad lowering.Jakob Stoklund Olesen1-0/+5
2013-07-03Add MachineBasicBlock::addLiveIn().Jakob Stoklund Olesen1-0/+5
2013-07-03Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-1/+1
2013-07-03Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper1-4/+4
2013-07-03Use SmallVectorImpl::iterator/const_iterator instead of SmallVectorEric Christopher2-6/+6
2013-07-03Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...Craig Topper1-7/+7
2013-07-03Add a space between type and variable name. No functional change.Craig Topper1-2/+2
2013-07-03Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...Michael Gottesman1-0/+2
2013-07-02Debug Info: use module flag to set up Dwarf version.Manman Ren1-0/+2
2013-07-02[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand1-2/+0
2013-07-02[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand1-1/+1
2013-07-02Remove address spaces from MC.Rafael Espindola5-42/+26
2013-07-02Fix typo in commentTobias Grosser1-1/+1