summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-13
* Fix FastISel's assumption that i1 values are always zero-extendedDan Gohman2009-03-13
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-13
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-13
* Oops...I committed too much.Bill Wendling2009-03-13
* Temporarily XFAIL this test.Bill Wendling2009-03-13
* cosmetic change, in preparation of future changeGabor Greif2009-03-12
* raw_ostream: unbuffered streams weren't being immediately flushed onDaniel Dunbar2009-03-12
* Rearrange operands of the BranchInst, to be able toGabor Greif2009-03-12
* Fully initialize all ivars, fixing PR3790, patch by Edwin Torok!Chris Lattner2009-03-12
* Add StringMap::lookup.Daniel Dunbar2009-03-12
* Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling2009-03-11
* Make Print callable from a pass's print method: add const qualifier. NoTorok Edwin2009-03-11
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* Two coalescer fixes in one.Evan Cheng2009-03-11
* Changed Allocate to use size_t instead of unsigned.Mon P Wang2009-03-10
* Add an explicit keyword.Dan Gohman2009-03-10
* Fixed rounding up EltSizeMon P Wang2009-03-10
* Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relat...Gabor Greif2009-03-10
* Refine the Dwarf writer timers so that they measure exception writing and debugBill Wendling2009-03-10
* Add a timer to the DwarfWriter pass that measures the total time it takes toBill Wendling2009-03-10
* PR3478: raw_ostream should not buffer stderrDaniel Dunbar2009-03-10
* Add C++ marker.Daniel Dunbar2009-03-10
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-10
* wire up support for emitting "special" values from inline asmChris Lattner2009-03-10
* Add helper pass to remove llvm.dbg.declare intrinsics.Devang Patel2009-03-09
* make the Op<N> methods protected, how it was intended to beGabor Greif2009-03-09
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-09
* Add a constructor for BuildVectorSDNode and revert the temporary workaroundBob Wilson2009-03-09
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-09
* Regenerate.Nick Lewycky2009-03-09
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-09
* make GlobalValue::removeDeadConstantUsers() const.Chris Lattner2009-03-09
* reimplement AliasSetTracker in terms of DenseMap instead of hash_map,Chris Lattner2009-03-09
* add a #include to improve portability to windows, as requested byChris Lattner2009-03-09
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-09
* change the MemIntrinsic get/setAlignment method to take an unsignedChris Lattner2009-03-08
* Introduce a new MemTransferInst pseudo class, which is a commonChris Lattner2009-03-08
* Fix misaligned whitespace. No functionality change.Nick Lewycky2009-03-08
* Remove some duplication.Mikhail Glushenkov2009-03-07
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* simplify the way how traits get hold of the symbol tableGabor Greif2009-03-07
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-07
* Remove the burden of dealing with list offsetsGabor Greif2009-03-07
* Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}.Daniel Dunbar2009-03-06
* Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar2009-03-06
* Add default constructor to SDNode to make gcc 3.4.6 happy.Tanya Lattner2009-03-06
* some nits noticed by DuncanChris Lattner2009-03-06
* fix header comment and include guard.Chris Lattner2009-03-06