| Commit message (Expand) | Author | Age | Files | Lines |
* | No-ops emitted for scheduling don't correspond with anything in the | Dan Gohman | 2010-05-05 | 1 | -1/+0 |
* | fix some inconsistent line endings, patch by Jakub Staszak! | Chris Lattner | 2010-05-01 | 1 | -7/+7 |
* | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 2 | -9/+5 |
* | Use MachineOperand::is* predicates. | Devang Patel | 2010-04-27 | 1 | -1/+1 |
* | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng | 2010-04-21 | 1 | -1/+1 |
* | Make processor FUs unique for given itinerary. This extends the limit of 32 | Anton Korobeynikov | 2010-04-18 | 1 | -1/+1 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 4 | -35/+36 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 3 | -8/+16 |
* | 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 | 1 | -2/+2 |
* | delete a forwarding function. | Chris Lattner | 2010-04-08 | 1 | -6/+7 |
* | add newlines at end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Disambiguate else. | Benjamin Kramer | 2010-04-05 | 1 | -1/+2 |
* | prune some #includes. | Chris Lattner | 2010-04-05 | 1 | -2/+0 |
* | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen | 2010-04-05 | 1 | -4/+1 |
* | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 1 | -11/+4 |
* | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner | 2010-04-04 | 1 | -27/+31 |
* | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner | 2010-04-04 | 1 | -4/+6 |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -2/+4 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -30/+32 |
* | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 2 | -7/+6 |
* | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen | 2010-04-02 | 1 | -1/+14 |
* | the FPCmp node returns an i32. | Chris Lattner | 2010-03-28 | 1 | -6/+8 |
* | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner | 2010-03-19 | 1 | -1/+2 |
* | 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/+2 |
* | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 1 | -32/+3 |
* | remove redundant instruction. | Chris Lattner | 2010-02-28 | 1 | -2/+2 |
* | Remember to define super registers in mips calls. | Jakob Stoklund Olesen | 2010-02-17 | 1 | -3/+2 |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -8/+15 |
* | mark "addr" as having type "iPTR", eliminating some type comparisons | Chris Lattner | 2010-02-14 | 1 | -1/+1 |
* | print all the newlines at the end of instructions with | Chris Lattner | 2010-02-10 | 1 | -1/+1 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -3/+2 |
* | Add suport for VASTART on Mips. | Bruno Cardoso Lopes | 2010-02-06 | 2 | -0/+22 |
* | First step towards varargs support in Mips: | Bruno Cardoso Lopes | 2010-02-06 | 1 | -38/+117 |
* | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 1 | -1/+4 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -2/+3 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | MulOp is actually a Mips specific node, so do the match using Opcode. This fi... | Bruno Cardoso Lopes | 2010-02-01 | 1 | -1/+1 |
* | Fix stack size bug while using o32 abi | Bruno Cardoso Lopes | 2010-02-01 | 1 | -10/+18 |
* | Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the rig... | Bruno Cardoso Lopes | 2010-01-30 | 1 | -5/+5 |
* | Fix mov.d out register by using the FFR register class directly | Bruno Cardoso Lopes | 2010-01-30 | 1 | -1/+5 |
* | convert the last 3 targets to use EmitFunctionBody() now that | Chris Lattner | 2010-01-28 | 1 | -63/+24 |
* | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner | 2010-01-28 | 1 | -16/+9 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -1/+1 |