| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 4 | -80/+87 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 3 | -44/+64 |
* | Name these stub files consistently with the SPU and PPC targets' conventions. | Chandler Carruth | 2010-04-17 | 2 | -9/+9 |
* | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman | 2010-04-16 | 3 | -0/+52 |
* | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman | 2010-04-16 | 2 | -6/+6 |
* | EnablePPC64RS and EnablePPC32RS are used in multiple files, so they | Dan Gohman | 2010-04-15 | 2 | -4/+11 |
* | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 1 | -8/+8 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 3 | -9/+9 |
* | remove the TargetLoweringObjectFileMachO::getMachoSection | Chris Lattner | 2010-04-08 | 1 | -10/+10 |
* | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng | 2010-04-08 | 2 | -7/+12 |
* | add newlines at end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Educate GetInstrSizeInBytes implementations that | Dale Johannesen | 2010-04-07 | 1 | -0/+1 |
* | remove the MMI pointer from MachineFrameInfo. | Chris Lattner | 2010-04-05 | 1 | -5/+5 |
* | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen | 2010-04-05 | 2 | -11/+8 |
* | just have all targets create the DwarfWriter. | Chris Lattner | 2010-04-05 | 1 | -13/+0 |
* | simplify various getAnalysisUsage implementations. | Chris Lattner | 2010-04-05 | 1 | -2/+0 |
* | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner | 2010-04-04 | 1 | -1/+0 |
* | don't reset the default. | Chris Lattner | 2010-04-04 | 1 | -1/+0 |
* | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 1 | -17/+10 |
* | finish eliminating uses of O. | Chris Lattner | 2010-04-04 | 1 | -17/+34 |
* | mcize more of ppc stub printing. | Chris Lattner | 2010-04-04 | 1 | -15/+16 |
* | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner | 2010-04-04 | 1 | -25/+28 |
* | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner | 2010-04-04 | 1 | -2/+4 |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -4/+7 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -51/+62 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -1/+1 |
* | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner | 2010-04-03 | 1 | -1/+1 |
* | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 4 | -13/+13 |
* | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng | 2010-04-02 | 2 | -16/+23 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -1/+1 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -1/+1 |
* | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen | 2010-04-02 | 1 | -1/+14 |
* | Add comments about DstAlign and SrcAlign. | Evan Cheng | 2010-04-01 | 2 | -0/+14 |
* | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng | 2010-04-01 | 2 | -1/+2 |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 2 | -4/+4 |
* | Comment the changes for r98218 and friends inside the source code. | Bill Wendling | 2010-03-31 | 1 | -0/+5 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -1/+1 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -1/+1 |
* | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 1 | -4/+4 |
* | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer | 2010-03-29 | 3 | -25/+27 |
* | fix up vnot matching, eliminating a dead pattern, correcting a couple of | Chris Lattner | 2010-03-28 | 1 | -6/+11 |
* | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar | 2010-03-20 | 1 | -1/+1 |
* | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner | 2010-03-19 | 1 | -6/+10 |
* | Now that the default for Darwin platforms is to place the LSDA into the TEXT | Bill Wendling | 2010-03-15 | 4 | -70/+1 |
* | tidy indentation | Chris Lattner | 2010-03-14 | 1 | -3/+3 |
* | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 1 | -2/+2 |
* | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner | 2010-03-14 | 1 | -15/+13 |
* | change the DBG_LABEL MachineInstr to always be created | Chris Lattner | 2010-03-14 | 2 | -4/+4 |
* | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner | 2010-03-14 | 1 | -1/+3 |
* | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner | 2010-03-14 | 1 | -2/+4 |