2004-08-21 |
Reid Spencer | First complete version. The details of configuration... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Initial checkin of a pass to lower packed operations... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Correct to change interface of the analyzer. |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Bytecode Analyzer Cleanup: |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Get rid of an extraneous local variable. |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Two Changes: |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Add boolean file format flags in preparation for versio... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Bytecode Reader Cleanup: |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Dump the DependentLibsBlockID, its not a block, its... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Nate Begeman | Back out branchless SetCC code. While it helped a... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Add new methods: |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Bytecode Analyzer cleanup: |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Alignment is now in bits. |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Switch from bytes to bits for alignment. |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Switch from bytes to bits for alignment for consistency |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Reduce uses of getRegClass |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Convert regclass alignment from bytes to bites |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Convert bytes to bits in alignment |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Register info alignment is in bits, frame object alignm... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Make alignment be in bits, just like size is |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Reduce uses of getRegClass |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Now that we have per-register spill size/alignment... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Infer the spillsize/alignment of a register based on... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Support "Methods" in register classes in CodgeGenRegist... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Fix warning |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Reid Spencer | Examine the type code in the setcc class of instruction... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Nate Begeman | Move XForm instructions over to the auto-generated... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Start parsing register classes into a more structured... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Read in declared reg sizes |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Add two values |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Chris Lattner | Fix a nasty bug that Nate ran into. In particular... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Change @ -> % in config files. @name@ might be needed... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Nate Begeman | remove some things from the todo list. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Chris Lattner | Do not register ppc64 yet, as it breaks the SparcV9... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Chris Lattner | quish a warning |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Fix a bug found exposed by: Regression/Other/2004-08... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Nate Begeman | Implement code to convert SetCC into straight line... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Remove even the slightest chance of a race condition... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Implement the correct search for configuration files... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Add CONFIG_FILES so the language specific config files... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Added a set of rules for installing configuration files... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Implement Assembly support. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Changes resulting from change in autoconf/configure... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Actually name the #define correctly. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Added various LLVM_* strings that are configured to... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Update after change to autoconf/configure.ac |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Change version 1.3 -> 1.4 |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Chris Lattner | New testcase that the vector support does not work... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Added various tests in support of Packed Types. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Added a test case for packed types. Test case kindly... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Brian Gaeke | Packed types, brought to you by Brad Jones |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Reid Spencer | Avoid building samples. Require explicit list of direct... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Chris Lattner | Make people explicitly add dirs to this. Remove Module... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Chris Lattner | Only build project dirs with a Makefile in them. This... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Chris Lattner | If we are linking two global variables and they have... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | Fix opcodes being printed in caps (the more general... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Reid Spencer | Actually let it compile after file name changes. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | Stack space for argument passing is 32 regardless of... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | LR needs to be saved at 16-byte offset on a 64-bit... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | On 64-bit PowerPC, pointers are 8 bytes, so parameter... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Reid Spencer | Moved ConfigData -> Configuration |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | This PHI has 4 additional operands, not 2. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Reid Spencer | Moved these files to "SmallExamples" directory. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Reid Spencer | Add the fibonacci example provided by Valery Khamenya. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Reid Spencer | Make the SmallExamples programs compile in their new... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | Use the appropriate 64-bit register description file. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Reid Spencer | Fixed the test to actually run correctly. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Reid Spencer | Add a test case test test 1.3 alignment removal and... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | Fix more remaining 32-bit vestiges of PowerPC |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | Fix another vestige of the 32-bit PowerPC backend. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | Correct character prepended to global symbols ('.'... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | * Eliminate global base register, r2 is used for that... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Misha Brukman | Wrap long lines. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Nate Begeman | Convert casts that will have no effect into move instru... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Nate Begeman | Clean up floating point instruction selection. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Reid Spencer | Implement many new features for llvmc. This is the... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Misha Brukman | Instead of int64_t, overload itostr with `long long... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Reid Spencer | Correct a link, add a TOC entry. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Reid Spencer | Provided opcode definitions. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Brian Gaeke | M_DUMMY_PHI_FLAG is no longer used to distinguish V9... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Brian Gaeke | Instead of using isDummyPhiInstr, we just compare the... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Brian Gaeke | Instead of using isDummyPhiInstr, we just compare the... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Chris Lattner | Convert to the new MachineFunctionInfo interface |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Chris Lattner | All targets are now allowed to have their own MachineFu... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Brian Gaeke | M_PSEUDO_FLAG is no longer used. Get rid of it and... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Brian Gaeke | The SparcV9 target no longer uses any pseudoinstruction... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Brian Gaeke | The Create*Const methods don't need to pass around... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Brian Gaeke | Doxygenify some comments. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Chris Lattner | Switch V9 over to using the AsmPrinter base class to... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Chris Lattner | Rename var |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Chris Lattner | Alkis pointed out that this is not a character (we... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | new method |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Add support for targets without a .zero directive |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | This file is no longer used. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Start using alignment output routines from AsmPrinter. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Start using alignment output routines from AsmPrinter. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Add an overload |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Add support for alignment |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Add a new helper method to get log2(type alignment) |
commit | commitdiff | tree | snapshot |
next |