aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2009-12-12Make it easier to use the llvm_unreachable and DEBUG macros without "usingJeffrey Yasskin
2009-12-11Add qualifiers for calls to member functions in dependent bases.Anders Carlsson
2009-12-06Add helper methods for forming shift operations with a constant Chris Lattner
2009-12-04Fix indentation.Bob Wilson
2009-12-04Create yet another helper for Invoke.Mike Stump
2009-12-04Add some helpers for Invoke to mirror CreateCall helpers.Mike Stump
2009-11-30Fix odd declaration.Benjamin Kramer
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-11-30Do not point edge heads to source labelsTobias Grosser
2009-11-30Only print edgeSourceLabels if they are not emptyTobias Grosser
2009-11-22SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar
2009-11-22Use ExtractElementInst::Create instead of new; patch by Artur Pietrek!Daniel Dunbar
2009-11-18Remove spurious @verbatim. Patch by Timo Juhani Lindfors!Jeffrey Yasskin
2009-11-17Following a suggestion of Daniel Dunbar, stop people passing the nameDuncan Sands
2009-11-16Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCsDouglas Gregor
2009-11-16Make sure that if anyone passes a name by accident for the isSignedDuncan Sands
2009-11-15add attributes for readnone/readonly functions.Chris Lattner
2009-11-14Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer
2009-11-14Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of theBenjamin Kramer
2009-11-12implement shl, ashr, and lshr methods. shl is not fully implemented as it is ...Nuno Lopes
2009-11-11Add SetDebugLocation() variant to Devang Patel
2009-11-10jump threading does everything that condprop does any more. This passesChris Lattner
2009-11-10Fix DenseMap iterator constness.Jeffrey Yasskin
2009-11-10Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar
2009-11-09add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APIntNuno Lopes
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-11-06remove some more Context arguments.Chris Lattner
2009-11-06remove a bunch of extraneous LLVMContext argumentsChris Lattner
2009-11-05InstrTypes.h includes Instruction.h, so it's not necessary to include both.Dan Gohman
2009-11-05Move llvm::cl::opt's conversion function into the base classes thatDouglas Gregor
2009-11-05Declare classes with matched tags, pointed out by a clang++ warning.Chris Lattner
2009-11-05Make two more LLVM headers standaloneDouglas Gregor
2009-11-05Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor
2009-11-04make IRBuilder zap "X|0" and "X&-1" when building IR, this happensChris Lattner
2009-11-03turn IPSCCP back on by default, try #3 or 4? Woo.Chris Lattner
2009-11-03Run the functionattrs pass after the inliner, and not before.Duncan Sands
2009-11-03Speculatively redisable IPSCCP, I think its still breaking things.Daniel Dunbar
2009-11-03turn IPSCCP back on now that the iterator invalidation bug is fixed.Chris Lattner
2009-11-02revert r8579[56], which are causing unhappiness in buildbot land.Chris Lattner
2009-11-02now that ip sccp *really* subsumes ipcp, remove ipcp again.Chris Lattner
2009-11-01fix two strange things in the default passmgr:Chris Lattner
2009-11-01IPSCCP apparently is not a superset of IPCP, this is bad,Chris Lattner
2009-11-01only run GlobalDCE at -O3 and run it late instead of early.Chris Lattner
2009-11-01We currently only run ipsccp at LTO time, which is silly. It subsumesChris Lattner
2009-10-30Rather than having llvm-gcc changing the meaning of OptimizeSize, just make s...Evan Cheng
2009-10-28add IRBuilder support for IndirectBrChris Lattner
2009-10-28add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner