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 |
2002-12-04 |
Chris Lattner | Add support for global value references |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Add support for referencing global variables/functions |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Print out direct global references |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Add support for direct global references |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Initial checkin of global var support code |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Implement simple global variable support |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Implement external function support |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Expose target data through a method for uniformity |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Initial checkin of Unresolved function fault handler |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Chris Lattner | Implement lazy resolution of function calls |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Misha Brukman | This should fix the bug seen with some registers not... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Misha Brukman | Added support for callee- and caller-save registers. |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Misha Brukman | RegisterInfo now supports handing out caller- and calle... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Fix broken ret opcode, grr... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Initial checkin of virtual machine implementation. |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Checkin debug implementation of MCE |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Add virtual dtor, expose a debug impl |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Fix instsel for calls |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Testcase for call instruction |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Standard hello-world test |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Add code that can be used for debugging |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Disable timing of bytecode loader |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Fix big bug introduced with symbol table changes |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Chris Lattner | Fix the build |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Brian Gaeke | brg |
commit | commitdiff | tree | snapshot |
next |