raw_ostream: Replace flush_impl with write_impl, which takes data to
[oota-llvm.git] / include /
2009-03-16 Daniel Dunbarraw_ostream: Replace flush_impl with write_impl, which...
2009-03-16 Daniel Dunbarraw_ostream: Lift out flush_nonempty.
2009-03-16 Daniel DunbarAdd slow path for single character write, and use exclu...
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Dan GohmanFix FastISel's assumption that i1 values are always...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-12 Gabor Greifcosmetic change, in preparation of future change
2009-03-12 Daniel Dunbarraw_ostream: unbuffered streams weren't being immediate...
2009-03-12 Gabor GreifRearrange operands of the BranchInst, to be able to
2009-03-12 Chris LattnerFully initialize all ivars, fixing PR3790, patch by...
2009-03-12 Daniel DunbarAdd StringMap::lookup.
2009-03-11 Bill WendlingAdd a -no-implicit-float flag. This acts like -soft...
2009-03-11 Torok EdwinMake Print callable from a pass's print method: add...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-11 Evan ChengTwo coalescer fixes in one.
2009-03-10 Mon P WangChanged Allocate to use size_t instead of unsigned.
2009-03-10 Dan GohmanAdd an explicit keyword.
2009-03-10 Mon P WangFixed rounding up EltSize
2009-03-10 Gabor GreifGive Op<N>() AppleScript-like semantics, i.e. for negat...
2009-03-10 Bill WendlingRefine the Dwarf writer timers so that they measure...
2009-03-10 Bill WendlingAdd a timer to the DwarfWriter pass that measures the...
2009-03-10 Daniel DunbarPR3478: raw_ostream should not buffer stderr
2009-03-10 Daniel DunbarAdd C++ marker.
2009-03-10 Torok EdwinGlobal variables don't have a corresponding llvm.dbg...
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-03-09 Devang PatelAdd helper pass to remove llvm.dbg.declare intrinsics.
2009-03-09 Gabor Greifmake the Op<N> methods protected, how it was intended...
2009-03-09 Bill WendlingRevert r66415. It's causing failures during bootstrap...
2009-03-09 Bob WilsonAdd a constructor for BuildVectorSDNode and revert...
2009-03-09 Gabor Greifin builds without asserts we do not need to allocate...
2009-03-09 Nick LewyckyRegenerate.
2009-03-09 Nick LewyckyRemove configurey-fu to autodetect hash_map and hash_se...
2009-03-09 Chris Lattnermake GlobalValue::removeDeadConstantUsers() const.
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2009-03-09 Chris Lattneradd a #include to improve portability to windows, as...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-03-08 Chris Lattnerchange the MemIntrinsic get/setAlignment method to...
2009-03-08 Chris LattnerIntroduce a new MemTransferInst pseudo class, which...
2009-03-08 Nick LewyckyFix misaligned whitespace. No functionality change.
2009-03-07 Mikhail GlushenkovRemove some duplication.
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-07 Gabor Greifsimplify the way how traits get hold of the symbol...
2009-03-07 Gabor Greiffurther simplifications arising from peruse of the...
2009-03-07 Gabor GreifRemove the burden of dealing with list offsets
2009-03-06 Daniel DunbarAdd IRBuilder::CreateConstGEP{1, 2}_{32, 64}.
2009-03-06 Daniel DunbarAdd Module::getNamedValue; use to normalize access...
2009-03-06 Tanya LattnerAdd default constructor to SDNode to make gcc 3.4.6...
2009-03-06 Chris Lattnersome nits noticed by Duncan
2009-03-06 Chris Lattnerfix header comment and include guard.
2009-03-06 Chris Lattneradd a bunch more passes to the C bindings (PR3734)...
2009-03-06 Chris LattnerSprinkle some PrettyStackEntry magic into the passmanag...
2009-03-06 Gabor Greifdo not close friendship with every odd class
2009-03-06 Devang PatelAdd "check/remove dbg var" helper routines.
2009-03-05 Nick LewyckyRegenerate.
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Dale JohannesenAdd some cautionary comments.
2009-03-04 Chris Lattneradd some helper classes for building light-weight symbo...
2009-03-04 Dale JohannesenRe-commit 65975 and a fix for the problem that
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-04 Gabor Greif"Ghostify" embedded sentinels. This is a real win in...
2009-03-04 Dale JohannesenTemporarily revert 65975, which breaks the llvm-gcc...
2009-03-03 Devang PatelDbg Intrinsics do not access memory.
2009-03-03 Dan GohmanMake a comment less terse.
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-03-03 Dale JohannesenWhen sinking an insn in InstCombine bring its debug
2009-03-02 Bob WilsonGeneralize BuildVectorSDNode::isConstantSplat to use...
2009-03-02 Gabor Greifdrop support for GCC 2.x as it is hopelessly broken...
2009-03-02 Gabor GreifDeclare Sentinel fragments as mutable to get rid
2009-03-02 Gabor Greifremove a deprecated interface that was pretty useless
2009-03-02 Gabor Greiffix typo
2009-03-02 Mikhail GlushenkovMove code from Main.cpp to the include dir.
2009-03-02 Mikhail GlushenkovCosmetic fixes: include guards.
2009-03-02 Mikhail GlushenkovPlugin::Priority() doesn't need to be pure virtual.
2009-03-02 Mikhail GlushenkovAdd a comment.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.
2009-03-01 Gabor GreifAnother sentinel optimization. This one should always
2009-03-01 Gabor GreifReuse a technique (pioneered for BasicBlocks) of superp...
2009-03-01 Gabor Greiffix a comment
2009-03-01 Gabor GreifFix a typo. Thanks baldrick!
2009-03-01 Chris Lattnersimplify handling "don't print top level name" processi...
2009-03-01 Bob WilsonCombine PPC's GetConstantBuildVectorBits and isConstant...
2009-02-28 Chris Lattnermove type name population out of TypePrinting class...
2009-02-28 Chris Lattnerdelete a bunch of duplicated type printing logic, using...
2009-02-28 Gabor Greifadd description how the ilist_traits<Instruction> works
2009-02-28 Chris Lattnerthe module is not required to exist, allow it to defaul...
2009-02-28 Chris Lattnerdisable copying and assignment.
2009-02-28 Chris Lattnerexpose TypePrinting as a public API.
2009-02-28 Chris LattnerChange WriteTypeSymbolic to not put a space out before...
2009-02-28 Gabor Greifmake traits more flexible by splitting out node-related...
2009-02-28 Evan ChengAvoid unused parameter warning.
2009-02-27 Gabor Greifgroup friendship
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-27 Gabor Greiffix comments
2009-02-27 Gabor GreifIntroduce a new technique for merging BasicBlock with...
2009-02-27 Dan GohmanMake LoopInfo::print() identify header, exit, and latch...
next