- bdc679d Converted to using llvm streams instead of <iostream>s by Bill Wendling · 18 years ago
- a09362e Use llvm streams instead of <iostream> by Bill Wendling · 18 years ago
- 38b0e7b Put the #include for a module first. by Bill Wendling · 18 years ago
- 8bcb042 Clean up. by Evan Cheng · 18 years ago
- d9fd2ac Changed to using llvm streams. by Bill Wendling · 18 years ago
- b6c8060 Fix PR1016 by Chris Lattner · 18 years ago
- c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 18 years ago
- 3687c1a Fix the dag combiner bug corresponding to PR1014. by Chris Lattner · 18 years ago
- bc4cf8d For better or worse, load from i1 is assumed to be zero extended. Do not by Chris Lattner · 18 years ago
- f990817 If a brcond condition is promoted, make sure to zero extend it, even if not by Chris Lattner · 18 years ago
- 3da59db For PR950: by Reid Spencer · 18 years ago
- 0374248 Global label not handled correctly. by Jim Laskey · 18 years ago
- 32ba1aa Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll by Chris Lattner · 18 years ago
- a138c6c setOperand should not zap the operand list or add implicit operands to an by Chris Lattner · 18 years ago
- 45fb3f3 For PR950: by Reid Spencer · 18 years ago
- 4b10591 Don't transform in another bad case: if the block is empty, it should be by Chris Lattner · 18 years ago
- f10a56a Fix another case we *don't* want to do this xform. by Chris Lattner · 18 years ago
- 1ccc468 Implement operator<< for machine basic blocks to make it easier to dump them. by Chris Lattner · 18 years ago
- 154e104 make the previous change more aggressive, moving any block with no fallthrough. by Chris Lattner · 18 years ago
- a7bef4a Minor code layout tweak: if we have something like this: by Chris Lattner · 18 years ago
- 5f64a16 Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. by Jim Laskey · 18 years ago
- b2b9c20 More removal of std::cerr and DEBUG, replacing with DOUT instead. by Bill Wendling · 18 years ago
- 54fcc7f Replace std::cerr uses of the "DEBUG" macro with "DOUT" instead. Removes by Bill Wendling · 18 years ago
- 00e5330 *** empty log message *** by Bill Wendling · 18 years ago
- ce9a576 Match MachineCodeEmitter changes. by Evan Cheng · 18 years ago
- beeb77f Don't recompute getNumOperands for each iteration. by Bill Wendling · 18 years ago
- 01352aa Added a new method "CreateNewLiveInterval" which, given a list of by Bill Wendling · 18 years ago
- e01eaa0 enable the branch folding pass for the JIT. by Chris Lattner · 18 years ago
- cc47021 Fix an incorrectly inverted condition. by Evan Cheng · 18 years ago
- ddee842 Match live variable changes. by Evan Cheng · 18 years ago
- 6b2c05f Minor updates. by Evan Cheng · 18 years ago
- 9a1956a A register def can be partially dead when the whole register has use(s) but a subreg does not. by Evan Cheng · 18 years ago
- a6c4c1e Do away with kill / dead maps. Move kill / dead info onto MI's. by Evan Cheng · 18 years ago
- b71fd78 Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 18 years ago
- 43193d6 remove dead #include by Chris Lattner · 18 years ago
- 7ce4578 Matches MachineInstr changes. by Evan Cheng · 18 years ago
- d7de496 - Let MachineInstr ctors add implicit def and use operands. Other operands by Evan Cheng · 18 years ago
- a07d5b9 Make an assert comment match the tested assertion. by Reid Spencer · 18 years ago
- 3ba433a Add methods to add implicit def use operands to a MI. by Evan Cheng · 18 years ago
- 41e53fd disallow preinc of a frameindex. This is not profitable and causes 2-addr by Chris Lattner · 18 years ago
- 9f1794e reduce indentation by using early exits. No functionality change. by Chris Lattner · 18 years ago
- 448f219 move big chunks of code out-of-line, no functionality change. by Chris Lattner · 18 years ago
- 734c91d Fix a dag combiner bug exposed by my recent instcombine patch. This fixes by Chris Lattner · 18 years ago
- 438f7bc Add implicit def / use operands to MachineInstr. by Evan Cheng · 18 years ago
- a7ff64d When forming a pre-indexed store, make sure ptr isn't the same or is a pred of value being stored. It would cause a cycle. by Evan Cheng · 18 years ago
- 1e7aa5c commentate by Chris Lattner · 18 years ago
- 8dc5cad Don't attempt expensive pre-/post- indexed dag combine if target does not support them. by Evan Cheng · 18 years ago
- 5ff839f Add a mechanism to specify whether a target supports a particular indexed load / store. by Evan Cheng · 18 years ago
- 0030582 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
- 144d8f0 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
- 85f419b Allows debugging llc self hosted. by Jim Laskey · 18 years ago
- 5496f01 Merging dwarf info to a single compile unit. by Jim Laskey · 18 years ago
- d258efa getPostIndexedAddressParts change: passes in load/store instead of its loaded / stored VT. by Evan Cheng · 18 years ago
- a1fd650 Remove M_2_ADDR_FLAG. by Evan Cheng · 18 years ago
- b00dddd Match more post-indexed ops. by Evan Cheng · 18 years ago
- d6c3422 Remove redundant <cmath>. by Jim Laskey · 18 years ago
- 6ea0f6b Now can re-enable debug label folding. by Jim Laskey · 18 years ago
- 03fa6ea - When performing pre-/post- indexed load/store transformation, do not worry by Evan Cheng · 18 years ago
- a4f53ef Fixed a minor bug preventing some pre-indexed load / store transformation. by Evan Cheng · 18 years ago
- 3822ff5 For PR950: by Reid Spencer · 18 years ago
- 6c1491d Fix a obscure post-indexed load / store dag combine bug. by Evan Cheng · 18 years ago
- 5d05695 optimize single MBB loops better. In particular, produce: by Chris Lattner · 18 years ago
- 4d0c1a0 Accidently reran commit. by Jim Laskey · 18 years ago
- 5e213ea Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
- fffcd69 Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
- 9d4209f 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 18 years ago
- 393ebae Enable improved spilling costs by default. This speeds up viterbi on x86 by Chris Lattner · 18 years ago
- 7902c75 Use correct value for float HUGH_VAL. by Jim Laskey · 18 years ago
- bbd6f6e Add post-indexed load / store transformations. by Evan Cheng · 18 years ago
- b75a663 Add a new llcbeta option. This speeds up viterbi from 12.34 to 8.76s on by Chris Lattner · 18 years ago
- 5a4951e Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup. by Reid Spencer · 18 years ago
- fa9aa2b Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll. by Chris Lattner · 18 years ago
- d5ad440 Remove dead code; added a missing null ptr check. by Evan Cheng · 18 years ago
- f910a3f Tab interferes with uniqueness. by Jim Laskey · 18 years ago
- 84ca10f D'oh - reversed logic. by Jim Laskey · 18 years ago
- 3ef554d Add comment. by Evan Cheng · 18 years ago
- d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
- 33dbedc Added pre-indexed store support. by Evan Cheng · 18 years ago
- 9109fb1 Added getIndexedStore. by Evan Cheng · 18 years ago
- 5cd496e Live local variables are being dropped because the begin or end labels marking by Jim Laskey · 18 years ago
- 95f6ede Changes to use operand constraints to process two-address instructions. by Evan Cheng · 18 years ago
- e077ef6 Fixed some spiller bugs exposed by the recent two-address code changes. Now by Evan Cheng · 18 years ago
- 033b107 this will work better by Chris Lattner · 18 years ago
- 0709718 Fix the build on xcode < 2.4 by Chris Lattner · 18 years ago
- e6e97e6 Fix comments. by Evan Cheng · 18 years ago
- 1a854be Rename by Evan Cheng · 18 years ago
- b8f4e0a Remove dead variable. Fix 80 column violations. by Reid Spencer · 18 years ago
- 7fc033a Added DAG combiner transformation to generate pre-indexed loads. by Evan Cheng · 18 years ago
- c5fc57d Added isPredecessor. by Evan Cheng · 18 years ago
- bf105c8 Proper check for two-addressness. by Evan Cheng · 18 years ago
- 02cb49e silence warning by Chris Lattner · 18 years ago
- 9782131 Make CodeGen libs -pedantic clean. by Reid Spencer · 18 years ago
- f673388 by Jim Laskey · 18 years ago
- 9bd6d65 Remove unused variable. by Reid Spencer · 18 years ago
- 3ed469c For PR786: by Reid Spencer · 18 years ago
- ef42a01 by Jim Laskey · 18 years ago
- 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
- 2a82160 Allow the getRegForInlineAsmConstraint method to return a register class with by Chris Lattner · 18 years ago
- e6ae14e Rename by Evan Cheng · 18 years ago
- 360c2dd Two-address instructions no longer have to be A := A op C. Now any pair of dest / src operands can be tied together. by Evan Cheng · 18 years ago