aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2012-07-26Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier
2012-07-26Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen
2012-07-26Add a floor intrinsic.Dan Gohman
2012-07-25Differentially encode all MC register lists.Jakob Stoklund Olesen
2012-07-25revert r160742: it's breaking CMake buildNuno Lopes
2012-07-25MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes
2012-07-25add EmitStrNLen()Nuno Lopes
2012-07-25make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes
2012-07-24In order to correctly compileRafael Espindola
2012-07-24[Object] Remove unneeded const_cast.Michael J. Spencer
2012-07-24add a few more functions to TargetLibraryInfo:Nuno Lopes
2012-07-24Add new interfaces to support ldd's ReaderElf.cpp.Anshuman Dasgupta
2012-07-24TargetLibraryInfo: add strn?cat, strn?cpy, and strn?lenNuno Lopes
2012-07-23Add operator== to APSInt. This will compare the signed bit before doingRichard Trieu
2012-07-23Doxygenify the comments of ISD nodes.Nadav Rotem
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-22autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi
2012-07-21Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka
2012-07-20baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes
2012-07-20move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes
2012-07-20Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer
2012-07-20Fix few warnings.Galina Kistanova
2012-07-20raw_ostream: Add a has_colors() method.Daniel Dunbar
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar
2012-07-20Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...Owen Anderson
2012-07-19Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov
2012-07-19Fixed few warnings.Galina Kistanova
2012-07-19Remove tabs.Bill Wendling
2012-07-19Remove tabs.Bill Wendling
2012-07-18Remove tabs.Bill Wendling
2012-07-18Allow PointerIntPairs to be created from const void *.Jordan Rose
2012-07-18Add some missed ELF constants definitions:Simon Atanasyan
2012-07-18Update config.h.cmake corresponding to config.h.in.NAKAMURA Takumi
2012-07-18SCEVTraversal: Add a visited set.Andrew Trick
2012-07-17Fix broken ipo_ext_iterator constructors.Jakob Stoklund Olesen
2012-07-17Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen
2012-07-17Revert commit r160307. We decide to move builtins selection to the backend.Simon Atanasyan
2012-07-17TableGen: Allow conditional instruction pattern in multiclass.Jim Grosbach
2012-07-16MIPS: Create two definitions for __builtin_mips_shll_qb builtin.Simon Atanasyan
2012-07-16Revert "include/llvm: Add R600 Intrinsics v6"Tom Stellard
2012-07-16include/llvm: Add R600 Intrinsics v6Tom Stellard
2012-07-16Add support for attaching branch weight metadata directly from the IRBuilder.Chandler Carruth
2012-07-15Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth
2012-07-15Update the header guard I missed when moving the header.Chandler Carruth
2012-07-15Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth
2012-07-15Refactor the code that checks that all operands of a node are UNDEFs.Nadav Rotem
2012-07-15Move IsSameValue from clang's ASTImporter to be methods on theEric Christopher
2012-07-13LSR Fix: check SCEV expression safety before expansion.Andrew Trick
2012-07-13Factor SCEV traversal code so I can use it elsewhere. No functionality.Andrew Trick