aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-28Remove a localmod that's not being used in realityEli Bendersky
2013-01-18Move ABI verifier pass declaration to lib/Analysis and add testsDerek Schuff
2013-01-17Skeleton for pass-based bitcode ABI verifierDerek Schuff
2013-01-14Add DenseMap::insert(value_type&&) method.Joe Groff
2013-01-14Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky
2013-01-14Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky
2013-01-14Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky
2013-01-13fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes
2013-01-13Remove redundant 'llvm::' qualificationsDmitri Gribenko
2013-01-12Precompute some information about register costs.Jakob Stoklund Olesen
2013-01-11Replace DepLibs bitcode record with metadataDerek Schuff
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-11Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer
2013-01-11Added -view-callgraph module pass.Andrew Trick
2013-01-11Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman
2013-01-11Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, ifDmitri Gribenko
2013-01-11LoopPass.h doesn't require Function.h. Remove unneeded #include.Jakub Staszak
2013-01-10Remove trailing spaces.Jakub Staszak
2013-01-10Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak
2013-01-10[ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier
2013-01-10Remove unneeded #includes.Jakub Staszak
2013-01-10Fix indent and remove unneeded #includes in MDBuilder.h.Jakub Staszak
2013-01-10Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR.Jakub Staszak
2013-01-10Add basic fix-its to SMDiagnostic.Jordan Rose
2013-01-10TableGen: Keep track of superclass reference ranges.Jordan Rose
2013-01-10TableGen: record anonymous instantiations of classes.Jordan Rose
2013-01-10Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen
2013-01-10Signal.h: Add <cstdio> for FILE*, since r171989.NAKAMURA Takumi
2013-01-10Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor
2013-01-10Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen
2013-01-10Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-09Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling
2013-01-09ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis
2013-01-09Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella
2013-01-09add hexagon flags in ELF.hShankar Easwaran
2013-01-09For some LLVM-as-library uses it is convenient to create aDavid Tweed
2013-01-09Refactor to expose RTLIB calls to targets.Tim Northover
2013-01-09Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2013-01-09[Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2013-01-09Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem
2013-01-09Add a getBundleEnd() function to go with the existing getBundleStart().Jakob Stoklund Olesen
2013-01-09Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling