2005-07-27 |
Nate Begeman | Fix some comments |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Chris Lattner | Fix debug info to not print out recently freed memory. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Chris Lattner | Print symbolic register names in debug dumps |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Reid Spencer | Fix PR608: |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Jeff Cohen | Eliminate all remaining tabs and trailing spaces. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Nate Begeman | Implement the optimization for the Red Zone on Darwin... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Chris Lattner | fix some warnings when compiled with 32-bit hosts |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Jeff Cohen | Eliminate tabs and trailing spaces. |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Chris Lattner | Testcase for PR607 |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Chris Lattner | add a note about the red zone |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Chris Lattner | Wrap some long lines, fix emission of weak global variables |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Nate Begeman | Update the PPC readme |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Chris Lattner | ConvertibleToGEP always returns 0, remove some old... |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Chris Lattner | fix a warning on 32-bit systems |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Nate Begeman | Fix an optimization put in for accessing static globals... |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Reid Spencer | Get rid of bash specific syntax for variable dereferenc... |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Andrew Lenharth | fix compile error |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Chris Lattner | PowerPC no-pic code is not quite ready for prime-time |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Misha Brukman | No, really, it's an Alpha! And you probably thought... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | Handle more imm forms, and load small negative i32... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | I know PowerPC wishes it could be alpha, but it cannot... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | make sure we always handle small negatives well |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | finally found the gcc defined constants |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | Alpha has JIT |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | Alpha JIT (beta) |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | simpilfy instruction encoding (and make the lines way... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | update interface |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | the JIT memory manager will construct a GOT if you... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Andrew Lenharth | allow constants to be relocated like GV (necessary... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Chris Lattner | new testcase for PR602 |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Nate Begeman | Support building non-PIC |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Chris Lattner | revert to using 4-byte alignment for doubles, as specif... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Chris Lattner | llvm.sqrt somehow escaped documentation. |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Nate Begeman | Support assembling fsqrt on darwin. This will be imple... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Chris Lattner | If errno doesn't matter (e.g. in -ffast-math scenarios... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Nate Begeman | Generate mfocrf when targeting g5. Generate fsqrt... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Misha Brukman | * "GNU Compiler Collection's gcc tool" is redundant |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Chris Lattner | Allow this to pass on non-linux systems as well, such... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Chris Lattner | Do not let MaskedValueIsZero consider undef to be zero... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Chris Lattner | count the number of relocations performed. |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Chris Lattner | set the target triple so that we don't fail due to... |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Nate Begeman | Integrate SelectFPExpr into SelectExpr. This gets... |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Nate Begeman | Remove unnecessary FP_EXTEND. This causes worse codegen... |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Reid Spencer | For: memory operations -> stores |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Chris Lattner | remove some sparc-v9-specific information |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Reid Spencer | Provide descriptions for the TargetInstrInfo and Target... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Chris Lattner | When transforming &A[i] < &A[j] -> i < j, make sure... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Chris Lattner | The assertion was wrong: the code only worked for i64... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Reid Spencer | Add a parameter to the FIND_STD_PROGRAM macro that... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Reid Spencer | Add two new checks for use in LLVM configuration files: |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Chris Lattner | Only get the .bss and .data sections when needed instea... |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Chris Lattner | Add two helper methods, adjust a prototype |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Chris Lattner | Refactor getSection() method to make it easier to use. |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Chris Lattner | Add ability to set TYPE and FLAGS field for section... |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Chris Lattner | Major refactor of the ELFWriter code. Instead of build... |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Nate Begeman | Teach the legalizer how to promote SINT_TO_FP to a... |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Nate Begeman | Teach the register allocator that movaps is also a... |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Nate Begeman | A couple more darwinisms |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Chris Lattner | Remove all knowledge of UINT_TO_FP from the X86 backend... |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Chris Lattner | Break the code for expanding UINT_TO_FP operations... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Chris Lattner | You can't use config options without config.h |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Chris Lattner | Fix PR595: These error messages should not be looking... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
John Criswell | Fixed some punctuation. |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Nate Begeman | Get closer to fully working scalar FP in SSE regs.... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Nate Begeman | Add support for printing the sse scalar comparison... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Nate Begeman | Add support for a TODO; instructions in .td files can... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
John Criswell | Regression test for PR#596: Make sure that negation... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
John Criswell | Fixed PR#596: |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Chris Lattner | Make this use the new autoconf support for finding... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Reid Spencer | * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Chris Lattner | As discussed on IRC, this stuff is just for debugging. |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Reid Spencer | Put the path to the Graphviz program in the #defines... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Chris Lattner | If the Graphviz program is available, use it to visuali... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Reid Spencer | Get rid of warnings on Alpha |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Reid Spencer | Implement a test for the Graphviz program for Chris... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Reid Spencer | Don't call pthread_mutexattr_setpshared on FreeBSD... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Jeff Cohen | Note to self: don't introduce memory leaks. |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Jeff Cohen | Eliminate tabs |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Jeff Cohen | Win32 support for Mutex class. |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Chris Lattner | Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593. |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Chris Lattner | new testcase for PR593 |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Chris Lattner | Fix test/Regression/CodeGen/Generic/2005-07-12-memcpy... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Chris Lattner | new testcase that crashes llc on x86/ppc. Not generate... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Reid Spencer | Add a test that runs the ParallelJIT example program... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Reid Spencer | Correct the file title. |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Reid Spencer | For PR418: |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Nate Begeman | Check in the last of the darwin-specific code necessary... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Nate Begeman | Remove some code that moved to the generic asm printer... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Reid Spencer | Update release notes regarding thread-safe JIT. |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Reid Spencer | For PR540: |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Reid Spencer | For PR540: |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Reid Spencer | For PR540: |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Reid Spencer | In support of PR418: |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Chris Lattner | Add support for 64-bit elf files |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Chris Lattner | Add support for emitting 64-bit integers |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Chris Lattner | Add some apparently undocumented ELF section header... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Andrew Lenharth | Fix povray and minor cleanups |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Nate Begeman | Clean up and add comments to the newly implemented... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Jeff Cohen | Add new files to Visual Studio projects. |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Jeff Cohen | I don't know how this ever compiled with gcc, but VC... |
commit | commitdiff | tree | snapshot |
next |