2005-02-22 |
Andrew Lenharth | no longer build as a shared library |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Chris Lattner | add another plausible reason |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Chris Lattner | new testcase for PR523 |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Chris Lattner | Bug fixed. |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Chris Lattner | New testcase for PR522. |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Chris Lattner | Fix problems running the HowToUseJIT on powerpc, and... |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Jeff Cohen | Fix silly mistake. |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Jeff Cohen | Implement standard I/O redirection in ExecuteAndWait(). |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | Add support for ".so" files compiled with LLVM which... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | Eliminate silly warnings from the linker of the form: |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | typeo |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | New entry. |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | Bug fixed. |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | Testcase for PR520 |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | Adjust this test to pass after recent CFE changes.... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | Bug fixed. |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | Make this testcase harder, to test the read case as... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | new testcase. |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Jeff Cohen | Change __MINGW to __MINGW32__. Patch submitted by... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Chris Lattner | Fix a bug. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Reid Spencer | Quote the value of the PATH variable so that Cygwin... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Reid Spencer | Allow dejagnu tests to run on Windows/Cygwin. Quote... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Reid Spencer | Adjust the help output so that it will fit cleanly... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Misha Brukman | * llvmc does not have a -V switch |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Jeff Cohen | Make PreventCoreFiles() do the right thing on Windows. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Misha Brukman | Remove colloquialisms from the documentation. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Misha Brukman | Fix compilation errors with VS 2005, patch contributed... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Misha Brukman | Fix compilation errors with VS 2005, patch by Aaron... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Chris Lattner | Don't rely on doubles comparing identical to each other... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Chris Lattner | Map doubles from integers, not the double itself. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Chris Lattner | Don't sink argument loads into loops or other bad place... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Chris Lattner | Do not mark obviously unreachable blocks live when... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Chris Lattner | New files, testing for a crash in ADCE compiling QT... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Chris Lattner | Scary typo that fixes Regression/Transforms/IndVarsSimp... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Chris Lattner | new testcase for PR515 |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Reid Spencer | Remove the "pax" program from the list of those needed... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Reid Spencer | Fix installation of configuration files. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Reid Spencer | * Don't flatten the directory hierarchy when installing... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Reid Spencer | Don't use pax for installing header files. Use the... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Jeff Cohen | Somehow tablegen.exe got moved... fix up tablegen invoc... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Jeff Cohen | Get bugpoint compiling with VC++ again, not that it... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Jeff Cohen | Arg list already has program name in it. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Tanya Lattner | Fixed node deletion bug. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Chris Lattner | Instead of doing a manual comparison loop, just use... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Chris Lattner | Make this more efficient now that we know both files... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Misha Brukman | Fix spelling |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Reid Spencer | Adjust DiffFilesWithTolerance to help poor cygwin's... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Andrew Lenharth | add Alpha to llc |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Chris Lattner | Fix a problem where the PPC backend lost track of the... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Chris Lattner | Add a sanity check. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Chris Lattner | Add a new method to make it easy to update graphs. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Chris Lattner | Fix volatile load/store of pointers. Consider this... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Chris Lattner | Bug fixed. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Chris Lattner | New testcase for PR510. |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | wow, interesting typo :) |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | execution tests shouldn't go here. This was killing... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Reid Spencer | For PR496: |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | Fix a bug in my previous change to this, which broke... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | Print GEP offsets as signed values instead of unsigned... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | A testcase that LLC produces illegal asm on for Prolang... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | Fix the second bug attached to PR504. |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | Work around GCC PR19958, which causes programs to somet... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Misha Brukman | Write out single characters as chars, not strings. |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | Bugs fixed |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Reid Spencer | Update makefile to use PROJ_* makefile variables intead... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Reid Spencer | Update comments to reflect new variable names. Patch... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Misha Brukman | Give props to Andrew for the Alpha backend |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Andrew Lenharth | fix setcc on floats, fixes singlesource:pi, perhaps... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Chris Lattner | new testcase for PR509 |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Fix the llvm bootstrap |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Move private helper function into the only .cpp file... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Move helper function here. |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Conform to the documented interface by null terminating... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Make sure to null terminate argument lists! |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | If errno is zero strerror_r does not modify the buffer... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Add some updates |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | SuSE 3.3.3 is also borken. |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Do not replace ostream << Module*, only ostream <<... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Print the module, not the pointer. |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Reid Spencer | Make the check for global variables the same as the... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Nuke blank line. |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Minor cleanup. No need to explicitly tell the compiler... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Make sure to clear the LazyFunctionLoadMap after we... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Do not put internal symbols into the symbol table.... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Include local time on the web page for start/end times. |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Print something useful for gccld -v with an archive. |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Reid Spencer | Fix PR506: |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Correct the recursive PHI node handling routines in... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Chris Lattner | Add a new replaceSymbolicValuesWithConcrete method... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Andrew Lenharth | non-ieee arith crashes passes on alpha |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Andrew Lenharth | try to do better match for i32 adds |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Andrew Lenharth | make FP conversion more conservative (matches gcc) |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Andrew Lenharth | oops, I was sure this had already gond though the night... |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Chris Lattner | Add note about broken GCC |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Andrew Lenharth | added sign extend for boolean |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Chris Lattner | Document the newly generalized model for constant globals. |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Chris Lattner | Allow globals to be of different const'nesses when... |
commit | commitdiff | tree | snapshot |
next |