2003-06-06 |
Misha Brukman | Return 'int 0' instead of void so that the test can... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | * Removed PreSelection pass because that is now done... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Chris Lattner | Don't output explicit initializers for globals that... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | Output function address as hex. |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | Simplify test case: remove declaration of __main()... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | Fixed a bunch of test cases in test/Regression/Jello... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Chris Lattner | Add statistic for # machine instrs emitted |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | * If a global is not a function, just ask the MachineCo... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | The SUB*i instructions belong to a different class... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | All debug print statements are now output with the... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | Put all debug print statements under the DEBUG() guard... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Misha Brukman | Removed debug print statement. |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Misha Brukman | Fixed confusion between register classes and register... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Misha Brukman | Added missing directive to store the instruction name. |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Misha Brukman | Moved predict and annul fields to the end of each indiv... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Misha Brukman | Do not preset the cc register, the instructions actuall... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Misha Brukman | * Stop ignoring cc registers, since we actually use... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Vikram S. Adve | Minor tuning -- avoid a non-inlinable function call... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | Fix (bogus) possibly uninitialized warning |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Misha Brukman | Added lazy function resolution to the JIT. |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Misha Brukman | * The textual output of (non-)predicted FP branches... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | Remove duplicate pass |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | Fix bug: InstCombine/2003-06-05-BranchInvertInfLoop.ll |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | Test seteq AND setne |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | Implement generation of cmp R, C to not use an extra... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | Special case simple binary operator X op C |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | Add instructions for (add|sub|and|or|xor)ri(8|16|32) |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | Fix bug: Jello/2003-06-04-bzip2-bug.ll |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | New testcase, the JIT currently handles this right... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Anand Shukla | Fixed a bug so initialization code is always inserted... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | New testcase for PHI handling |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Chris Lattner | Use a constant expr GEP instead of an actual instruction |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Misha Brukman | All store instructions really want 'rd' in the first... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Misha Brukman | Added missing 'rs1' field to F3_rdrs1imm13, 'rd' to... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Brian Gaeke | lib/CodeGen/Mapping/MappingInfo.cpp: |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Brian Gaeke | Add file comment. Include <vector> and <string>. Updat... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | Revert brians patch to get mapping info working again |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Tanya Lattner | Had to comment out a line in outByte() to get it to... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | Make this work with counter > 127 |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Misha Brukman | * Instead of re-inventing the MachineConstantPool emitt... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | Add prerelease license to cvs |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Misha Brukman | * Institute a hack for the Sparc call to mmap() to... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Brian Gaeke | Make writeNumber() void. Get ready to decouple it from... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Vikram S. Adve | Modify tracing rules to use opt -trace[m] instead of... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Sumant Kowshik | Made changes suggested by Chris |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Sumant Kowshik | Made changes suggested by Chris; Renamed 'union' functi... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | Clean up previous code. |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | Add new setCondition member |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Misha Brukman | I have finally seen the light. The code to change the... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Misha Brukman | Added the 4.7 instruction class and all the FMOVcc... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | Modernize testcase |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | Implement combination of boolean not with branch |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | Add new test for inverting branches |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Misha Brukman | Comment out opcodes currently unused in the Sparc backend. |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | No really, you _cannot use_ getelementptr on an unsized... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Misha Brukman | Added instruction format class 3.15 and floating-point... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Vikram S. Adve | Undo one of those last fixes -- it was incorrect. |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Misha Brukman | Sparc's dlsym() requires the special operand RTLD_SELF... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Chris Lattner | Avoid generating a getelementptr instruction of a function |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | Pass through the emitConstantPool() call to the real... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Brian Gaeke | Make the write*map methods more self-contained. Documen... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Vikram S. Adve | Improved how tracing can be used: |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Minor cleanups: |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Remove usage of typedef |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Remove use of enum |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Add namespace comments for doxygen |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | There are now no uses of NonCopyableV |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Add doxygen comment for namespace |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Add comment for doxygen for namespace |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Minor cleanups: |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Remove noncopyable base class as it was making the... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Remove noncopyableV base classes, as they were confusin... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Brian Gaeke | I documented this file, in an attempt to understand... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Spiff up options a bit |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Use the new -o tablegen option |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Add -o support for TableGen |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Make tablegen use more structured command line options |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Chris Lattner | Fix minor bug |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | Constants are laid out in memory in PC-relative form. |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | Added opcode conversion for conditional move of integers. |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | * Convert load/store opcodes from register to immediate... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | Convert load/store opcodes from register to immediate... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | Store instructions are different from other Format... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | Moved code to modify the opcode from 'reg' to 'imm... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | * Added section A.34: Move FP register on int reg condi... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | * Removed unused classes (rd field is always mentioned... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | * Removed unused classes: the rd field is always mentio... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | The rd field goes after the immediate field in format... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | Removing personal name from source code. |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | Added the `to' keyword as in `cast <type> <data> to... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | * Added the `to' keyword, as in `cast <type> <data... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Misha Brukman | Stop ignoring the `cc' field, we actually use it now... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Misha Brukman | Moved FInfo.cpp to lib/Target/Sparc as it is Sparc... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Chris Lattner | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Chris Lattner | Remove usage of noncopyable classes to clean up doxygen... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Chris Lattner | Remove NonCopyable base class to clean up doxygen output |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Chris Lattner | Add #include |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Misha Brukman | Added MOVR (move int reg on register condition), aka... |
commit | commitdiff | tree | snapshot |
next |