2010-03-18 |
Chris Lattner | tidy up |
tree | commitdiff |
2010-03-13 |
Chris Lattner | eliminate the now-unneeded context argument of MBB... |
tree | commitdiff |
2010-03-13 |
Chris Lattner | rearrange MCContext ownership. Before LLVMTargetMachin... |
tree | commitdiff |
2010-03-12 |
Jeffrey Yasskin | Fix LLVM build when the user specifies CPPFLAGS on... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | inline GetGlobalValueSymbol into the rest its callers and |
tree | commitdiff |
2010-03-09 |
Jim Grosbach | Change the Value argument to eliminateFrameIndex to... |
tree | commitdiff |
2010-03-06 |
Chris Lattner | clean this up. |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Sink InstructionSelect() out of each target into SDISel... |
tree | commitdiff |
2010-03-01 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2010-03-01 |
Nathan Keynes | Add JIT support to the TODO list (test commit) |
tree | commitdiff |
2010-02-17 |
Chris Lattner | "Fix and issue in SparcAsmPrinter where multiple identi... |
tree | commitdiff |
2010-02-17 |
Chris Lattner | move isOnlyReachableByFallthrough out of MachineBasicBl... |
tree | commitdiff |
2010-02-15 |
Anton Korobeynikov | Move TLOF implementations to libCodegen to resolve... |
tree | commitdiff |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
tree | commitdiff |
2010-02-10 |
Chris Lattner | print all the newlines at the end of instructions with |
tree | commitdiff |
2010-02-04 |
Chris Lattner | add support for the sparcv9-*-* target triple to turn on |
tree | commitdiff |
2010-02-03 |
Chris Lattner | rejigger the world so that EmitInstruction prints the... |
tree | commitdiff |
2010-02-02 |
Evan Cheng | Revert 95130. |
tree | commitdiff |
2010-02-02 |
Chris Lattner | refactor code so that LLVMTargetMachine creates the... |
tree | commitdiff |
2010-02-02 |
Evan Cheng | Pass callsite return type to TargetLowering::LowerCall... |
tree | commitdiff |
2010-01-28 |
Chris Lattner | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunct... |
tree | commitdiff |
2010-01-27 |
Chris Lattner | use existing basic block numbers instead of recomputing |
tree | commitdiff |
2010-01-27 |
Chris Lattner | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha... |
tree | commitdiff |
2010-01-27 |
Evan Cheng | Eliminate target hook IsEligibleForTailCallOptimization. |
tree | commitdiff |
2010-01-26 |
Chris Lattner | Eliminate SetDirective, and replace it with HasSetDirec... |
tree | commitdiff |
2010-01-26 |
Chris Lattner | add a new MachineBasicBlock::getSymbol method, replacing |
tree | commitdiff |
2010-01-26 |
Chris Lattner | don't bother setting the AsmPrinter::MF ivar, now that |
tree | commitdiff |
2010-01-25 |
Chris Lattner | don't set value to its default. |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-20 |
Chris Lattner | revert 93934, removing the MCAsmInfo endianness bit... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | give MCAsmInfo a 'has little endian' bit. This is... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | Now that we have everything nicely factored (e.g. asmpr... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | use %object like other elf targets, gas accepts either. |
tree | commitdiff |
2010-01-17 |
Chris Lattner | now that MCSymbol::print doesn't use it's MAI argument... |
tree | commitdiff |
2010-01-16 |
Chris Lattner | switch more stuff onto MCSymbols |
tree | commitdiff |
2010-01-16 |
Chris Lattner | switch X86 target off CurFunctionName and MCIze more. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | MCize a bunch more stuff, eliminating a lot of uses... |
tree | commitdiff |
2010-01-15 |
Chris Lattner | add a AsmPrinter::GetGlobalValueSymbol and GetExternalS... |
tree | commitdiff |
2010-01-05 |
Dan Gohman | Change SelectCode's argument from SDValue to SDNode... |
tree | commitdiff |
2009-11-23 |
Dan Gohman | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are... |
tree | commitdiff |
2009-11-21 |
Devang Patel | We are not using DBG_STOPPOINT anymore. |
tree | commitdiff |
2009-11-13 |
David Greene | Move DebugInfo checks into EmitComments and remove... |
tree | commitdiff |
2009-11-12 |
David Greene | Make the MachineFunction argument of getFrameRegister... |
tree | commitdiff |
2009-11-12 |
David Greene | Add a bool flag to StackObjects telling whether they... |
tree | commitdiff |
2009-11-11 |
Dan Gohman | Set isBarrier = 1 on return instructions, as they are... |
tree | commitdiff |
2009-11-07 |
Chris Lattner | indicate what the native integer types for the target... |
tree | commitdiff |
2009-11-05 |
Dan Gohman | Remove uninteresting and confusing debug output. |
tree | commitdiff |
2009-10-29 |
Dan Gohman | Rename usesCustomDAGSchedInserter to usesCustomInserter... |
tree | commitdiff |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
tree | commitdiff |
2009-10-07 |
Jim Grosbach | Add register-reuse to frame-index register scavenging... |
tree | commitdiff |
2009-10-06 |
Dan Gohman | Instead of printing unnecessary basic block labels... |
tree | commitdiff |
2009-10-06 |
Devang Patel | Update processDebugLoc() so that it can be used to... |
tree | commitdiff |
2009-09-30 |
Devang Patel | Use MachineInstr as an processDebugLoc() argument. |
tree | commitdiff |
2009-09-25 |
Dan Gohman | Rename getTargetNode to getMachineNode, for consistency... |
tree | commitdiff |
2009-09-19 |
Evan Cheng | Fix PR4926. When target hook EmitInstrWithCustomInserte... |
tree | commitdiff |
2009-09-18 |
Evan Cheng | Enhance EmitInstrWithCustomInserter() so target can... |
tree | commitdiff |
2009-09-15 |
Chris Lattner | add missing file |
tree | commitdiff |
2009-09-15 |
Chris Lattner | several major improvements to the sparc backend: suppor... |
tree | commitdiff |
2009-09-13 |
Daniel Dunbar | Remove unused variables. |
tree | commitdiff |
2009-09-13 |
Chris Lattner | remove all but one reference to TargetRegisterDesc... |
tree | commitdiff |
2009-09-13 |
Chris Lattner | the tblgen produced 'getRegisterName' method does not... |
tree | commitdiff |
2009-09-13 |
Chris Lattner | make tblgen produce a function that returns the name... |
tree | commitdiff |
2009-09-13 |
Chris Lattner | replace printBasicBlockLabel with EmitBasicBlockStart, |
tree | commitdiff |
2009-09-13 |
Chris Lattner | convert some uses of printBasicBlockLabel to use GetMBB... |
tree | commitdiff |
2009-09-09 |
Chris Lattner | remove DebugLoc from MCInst and eliminate "Comment... |
tree | commitdiff |
2009-09-09 |
Chris Lattner | hoist the call to processDebugLoc out of the generated |
tree | commitdiff |
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 |
next |