2004-10-27 |
Nate Begeman | Move destructor out of line to avoid vtable emission... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Chris Lattner | Hrm, this code was severely botched. As it turns out... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Nate Begeman | Fix the build by eliminating some more dead code. ... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Nate Begeman | Remove dead data member in MRegisterInfo class. Thanks... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Reid Spencer | Get the *.inc files to depend on tblgen so if tblgen... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Chris Lattner | Initialize with the correct constant type |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | Make sure that Makefile.rules and Makefile.config.in... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | Cleanup/Fixes: |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | * Make the libcrtend.a installation depend on the bytec... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Unless someone seriously objects, I don't think we... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Plug a memory leak in the asmparser. It turns out... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Misha Brukman | Wrap comments at 80 cols |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | add support for UndefValue |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Fix header |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Misha Brukman | Use <tt> around "#include" and "std::endl" |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Misha Brukman | * DataTypesFix.h moved to AIXDataTypesFix.h |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Misha Brukman | Use <tt> around header names |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Misha Brukman | * Thanks to Morten Ofstad for the Visual C++ compatibil... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Misha Brukman | * Fix spelling and grammar errors |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Move method bodies that depend on <algorithm> from... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Remove the unused MachineBasicBlock2IndexFunctor class. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Clean up the MachineBasicBlock.h file, percolating... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | * Implement the "dist-check" target that verifies the... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | Reduce the number of EXTRA_DIST files since Makefile... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | Make sure the samples and test directories get distributed. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | Make sure the include files get distributed. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | Add the export symbols list files as extra distribution... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Nate Begeman | Remove include of MRegisterInfo.h, since it is already... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Nate Begeman | Remove file that is no longer used, and move include... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Nate Begeman | Remove method getRegClass from MRegisterInfo, as it... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | Really get mkinstalldirs to shut up about what its... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Improve help output from llvm-db 'info' command. Patch... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Nate Begeman | Eliminate usage of MRegisterInfo::getRegClass(physreg) |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Fix the interpreter crash that Michael McCracken found |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Reduce usage of MRegisterInfo::getRegClass |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Nate Begeman | Update to-do list |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Nate Begeman | Fix treecc. Also fix a latent bug in emitBinaryConstOp... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Reid Spencer | Add EXTRA_DIST for additional files to be distributed. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Chris Lattner | Give a useful hint |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Disable the JIT until it can sorta kinda work. |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | add a link to the makefile guide, eliminate redundant... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Make a sentence easier to parse |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Fix spellos |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Remove template args that are the same as the default |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Remove a dead class. Thanks to Morten Ofstad for point... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Remove dead assert |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Patch to support MSVC, contributed by Morten Ofstad |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Patch to support MSVC, contributed by Morten Ofstad |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Fix compatibility with MSVC, patch by Morten Ofstad |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Do not use variable sized arrays in C++, they are non... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
John Criswell | Removed dead method, printPHICopiesForSuccessors(). |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Patch to support MSVC better, contributed by Morten... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Patch to support MSVC, contributed by Morten Ofstad |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Chris Lattner | Patch to support MSVC correctly, contributed by Morten... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
John Criswell | Modified switch generation so that only the phi values... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Reid Spencer | New Makefile Features: |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Reid Spencer | Teach mkinstalldirs how to shut up about making directo... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Reid Spencer | Add a check for the tar program. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Nate Begeman | Implement more complete and correct codegen for bitfiel... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Nate Begeman | Initial checkin of regression test for generating the... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Reid Spencer | First draft. More to come. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Reid Spencer | Fix uninstall from rebuilding everything (wrong dependency) |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Reid Spencer | Move top level rules for tags and installing headers... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Reid Spencer | Implemented New Features: |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Chris Lattner | Fix the previous bug the correct way. This fixes ptrdi... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Misha Brukman | Fix grammar in comments to getSizeOf() |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Alkis Evlogimenos | Make this actually work. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Alkis Evlogimenos | Improve comments and wrap to 80 columns. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Reid Spencer | Make the $(OBJDIR) go away on clean-local. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Alkis Evlogimenos | Add ConstantExpr::getSizeOf(Type*). |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Misha Brukman | * Correctly handle the MovePCtoLR pseudo-instr with... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Misha Brukman | Add BA, BL, and BLA opcodes |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Reid Spencer | Several Changes: |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Reid Spencer | Make clean quieter. |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Misha Brukman | * Do not emit IMPLICIT_DEF pseudo-instructions |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Reid Spencer | Fix nightly build by avoiding shared library construction. |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Reid Spencer | * Actually ignore build errors in optional directories |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Reid Spencer | Remove the clean target. |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Reid Spencer | First cut at the LLVM Makefile Guide. There's lots... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Misha Brukman | DForm_1, particularly used by store instructions, needs... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Misha Brukman | Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Misha Brukman | The value of the XO field for MFLR and MFCTR is 339... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Misha Brukman | Remove extraneous blank line |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Chris Lattner | Make VC happier, patch contributed by Morten Ofstad |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Misha Brukman | Align function arguments in function headers |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Chris Lattner | Fix a bug that Brian brought to my attention. This... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Nate Begeman | Kill casts from integer types to unsigned byte, when... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Misha Brukman | Use cleaner quoting and eliminate blank space |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Reid Spencer | Clean up the output from this makefile so its not verbose. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Reid Spencer | Make sure that we don't set up a circular dependency... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Reid Spencer | Remove double colon rule for gram.tab.h so it doesn... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Misha Brukman | Pull in Target.td using absolute path from source root... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Misha Brukman | Adjust rules for building .inc files due to Reid's... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Reid Spencer | We're not doing automake any more |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Reid Spencer | Adjust to changes in Makefile.rules |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Reid Spencer | Shorten the rules, speed it up, correct library contruc... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Reid Spencer | Remove the unused SourceDir variable (use BUILD_SRC_DIR) |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Reid Spencer | One more file to remove now that we're not doing automake. |
commit | commitdiff | tree | snapshot |
next |