summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly2012-11-23
* Add more functions to the target library information.Meador Inge2012-11-22
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-21
* test commit: added a few commentsPreston Briggs2012-11-21
* removes a few "const" qualifiersSebastian Pop2012-11-20
* Remove some dead code.Eric Christopher2012-11-20
* Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but theChandler Carruth2012-11-20
* Fix physical register liveness calculations:Tim Northover2012-11-20
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-20
* 80-column and whitespace fixups.Eric Christopher2012-11-20
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-19
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-19
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-19
* Clean up handling of always-inline functions in the inliner.Bob Wilson2012-11-19
* Some comment fixes.Bob Wilson2012-11-19
* TypoJames Molloy2012-11-17
* Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy2012-11-17
* Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher2012-11-16
* Remove default public copy ctors.Benjamin Kramer2012-11-16
* Remove trailing spaces.Jakub Staszak2012-11-16
* typoAndrew Trick2012-11-16
* Work around a layering violation from Target to CodeGen.Benjamin Kramer2012-11-16
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-16
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Remove trailing whitespaceMichael Ilseman2012-11-15
* [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier2012-11-15
* Fix indeterminism in MI scheduler DAG construction.Sergei Larin2012-11-15
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands2012-11-15
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-15
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-15
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-15
* Use LLVM_DELETED_FUNCTION.Jakub Staszak2012-11-15
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Remove the CellSPU port.Eric Christopher2012-11-14
* Fix comment.Jakub Staszak2012-11-14
* Remove DOS line endings.Jakub Staszak2012-11-14
* Fix commentAnton Korobeynikov2012-11-14
* Revert some redundant parts of r142605.Patrik Hägglund2012-11-14
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-13
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-13
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-13
* Adding convenience function to ELF HeaderShankar Easwaran2012-11-13
* Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands2012-11-13
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-13
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-13
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-13
* Remove virtual keyword for two routines that should never be overridden.Evan Cheng2012-11-13
* Revert r167759. Ben is right this isn't likely to help much.Evan Cheng2012-11-13