aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Changed Allocate to use size_t instead of unsigned.Mon P Wang2009-03-101-2/+2
* Add an explicit keyword.Dan Gohman2009-03-101-1/+1
* Fixed rounding up EltSizeMon P Wang2009-03-101-1/+1
* Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relat...Gabor Greif2009-03-102-16/+19
* Refine the Dwarf writer timers so that they measure exception writing and debugBill Wendling2009-03-101-4/+0
* Add a timer to the DwarfWriter pass that measures the total time it takes toBill Wendling2009-03-101-1/+5
* PR3478: raw_ostream should not buffer stderrDaniel Dunbar2009-03-101-4/+18
* Add C++ marker.Daniel Dunbar2009-03-101-1/+1
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-101-0/+6
* wire up support for emitting "special" values from inline asmChris Lattner2009-03-101-1/+1
* Add helper pass to remove llvm.dbg.declare intrinsics.Devang Patel2009-03-091-2/+7
* make the Op<N> methods protected, how it was intended to beGabor Greif2009-03-091-0/+2
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-096-34/+15
* Add a constructor for BuildVectorSDNode and revert the temporary workaroundBob Wilson2009-03-091-4/+2
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-096-15/+34
* Regenerate.Nick Lewycky2009-03-091-18/+0
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-095-523/+0
* make GlobalValue::removeDeadConstantUsers() const.Chris Lattner2009-03-091-1/+1
* reimplement AliasSetTracker in terms of DenseMap instead of hash_map,Chris Lattner2009-03-091-32/+34
* add a #include to improve portability to windows, as requested byChris Lattner2009-03-091-0/+1
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-11/+31
* change the MemIntrinsic get/setAlignment method to take an unsignedChris Lattner2009-03-081-6/+9
* Introduce a new MemTransferInst pseudo class, which is a commonChris Lattner2009-03-081-38/+36
* Fix misaligned whitespace. No functionality change.Nick Lewycky2009-03-081-4/+4
* Remove some duplication.Mikhail Glushenkov2009-03-071-5/+8
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-22/+62
* simplify the way how traits get hold of the symbol tableGabor Greif2009-03-073-23/+13
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-074-7/+5
* Remove the burden of dealing with list offsetsGabor Greif2009-03-074-67/+25
* Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}.Daniel Dunbar2009-03-061-4/+36
* Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar2009-03-061-0/+10
* Add default constructor to SDNode to make gcc 3.4.6 happy.Tanya Lattner2009-03-061-0/+4
* some nits noticed by DuncanChris Lattner2009-03-061-2/+3
* Sprinkle some PrettyStackEntry magic into the passmanager. With this, we nowChris Lattner2009-03-061-0/+23
* do not close friendship with every odd classGabor Greif2009-03-062-2/+0
* Add "check/remove dbg var" helper routines.Devang Patel2009-03-061-0/+9
* Regenerate.Nick Lewycky2009-03-051-0/+3
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-046-0/+7
* Add some cautionary comments.Dale Johannesen2009-03-041-1/+3
* add some helper classes for building light-weight symbolic stack tracesChris Lattner2009-03-041-0/+65
* Re-commit 65975 and a fix for the problem thatDale Johannesen2009-03-041-0/+2
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-041-6/+5
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-047-11/+71
* "Ghostify" embedded sentinels. This is a real win in all casesGabor Greif2009-03-043-9/+10
* Temporarily revert 65975, which breaks the llvm-gcc build.Dale Johannesen2009-03-041-2/+0
* Dbg Intrinsics do not access memory.Devang Patel2009-03-031-8/+11
* Make a comment less terse.Dan Gohman2009-03-031-1/+2
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-038-11/+15
* When sinking an insn in InstCombine bring its debugDale Johannesen2009-03-031-0/+5
* Generalize BuildVectorSDNode::isConstantSplat to use APInts and handleBob Wilson2009-03-021-7/+12