- d8f77ba Improve visibility/correctness of operand indices in "llvm.db" objects. by Jim Laskey · 20 years ago
- e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 20 years ago
- 559806f x86 CPU detection and proper subtarget support by Evan Cheng · 20 years ago
- 19c9550 Subtarget feature can now set any variable to any value by Evan Cheng · 20 years ago
- 0264d1a Stub out a method by Chris Lattner · 20 years ago
- cedc6f4 PHI and INLINEASM are now built-in instructions provided by Target.td by Chris Lattner · 20 years ago
- 3b0d1d7 Add a default NoItinerary class for targets to use. 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
- 9471c8a Improve compatibility with VC2005, patch by Morten Ofstad! by Jeff Cohen · 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
- 38f7373 Improve compatibility with VC2005, patch by Morten Ofstad! by Chris Lattner · 20 years ago
- 9d90144 dynamically allocate plugin space as needed by Andrew Lenharth · 20 years ago
- 4b93476 Remember plugins should someone like bugpoint want to know them. by Andrew Lenharth · 20 years ago
- 97c7fc3 Added preliminary x86 subtarget support. by Evan Cheng · 20 years ago
- b063604 by Duraid Madina · 20 years ago
- d92f116 some hoovering by Duraid Madina · 20 years ago
- 4dcfaac Rest of subtarget support, remove references to ppc by Chris Lattner · 20 years ago
- 0d170a7 Add trivial subtarget support by Chris Lattner · 20 years ago
- 9e23485 minor renaming by Andrew Lenharth · 20 years ago
- cd1544e allow R28 to be used for frame calculations without entirely removing it from circulation by Andrew Lenharth · 20 years ago
- 67caa39 Work around some x86 Darwin assembler bugs by Evan Cheng · 20 years ago
- f0b415f add method for constraint parsing by Chris Lattner · 20 years ago
- 9bba894 When trying to fold X86::SETCC into a Select, make a copy if it has more than by Evan Cheng · 20 years ago
- f47a6b4 teach the cloner to handle inline asms by Chris Lattner · 20 years ago
- 3b91778 parse and verify the constraint string. by Chris Lattner · 20 years ago
- cdf3838 Clean up some code; improve efficiency; and fixed a potential bug involving by Evan Cheng · 20 years ago
- 71fb9ad Remove the uses of STATUS flag register. Rely on node property SDNPInFlag, by Evan Cheng · 20 years ago
- 3188b73 Make sure the only user of InlineAsm's are direct calls. by Chris Lattner · 20 years ago
- 677c4f2 oops by Andrew Lenharth · 20 years ago
- 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 20 years ago
- 5f8f0e2 forgot one by Andrew Lenharth · 20 years ago
- 0e9c376 regenerate by Chris Lattner · 20 years ago
- aa2c853 Parse inline asm objects by Chris Lattner · 20 years ago
- 80cd115 Print InlineAsm objects by Chris Lattner · 20 years ago
- 0e53879 make things compile again by Andrew Lenharth · 20 years ago
- 2a8e618 Don't break the optimized build (by incorrect placement of #endif) by Reid Spencer · 20 years ago
- 863517a Change inline asms to be uniqued like constants, not embedded in a Module. by Chris Lattner · 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
- 7558b0e Default scheduling preference is SchedulingForLatency. by Evan Cheng · 20 years ago
- 0b2afbd X86 prefer scheduling for reduced register pressure. by Evan Cheng · 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
- 0d718e9 Fix a selectcc lowering bug. Make a copy of X86ISD::CMP when folding it. by Evan Cheng · 20 years ago
- 31e6388 Loosen up these checks to allow direct uses of ESP by Chris Lattner · 20 years ago
- fb709b6 Portably cast a pointer to an integer. by Jeff Cohen · 20 years ago
- badf0d9 by Duraid Madina · 20 years ago
- 2391897 maintaining stackpointer alignment. Perhaps it doesn't matter by Andrew Lenharth · 20 years ago
- 50d1e8b fix build on 64 bit hosts by Andrew Lenharth · 20 years ago
- 15256cb Fix Regression/Transforms/ScalarRepl/2006-01-24-IllegalUnionPromoteCrash.ll by Chris Lattner · 20 years ago
- 91cacc8 use ESP directly, not a copy of ESP into some other register for fastcc calls by Chris Lattner · 20 years ago
- 6a54289 Fix an infinite loop I caused by making sure to legalize the flag operand by Chris Lattner · 20 years ago
- af63bb0 Emit the copies out of call return registers *after* the ISD::CALLSEQ_END by Chris Lattner · 20 years ago
- 6da23db Allow jit-beta to work 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
- 6631601 Rename method by Chris Lattner · 20 years ago
- cc041ba Initial checkin of the InlineAsm class by Chris Lattner · 20 years ago
- 52060a0 Crude Dwarf global variable debugging. by Jim Laskey · 20 years ago
- 42a162e Pretty print file-scope asm blocks. by Chris Lattner · 20 years ago
- 71cdba3 syntax change by Chris Lattner · 20 years ago
- 2c1b159 Print file-scope inline asm blocks at the start of the output file. by Chris Lattner · 20 years ago
- 7e6db76 Add support for reading/writing inline asm by Chris Lattner · 20 years ago
- e1b2e14 Add support for linking inline asm by Chris Lattner · 20 years ago
- 9771aea When cloning a module, clone the inline asm. by Chris Lattner · 20 years ago
- 8335e84 regenerate by Chris Lattner · 20 years ago
- ee45477 Add support for parsing global asm blocks by Chris Lattner · 20 years ago
- 1836550 Print out inline asm strings by Chris Lattner · 20 years ago
- fabd5ba bye bye Pattern ISEL by Andrew Lenharth · 20 years ago
- 66e4958 added stores to lsmark by Andrew Lenharth · 20 years ago
- 7cf11b4 another couple selects by Andrew Lenharth · 20 years ago
- 8707605 fix up more lsmark stuff by Andrew Lenharth · 20 years ago
- 167bc6e yea, lowering this stuff will basically work 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
- 49e732c Revert last patch because it messes up the JIT, amongst other things. by Reid Spencer · 20 years ago
- c79925a For PR411: by Reid Spencer · 20 years ago
- 9629efd For PR411: by Reid Spencer · 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
- bb978c7 remove the V8 simple isel by Chris Lattner · 20 years ago
- 4ef1086 Factor out more instruction scheduler code to the base class. by Evan Cheng · 20 years ago
- e46f6e9 add a bunch more optimizations for unary double math functions by Chris Lattner · 20 years ago
- dfa28ac by Duraid Madina · 20 years ago
- b9bcd18 by Duraid Madina · 20 years ago
- 7070c5f Refactor/genericize this, no functionality change by Chris Lattner · 20 years ago
- 39a17dd Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c on PPC. by Chris Lattner · 20 years ago
- 1ac2d51 Speedup and simplify pass registration by the observation that there is by Chris Lattner · 20 years ago
- ca26180 Add #include of <iostream> by Chris Lattner · 20 years ago