| Commit message (Expand) | Author | Age | Files | Lines |
* | As of r79039, we still try to eliminate the frame pointer on leaf functions, | Jim Grosbach | 2010-02-02 | 1 | -1/+1 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 26 | -31/+35 |
* | Accept floating point immediates in DEBUG_VALUE. | Dale Johannesen | 2010-02-02 | 1 | -1/+11 |
* | AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need | Daniel Dunbar | 2010-02-02 | 2 | -2/+14 |
* | AsmMatcherEmitter: Use stable_sort when reordering instructions, so that order | Daniel Dunbar | 2010-02-02 | 1 | -3/+5 |
* | use OwningPtr and factor code better. | Chris Lattner | 2010-02-02 | 1 | -19/+21 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 19 | -56/+97 |
* | Hopefully temporarily revert this. | Eric Christopher | 2010-02-02 | 4 | -142/+70 |
* | simplify getVerboseAsm | Chris Lattner | 2010-02-02 | 1 | -6/+6 |
* | move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp... | Chris Lattner | 2010-02-02 | 2 | -17/+16 |
* | remove dead #include, stupid symlinks. | Chris Lattner | 2010-02-02 | 1 | -1/+0 |
* | remove the # TAILCALL markers, which was causing the to fail. | Chris Lattner | 2010-02-02 | 1 | -16/+15 |
* | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner | 2010-02-02 | 6 | -46/+3 |
* | Reformat my last patch slightly. | Eric Christopher | 2010-02-02 | 1 | -4/+4 |
* | tidy some targets. | Chris Lattner | 2010-02-02 | 3 | -6/+0 |
* | Re-add strcmp and known size object size checking optimization. | Eric Christopher | 2010-02-02 | 4 | -12/+83 |
* | remove dead code. | Chris Lattner | 2010-02-02 | 4 | -43/+0 |
* | MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of | Daniel Dunbar | 2010-02-02 | 3 | -0/+558 |
* | detemplatize the ppc code emitter. | Chris Lattner | 2010-02-02 | 1 | -37/+21 |
* | remove dead code. | Chris Lattner | 2010-02-02 | 4 | -73/+0 |
* | add a definition for ID. | Chris Lattner | 2010-02-02 | 1 | -0/+3 |
* | detemplatize ARM code emitter. | Chris Lattner | 2010-02-02 | 1 | -111/+57 |
* | MCAsmParser/X86: Represent absolute memory operands as CodeGen does, with scale | Daniel Dunbar | 2010-02-02 | 1 | -2/+2 |
* | MCCodeEmitter/X86: Handle tied registers better when converting MCInst -> | Daniel Dunbar | 2010-02-02 | 1 | -6/+18 |
* | MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. | Daniel Dunbar | 2010-02-02 | 4 | -5/+31 |
* | remove dead code. | Chris Lattner | 2010-02-02 | 4 | -43/+2 |
* | detemplatize alpha code emission, it is now JIT specific. | Chris Lattner | 2010-02-02 | 1 | -32/+13 |
* | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner | 2010-02-02 | 11 | -187/+0 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 26 | -35/+31 |
* | Make DenseSet's erase pass on the return value rather than swallowing it. | Dan Gohman | 2010-02-02 | 1 | -2/+2 |
* | Fix function names in comments. Thanks Duncan! | Dan Gohman | 2010-02-02 | 1 | -3/+3 |
* | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner | 2010-02-02 | 7 | -50/+42 |
* | this apparently depends on the host somehow. | Chris Lattner | 2010-02-02 | 1 | -3/+2 |
* | XFAIL for PPC Darwin. | Bill Wendling | 2010-02-02 | 1 | -0/+3 |
* | disable this test for now. | Chris Lattner | 2010-02-02 | 1 | -0/+2 |
* | ...and fixed the Makefile. | Sean Callanan | 2010-02-02 | 1 | -1/+1 |
* | Renamed the ed directory to edis, as suggested | Sean Callanan | 2010-02-02 | 11 | -0/+0 |
* | remove the remnants of TargetMachOWriterInfo. | Chris Lattner | 2010-02-02 | 4 | -144/+0 |
* | Add a new top-level MachO.h file for manifest constants, fixing | Chris Lattner | 2010-02-02 | 2 | -3/+59 |
* | Added t2BFI (Bitfield Insert) entry for disassembler, with blank pattern field. | Johnny Chen | 2010-02-02 | 1 | -1/+10 |
* | remove PPCMachOWriterInfo. | Chris Lattner | 2010-02-02 | 5 | -214/+1 |
* | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner | 2010-02-02 | 4 | -166/+8 |
* | Added another version of the X86 assembler matcher test case. | Kevin Enderby | 2010-02-02 | 1 | -0/+7653 |
* | remove dead code, we're requesting TargetMachine::AssemblyFile here. | Chris Lattner | 2010-02-02 | 1 | -9/+2 |
* | Test revert 95050; there's a good chance it's causing | Dale Johannesen | 2010-02-02 | 3 | -18/+2 |
* | Inline addAssemblyEmitter into its one real caller and delete | Chris Lattner | 2010-02-02 | 3 | -41/+7 |
* | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands | 2010-02-02 | 8 | -3/+118 |
* | Return value on every path. | Zhongxing Xu | 2010-02-02 | 1 | -3/+2 |
* | simplify code. | Zhongxing Xu | 2010-02-02 | 1 | -9/+6 |
* | More logic correction: RemoveOverlap should always create new tree. Add a | Zhongxing Xu | 2010-02-02 | 1 | -10/+10 |