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 |
2006-01-23 |
Chris Lattner | Remove dead #include |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | It doesn't make sense to give llc a list of passes... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | this doesn't work, remove it |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | This only needs <iosfwd> not <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Add #include of <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Add explicit #includes of <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Make iostream #inclusion explicit |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Add explicit iostream #includes |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Make this more efficient in the following ways: |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | This header should not pull in <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | add explicit #includes of iostream |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Add explicit #includes of <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Several non-functionality changing changes: |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Jeff Cohen | Visual Studio still has issues at being left out. |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Jeff Cohen | Visual Studio neurotic about inconsistent class/struct... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Chris Lattner | Fix a bug in a recent refactor that caused a bunch... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Duraid Madina | insignificant, but next up is proper stack frame layout! |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Chris Lattner | Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Chris Lattner | new testcase that crashes llc for ppc |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Evan Cheng | Rename fcmovae to fcmovnb and fcmova to fcmovnbe (follo... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Evan Cheng | Do some code refactoring on Jim's scheduler in preparat... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Chris Lattner | trivial formatting improvement: don't insert extra... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Jim Laskey | Simplify search for abbreviations. |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Jim Laskey | Correct some simple errors. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Jim Laskey | Right size integer values before emitting. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Robert Bocchino | Make the C writer work with packed types. printContain... |
commit | commitdiff | tree | snapshot |
next |