- 809ec11 add another method variant by Chris Lattner · 20 years ago
- df6eb30 add some methods for updating nodes by Chris Lattner · 20 years ago
- 948c1b1 minor tweaks by Chris Lattner · 20 years ago
- 22cde6a move a bunch of code, no other change. by Chris Lattner · 20 years ago
- 7cd2997 remove a couple more now-extraneous legalizeop's by Chris Lattner · 20 years ago
- 5c62f33 fix a bug by Chris Lattner · 20 years ago
- 456a93a Several major changes: by Chris Lattner · 20 years ago
- 8137c9e Eliminate the need for ExpandOp to set 'needsanotheriteration', as it already by Chris Lattner · 20 years ago
- 9c6b4b8 Instead of making callers of ExpandLibCall legalize the result, make by Chris Lattner · 20 years ago
- 0e8ea71 Eliminate the need to do another iteration of the legalizer after inserting by Chris Lattner · 20 years ago
- 04c62c7 remove method I just added by Chris Lattner · 20 years ago
- 4f16e70 add a new callback by Chris Lattner · 20 years ago
- 0aed784 Implement Promote for VAARG, and allow it to be custom promoted for people by Nate Begeman · 20 years ago
- 61af66e Add a missing case to the dag combiner. by Nate Begeman · 20 years ago
- 0ff5c27 Remove the ISD::CALL and ISD::TAILCALL nodes by Chris Lattner · 20 years ago
- ee62557 Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for by Nate Begeman · 20 years ago
- da427fa Using bit size of integers instead of ambiguous "long" et all. by Jim Laskey · 20 years ago
- 3ea0e0e Sorry - really folowing convention. by Jim Laskey · 20 years ago
- bb5830d Following convention. by Jim Laskey · 20 years ago
- 97d938c fix build by Andrew Lenharth · 20 years ago
- 22760af Fix build error that is apparently only a warning with some compilers. by Chris Lattner · 20 years ago
- 1a05851 Forgot the version number. by Jim Laskey · 20 years ago
- d8f77ba Improve visibility/correctness of operand indices in "llvm.db" objects. by Jim Laskey · 20 years ago
- 0264d1a Stub out a method by Chris Lattner · 20 years ago
- acc43bf Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an by Chris Lattner · 20 years ago
- ce7518c initial selectiondag support for new INLINEASM node. Note that inline asms by Chris Lattner · 20 years ago
- 6e87c0e Use global information to fill out Dwarf compile units. by Jim Laskey · 20 years ago
- 4ccb070 Implement a method for inline asm support by Chris Lattner · 20 years ago
- b3e789a Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. by Jim Laskey · 20 years ago
- cdf3838 Clean up some code; improve efficiency; and fixed a potential bug involving by Evan Cheng · 20 years ago
- 2a8e618 Don't break the optimized build (by incorrect placement of #endif) by Reid Spencer · 20 years ago
- ee4a765 initialize an instance var, apparently I forgot to commit this long ago by Chris Lattner · 20 years ago
- 46c01cf No need to keep track of top and bottom nodes in a group since the vector is by Evan Cheng · 20 years ago
- 0577a22 Set SchedulingForLatency to be the default scheduling preference for all. by Evan Cheng · 20 years ago
- acc398c First part of bug 680: by Nate Begeman · 20 years ago
- 05ebc8d Make it even more portable. by Jeff Cohen · 20 years ago
- 44c687d Fix VC++ compilation error. by Jeff Cohen · 20 years ago
- cd1419a Bottom up register usage reducing list scheduler. by Evan Cheng · 20 years ago
- e0a5832 Keep track of bottom / top element of a set of flagged nodes. by Evan Cheng · 20 years ago
- 3f23952 If scheduler choice is the default (-sched=default), use target scheduling by Evan Cheng · 20 years ago
- fb709b6 Portably cast a pointer to an integer. by Jeff Cohen · 20 years ago
- 50d1e8b fix build on 64 bit hosts by Andrew Lenharth · 20 years ago
- 6a54289 Fix an infinite loop I caused by making sure to legalize the flag operand by Chris Lattner · 20 years ago
- 2aa750a Fix VC++ compilation error. by Jeff Cohen · 20 years ago
- 83404e3 Remove unused variables. by Jeff Cohen · 20 years ago
- 3e2fa7a rename method by Chris Lattner · 20 years ago
- 52060a0 Crude Dwarf global variable debugging. by Jim Laskey · 20 years ago
- 2c1b159 Print file-scope inline asm blocks at the start of the output file. by Chris Lattner · 20 years ago
- 7cf11b4 another couple selects by Andrew Lenharth · 20 years ago
- 8c6f1ee another selectto by Andrew Lenharth · 20 years ago
- 17d52f7 Typo. by Jim Laskey · 20 years ago
- f0f9c90 Skeleton of the list schedule. by Evan Cheng · 20 years ago
- 4148429 Minor clean up. by Evan Cheng · 20 years ago
- 67993f7 Fix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll by making by Chris Lattner · 20 years ago
- dfeeac9 Remove a couple of unnecessary #include's by Evan Cheng · 20 years ago
- 4ef1086 Factor out more instruction scheduler code to the base class. by Evan Cheng · 20 years ago
- 39a17dd Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c on PPC. by Chris Lattner · 20 years ago
- 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
- a3818e6 Fix a bug in a recent refactor that caused a bunch of programs to miscompile by Chris Lattner · 20 years ago
- 348e93c Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll by Chris Lattner · 20 years ago
- a9c2091 Do some code refactoring on Jim's scheduler in preparation of the new list by Evan Cheng · 20 years ago
- 63ae85f Simplify search for abbreviations. by Jim Laskey · 20 years ago
- 7368321 Correct some simple errors. by Jim Laskey · 20 years ago
- 4002017 Right size integer values before emitting. by Jim Laskey · 20 years ago
- d18e289 Reworked how Dwarf debug info entries and abbreviations are handled. Added by Jim Laskey · 20 years ago
- a68d204 remove some unintentionally committed code by Chris Lattner · 20 years ago
- 4eebb60 If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep by Chris Lattner · 20 years ago
- 12f2274 Another typo by Evan Cheng · 20 years ago
- 8ff318b was ignoring the legalized chain in this case, fixed SPASS on alpha by Andrew Lenharth · 20 years ago
- a148d98 Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp by Nate Begeman · 20 years ago
- d12b2d7 Temporary work around for a libcall insertion bug: If a target doesn't by Chris Lattner · 20 years ago
- 4090aee Fix a backwards conditional that caused an inf loop in some cases. This by Chris Lattner · 20 years ago
- e719a7c Added minimum Dwarf aranges. Cleaned up some section headers. Line number by Jim Laskey · 20 years ago
- 19ef4ef Add frame work for additional dwarf sections. Comments will improve as code by Jim Laskey · 20 years ago
- 4eb2e3a Support for the insertelement operation. by Robert Bocchino · 20 years ago
- 433f8ac Bug fix: missing LegalizeOp() on newly created nodes. by Evan Cheng · 20 years ago
- 063e765 Adding basic support for Dwarf line number debug information. by Jim Laskey · 20 years ago
- 0b11820 For PR411: by Reid Spencer · 20 years ago
- 1b5db7a Constant fold ctpop/ctlz/cttz, and a couple other small cleanups by Nate Begeman · 20 years ago
- c02d98e Expand case for 64b Legalize, even though no one should end up using this by Nate Begeman · 20 years ago
- e598181 Add BSWAP stuff to intrinsic lowering for CBE & friends. by Nate Begeman · 20 years ago
- bf40c4b Disable two transformations that contribute to bus errors on SparcV8. by Chris Lattner · 20 years ago
- 903d278 Allow the target to specify 'expand' if they just require the amount to by Chris Lattner · 20 years ago
- 5f65229 Fix custom lowering of dynamic_stackalloc by Chris Lattner · 20 years ago
- cc0aad2 add a missing node name by Chris Lattner · 20 years ago
- c0ab522 Token chain results are not always the first or last result. Consider copyfromreg nodes, where they are the middle result (the flag result is last) by Chris Lattner · 20 years ago
- 3a04ffb Remove some duplicated code by Nate Begeman · 20 years ago
- d88fc03 bswap implementation by Nate Begeman · 20 years ago
- 4f0d8e4 If a target specified a stack pointer with setStackPointerRegisterToSaveRestore, by Chris Lattner · 20 years ago
- 140d53c Compile llvm.stacksave/restore into STACKSAVE/STACKRESTORE nodes, and allow by Chris Lattner · 20 years ago
- 5a67afc add stacksave/stackrestore nodes by Chris Lattner · 20 years ago
- e8f7a4b Add "support" for stacksave/stackrestore to the dag isel by Chris Lattner · 20 years ago
- 0c067bc Add "support" for the llvm.stacksave/stackrestore intrinsics, this is by Chris Lattner · 20 years ago
- 4aafb4f Add a simple missing fold to produce this: by Chris Lattner · 20 years ago
- 5166b82 If using __main, emit global ctor/dtor list like any other global by Chris Lattner · 20 years ago
- af551bc Don't create rotate instructions in unsupported types, because we don't have by Chris Lattner · 20 years ago
- a7dce3c Allow custom lowering of DYNAMIC_STACKALLOC. by Evan Cheng · 20 years ago
- 140e99b ignore register #0 by Evan Cheng · 20 years ago
- 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 20 years ago
- 269f8c0 silence a warning by Chris Lattner · 20 years ago