aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar2009-03-171-0/+6
* raw_ostream: Return '*this' explicitly (instead of implicitly viaDaniel Dunbar2009-03-171-5/+10
* raw_ostream: Rework implementation of unbuffered streams so outputtingDaniel Dunbar2009-03-171-15/+18
* raw_ostream: Replace flush_impl with write_impl, which takes data toDaniel Dunbar2009-03-161-38/+24
* raw_ostream: Lift out flush_nonempty.Daniel Dunbar2009-03-161-24/+38
* Add slow path for single character write, and use exclusively forDaniel Dunbar2009-03-161-3/+4
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-132-33/+15
* Fix FastISel's assumption that i1 values are always zero-extendedDan Gohman2009-03-131-0/+5
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-132-15/+33
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-132-18/+16
* Oops...I committed too much.Bill Wendling2009-03-132-26/+30
* Temporarily XFAIL this test.Bill Wendling2009-03-132-30/+26
* cosmetic change, in preparation of future changeGabor Greif2009-03-121-3/+3
* raw_ostream: unbuffered streams weren't being immediately flushed onDaniel Dunbar2009-03-121-0/+6
* Rearrange operands of the BranchInst, to be able toGabor Greif2009-03-123-21/+20
* Fully initialize all ivars, fixing PR3790, patch by Edwin Torok!Chris Lattner2009-03-121-1/+1
* Add StringMap::lookup.Daniel Dunbar2009-03-121-0/+21
* Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling2009-03-111-0/+6
* Make Print callable from a pass's print method: add const qualifier. NoTorok Edwin2009-03-111-1/+1
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-112-14/+5
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-112-15/+5
* Two coalescer fixes in one.Evan Cheng2009-03-111-0/+9
* 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-072-26/+76
* 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