| Age | Commit message (Expand) | Author |
| 2010-02-02 | Update CMake. | Daniel Dunbar |
| 2010-02-01 | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman |
| 2010-02-01 | Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan | Mon P Wang |
| 2010-02-01 | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner |
| 2010-02-01 | fix PR 6157. Testcase pending. | Dale Johannesen |
| 2010-02-01 | Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result | Mon P Wang |
| 2010-01-30 | Emit declaration DIE for the class static variables. | Devang Patel |
| 2010-01-30 | Fix a case where debug_value could affect codegen. | Dale Johannesen |
| 2010-01-29 | Add size and location info in DW_TAG_class_type descriptor. | Devang Patel |
| 2010-01-29 | Change the SREM case to match the logic in the IR version ComputeMaskedBits. | Duncan Sands |
| 2010-01-28 | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling |
| 2010-01-28 | add target hooks for emitting random gunk before and after the function body. | Chris Lattner |
| 2010-01-28 | Update of 94055 to track the IR level call site information via an intrinsic. | Jim Grosbach |
| 2010-01-28 | Give AsmPrinter the most common expected implementation of | Chris Lattner |
| 2010-01-28 | emit a 0 byte instead of a noop if a function is empty on darwin. | Chris Lattner |
| 2010-01-28 | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner |
| 2010-01-28 | Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. | Chris Lattner |
| 2010-01-28 | rename printVisibility to EmitVisibility and make it private, | Chris Lattner |
| 2010-01-27 | If the only use of something is a DEBUG_VALUE, don't | Dale Johannesen |
| 2010-01-27 | Silence GCC warnings with asserts turned off. No functionality change. | Chandler Carruth |
| 2010-01-27 | add a new AsmPrinter::EmitFunctionEntryLabel virtual function, | Chris Lattner |
| 2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
| 2010-01-26 | mcize label emission for functions. | Chris Lattner |
| 2010-01-26 | use EmitLinkage for functions as well as globals. One output | Chris Lattner |
| 2010-01-26 | pull linkage emission code out to a new EmitLinkage function. | Chris Lattner |
| 2010-01-26 | rearrange some directives, no functionality change. | Chris Lattner |
| 2010-01-26 | remove a noop function. | Chris Lattner |
| 2010-01-26 | now that enough stuff is constified, move function header printing | Chris Lattner |
| 2010-01-26 | constify a bunch of dwarf stuff now that the registerinfo method | Chris Lattner |
| 2010-01-26 | Allow some automatic tailcall optimization without changing ABI. | Evan Cheng |
| 2010-01-26 | emit jump table an alias ".set" directives through MCStreamer as | Chris Lattner |
| 2010-01-26 | Use AssertingVH, just to be paranoid. | Devang Patel |
| 2010-01-26 | Emit DW_AT_containing_type attribute for a class if containing type is known. | Devang Patel |
| 2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
| 2010-01-26 | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner |
| 2010-01-26 | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner |
| 2010-01-26 | Now that printPICJumpTableSetLabel is not overloaded, | Chris Lattner |
| 2010-01-26 | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner |
| 2010-01-26 | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner |
| 2010-01-26 | stub out a new target hook, need some refactoring before I can | Chris Lattner |
| 2010-01-26 | simplify asmprinter: only emit .set directives when entries have | Chris Lattner |
| 2010-01-26 | rename printPICJumpTableEntry -> EmitJumpTableEntry, | Chris Lattner |
| 2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |
| 2010-01-26 | New PBQP solver. | Lang Hames |
| 2010-01-26 | make MachineFunction keep track of its ID and make | Chris Lattner |
| 2010-01-26 | Add support for target-specific 32-bit custom-lowered | Chris Lattner |
| 2010-01-26 | switch jump table entry emission to be based on EntryKind | Chris Lattner |
| 2010-01-26 | Implement cond ? -1 : 0 with sbb. | Evan Cheng |
| 2010-01-26 | Generate DEBUG_VALUE comments on x86. The (limited) | Dale Johannesen |
| 2010-01-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner |