- 9cab56d if lazy compilation is disabled, print an error message and abort if by Chris Lattner · 18 years ago
- 3d6e33d init ivar by Chris Lattner · 18 years ago
- cd63319 PPC supports i32 / i64 pre-inc load / store. by Evan Cheng · 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
- f819a49 implement load effective address similar to the alpha backend by Rafael Espindola · 18 years ago
- b324bd7 silence warnings by Chris Lattner · 18 years ago
- b4a2f05 Teach ShrinkDemandedConstant how to handle X+C. This implements: by Chris Lattner · 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
- 81fd607 Added indexed store node and patfrag's. by Evan Cheng · 18 years ago
- 6996feb Bump the bytecode version number to 7. Implement upgrade of version 6 and by Reid Spencer · 18 years ago
- aacf999 Use movl+xchgl instead of pushl+popl. by Evan Cheng · 18 years ago
- 0d53826 Match tblegen changes. by Evan Cheng · 18 years ago
- b00dddd Match more post-indexed ops. by Evan Cheng · 18 years ago
- 53738a4 reenable factoring of GEP expressions, being more precise about the by Chris Lattner · 18 years ago
- f6fd94d make this code more efficient by not creating a phi node we are just going to by Chris Lattner · 18 years ago
- d6c3422 Remove redundant <cmath>. by Jim Laskey · 18 years ago
- f0cd708 disable this factoring optzn for GEPs for now, this severely pessimizes some by Chris Lattner · 18 years ago
- 6e8c649 initial implementation of addressing mode 2 TODO: fix lea_addri by Rafael Espindola · 18 years ago
- 72a780f Include llvm/Support/DataTypes.h to define intptr_t. by John Criswell · 18 years ago
- 6ea0f6b Now can re-enable debug label folding. by Jim Laskey · 18 years ago
- c63592b Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassManagerImpl_New. by Devang Patel · 18 years ago
- 5a39b2e Split PassManager_New into PassManager_New and PassManagerImpl_New. by Devang Patel · 18 years ago
- c67c938 Move BasicBlockPassManager_New, FunctionPassManager_New and by Devang Patel · 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
- f49c176 regenerate by Chris Lattner · 18 years ago
- 3903369 Fix a bug noticed by Emil Mikulic. by Chris Lattner · 18 years ago
- 6c1491d Fix a obscure post-indexed load / store dag combine bug. by Evan Cheng · 18 years ago
- fc5b1ab Refactor all the addressing mode selection stuff into the isel lowering by Chris Lattner · 18 years ago
- 302bf9c correct the (currently unused) pattern for lwzu. by Chris Lattner · 18 years ago
- 2c5d185 Beautify. by Devang Patel · 18 years ago
- 5d05695 optimize single MBB loops better. In particular, produce: by Chris Lattner · 18 years ago
- 53596b6 Update new pass managers to use PassManagerAnalysisHelper API. by Devang Patel · 18 years ago
- d925150 scalarrepl should not split the two elements of the vsiidx array: by Chris Lattner · 18 years ago
- 889739c Introduce PassManagerAnalysisHelper. by Devang Patel · 18 years ago
- b30803b Add PassManager_New. by Devang Patel · 18 years ago
- 6e56e2c Fixed a bug which causes x86 be to incorrectly match by Evan Cheng · 18 years ago
- 92c45ee Add ModulePassManager_New. by Devang Patel · 18 years ago
- 4d0c1a0 Accidently reran commit. by Jim Laskey · 18 years ago
- 448d27c Add FunctionPassManager_New. by Devang Patel · 18 years ago
- 5e213ea Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
- 55fd43f Add BasicBlockPassManager_New. by Devang Patel · 18 years ago
- fffcd69 Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
- 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 18 years ago
- df983de Allow loop detection during debug in forwarding nodes, and revert auxcall patch as it make 176.gcc untenable by Andrew Lenharth · 18 years ago
- eb01e39 debug type for DSA TD by Andrew Lenharth · 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
- 6e11295 add a note from viterbi by Chris Lattner · 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
- 0921365 fix encoding of BLR by Chris Lattner · 18 years ago
- d5ad440 Remove dead code; added a missing null ptr check. by Evan Cheng · 18 years ago
- 8c97c07 add a note by Chris Lattner · 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
- bcf8124 Fix a bug in the last patch and convert to && instead of & for logical expr. by Reid Spencer · 18 years ago
- 7c475c5 Implement the -enabled-cbe-printf-a feature. by Reid Spencer · 18 years ago
- 8b2989a Remove commented line from earlier debugging. by Nick Lewycky · 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
- 6fc4007 encode BLR predicate info for the JIT by Chris Lattner · 18 years ago
- af53a87 Go through all kinds of trouble to mark 'blr' as having a predicate operand by Chris Lattner · 18 years ago
- e077ef6 Fixed some spiller bugs exposed by the recent two-address code changes. Now by Evan Cheng · 18 years ago
- 0638b26 Describe PPC predicates, which are a pair of CR# and condition. by Chris Lattner · 18 years ago
- 60a09a5 initial steps to getting the predicate on PPC::BLR right. by Chris Lattner · 18 years ago
- e69c436 remove dead var by Chris Lattner · 18 years ago
- 3751844 remove dead/redundant vars by Chris Lattner · 18 years ago
- 56fe527 remove redundant/dead vars by Chris Lattner · 18 years ago
- 7049540 remove dead vars by Chris Lattner · 18 years ago
- 8ed4c47 The wrong parameter was being tested to deturmine i32 vs i64 by Andrew Lenharth · 18 years ago
- d7c628d add a note by Chris Lattner · 18 years ago
- 7765d71 Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range by Chris Lattner · 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
- 118c094 Split the External and Intrinsic handling into seperate functions. This by Andrew Lenharth · 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
- f05696c revert previous patch by Rafael Espindola · 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
- bdd371c Dead code. by Evan Cheng · 18 years ago
- e03f09c Remove some dead code. by Reid Spencer · 18 years ago
- 115bfcb add createCFGSimplificationPass to ARMTargetMachine::addInstSelector by Rafael Espindola · 18 years ago