2006-01-26 |
Evan Cheng | Duh. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Evan Cheng | Incoming (and optional) flag bugs. They may be embedded... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Make sure the only user of InlineAsm's are direct calls. |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | new tests for actual inline asm expressions |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | document the syntax of inline asm |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Andrew Lenharth | oops |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | update the bytecode format guide for the encoding of... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | add bc reader/writer support for inline asm |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Andrew Lenharth | forgot one |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | Parse inline asm objects |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | Print InlineAsm objects |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | add another method |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Andrew Lenharth | make things compile again |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Reid Spencer | Don't break the optimized build (by incorrect placement... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | add some useful accessors :) |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | Change inline asms to be uniqued like constants, not... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | initialize an instance var, apparently I forgot to... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | No need to keep track of top and bottom nodes in a... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | Set SchedulingForLatency to be the default scheduling... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Nate Begeman | First part of bug 680: |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Jeff Cohen | Make it even more portable. |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Jeff Cohen | Fix VC++ compilation error. |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | Default scheduling preference is SchedulingForLatency. |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | X86 prefer scheduling for reduced register pressure. |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | Bottom up register usage reducing list scheduler. |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | Keep track of bottom / top element of a set of flagged... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | If scheduler choice is the default (-sched=default... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | Add a enum to specify target scheduling preference... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | Some minor scheduler changes. |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Evan Cheng | Fix a selectcc lowering bug. Make a copy of X86ISD... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Chris Lattner | Loosen up these checks to allow direct uses of ESP |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Jeff Cohen | Portably cast a pointer to an integer. |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Duraid Madina | add bundling! well not really, for now it's just stop... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Andrew Lenharth | maintaining stackpointer alignment. Perhaps it doesn... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Andrew Lenharth | fix build on 64 bit hosts |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Evan Cheng | Fix an optional in flag bug. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Evan Cheng | Optional InFlag was not being included in node. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | Fix Regression/Transforms/ScalarRepl/2006-01-24-Illegal... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | testcase that crashes scalarrepl |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | use ESP directly, not a copy of ESP into some other... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | This is still broken |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | Fix an infinite loop I caused by making sure to legaliz... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | Emit the copies out of call return registers *after... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | new c front-end testcase |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | Allow jit-beta to work |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Jeff Cohen | Fix VC++ compilation error. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Jeff Cohen | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Jeff Cohen | Be consistent in using class/struct to keep Visual... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Jeff Cohen | Add new files to Visual Studio. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Jeff Cohen | Track changes in config.h.in. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | rename method |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | Rename method |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | Initial checkin of the InlineAsm class |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Jim Laskey | Crude Dwarf global variable debugging. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | Pretty print file-scope asm blocks. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | syntax change |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Chris Lattner | minor syntax change |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Print file-scope inline asm blocks at the start of... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Add support for reading/writing inline asm |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Update for file-scope inline asm |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | document module-level inline asm support. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Add support for linking inline asm |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | When cloning a module, clone the inline asm. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Add support for parsing global asm blocks |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Print out inline asm strings |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Add global scope asm support |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Andrew Lenharth | bye bye Pattern ISEL |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Andrew Lenharth | added stores to lsmark |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Andrew Lenharth | another couple selects |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Andrew Lenharth | fix up more lsmark stuff |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Andrew Lenharth | yea, lowering this stuff will basically work |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Andrew Lenharth | another selectto |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Jim Laskey | Typo. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Evan Cheng | Skeleton of the list schedule. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Evan Cheng | Minor clean up. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Reid Spencer | Update for including additional function tests. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Reid Spencer | Revert last patch because it messes up the JIT, amongst... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Reid Spencer | For PR411: |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Reid Spencer | For PR411: |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Fix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLeg... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Testcase that failed due to a legalizer bug |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | this option is gone, the dag isel is the default now |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Evan Cheng | Remove a couple of unnecessary #include's |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | remove the V8 simple isel |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | make this test harder |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Evan Cheng | Factor out more instruction scheduler code to the base... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Duraid Madina | don't need this any more; the "#define hashes to trees... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | add a bunch more optimizations for unary double math... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | add new tests |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | add checks for new functions. I'd appreciate it if... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Duraid Madina | die, die!! r15, you are not callee-saved |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Duraid Madina | fix register corruption! (my god.) r15 is a scratch... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Refactor/genericize this, no functionality change |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Make sure this tests the right thing, xfail on solaris... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Fix bugs lowering stackrestore, fixing 2004-08-12-Inlin... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Speedup and simplify pass registration by the observati... |
commit | commitdiff | tree | snapshot |
next |