| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng | 2010-05-19 | 1 | -1/+1 |
| * | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling | 2010-05-14 | 1 | -2/+2 |
| * | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 4 | -3/+13 |
| * | Make SPU backend not assert on jump tables. | Kalle Raiskila | 2010-05-11 | 1 | -0/+3 |
| * | Fix encoding of 'sf' and 'sfh' instructions. | Kalle Raiskila | 2010-05-10 | 1 | -3/+3 |
| * | Testing svn access with a note added to documentation. | Kalle Raiskila | 2010-05-07 | 1 | -0/+2 |
| * | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 2 | -5/+4 |
| * | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 2010-05-06 | 2 | -8/+12 |
| * | "on the rare occasion the SPU BE produces illegal assembly - it tries to emit... | Chris Lattner | 2010-05-04 | 1 | -2/+10 |
| * | fix some inconsistent line endings, patch by Jakub Staszak! | Chris Lattner | 2010-05-01 | 1 | -7/+7 |
| * | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng | 2010-04-21 | 1 | -1/+1 |
| * | teach cellspu how to return i8 and i16 from calls, | Chris Lattner | 2010-04-20 | 1 | -12/+2 |
| * | Make processor FUs unique for given itinerary. This extends the limit of 32 | Anton Korobeynikov | 2010-04-18 | 1 | -1/+1 |
| * | Use cast instead of dyn_cast when assuming success. | Dan Gohman | 2010-04-17 | 1 | -6/+6 |
| * | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 4 | -20/+19 |
| * | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 2 | -4/+13 |
| * | 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 |
| * | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 3 | -6/+6 |
| * | "On SPU, variables in the .bss section that are allocated with the .lcomm dir... | Chris Lattner | 2010-04-09 | 1 | -1/+0 |
| * | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer | 2010-04-08 | 3 | -49/+20 |
| * | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 4 | -19/+19 |
| * | add newlines at end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
| * | remove the MMI pointer from MachineFrameInfo. | Chris Lattner | 2010-04-05 | 1 | -6/+6 |
| * | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 1 | -4/+3 |
| * | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner | 2010-04-04 | 1 | -2/+5 |
| * | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -6/+8 |
| * | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -50/+49 |
| * | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 2 | -6/+5 |
| * | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen | 2010-04-02 | 1 | -1/+14 |
| * | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer | 2010-03-29 | 1 | -2/+2 |
| * | Remove a bunch of integer width predicate functions in favor of MathExtras. | Benjamin Kramer | 2010-03-29 | 4 | -139/+11 |
| * | From Kalle Raiskila: | Chris Lattner | 2010-03-29 | 4 | -14/+158 |
| * | fix a typo, bitconvert from node to itself isn't valid. | Chris Lattner | 2010-03-28 | 1 | -1/+1 |
| * | stop using vnot_conv | Chris Lattner | 2010-03-28 | 1 | -3/+8 |
| * | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner | 2010-03-19 | 1 | -1/+2 |
| * | remove some damaged sign extend patterns that can never match. | Chris Lattner | 2010-03-19 | 1 | -8/+6 |
| * | do some serious surgery on CellSPU to get it back into a world | Chris Lattner | 2010-03-15 | 4 | -38/+50 |
| * | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 1 | -4/+3 |
| * | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner | 2010-03-14 | 1 | -10/+8 |
| * | change the DBG_LABEL MachineInstr to always be created | Chris Lattner | 2010-03-14 | 1 | -3/+6 |
| * | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner | 2010-03-13 | 1 | -1/+1 |
| * | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 2010-03-13 | 1 | -3/+2 |
| * | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin | 2010-03-12 | 1 | -1/+1 |
| * | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner | 2010-03-12 | 1 | -1/+2 |
| * | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach | 2010-03-09 | 2 | -2/+3 |
| * | disambiguate some types, add a fixme about some | Chris Lattner | 2010-03-08 | 4 | -5/+6 |
| * | fix bss section printing for cell, patch by Kalle Raiskila! | Chris Lattner | 2010-03-05 | 1 | -0/+3 |
| * | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 1 | -14/+0 |
| * | Remove dead parameter passing. | Bill Wendling | 2010-03-02 | 1 | -2/+1 |