2004-07-29 |
Chris Lattner | Move Transforms/BasicAA to Analysis/BasicAA |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Chris Lattner | Due to a bug in BasicAA, DSE is incorrectly deleting... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Reid Spencer | Updates to reflect most recent changes to bytecode... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Fix grammar, eliminate double parenthesized sentence... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | * Wrap code listings in <div class="doc_code"> |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | * Use the doc_code class for code listings to make... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Put <tt> around verbatim code elements. |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Chris Lattner | Minor corrections |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Brian Gaeke | TargetInstrInfo::hasOperandInterlock() is always true... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Add notes on bug involving casting ulong -> double... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Simplify loading (un)signed constants to registers... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Remove an extra 8 byte distance penalty. Patch by... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Find longs by type, not by their primitive size being... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | LI can only take signed values, so values > 32767 can... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Reorganize tests to place them in proper directories. |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | UnitTests 2003-05-26-Shorts and 2003-07-09-LoadShorts... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Fix printing of immediate operands by looking at their... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Renamed files: |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | ConstantTypeMustBeLoaded has been incorporated into... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | This was the only user of TargetInstrInfo::ConstantType... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Robert Bocchino | This is the regression test for the change to Instructi... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Robert Bocchino | This change fixed a bug in the function visitMul. ... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Robert Bocchino | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | Get rid of the (apparently non-working) filePrinterEmit... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Branch selection support implemented by Nate Begeman... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Fix the nightly tester to default to using gnuplot... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Correctly print out long branches, assert on finding... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Run the branch selection pass right before the asm... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Remove empty unused method processFunctionBeforeFrameFi... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Add COND_BRANCH pseudo instruction, patch by Nate Begeman. |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Build COND_BRANCHes which may become long or short... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Moved definition of invertPPCBranchOpcode() into PowerP... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Add PowerPCBranchSelector to discover which are `long... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | TargetInstrInfo::getNOPOpCode() has been replaced by... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | Convert many of the virtual TargetInstrInfo methods... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | As it happens, none of these TargetInstrInfo methods... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | Make the create...() functions for some of these passes... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Fixed saving/restoring LR unconditionally, only done... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Save and restore LR just like any other register and... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | LR is a 32-bit int reg |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | MovePCtoLR (which is `bl' in disguise) modifies LR... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Register LR is callee-saved |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Add IMPLICIT_DEF of LR for branch-and-link instrs ... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Ugh, the upgrade of zion brought in GCC 3.3.2, our... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Run DSE at link-time, and turn on an IP alias analysis... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | nuke pointless -debug output |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | New functionality |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Document new syntax |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Fix conservative assumption, which was quite broken... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Fix hoisting of void typed values, e.g. calls |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | alloca void makes no sense |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Remove a bogus assertion |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Complete rewrite of this pass to be faster, use less... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Have some testcases |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Fix out of date comment |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Simplify code and silence warning |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Use context-sensitive alias analysis to avoid pessimiza... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | New testcase. DSE should delete all of the DEAD instru... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Make basicaa a bit more aggressive |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | basic-aa can actually provide simple mod/ref info |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | This was implemented back in march |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Implement test/Regression/TableGen/ListSlices.td |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | New testcase for list slicing |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Add initial support for list slices. This currently... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Reid Spencer | A utility to run an arbitrary program on each of the... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Do not store the stack pointer if the stack size is 0. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | ADDI can take several forms, including: |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | assert() on MachineInstr properties instead of checking... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | * Recognize `addi r1, r2, 0' a move instruction |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Remove dead section |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Fix indentation: should be 2 spaces. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Fix file header as it has been renamed. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Renamed files to have the `X86' prefix for uniqueness... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | * Rewrote casts |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Increment the label number in runOnFunction() rather... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | More notes on bugs, unimplemented features, and suggest... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Fix subtracting values > 2^15 in the prologue/epilogue... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Reid Spencer | Added another test case for double FP constants as... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Implement DeadStoreElim/alloca.llx by observing that... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Add some new methods |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | New methods |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Update test |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Throttle back indvar substitution from creating multipl... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Fix bug in previous patch :( |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Fix an extremely serious regression that was causing... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Fix a serious bug in the double constant reader. In... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Temporarily disable this code, as it is emitting LLVM_N... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Bugs fixed. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Avoid use of size(), which counts, in favor of other... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Always write FP values correctly. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Don't create a backwards compatibility flag for somethi... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Adjust to new Module.h interface for dependent libraries. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Adjust to new Module.h interface for dependent libraries |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Adjust to new Module.h interface for dependent libraries |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Reduce the footprint of the dependent library interface |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Fix a latent bug in the AliasSetTracker that was expose... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | bug 263: |
commit | commitdiff | tree | snapshot |
next |