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 |
2010-02-01 |
Bob Wilson | Add an option to GVN to remove all partially redundant... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Duncan Sands | Do an early exit when the result is known cheaply. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | eliminate a bunch of pointless LLVMContext arguments. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Duncan Sands | Fix typo "of" -> "or" and change the way a line was... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | fix PR6195, a bug constant folding scalar -> vector... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dale Johannesen | fix PR 6157. Testcase pending. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | cleanups. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | fix PR6197 - infinite recursion in ipsccp due to block... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Mon P Wang | Fixed a couple of optimization with EXTRACT_VECTOR_ELT... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dan Gohman | Update this test for a trivial register allocation... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dan Gohman | Generalize target-independent folding rules for sizeof... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | fix rdar://7590304, a miscompilation of objc apps on... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | fix rdar://7590304, an infinite loop in instcombine... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Bob Wilson | Fix pr6198 by moving the isSized() check to an outer... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dan Gohman | Add a getNUWMul function. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dan Gohman | Add a generalized form of ConstantExpr::getOffsetOf... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Bruno Cardoso... | MulOp is actually a Mips specific node, so do the match... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Zhongxing Xu | Add an immutable interval map, prepared to be used... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Whoops, left some debugging code in that broke |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Added the enhanced disassembly library's implementation and |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Zhongxing Xu | Simplify code. We can compare TNew with T in one batch. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Evan Cheng | Undo r94946 now all the tests are passing again. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Bruno Cardoso... | Fix stack size bug while using o32 abi |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Johnny Chen | For MVNr and MVNs, we need to set Inst{25} = 0 so as... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Evan Cheng | Change TAILJMP's to be varargs and transfer implicit... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Evan Cheng | Fix a missing check from my last commit. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Evan Cheng | Avoid recursive sibcall's. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Remove a completed item, add a couple new ones. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Remove test which is no longer relevant. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Simplify/generalize the xor+add->sign-extend instcombine. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Add a small transform: transform -(X<<Y) to (-X<<Y... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Sean Callanan | Moved InstallLexer() from the X86-specific AsmLexer |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Evan Cheng | Do not mark no-return calls tail calls. It'll screw... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Bruno Cardoso... | Fix PR6144. Reload GP before the emission of CALLSEQ_EN... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Bruno Cardoso... | Fix mov.d out register by using the FFR register class... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anton Korobeynikov | Fix a gross typo: ARMv6+ may or may not support unalign... |
commit | commitdiff | tree | snapshot |
next |