Age | Commit message (Expand) | Author |
2009-07-15 | Remove unused function. | Daniel Dunbar |
2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
2009-07-15 | Fix pattern for LD16S_3r, add basic tests to check load / store instructions | Richard Osborne |
2009-07-15 | Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs. | Richard Osborne |
2009-07-15 | Remove the xcore-file-directive option now that LLVM has proper support for | Richard Osborne |
2009-07-15 | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar |
2009-07-15 | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar |
2009-07-15 | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar |
2009-07-15 | Add TargetInfo libraries for all targets. | Daniel Dunbar |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-14 | Revert r75615, which depended on 75610. | Daniel Dunbar |
2009-07-14 | Rename getValueName -> getMangledName. | Chris Lattner |
2009-07-12 | Remove extra \n from LLVM_UNREACHABLE calls. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |
2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
2009-06-24 | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner |
2009-06-24 | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner |
2009-06-23 | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson |
2009-06-19 | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel |
2009-06-18 | simplify macro debug info directive handling. | Chris Lattner |
2009-06-16 | Introduce new headers whose inclusion forces linking and | Douglas Gregor |
2009-06-05 | Add explicit keywords. | Dan Gohman |
2009-05-30 | Untabification. | Bill Wendling |
2009-05-23 | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov |
2009-05-13 | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
2009-04-29 | Second attempt: | Bill Wendling |
2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
2009-03-25 | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng |
2009-03-11 | Remove the one-definition-rule version of extern_weak | Duncan Sands |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2009-02-24 | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling |
2009-02-23 | Propagate debug loc info through prologue/epilogue. | Bill Wendling |
2009-02-13 | missed file | Dale Johannesen |
2009-02-13 | Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16. | Dale Johannesen |
2009-02-12 | Eliminate a couple of non-DebugLoc BuildMI variants. | Dale Johannesen |
2009-02-12 | Move debug loc info along when the spiller creates new instructions. | Bill Wendling |
2009-02-09 | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng |
2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |