2005-08-02 |
Misha Brukman | Fix grammar: it's == "it is". |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Like the comment says, do not insert cast instructions... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Jeff Cohen | It's dangerous coding on Mondays. |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | This code was very close, but not quite right. It... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | New testcase that caused simplifycfg to crash |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Jeff Cohen | Implement SetInterruptFunction for Windows. |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | add a comment, make a check more lenient |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Simplify for loop, clear a per-loop map after processin... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | When the user hits ctrl-c, bugpoint should attempt... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Implement sys::SetInterruptFunction on Unix, stub it... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | add a new function proto |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Add a comment |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Fix an iterator invalidation problem |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | 200.sixtrack prints FP numbers with a very strange... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | make is the standard name, not gmake |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Chris Lattner | Mark these as V9 specific |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Andrew Lenharth | update function codes to reflect /su flags that have... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Chris Lattner | Fix casts from long to sbyte on ppc |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Andrew Lenharth | use llabs not abs |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Andrew Lenharth | one cannot allocate a global, until one is done initial... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Chris Lattner | temporarily fail these two tests until LSR evolves... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Chris Lattner | ConstantInt::get only works for arguments < 128. |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Jeff Cohen | Keep tabs and trailing spaces out. |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Jeff Cohen | Fix VC++ build problems. |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Chris Lattner | fix float->long conversions on x86 |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Chris Lattner | this tests every fp-to-integer conversion |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Chris Lattner | fix a typeo |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Nate Begeman | Ack, typo |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Chris Lattner | Change the fp to integer code to not perform 2-byte... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Nate Begeman | Commit a new LoopStrengthReduce pass that can use scala... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Nate Begeman | Break SCEVExpander out of IndVarSimplify into its own... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Chris Lattner | Use a custom expander for all FP to int conversions... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Chris Lattner | Allow targets to have custom expanders for FP_TO_*INT... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Andrew Lenharth | support near allocations for the JIT |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Andrew Lenharth | turn off GOT on archs that didn't use it (not that... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Chris Lattner | Implement a FIXME: move a bunch of cruft for handling... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Chris Lattner | Don't forget to diddle with the control word when perfo... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Chris Lattner | Use a custom expander to compile this: |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Chris Lattner | Allow targets to define custom expanders for FP_TO_*INT |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Chris Lattner | allow a target to request that unknown FP_TO_*INT conve... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Chris Lattner | instead of having all conversions be handled by one... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Chris Lattner | New testcase for PR610 |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Andrew Lenharth | support bsr, and more .td simplification |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Andrew Lenharth | new is not a valid default anywhere, so make this pure... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Reid Spencer | Fix a problem in getDirectoryContents where sub-directo... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Andrew Lenharth | get lazy JITing working. Some of shootout runs now |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Andrew Lenharth | Like constants, globals on some platforms are GOT relat... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Chris Lattner | Eliminate an extra copy from R1 that Nate noticed on... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Chris Lattner | Specify the correct number of operands |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Reid Spencer | Run the verifier pass after all the other passes rather... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Nate Begeman | Fold constant adds into loads and stores to frame indices. |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Reid Spencer | Make the verifier pass run (in debug mode) in llc.... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Jeff Cohen | Please do not reintroduce tabs. |
commit | commitdiff | tree | snapshot |
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 |
next |