summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Use a SmallPtrSet instead of std::set.Dale Johannesen2009-03-23
* Fix PR3391 and PR3864. Reg allocator infinite looping.Evan Cheng2009-03-23
* Add a new bit to SUnit to record whether a node has implicit physregDan Gohman2009-03-23
* Clarify a comment.Dan Gohman2009-03-23
* Make getOperandNumForIncomingValue and getOperandNumForIncomingBlockDan Gohman2009-03-23
* Model inline asm constraint which ties an input to an output register as mach...Evan Cheng2009-03-23
* Fix PR3860 by correcting a predicate.Chris Lattner2009-03-22
* add method to access a template argument.Chris Lattner2009-03-22
* Factorize out a concept - no functionality change.Duncan Sands2009-03-21
* add some inline methods for infix operators on sparse vectors,Chris Lattner2009-03-21
* For inline asm output operand that matches an input. Encode the input operand...Evan Cheng2009-03-20
* Added option to enable generating less precise mad (multiply addition)Mon P Wang2009-03-20
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-19
* Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.Evan Cheng2009-03-19
* SADDO and UADDO are commutative.Dan Gohman2009-03-19
* Clear the cached cost when removing a function inDale Johannesen2009-03-19
* Add a liveness analysis pass for LLVM IR values. This computesDan Gohman2009-03-19
* Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar2009-03-17
* raw_ostream: Return '*this' explicitly (instead of implicitly viaDaniel Dunbar2009-03-17
* raw_ostream: Rework implementation of unbuffered streams so outputtingDaniel Dunbar2009-03-17
* raw_ostream: Replace flush_impl with write_impl, which takes data toDaniel Dunbar2009-03-16
* raw_ostream: Lift out flush_nonempty.Daniel Dunbar2009-03-16
* Add slow path for single character write, and use exclusively forDaniel Dunbar2009-03-16
* 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