summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-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-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
2012-11-12misched: Target-independent support for MacroFusion.Andrew Trick
2012-11-12misched: Target-independent support for load/store clustering.Andrew Trick
2012-11-12misched: Infrastructure for weak DAG edges.Andrew Trick
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov
2012-11-11Add method for replacing instructions to LibCallSimplifierMeador Inge
2012-11-10Add more functions to the target library information.Meador Inge
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-11-09Revert r167620; this can be implemented using an existing CL option.Chad Rosier
2012-11-09Add support for -mstrict-align compiler option for ARM targets.Chad Rosier
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-11-07Fix up comment typo and 80-col.Eric Christopher
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher