- 30d15751 Unbreak x86-32 darwin long double! by Duncan Sands · 17 years ago
- 004a81d Fix long double support on x86-32 linux. by Duncan Sands · 17 years ago
- c45d98d Pruning includes. by Gordon Henriksen · 17 years ago
- 323cd29 Operand 1 should be a register. We don't care if it's a preg, vreg, or 0. by Bill Wendling · 17 years ago
- 4e4e461 add a note by Chris Lattner · 17 years ago
- f14cf85 remove #includage by Chris Lattner · 17 years ago
- d3f99e2 split TargetInstrDesc out into its own header file. by Chris Lattner · 17 years ago
- 749c6f6 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 17 years ago
- 682b8ae remove a dead method. by Chris Lattner · 17 years ago
- 3db805e simplify some code. by Chris Lattner · 17 years ago
- 0ff2396 Rename all the M_* flags to be namespace qualified enums, and switch by Chris Lattner · 17 years ago
- c17d69f use predicate. by Chris Lattner · 17 years ago
- e32d765 add more and significantly better comments to the rest of the machineinstr by Chris Lattner · 17 years ago
- f86e1df simplify some code using new predicates by Chris Lattner · 17 years ago
- 13cea0b add some mroe comments, add a isImplicitDef() method, add by Chris Lattner · 17 years ago
- 8f707e1 rename hasVariableOperands() -> isVariadic(). Add some comments. by Chris Lattner · 17 years ago
- 4764189 Move M_* flags down in the file. Move SchedClass up in the by Chris Lattner · 17 years ago
- 775060d remove a dead field. by Chris Lattner · 17 years ago
- af3eb7c the name field of instructions is never set to a non-empty string, by Chris Lattner · 17 years ago
- 7358c19 no need to explicitly clear these fields. by Chris Lattner · 17 years ago
- 0aaa4f0 Removing a leaked file. by Gordon Henriksen · 17 years ago
- 349c495 Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor by Chris Lattner · 17 years ago
- cc8cd0c remove MachineOpCode typedef. by Chris Lattner · 17 years ago
- ba6da5d remove some uses of MachineOpCode, move getSchedClass by Chris Lattner · 17 years ago
- 8ca5c67 Add predicates methods to TargetOperandInfo, and switch all clients by Chris Lattner · 17 years ago
- 572742e Setting GlobalDirective in TargetAsmInfo by default rather than by Gordon Henriksen · 17 years ago
- 9bb0681 Deleting an empty file. Thanks, /usr/bin/patch! by Gordon Henriksen · 17 years ago
- 6924430 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 17 years ago
- 6425f8b Update CodeGen for MRegisterInfo --> TargetInstrInfo changes. by Owen Anderson · 17 years ago
- 43dbe05 Move even more functionality from MRegisterInfo into TargetInstrInfo. by Owen Anderson · 17 years ago
- 93f96d0 Ammending r45669 with a missing file. by Gordon Henriksen · 17 years ago
- 8fa8929 With this patch, the LowerGC transformation becomes the by Gordon Henriksen · 17 years ago
- ce22477 Enabling the target-independent garbage collection infrastructure by hooking it by Gordon Henriksen · 17 years ago
- 7e40ad5 The pic base can't be duplicated. by Chris Lattner · 17 years ago
- 834f1ce rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. by Chris Lattner · 17 years ago
- 9e7aba2 Modify Makefile.rules to allow makefiles to prepend to C.Flags and by Gordon Henriksen · 17 years ago
- a31d1d7 improve description of alignment, patch by Alain Frisch. by Chris Lattner · 17 years ago
- 4b2cbcf Fix typo noticed by 'Danny' in PR1901 by Chris Lattner · 17 years ago
- e4b8387 back out accidental commit. by Chris Lattner · 17 years ago
- f07b9a7 fix an accidental commit that broke all the testers :( by Chris Lattner · 17 years ago
- ad9a9e1 The transform that tries to turn calls to bitcast functions into by Duncan Sands · 17 years ago
- a9d0c9d When transforming a call to a bitcast function into by Duncan Sands · 17 years ago
- 2e48a70 rename isStore -> mayStore to more accurately reflect what it captures. by Chris Lattner · 17 years ago
- 920595a Remove an unused variable. by Duncan Sands · 17 years ago
- c8478d8 Change the 'isStore' inferrer to look for 'SDNPMayStore' by Chris Lattner · 17 years ago
- 13c6310 remove explicit isStore flags that are now inferrable. by Chris Lattner · 17 years ago
- 9c9fbf8 remove some isStore flags that are now inferred automatically. by Chris Lattner · 17 years ago
- 8ed9c1a describe isStore and simplify the implementation of hasUnmodelledSideEffects. by Chris Lattner · 17 years ago
- e67bde5 set the 'isstore' flag for instructions whose pattern is an by Chris Lattner · 17 years ago
- e81cd88 Accept both %y, %x and %x, %y as valid answers. by Nick Lewycky · 17 years ago
- 2d51a4c remove some old hacky code that tried to infer whether a store by Chris Lattner · 17 years ago
- a529a37 rearrange some code to allow inferring instr info from the pattern of the instr, but don't do so yet. by Chris Lattner · 17 years ago
- f1ab4f1 improve const correctness. by Chris Lattner · 17 years ago
- 6cc654b Split the impl of CodeGenInstruction out to its own .cpp file, add a getName() accessor. by Chris Lattner · 17 years ago
- 5fbe275 final cleanups. by Chris Lattner · 17 years ago
- ef8339b further simplifications and cleanup by Chris Lattner · 17 years ago
- 951740a simplify some code by Chris Lattner · 17 years ago
- fe71893 rename CodegenDAGPatterns -> CodeGenDAGPatterns by Chris Lattner · 17 years ago
- 7b11712 split enum emission out from InstrInfoEmitter into it's own tblgen backend. by Chris Lattner · 17 years ago
- 93c7e41 fix build on case sensitive file systems. by Chris Lattner · 17 years ago
- f995830 Fix comment. by Bill Wendling · 17 years ago
- 19033bf make this build with newer gcc's by Chris Lattner · 17 years ago
- 200c57e now that computing CodegenDAGPatterns doesn't implicitly print stuff by Chris Lattner · 17 years ago
- 443e3f9 move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter. by Chris Lattner · 17 years ago
- dc32f98 move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter. by Chris Lattner · 17 years ago
- 60d8139 fix a fixme by improving const correctness. by Chris Lattner · 17 years ago
- 6cefb77 change getQualifiedName to be a global function. by Chris Lattner · 17 years ago
- 219f67f Remove an incorrect optimization that is performed correctly by by Nate Begeman · 17 years ago
- 2281a99 If custom lowering of insert element fails, the result Val will be 0. by Nate Begeman · 17 years ago
- 54b62f3 Fix build issue on certain compilers. by Chris Lattner · 17 years ago
- 8673766 Refactoring the x86 and x86-64 calling convention implementations, by Gordon Henriksen · 17 years ago
- df303bd Chris and Evan noticed that this check was compleatly fubared. I was by Bill Wendling · 17 years ago
- e430e1c The current impl is really trivial, add some comments about how it can be made better. by Chris Lattner · 17 years ago
- 3c42f12 allow sinking to be enabled for the jit by Chris Lattner · 17 years ago
- f29495a enable sinking and licm of loads from the argument area. I'd like to enable this by Chris Lattner · 17 years ago
- 3b5a221 simplify some code by using shorter accessors. by Chris Lattner · 17 years ago
- a83b34b revert my previous patch. by Chris Lattner · 17 years ago
- 505d4ab factor some code better to avoid redundancy between by Chris Lattner · 17 years ago
- e9648f8 getting the pic base has no side effects. by Chris Lattner · 17 years ago
- ba84ed7 don't sink anything with side effects, this makes lots of stuff work, but sinks almost nothing. by Chris Lattner · 17 years ago
- 2a3e08b X86 JIT PIC jumptable support. by Evan Cheng · 17 years ago
- 9bb459b fix a common crash. by Chris Lattner · 17 years ago
- 5a62d0a remove a couple more unsafe xforms in the face of overflow. by Chris Lattner · 17 years ago
- b656601 remove the (x-y) < 0 comparison xform, it miscompiles by Chris Lattner · 17 years ago
- a393cd3 I should not be allowed to commit when sleepy. by Owen Anderson · 17 years ago
- a997c49 Didn't mean to commit this. by Owen Anderson · 17 years ago
- 699f5fa Didn't mean to commit this. by Owen Anderson · 17 years ago
- 0475ab5 Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be moved if needed. by Evan Cheng · 17 years ago
- d94b6a1 Move some more functionality from MRegisterInfo to TargetInstrInfo. by Owen Anderson · 17 years ago
- 67d65bb Don't recalculate the loop info and loop dominators analyses if they're by Bill Wendling · 17 years ago
- b670a17 fix typo by Wojciech Matyjewicz · 17 years ago
- 21a715a fix typo by Wojciech Matyjewicz · 17 years ago
- ad04cb2 Testcase with non-integer "bitfields" (in quotes, by Duncan Sands · 17 years ago
- 6321460 Fix a typo in llvm.mli noticed by Alain Frisch. by Gordon Henriksen · 17 years ago
- e2940c3 Testcase for PR1386. by Duncan Sands · 17 years ago
- 3275908 doc_code-ify some code in this doc. by Bill Wendling · 17 years ago
- 96a6931 Quote a path in the Ocaml makefile which is likely to include spaces on Windows. by Gordon Henriksen · 17 years ago
- 991500e Unbreak tailcall opt in JIT. by Evan Cheng · 17 years ago
- be8c03f X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support. by Evan Cheng · 17 years ago
- 2674d71 80-column violations. by Bill Wendling · 17 years ago