| Age | Commit message (Expand) | Author |
| 2010-01-22 | Revert r94066, which was the patch which added a Verifier pass after | Dan Gohman |
| 2010-01-22 | Add the ability for MCStreamer to emit comments on the same line as directives. | Chris Lattner |
| 2010-01-22 | pass "-fasm-verbose" into createAsmStreamer. | Chris Lattner |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-22 | Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ... | Evan Cheng |
| 2010-01-21 | Trim unneeded includes. | Evan Cheng |
| 2010-01-21 | back this out for now. Growing Function is not good. | Jim Grosbach |
| 2010-01-21 | Run the verifier after LSR, to help catch use-before-def errors before | Dan Gohman |
| 2010-01-21 | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach |
| 2010-01-20 | SjLj EH introduces can introduce an additional edge to a landing pad and pad | Jim Grosbach |
| 2010-01-20 | make findDebugLoc a class method | Dale Johannesen |
| 2010-01-20 | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene |
| 2010-01-20 | don't send null pointers through the constantexpr codepath unneededly. | Chris Lattner |
| 2010-01-20 | eliminate some uses of AsmPrinter::EmitIntXXX | Chris Lattner |
| 2010-01-20 | inline and radically simplify printDataDirective. It will eventually | Chris Lattner |
| 2010-01-20 | emit basic block labels with mcstreamer. | Chris Lattner |
| 2010-01-20 | emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1, | Chris Lattner |
| 2010-01-20 | signficant cleanups to EmitGlobalConstant (including streamerization | Chris Lattner |
| 2010-01-20 | switch ConstantFP emission to use MCStreamer, significantly | Chris Lattner |
| 2010-01-20 | make mcasmstreamer handle expanding 8 byte integer constants to | Chris Lattner |
| 2010-01-20 | give createAsmStreamer an 'isLittleEndian' argument. | Chris Lattner |
| 2010-01-20 | If a instruction belongs to another function (and not current function) as pe... | Devang Patel |
| 2010-01-20 | Add some asserts to check SelectionDAG problems earlier. | David Greene |
| 2010-01-20 | Move findDebugLoc somewhere more central. Fix | Dale Johannesen |
| 2010-01-19 | Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code | Dan Gohman |
| 2010-01-19 | simplify the rest of fp constant printing. | Chris Lattner |
| 2010-01-19 | simplify the code for printing x86 long double, don't do work | Chris Lattner |
| 2010-01-19 | Identify predicate and optional-def operands when printing machine | Jakob Stoklund Olesen |
| 2010-01-19 | eliminate AsmPrinter::EmitZeros: just use MCStreamer directly. | Chris Lattner |
| 2010-01-19 | Update CMake list. | Benjamin Kramer |
| 2010-01-19 | Add some new debugging APIs to print out "raw" SelectionDAGs to make | David Greene |
| 2010-01-19 | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner |
| 2010-01-19 | Do not extend extension results beyond the use of a PHI instruction at the st... | Evan Cheng |
| 2010-01-19 | refactor code to be static functions instead of methods on AsmPrinter. | Chris Lattner |
| 2010-01-19 | mcstreamerize AsmPrinter::EmitZeros, at least when emitting to the | Chris Lattner |
| 2010-01-19 | remove MAI::ZeroDirectiveSuffix, which is only used by MASM, | Chris Lattner |
| 2010-01-19 | For aligned load/store instructions, it's only required to know whether a | Jim Grosbach |
| 2010-01-19 | mcstreamer'ize the rest of EmitGlobalVariable that is used on | Chris Lattner |
| 2010-01-19 | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner |
| 2010-01-19 | MDNodes are not expected to disappear or replaced by another MDNode, so there... | Devang Patel |
| 2010-01-19 | Avoid including DebugInfo.h in AsmPrinter.h | Devang Patel |
| 2010-01-19 | mc'ize some stuff, don't comment out .lcomm directive in -fverbose-asm mode. | Chris Lattner |
| 2010-01-19 | factor this code better. | Chris Lattner |
| 2010-01-19 | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner |
| 2010-01-19 | hoist handling of external globals and special globals up to common code. | Chris Lattner |
| 2010-01-19 | move production of .reference directives for static ctor/dtor list on | Chris Lattner |
| 2010-01-19 | Revert accident check-in from r93165. | Devang Patel |
| 2010-01-19 | Revert 93811 per request. | Dale Johannesen |
| 2010-01-18 | Enable code to emit dbg.declare as DEBUG_VALUE | Dale Johannesen |
| 2010-01-18 | Canonicalize -1 - x to ~x. | Evan Cheng |