| Age | Commit message (Expand) | Author |
| 2010-05-14 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
| 2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
| 2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
| 2010-05-06 | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-21 | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-16 | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-08 | move elf section uniquing to MCContext. Along the way | Chris Lattner |
| 2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
| 2010-04-06 | Fix a number of clang -Wsign-compare warnings that didn't have an obvious | John McCall |
| 2010-04-05 | prune some #includes. | Chris Lattner |
| 2010-04-05 | simplify various getAnalysisUsage implementations. | Chris Lattner |
| 2010-04-04 | remove TargetMachine.h #include, also, TRI isn't used frequently | Chris Lattner |
| 2010-04-04 | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner |
| 2010-04-04 | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner |
| 2010-04-04 | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner |
| 2010-04-03 | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner |
| 2010-04-02 | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner |
| 2010-04-02 | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen |
| 2010-03-28 | Improve systemz to model cmp and ucmp nodes as returning | Chris Lattner |
| 2010-03-19 | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner |
| 2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |
| 2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
| 2010-03-12 | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin |
| 2010-03-12 | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner |
| 2010-03-09 | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach |
| 2010-03-08 | fix a type compatibility bug. imm is i32 in the input | Chris Lattner |
| 2010-03-02 | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner |
| 2010-03-01 | Add explicit keywords. | Dan Gohman |
| 2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman |
| 2010-02-15 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov |
| 2010-02-15 | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng |
| 2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
| 2010-02-10 | print all the newlines at the end of instructions with | Chris Lattner |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-02-03 | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner |
| 2010-02-02 | Revert 95130. | Evan Cheng |
| 2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |
| 2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-01-28 | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner |
| 2010-01-28 | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner |
| 2010-01-27 | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner |
| 2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
| 2010-01-26 | constify a method argument. | Chris Lattner |
| 2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
| 2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |
| 2010-01-25 | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner |
| 2010-01-24 | don't reset the default. | Chris Lattner |