Age | Commit message (Expand) | Author |
2004-10-23 | First cut at the LLVM Makefile Guide. There's lots to correct and lots more | Reid Spencer |
2004-10-23 | DForm_1, particularly used by store instructions, needs the immediate operand to | Misha Brukman |
2004-10-23 | Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR instructions. | Misha Brukman |
2004-10-23 | The value of the XO field for MFLR and MFCTR is 339, not 399 | Misha Brukman |
2004-10-23 | Remove extraneous blank line | Misha Brukman |
2004-10-23 | Make VC happier, patch contributed by Morten Ofstad | Chris Lattner |
2004-10-23 | Align function arguments in function headers | Misha Brukman |
2004-10-23 | Fix a bug that Brian brought to my attention. This corrects: | Chris Lattner |
2004-10-23 | New testcase | Chris Lattner |
2004-10-23 | Kill casts from integer types to unsigned byte, when the cast was only used | Nate Begeman |
2004-10-22 | Use cleaner quoting and eliminate blank space | Misha Brukman |
2004-10-22 | Clean up the output from this makefile so its not verbose. | Reid Spencer |
2004-10-22 | Make sure that we don't set up a circular dependency if OBJDIR == SRCDIR | Reid Spencer |
2004-10-22 | Remove double colon rule for gram.tab.h so it doesn't conflict with the | Reid Spencer |
2004-10-22 | Pull in Target.td using absolute path from source root instead of relative path; | Misha Brukman |
2004-10-22 | Adjust rules for building .inc files due to Reid's changes of Makefile.rules | Misha Brukman |
2004-10-22 | We're not doing automake any more | Reid Spencer |
2004-10-22 | Adjust to changes in Makefile.rules | Reid Spencer |
2004-10-22 | Shorten the rules, speed it up, correct library contruction, add *.td rules | Reid Spencer |
2004-10-22 | Remove the unused SourceDir variable (use BUILD_SRC_DIR) | Reid Spencer |
2004-10-22 | One more file to remove now that we're not doing automake. | Reid Spencer |
2004-10-22 | Eliminate compilation warning on uninitialized variable. | Reid Spencer |
2004-10-22 | *** empty log message *** | Chris Lattner |
2004-10-22 | New testcase. Check for the ability to promote a malloc whose initialzed sta... | Chris Lattner |
2004-10-22 | Fix a bug Nate noticed, where we miscompiled a simple testcase | Chris Lattner |
2004-10-22 | Remove automake support. | Reid Spencer |
2004-10-22 | We won't use automake | Reid Spencer |
2004-10-21 | Remove debug code emitter from the JIT | Misha Brukman |
2004-10-21 | Make this compile. | Alkis Evlogimenos |
2004-10-21 | * Added basic support for JITing functions, basic blocks, instruction encoding, | Misha Brukman |
2004-10-20 | Don't clear or sign extend bool->int. This fires a few dozen times on the te... | Nate Begeman |
2004-10-20 | Explain what this pass does. | Brian Gaeke |
2004-10-20 | Small performance improvement in generated C code: | John Criswell |
2004-10-19 | * Add baseline structural JIT code, but disable the JIT to allow llvm-gcc builds | Misha Brukman |
2004-10-19 | Hrm, some people complain when the compiler cheerfully tells them what it's | Chris Lattner |
2004-10-19 | Fix some grammar | Misha Brukman |
2004-10-19 | If we're going to make the braces of functions line up for ease of readability | Misha Brukman |
2004-10-19 | Remove unnecessary spaces in function signature | Misha Brukman |
2004-10-19 | Simplify mapping info generation. In particular, the LLVM-to-MachineInstr map | Brian Gaeke |
2004-10-19 | * Fit constructor initializer on a single line | Misha Brukman |
2004-10-18 | Initial automake generated Makefile template | Reid Spencer |
2004-10-18 | Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC to a separate header, | Misha Brukman |
2004-10-18 | Initial implementation of the strength reduction for GEP instructions in | Nate Begeman |
2004-10-18 | * AIX on Power defines INT64_MIN and INT64_MAX in ways that annoy GCC, so | Misha Brukman |
2004-10-18 | AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir() | Misha Brukman |
2004-10-18 | Fix miscompilations in the SparcV9 backend that were induced by this patch: | Chris Lattner |
2004-10-18 | Improve compatibility with VC++, patch contributed by Morten Ofstad! | Chris Lattner |
2004-10-18 | Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks... | Chris Lattner |
2004-10-18 | Declare a function in the correct namespace. | Reid Spencer |
2004-10-18 | Correction to allow compilation with Visual C++. | Reid Spencer |