Add a simple type-safe bit-mangling pointer union class. This allows
[oota-llvm.git] / include /
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...
2009-03-29 Chris LattnerAllow a specific PointerIntPair instance to use a speci...
2009-03-29 Chris LattnerAdd a PointerLikeTypeTraits specialization for uintptr_t
2009-03-29 Chris LattnerValue* only has 2 bits free as well.
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...
2009-03-29 Chris Lattnernow that you can put a PointerIntPair in a SmallPtrSet...
2009-03-29 Chris Lattnerteach SmallPtrSet that PointerIntPair is "basically...
2009-03-28 Arnold SchwaighoferEnable tail call optimization for functions that return...
2009-03-28 Chris Lattnerdeclare everything as class to avoid angering the VC...
2009-03-28 Chris Lattneradd a traits class for SmallPtrSet that allows us to...
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-27 Gabor Greif"ghostify" the ilist<Function> sentinel
2009-03-27 Mike StumpAllow invertable -xno- style optins as well.
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-27 Mikhail Glushenkov-write-graph now can be used with -o.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-23 Dale JohannesenUse a SmallPtrSet instead of std::set.
2009-03-23 Evan ChengFix PR3391 and PR3864. Reg allocator infinite looping.
2009-03-23 Dan GohmanAdd a new bit to SUnit to record whether a node has...
2009-03-23 Dan GohmanClarify a comment.
2009-03-23 Dan GohmanMake getOperandNumForIncomingValue and getOperandNumFor...
2009-03-23 Evan ChengModel inline asm constraint which ties an input to...
2009-03-22 Chris LattnerFix PR3860 by correcting a predicate.
2009-03-22 Chris Lattneradd method to access a template argument.
2009-03-21 Duncan SandsFactorize out a concept - no functionality change.
2009-03-21 Chris Lattneradd some inline methods for infix operators on sparse...
2009-03-20 Evan ChengFor inline asm output operand that matches an input...
2009-03-20 Mon P WangAdded option to enable generating less precise mad...
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-19 Evan ChengAdded MachineInstr::isRegTiedToDefOperand to check...
2009-03-19 Dan GohmanSADDO and UADDO are commutative.
2009-03-19 Dale JohannesenClear the cached cost when removing a function in
2009-03-19 Dan GohmanAdd a liveness analysis pass for LLVM IR values. This...
2009-03-17 Daniel DunbarAdd BUILTIN_EXPECT Support/Compiler macro.
2009-03-17 Daniel Dunbarraw_ostream: Return '*this' explicitly (instead of...
2009-03-17 Daniel Dunbarraw_ostream: Rework implementation of unbuffered stream...
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...
next