2004-09-28 |
Misha Brukman | * InstructionReader.cpp was absorbed into Reader.cpp |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Misha Brukman | Fix doxygen comment |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Brian Gaeke | Touch output files before reading or writing them,... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
John Criswell | Corrected spelling of Makefile variable, thereby re... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Add includes and use std:: for standard library calls... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Testcase for LLVM PR445 |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Since we use alloca now make sure we include the proper... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Use alloca instead of a C99 style array. This should... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Pull assignment out of for loop conditional in order... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Fix includes. Patch contributed by Paolo Invernizzi! |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcase that crashes the C++ FE, encountered while... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Use class instead of struct for defining classes. This... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | Patch contributed by Patrick Meredith: |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Misha Brukman | Fix grammar. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | Fix two bugs: one where a condition was mistakenly... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Misha Brukman | SparcV8 int regs are not only 32-bits in width, but... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | The system ranlib on darwin occasionally adds two extra... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | Hrm, if there is an error loading a file, try printing... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | Testcases for rev 250 of InstructionCombining.cpp |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | Fold: (setcc (shr X, ShAmt), CI), where 'cc' is eq... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Alkis Evlogimenos | Improve warning |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Nate Begeman | Correct some BuildMI arguments for the upcoming simple... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Misha Brukman | Fix the copy-pasto that Brian noticed: V8 int regs... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Reid Spencer | Add some missing #includes |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Reid Spencer | Qualify Path with sys:: namespace so this file compiles. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Reid Spencer | Updated to reflect changes in the interface of TimeValu... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Reid Spencer | Clean up the interface of TimeValue: |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Reid Spencer | Added stub implementations of TimeValue concept for... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Reid Spencer | Wrap to 80 cols. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Reid Spencer | Initial implementation of the TimeValue abstraction. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
John Criswell | Updated the last two header files so that they are... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
John Criswell | Modified hash_map and hash_set configuration so that... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Chris Lattner | Implement shift-and combinations, implementing InstComb... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Chris Lattner | Add some tests for shr-and folding |
commit | commitdiff | tree | snapshot |
2004-09-24 |
John Criswell | Configure Datatypes.h.in with AC_CONFIG_HEADERS. This... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Chris Lattner | Move LHSI->hasOneUse() into the arms of the conditional... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Chris Lattner | Implement Transforms/InstCombine/and.ll:test18, a case... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Chris Lattner | New testcase for a pattern that occurs 20 times in... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Reid Spencer | Add a blurb about the use of class vs. struct keyword... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Chris Lattner | Implement select.ll:test16: fold load (select C,... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Chris Lattner | load null is undefined behavior, this should fold |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Reid Spencer | Change Value from a "struct" to a "class" so that VC... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Reid Spencer | Patch for MINGW. Patch provided by Henrik Bach. |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Reid Spencer | Missed one $*.a -> $@ conversion for the Release build. |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Nate Begeman | Fix the last of the major PPC GEP folding deficiencies... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Alkis Evlogimenos | Update email address |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Chris Lattner | Grrr... I shouldn't have to do this one :) |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Chris Lattner | Update credits |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Reid Spencer | Correct the rules for making shared libraries per libto... |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Misha Brukman | Use the V8/V9 shared register file description |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Misha Brukman | Combine the F2 and F3 instruction classes into one... |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Misha Brukman | Fix file header path |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Misha Brukman | Prettify formatting of the file, adjust paths to making... |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Misha Brukman | V8 is now a subdirectory of Sparc; adjust paths accordingly |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Reid Spencer | Update to add the HAVE_UINT64_T test and the STACK_DIRE... |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Reid Spencer | The alloca function, strangely enough, is found in... |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Nate Begeman | add optimized code sequences for setcc x, 0 |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Chris Lattner | Do not fold (X + C1 != C2) if there are other users... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Alkis Evlogimenos | The real x87 floating point registers should not be... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Misha Brukman | s/ISel/PPC64ISel/ to have unique class names for debugg... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Misha Brukman | s/ISel/PPC32ISel/ to have unique class names for debugg... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Misha Brukman | s/ISel/X86ISel/ to have unique class names for debuggin... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Chris Lattner | Make sure to set the operand list |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Reid Spencer | Fix a problem where the mmap_file test was generating... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Reid Spencer | Change the warning text so that NO warnings are permitt... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Reid Spencer | Don't attempt to (illegally) configure a subdir if... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Reid Spencer | Fix the program passed to AC_LANG_PROGRAM to be only... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Misha Brukman | Thanks to Brad Jones for packed type support! |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Misha Brukman | Thanks to Brad for documentation on adding a DerivedType |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Chris Lattner | This is an empty directory |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Chris Lattner | This is a dead directory now |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Change the name of the "known" module for Java from... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Alkis Evlogimenos | Use the right directory for the Java frontend |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | Fix potential miscompilations: InstCombine/2004-09... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | Two testcases for invalid transformations that instcomb... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Documentation upgrade. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Finish the documentation. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Tighten up the specification of what counts as a code... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Base the implementation on the llvmdo script so that... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Fixed to actually work correctly and be the basis for... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Alkis Evlogimenos | Fix loop condition so that we don't decrement off the... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | Don't count .lo files :) |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | 'Pass' should now not be derived from by clients. ... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | 'Pass' should now not be derived from by clients. ... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | Prototype more accurately |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | Prototype these functions more accurately |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | Do not prototype any of these passes as returning Pass... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | 'Pass' should now not be derived from by clients. ... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Chris Lattner | Adjust to API changes |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Put in a #error in the event that we don't have an... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Fix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Correct the use AC_RUN_IFELSE to ensure it builds progr... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Allow the suffix for shared libraries to be obtained... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | The problem with depending on the internal implementati... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | libtool's name is now back to mklib. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Change to support creation of "mklib" instead of "libto... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Reid Spencer | Update the script to generate mklib instead of libtool. |
commit | commitdiff | tree | snapshot |
next |