2010-02-03 |
John McCall | Make APInt::countLeadingZerosSlowCase() treat the conte... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Evan Cheng | Allow all types of callee's to be tail called. But... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Jeffrey Yasskin | Reconfigure with autoconf-2.60, and fix autoconf.ac... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | don't emit \n's at the start of X86AsmPrinter::runOnMac... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | privatize a bunch of methods and move \n printing into... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | rename printMachineInstruction -> EmitInstruction |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Dale Johannesen | Reapply 95050 with a tweak to check the register class. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | print instructions through the mcstreamer. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | emit instructions through the streamer. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | Finally eliminate printMCInst and send instructions... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | rejigger the world so that EmitInstruction prints the... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | sink handling of target-independent machine instrs... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | make these less sensitive to asm verbose changes by... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Dale Johannesen | Print FPImm a less kludgy way; APFloat.toString seems |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Bob Wilson | Fix some comment typos. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | pass an instprinter into the AsmPrinter if it is available. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | make any use of the "O" stream in asmprinter print to |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Eric Christopher | Recommit this, looks like it wasn't the cause. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Evan Cheng | ByVal frame object size should be that of the byval... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | Hook up -filetype=obj through the MachO streamer. ... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Jim Grosbach | As of r79039, we still try to eliminate the frame point... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Evan Cheng | Revert 95130. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dale Johannesen | Accept floating point immediates in DEBUG_VALUE. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | AsmParser/X86: Add temporary hack to allow parsing... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | AsmMatcherEmitter: Use stable_sort when reordering... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | use OwningPtr and factor code better. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | refactor code so that LLVMTargetMachine creates the... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Eric Christopher | Hopefully temporarily revert this. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | simplify getVerboseAsm |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | move handling of asm-verbose out of AsmPrinter.cpp... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | remove dead #include, stupid symlinks. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | remove the # TAILCALL markers, which was causing the... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | Remove a bunch of stuff around the edges of the ELF... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Eric Christopher | Reformat my last patch slightly. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | tidy some targets. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Eric Christopher | Re-add strcmp and known size object size checking optim... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | remove dead code. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | MCAssembler/Darwin: Add a test (on Darwin) that we... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | detemplatize the ppc code emitter. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | remove dead code. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | add a definition for ID. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | detemplatize ARM code emitter. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | MCAsmParser/X86: Represent absolute memory operands... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | MCCodeEmitter/X86: Handle tied registers better when... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | remove dead code. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | detemplatize alpha code emission, it is now JIT specific. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | eliminate all the dead addSimpleCodeEmitter implementat... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Evan Cheng | Pass callsite return type to TargetLowering::LowerCall... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dan Gohman | Make DenseSet's erase pass on the return value rather... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dan Gohman | Fix function names in comments. Thanks Duncan! |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | this apparently depends on the host somehow. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Bill Wendling | XFAIL for PPC Darwin. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | disable this test for now. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Sean Callanan | ...and fixed the Makefile. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Sean Callanan | Renamed the ed directory to edis, as suggested |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | remove the remnants of TargetMachOWriterInfo. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | Add a new top-level MachO.h file for manifest constants... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Johnny Chen | Added t2BFI (Bitfield Insert) entry for disassembler... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | remove PPCMachOWriterInfo. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | eliminate all forms of addPassesToEmitMachineCode except |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Kevin Enderby | Added another version of the X86 assembler matcher... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | remove dead code, we're requesting TargetMachine::Assem... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dale Johannesen | Test revert 95050; there's a good chance it's causing |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | Inline addAssemblyEmitter into its one real caller... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Duncan Sands | Adding missing methods for creating Add, Mul, Neg and... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Zhongxing Xu | Return value on every path. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Zhongxing Xu | simplify code. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Zhongxing Xu | More logic correction: RemoveOverlap should always... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Zhongxing Xu | Add a lookup method to the IntervalMap. The difference... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Devang Patel | Apparently gdb is not amused by empty lines in pubtypes... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Devang Patel | NULL terminate name in pubtypes sections. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Zhongxing Xu | Fix a bunch of errors in the old logic. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | fix a crash in loop unswitch on a loop invariant vector... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | remove an unreduced testcase, rename another. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Evan Cheng | Perform sibcall in some cases when arguments are passes... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Sean Callanan | Removed an unnecessary class from the EDDisassembler |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dale Johannesen | Make local RA smarter about reusing input register... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Zhongxing Xu | 11.8p1: A nested class is a member and as such has... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dan Gohman | LangRef.html says that inttoptr and ptrtoint always... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dan Gohman | Factor out alignof expression folding into a separate... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dan Gohman | Various code simplifications. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | Update CMake. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Eric Christopher | Don't need to check the last argument since it'll alway... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Eric Christopher | More indentation/tabification fixes. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Eric Christopher | Untabify previous commit. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Sean Callanan | Changed to Chris Lattner's suggested approach, which |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Nate Begeman | Kill the Mach-O writer, and temporarily make filetype... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Fix for builds with separate source and build |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Johnny Chen | MOVi16 should also be marked as a UnaryDP instruction... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Updated to use the proper .exports file for the |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Bill Wendling | Add "dump" method to IVUsersOneStride. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dale Johannesen | Testcase for 94996 (PR 6157) |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Evan Cheng | Fix PR6196. GV callee may not be a function. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Evan Cheng | Add test case for 95013. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Mon P Wang | Improve EXTRACT_VECTOR_ELT patch based on comments... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Rollback on including blocks functionality in .exports |
commit | commitdiff | tree | snapshot |
next |