2009-09-08 |
Richard Pennington | Add source debug information to the Sparc code generator. |
tree | commitdiff |
2009-09-02 |
Sandeep Patel | Retype from unsigned to CallingConv::ID accordingly... |
tree | commitdiff |
2009-08-31 |
Benjamin Kramer | Normalize makefile comments and sort cmake file lists. |
tree | commitdiff |
2009-08-26 |
Venkatraman Govind... | Generate section for bss and enable weak symbols |
tree | commitdiff |
2009-08-26 |
Venkatraman Govind... | test commit |
tree | commitdiff |
2009-08-23 |
Chris Lattner | remove various std::ostream version of printing methods... |
tree | commitdiff |
2009-08-22 |
Benjamin Kramer | Forgot to update some CMakeLists. |
tree | commitdiff |
2009-08-22 |
Chris Lattner | rename TAI -> MAI, being careful not to make MAILJMP... |
tree | commitdiff |
2009-08-22 |
Chris Lattner | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. |
tree | commitdiff |
2009-08-22 |
Devang Patel | Record variable debug info at ISel time directly. |
tree | commitdiff |
2009-08-19 |
Chris Lattner | eliminate AsmPrinter::SwitchToSection and just have... |
tree | commitdiff |
2009-08-12 |
Chris Lattner | Change TargetAsmInfo to be constructed via TargetRegist... |
tree | commitdiff |
2009-08-11 |
Owen Anderson | Split EVT into MVT and EVT, the former representing... |
tree | commitdiff |
2009-08-11 |
Chris Lattner | pass the TargetTriple down from each target ctor to the |
tree | commitdiff |
2009-08-10 |
Owen Anderson | Rename MVT to EVT, in preparation for splitting SimpleV... |
tree | commitdiff |
2009-08-08 |
Chris Lattner | eliminate TargetLoweringObjectFileSparc in favor of... |
tree | commitdiff |
2009-08-08 |
Chris Lattner | make printInstruction return void since its result... |
tree | commitdiff |
2009-08-07 |
Dan Gohman | Fix a bunch of namespace pollution. |
tree | commitdiff |
2009-08-05 |
Devang Patel | Remove dead code. MDNode and MDString are not Constant... |
tree | commitdiff |
2009-08-05 |
Dan Gohman | Major calling convention code refactoring. |
tree | commitdiff |
2009-08-02 |
Daniel Dunbar | Move most targets TargetMachine constructor to only... |
tree | commitdiff |
2009-08-02 |
Daniel Dunbar | Normalize Subtarget constructors to take a target tripl... |
tree | commitdiff |
2009-08-02 |
Chris Lattner | eliminate TargetMAchine argument to sparc TAI |
tree | commitdiff |
2009-08-02 |
Chris Lattner | remove TargetAsmInfo::TM, which is now dead. The basic... |
tree | commitdiff |
2009-08-01 |
Chris Lattner | REmove dead fields of TAI. |
tree | commitdiff |
2009-07-31 |
Daniel Dunbar | Normalize target registration code. |
tree | commitdiff |
2009-07-29 |
Chris Lattner | pass the mangler down into the various SectionForGlobal... |
tree | commitdiff |
2009-07-28 |
Devang Patel | Rename MDNode.h header. It defines MDnode and other... |
tree | commitdiff |
2009-07-28 |
Chris Lattner | Rip all of the global variable lowering logic out of... |
tree | commitdiff |
2009-07-27 |
Chris Lattner | Eliminate getNamed/getUnnamedSection, adding a new... |
tree | commitdiff |
2009-07-27 |
Chris Lattner | Eliminate SectionFlags, just embed a SectionKind into... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | untangle a TargetAsmInfo hack where ELFTargetAsmInfo... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | remove a densemap from TargetAsmInfo that was uniquing... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Factor commonality in triple match routines into helper... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Kill Target specific ModuleMatchQuality stuff. |
tree | commitdiff |
2009-07-25 |
Chris Lattner | this is (unfortunately) several changes mixed together: |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Simplify JIT target selection. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Add new helpers for registering targets. |
tree | commitdiff |
2009-07-24 |
Eli Friedman | Remove unused member functions. |
tree | commitdiff |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
tree | commitdiff |
2009-07-21 |
Chris Lattner | make AsmPrinter::doFinalization iterate over the global... |
tree | commitdiff |
2009-07-21 |
Chris Lattner | fix Sparc, SystemZ, and MSP430 to not override AsmPrint... |
tree | commitdiff |
2009-07-21 |
Chris Lattner | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr... |
tree | commitdiff |
2009-07-20 |
Bill Wendling | Pass in the unfortunately named "LessPrivatePrefix... |
tree | commitdiff |
2009-07-20 |
Bill Wendling | Add plumbing for the `linker_private' linkage type... |
tree | commitdiff |
2009-07-19 |
Eli Friedman | Don't override LowerArguments in the SPARC backend... |
tree | commitdiff |
2009-07-19 |
Daniel Dunbar | Add dependencies from TargetInfo onto .td generation. |
tree | commitdiff |
2009-07-18 |
Daniel Dunbar | Put Target definitions inside Target specific header... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Lift addAssemblyEmitter into LLVMTargetMachine. |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Remove old style hacks to register AsmPrinter into... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Reapply TargetRegistry refactoring commits. |
tree | commitdiff |
2009-07-15 |
Stuart Hastings | Revert 75762, 75763, 75766..75769, 75772..75775, 75778... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Kill off old (TargetMachine level, not Target level... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Provide TargetMachine implementations with reference... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Register Target's TargetMachine and AsmPrinter in the... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Add TargetInfo libraries for all targets. |
tree | commitdiff |
2009-07-14 |
David Greene | Have asm printers use formatted_raw_ostream directly... |
tree | commitdiff |
2009-07-14 |
Chris Lattner | Reapply my previous asmprinter changes now with more... |
tree | commitdiff |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
tree | commitdiff |
2009-07-14 |
Daniel Dunbar | Revert r75615, which depended on 75610. |
tree | commitdiff |
2009-07-14 |
Chris Lattner | Rename getValueName -> getMangledName. |
tree | commitdiff |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
tree | commitdiff |
2009-07-09 |
Owen Anderson | Thread LLVMContext through MVT and related parts of... |
tree | commitdiff |
2009-07-08 |
Torok Edwin | Implement changes from Chris's feedback. |
tree | commitdiff |
2009-07-08 |
Torok Edwin | Convert more abort() calls to llvm_report_error(). |
tree | commitdiff |
2009-07-02 |
Douglas Gregor | CMake build fixes, from Xerxes Ranby |
tree | commitdiff |
2009-07-01 |
Bill Wendling | Update comments to make it clear that the function... |
tree | commitdiff |
2009-07-01 |
Evan Cheng | Handle IMPLICIT_DEF with isUndef operand marker, part... |
tree | commitdiff |
2009-07-01 |
Daniel Dunbar | Remove unused AsmPrinter OptLevel argument, and propogate. |
tree | commitdiff |
2009-06-30 |
Bill Wendling | Add an "alignment" field to the MachineFunction object... |
tree | commitdiff |
2009-06-26 |
Owen Anderson | Privatize some data. |
tree | commitdiff |
2009-06-26 |
Devang Patel | Let's ignore MDStrings also! |
tree | commitdiff |
2009-06-25 |
Douglas Gregor | Add missing dependencies to the CMake build system. |
tree | commitdiff |
2009-06-25 |
Devang Patel | No need to code gen MDNodes |
tree | commitdiff |
2009-06-23 |
Bob Wilson | Provide InitializeAllTargets and InitializeNativeTarget... |
tree | commitdiff |
2009-06-23 |
Douglas Gregor | Eliminate object-relinking support from CMake. Fixes... |
tree | commitdiff |
2009-06-19 |
Chris Lattner | fix the sparc codegen to not depend on the sparc asmpri... |
tree | commitdiff |
2009-06-16 |
Douglas Gregor | Introduce new headers whose inclusion forces linking and |
tree | commitdiff |
2009-05-23 |
Anton Korobeynikov | Propagate CPU string out of SubtargetFeatures |
tree | commitdiff |
2009-05-13 |
Bill Wendling | Change MachineInstrBuilder::addReg() to take a flag... |
tree | commitdiff |
2009-05-09 |
Duncan Sands | Rename PaddedSize to AllocSize, in the hope that this |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Second attempt: |
tree | commitdiff |
2009-04-28 |
Bill Wendling | r70270 isn't ready yet. Back this out. Sorry for the... |
tree | commitdiff |
2009-04-28 |
Bill Wendling | Massive check in. This changes the "-fast" flag to... |
tree | commitdiff |
2009-03-25 |
Evan Cheng | CodeGen still defaults to non-verbose asm, but llc... |
tree | commitdiff |
2009-03-11 |
Duncan Sands | It makes no sense to have a ODR version of common |
tree | commitdiff |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
tree | commitdiff |
2009-02-24 |
Bill Wendling | Overhaul my earlier submission due to feedback. It... |
tree | commitdiff |
2009-02-23 |
Bill Wendling | Propagate debug loc info through prologue/epilogue. |
tree | commitdiff |
2009-02-18 |
Bill Wendling | Put code that generates debug labels into TableGen... |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Factor out the code to add a MachineOperand to a Machin... |
tree | commitdiff |
2009-02-13 |
Dale Johannesen | Remove non-DebugLoc versions of buildMI from Sparc. |
tree | commitdiff |
2009-02-12 |
Dale Johannesen | Eliminate a couple of non-DebugLoc BuildMI variants. |
tree | commitdiff |
2009-02-12 |
Bill Wendling | Move debug loc info along when the spiller creates... |
tree | commitdiff |
2009-02-07 |
Dale Johannesen | Use getDebugLoc forwarder instead of getNode()->getDebu... |
tree | commitdiff |
2009-02-07 |
Dan Gohman | Constify TargetInstrInfo::EmitInstrWithCustomInserter... |
tree | commitdiff |
2009-02-07 |
Dale Johannesen | Get rid of the last non-DebugLoc versions of getNode! |
tree | commitdiff |
2009-02-06 |
Dale Johannesen | Remove more non-DebugLoc getNode variants. Use |
tree | commitdiff |
next |