2010-07-16 |
Jakob Stoklund Olesen | Remove the isMoveInstr() hook. |
tree | commitdiff |
2010-07-16 |
Jakob Stoklund Olesen | Avoid isMoveInstr when printing XCore pseudo-moves. |
tree | commitdiff |
2010-07-16 |
Bill Wendling | Rename DBG_LABEL PROLOG_LABEL, because it's only used... |
tree | commitdiff |
2010-07-14 |
Benjamin Kramer | Don't pass StringRef by reference. |
tree | commitdiff |
2010-07-11 |
Jakob Stoklund Olesen | Replace copyRegToReg with copyPhysReg for XCore. |
tree | commitdiff |
2010-07-10 |
Dan Gohman | Reapply bottom-up fast-isel, with several fixes for... |
tree | commitdiff |
2010-07-09 |
Bob Wilson | --- Reverse-merging r107947 into '.': |
tree | commitdiff |
2010-07-09 |
Dan Gohman | Re-apply bottom-up fast-isel, with fixes. Be very caref... |
tree | commitdiff |
2010-07-08 |
Dan Gohman | Revert 107840 107839 107813 107804 107800 107797 107791. |
tree | commitdiff |
2010-07-07 |
Evan Cheng | Move getExtLoad() and (some) getLoad() DebugLoc argumen... |
tree | commitdiff |
2010-07-07 |
Dan Gohman | Add X86FastISel support for return statements. This... |
tree | commitdiff |
2010-07-07 |
Dan Gohman | Split the SDValue out of OutputArg so that SelectionDAG... |
tree | commitdiff |
2010-07-06 |
Dan Gohman | CanLowerReturn doesn't need a SelectionDAG; it just... |
tree | commitdiff |
2010-07-06 |
Devang Patel | Propagate debug loc. |
tree | commitdiff |
2010-07-06 |
Dan Gohman | Reapply r107655 with fixes; insert the pseudo instructi... |
tree | commitdiff |
2010-07-06 |
Dan Gohman | Revert r107655. |
tree | commitdiff |
2010-07-06 |
Dan Gohman | Fix a bunch of custom-inserter functions to handle... |
tree | commitdiff |
2010-07-03 |
Evan Cheng | Remove isSS argument from CreateFixedObject. Fixed... |
tree | commitdiff |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
tree | commitdiff |
2010-06-29 |
Duncan Sands | Remove initialized but otherwise unused variables. |
tree | commitdiff |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from XCore. |
tree | commitdiff |
2010-06-17 |
Stuart Hastings | Add a DebugLoc parameter to TargetInstrInfo::InsertBran... |
tree | commitdiff |
2010-06-02 |
Rafael Espindola | Remove the TargetRegisterClass member from CalleeSavedInfo |
tree | commitdiff |
2010-06-02 |
Rafael Espindola | cleanup |
tree | commitdiff |
2010-05-22 |
Evan Cheng | Implement @llvm.returnaddress. rdar://8015977. |
tree | commitdiff |
2010-05-19 |
Evan Cheng | Code refactoring: pull SchedPreference enum from Target... |
tree | commitdiff |
2010-05-11 |
Dan Gohman | Implement a bunch more TargetSelectionDAGInfo infrastru... |
tree | commitdiff |
2010-05-06 |
Dan Gohman | Add a DebugLoc argument to TargetInstrInfo::copyRegToRe... |
tree | commitdiff |
2010-05-06 |
Evan Cheng | Add argument TargetRegisterInfo to loadRegFromStackSlot... |
tree | commitdiff |
2010-05-01 |
Dan Gohman | Get rid of the EdgeMapping map. Instead, just check... |
tree | commitdiff |
2010-04-28 |
Chris Lattner | further simplify EmitAlignment by eliminating the |
tree | commitdiff |
2010-04-21 |
Evan Cheng | Implement -disable-non-leaf-fp-elim which disable frame... |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Use const qualifiers with TargetLowering. This eliminat... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Add skeleton target-specific SelectionDAGInfo files. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
tree | commitdiff |
2010-04-08 |
Chris Lattner | move elf section uniquing to MCContext. Along the way |
tree | commitdiff |
2010-04-08 |
Benjamin Kramer | Use twines to simplify calls to report_fatal_error... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
tree | commitdiff |
2010-04-05 |
Chris Lattner | remove the MMI pointer from MachineFrameInfo. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | simplify code. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | implement EmitFunctionEntryLabel to emit the .cc_top... |
tree | commitdiff |
2010-04-05 |
Jakob Stoklund Olesen | Replace TSFlagsFields and TSFlagsShifts with a simpler... |
tree | commitdiff |
2010-04-05 |
Chris Lattner | just have all targets create the DwarfWriter. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | simplify various getAnalysisUsage implementations. |
tree | commitdiff |
2010-04-04 |
Chris Lattner | eliminate the magic AbsoluteDebugSectionOffsets MAI... |
tree | commitdiff |
2010-04-04 |
Chris Lattner | Momentous day: remove the "O" member from AsmPrinter... |
tree | commitdiff |
2010-04-04 |
Chris Lattner | mc'ize the remaining uses of O. |
tree | commitdiff |
2010-04-04 |
Chris Lattner | mcize a bunch more stuff, using EmitRawText for things we |
tree | commitdiff |
2010-04-04 |
Chris Lattner | convert the non-MCInstPrinter'ized EmitInstruction |
tree | commitdiff |
2010-04-04 |
Chris Lattner | fix PrintAsmOperand and PrintAsmMemoryOperand to pass... |
tree | commitdiff |
2010-04-04 |
Chris Lattner | change a ton of code to not implicitly use the "O"... |
tree | commitdiff |
2010-04-04 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-04-02 |
Chris Lattner | use DebugLoc default ctor instead of DebugLoc::getUnkno... |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Revert r100191 since it breaks objc in clang |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-04-02 |
Dale Johannesen | Teach AnalyzeBranch, RemoveBranch and the branch |
tree | commitdiff |
2010-03-30 |
Bob Wilson | Revert Mon Ping's change 99928, since it broke all... |
tree | commitdiff |
2010-03-30 |
Mon P Wang | Added support for address spaces and added a isVolatile... |
tree | commitdiff |
2010-03-28 |
Chris Lattner | fix a type contradition: XCoreISD::RETSP has one argume... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | set SDNPVariadic on nodes throughout the rest of the... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | get MMI out of the label uniquing business, just go... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | Now that DBG_LABEL is updated, we can finally make... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | change the DBG_LABEL MachineInstr to always be created |
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-11 |
Richard Osborne | Remove dead code. (S|U)MUL_LO is now lowered to LMUL... |
tree | commitdiff |
2010-03-11 |
Richard Osborne | Add dag combine to simplify lmul(x, 0, a, b) |
tree | commitdiff |
2010-03-11 |
Richard Osborne | Switch XCore over to using inline jump table entries. |
tree | commitdiff |
2010-03-10 |
Richard Osborne | The backend now makes a reasonable job of targeting... |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Handle MVT::i64 type in DAG combine for ISD::ADD. Fold... |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Fix checking of intermediates having one use in isADDADDMUL |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Extract recognition of patterns such as add(add(mul... |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Fix thinko. |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the... |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Prefer LMUL to MACCU as LMUL has no tied operands. |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Custom lower (S|U)MUL_LOHI -> MACC(S|U) |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Fix indentation |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Lower add (mul a, b), c into MACCU / MACCS nodes which... |
tree | commitdiff |
2010-03-09 |
Jim Grosbach | Change the Value argument to eliminateFrameIndex to... |
tree | commitdiff |
2010-03-09 |
Richard Osborne | In cases where the carry / borrow unused converted... |
tree | commitdiff |
2010-03-09 |
Richard Osborne | Canonicalize ladd constant to RHS. |
tree | commitdiff |
2010-03-09 |
Richard Osborne | Add DAG combine for ladd / lsub. |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Sink InstructionSelect() out of each target into SDISel... |
tree | commitdiff |
2010-03-02 |
Bill Wendling | Remove dead parameter passing. |
tree | commitdiff |
2010-03-01 |
Chris Lattner | stop using generated sdnodexforms. |
tree | commitdiff |
2010-02-26 |
Richard Osborne | Fix XCoreTargetLowering::isLegalAddressingMode() to... |
tree | commitdiff |
2010-02-23 |
Richard Osborne | Don't mark call instruction as a barrier. |
tree | commitdiff |
2010-02-23 |
Richard Osborne | ECALLF, ECALLT shouldn't be marked as barriers. |
tree | commitdiff |
2010-02-23 |
Richard Osborne | Mark unconditional branches as barriers. Found using... |
tree | commitdiff |
2010-02-23 |
Richard Osborne | Remove unused lowering function LowerJumpTable |
tree | commitdiff |
2010-02-23 |
Richard Osborne | Lower BR_JT on the XCore to a jump into a series of... |
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-15 |
Chris Lattner | no need to add the instruction count anymore. |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
tree | commitdiff |
2010-02-10 |
Chris Lattner | print all the newlines at the end of instructions with |
tree | commitdiff |
next |