2004-09-29 |
Chris Lattner | Make sure to check select instructions for generic... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Update list of shootout programs that should be working. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Tell the target description that calls clobber register... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Don't use DominatorSet::dominates for intra-block instr... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | The verifier takes 50s on this testcase, that is not... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | FITOD is spelled "fitod", not "fitos". Ouch. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Don't use .quad to output double constants. The assembl... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | * Pull range optimization code out into new InsertRange... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | New testcasses for divides that can be eliminated. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Recognize FpMOVD as a move. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Do not insert trivially dead select instructions, which... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Fold binary expressions and casts into PHI nodes that... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nate Begeman | Generate better code by being far less clever when... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | add results |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nate Begeman | improve Type::BoolTy codegen by eliminating unnecessary... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Simplify copyConstantToRegister() for longs, using... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Fix bug recognizing moves: isMoveInstr should only... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Use FpMOVD pseudo-instruction to move doubles around. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Add new FpMOVD pseudo-instruction, used to move doubles... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Fix double and long alignment. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Put quotes around argument to .section directive. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Add createSparcV8FPMoverPass(). |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Pass which converts FpMOVD (double move pseudoinstructi... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | More testcases for recent instcombine patches |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Hrm, really, all tests passed without this, but it... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Remove debugging printout |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nate Begeman | To go along with sabre's improved InstCombining, improv... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Reid Spencer | Improve validity checking of windows path names and... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Reid Spencer | Use llvm::sys::Path to destroy the file. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Reid Spencer | Win32 implementation of TimeValue::now(). |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Reid Spencer | FreeBSD implementation of the TimeValue::now() method. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Fold (X setcc C1) | (X setcc C2) |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Fold (and (setcc X, C1), (setcc X, C2)) |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Misha Brukman | * Add `deplibs' keyword for specifying a list of depend... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Misha Brukman | Add `deplibs' keyword for specifying a list of dependen... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Nate Begeman | Add support for the isLoad and isStore flags, needed... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Nate Begeman | Add support for the isLoad and isStore flags, needed... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Be consistent with our naming |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Capture delay slot info |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Capture information about whether the target instructio... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Implement X / C1 / C2 folding |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | shl is always zero extending, so always use a zero... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcase for a latent bug in instcombine that I... |
commit | commitdiff | tree | snapshot |
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 |
next |