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