2002-12-13 |
Misha Brukman | Treat longs as ints => pretend they're all 32-bit value... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Fixed bug with running out of registers. Also, reinstat... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Return success on success |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Test more phi stuff |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Code gen phi's correctly |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Print X86 PHI nodes in a sane manner |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | This should handle register allocating PHI nodes. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Added moveReg2Reg() and moveImm2Reg() to accomodate... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Final version of BuildMI for symmetry and because I... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Brian Gaeke | lib/Target/X86/InstSelectSimple.cpp: Start counting... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Brian Gaeke | InstSelectSimple.cpp: Give promote32 a comment. Add... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Get rid of deprecated function |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | return 0 on success |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Implement getelementptr constant exprs |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Brian Gaeke | brg |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | getelementptr uses long instead of uint indexes |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Stop sucking |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Making main() return 0 so that we know it ran successfu... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Making main() return 0 to exit without error when no... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Fix testcase |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Implement branches |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Infinite loops, are, well, not good |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Emit the right form of mod/rm mod field |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Nicify a bit |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | This way it's easier to test: if the call to external... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Fix encoding of CBW instruction |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Start allocating stack space at [ebp-4] to not overwrit... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Moves now select correct opcode based on the data size. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Remove extranous #include |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Rename MemArg* to Arg* |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Make mem size an assert |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | This is supposed to provide correct size for datatypes... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Misha Brukman | Take advantage of our knowledge of 2-address X86 instru... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Misha Brukman | Define the 2-address flag used by X86 instructions... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Misha Brukman | Added the flag to mark instructions which are really... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Brian Gaeke | This checkin is brought to you by the brian gaeke allni... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Misha Brukman | 'graph' is spelled without a 'c'. |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Chris Lattner | Make a release build compile. This field is not really... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Misha Brukman | ipa.a only needs to be mentioned once, and spaces shoul... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Misha Brukman | No need to specify the class if the method is within... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Chris Lattner | Remove #includes |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Chris Lattner | Include tablegen |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Chris Lattner | Fix header |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Vikram S. Adve | External routines used to identify Cilk operations... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Vikram S. Adve | This file implements the function DemoteRegToStack... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Vikram S. Adve | This file provides the function DemoteRegToStack()... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Vikram S. Adve | This file implements a pass that automatically parallel... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Vikram S. Adve | The pass Parallelize automatically parallelizes a progr... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Vikram S. Adve | Fix link errors due to new IPModRef pass. |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Vikram S. Adve | Repeat ipa.a. Since IPModRef is currently only used... |
commit | commitdiff | tree | snapshot |
2002-12-08 |
Vikram S. Adve | Iterator that enumerates the ProgramDependenceGraph... |
commit | commitdiff | tree | snapshot |
2002-12-08 |
Vikram S. Adve | An explicit representation of dependence graphs, and... |
commit | commitdiff | tree | snapshot |
2002-12-08 |
Chris Lattner | Namespacify more |
commit | commitdiff | tree | snapshot |
2002-12-08 |
Chris Lattner | Add support to count the number of dynamic instructions... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Chris Lattner | Add total instruction, bb, & function counts |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Chris Lattner | Fix bug that was bugging bugpoint |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Chris Lattner | Remove dead code |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Chris Lattner | Check in an old testcase |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Chris Lattner | Give better error message if two passes of the same... |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Vikram S. Adve | Stronger assertion in getNodeId(): node id must exist... |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Vikram S. Adve | Two bug fixes: |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Vikram S. Adve | Fix several related bugs in DSNode::mergeWith() caused... |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Vikram S. Adve | Added static helper method MergeNodes(). See DataStruc... |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Vikram S. Adve | Bug fix in operator==() and in method fini(). |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Brian Gaeke | Implement a lot of cast functionality (no FP or 64) |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Chris Lattner | Make sure to print indirect node again |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Chris Lattner | Fix bug |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Chris Lattner | Allow printing partially constructed bitsets |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Chris Lattner | Don't delete values that may still be referenced! |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Chris Lattner | Tighten up assertion checking |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Chris Lattner | Only build jello when compiling on X86 |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Chris Lattner | Fix to make jello compile on Sparc even though it won... |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Chris Lattner | Export a new ARCH variable indicating what platform... |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Chris Lattner | Fix bug: 2002-12-05-MissedConstProp.ll pointed out... |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Chris Lattner | New testcase pointed out by Casey Carter |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Vikram S. Adve | Cute bug fix: when moving links from N to this, some... |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Brian Gaeke | Target/X86/Printer.cpp: Add sizePtr function, and use... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | Return 0 to make it into a fully-functioning "Hello... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | Added code generation for function prologues and epilogues. |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | Implemented functions for emitting prologues and epilogues; |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | Added push and pop instructions. |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | Added prototypes for emitting prologue and epilogue... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Fix testcase |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Fix handling of function calls that return void |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Implement initial support for return values from call... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | Fun arithmetic with iterators aimed at fixing a bug... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | Adjust the stack pointer after a function call, proport... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | Added instructions to add/subtract imm32 to/from a... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Fix bogus assertion failures |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Avoid bad assertion |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Remove think-o assertion |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Avoid crashing on Arguments, just silently miscompile |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Add main functions to benchmarks |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | storeReg2RegOffset() and loadRegOffset2Reg() now take... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | On `make clean', kill the core files produced, which... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Misha Brukman | Moved buildReg2RegClassMap() into from X86RegisterInfo... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Add a "Lazy Function Resolution in Jello" section |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Fix a bug I introduced in a previous change |
commit | commitdiff | tree | snapshot |
next |