Converted a1.ll to unittests.
[oota-llvm.git] / include /
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...
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.
next