aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-11-20Fix physical register liveness calculations:Tim Northover
2012-11-20Make the AttrListPtr object a part of the LLVMContext.Bill Wendling
2012-11-2080-column and whitespace fixups.Eric Christopher
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher
2012-11-19Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi
2012-11-19Clean up handling of always-inline functions in the inliner.Bob Wilson
2012-11-19Some comment fixes.Bob Wilson
2012-11-17TypoJames Molloy
2012-11-17Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy
2012-11-16Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher
2012-11-16Remove default public copy ctors.Benjamin Kramer
2012-11-16Remove trailing spaces.Jakub Staszak
2012-11-16typoAndrew Trick
2012-11-16Work around a layering violation from Target to CodeGen.Benjamin Kramer
2012-11-16Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-11-15Remove trailing whitespaceMichael Ilseman
2012-11-15[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier
2012-11-15Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'Derek Schuff
2012-11-15Fix indeterminism in MI scheduler DAG construction.Sergei Larin
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-15Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands
2012-11-15Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg
2012-11-15Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei
2012-11-15Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper
2012-11-15Use LLVM_DELETED_FUNCTION.Jakub Staszak
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson
2012-11-14Remove the CellSPU port.Eric Christopher
2012-11-14Fix comment.Jakub Staszak
2012-11-14Remove DOS line endings.Jakub Staszak
2012-11-14Fix commentAnton Korobeynikov
2012-11-14Revert some redundant parts of r142605.Patrik Hägglund
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran
2012-11-13Adding convenience function to ELF HeaderShankar Easwaran
2012-11-13Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-11-13misched: Allow subtargets to enable misched and dependent options.Andrew Trick
2012-11-13instcombine: Migrate math library call simplificationsMeador Inge
2012-11-13Remove virtual keyword for two routines that should never be overridden.Evan Cheng
2012-11-13Revert r167759. Ben is right this isn't likely to help much.Evan Cheng
2012-11-13misched: Don't consider artificial edges weak edges.Andrew Trick
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-11-12Cache size of PassVector to speed up getNumContainedPasses().Evan Cheng
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher
2012-11-12misched: rename interfaceto avoid gcc warningsAndrew Trick