2005-02-07 |
Andrew Lenharth | teach all loads and stores about the stack |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Andrew Lenharth | prefer FP scratch registers and more check in LowerArgu... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Andrew Lenharth | fix oopso |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Andrew Lenharth | smarter loads and stores. can now handle base+offset. |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Andrew Lenharth | fix build |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Andrew Lenharth | clean up |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Andrew Lenharth | fix f32 setcc, and fp select |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Andrew Lenharth | added ugly support for fp compares |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Misha Brukman | Make the rest of file header comments consistent in... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Chris Lattner | Eliminate the explicit opcode field in ConstantExpr... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Chris Lattner | Eliminate the explicit volatile fields in LoadInst... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Chris Lattner | Instead of initializing the volatile field, use accesso... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Chris Lattner | Initialize new field. |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Chris Lattner | SubclassID is really a small field. Split it into... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Chris Lattner | Add support for .cc and .hpp files. Patch contributed... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Misha Brukman | Make file header comment consistent: extend the whole... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Chris Lattner | If we have an indirect call site that calls N functions... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Chris Lattner | Split mergeInGraph into two methods. |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Chris Lattner | Add some new members |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Chris Lattner | add new member |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Chris Lattner | Fix the Regression/Transforms/DSAnalysis/recursion... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Chris Lattner | Fix a case where were incorrectly compiled cast from... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Andrew Lenharth | alignment |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Andrew Lenharth | get alignment printing correctly and get rid of __main... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Andrew Lenharth | fix constant pointer outputing on 64 bit machines |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Misha Brukman | * Fix broken link to directions to get llvm, llvm-gcc... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Andrew Lenharth | FP fixes |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Chris Lattner | Refactor getFunctionArgumentsForCall out of mergeInGraph. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Chris Lattner | Add a new method. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Misha Brukman | * Clearly mark LLVM_LIB_SEARCH_PATH as being optional |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Chris Lattner | This is no longer needed. Global variables with undef... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Misha Brukman | * Instead of fixing the version numbers before every... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Andrew Lenharth | Store fix |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Andrew Lenharth | oops |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Andrew Lenharth | prevent register allocator from using the stack pointer :) |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Andrew Lenharth | fix loading of floats |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Jeff Cohen | Put libraries in a common directory |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Andrew Lenharth | marked mem* as not supported |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Jeff Cohen | Add additional source of Win32 GNU utilities. |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Alkis Evlogimenos | Fix crash on MallocInsts of unsized types. |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Andrew Lenharth | fix Load bug |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Chris Lattner | Fix yet another memset issue. |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Andrew Lenharth | try to make a bug bugpointable, add yet more constant... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Andrew Lenharth | better constant handling, should fix many remaining... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Alkis Evlogimenos | Add variable for bugpoint. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Eliminate some duplicated debug code |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Eliminate self-recursion as a special case. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Eliminate use of DSCallSiteIterator in key loop. This... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | remove dead method |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Andrew Lenharth | fix FP arg passing bug, Add unsigned to/from int, fix... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Andrew Lenharth | Print the Constant pool |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Andrew Lenharth | Make cmov work right and loads for fp from constant... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Andrew Lenharth | Correct stack stuff for FP |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Andrew Lenharth | try to match alpha pattern |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Andrew Lenharth | fix register names |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Signficantly speed up printing by not emitting the... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Fix some bugs andrew noticed legalizing memset for... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Do not revisit nodes in the SCC traversal. This speeds... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Jeff Cohen | Put finishing touches on GettingStartedVS.html and... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Fix test/Regression/Assembler/2005-01-31-CallingAggrega... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Apparently := confuses makellvm |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | This bug crashes the assembler, distilled from a testca... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Andrew Lenharth | pecimise loads, put indirect call addr in right registe... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Update speedup and shrinkage info |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Updates for new use list changes. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Update for API change. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | API change. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Adjust to changes in APIs |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Hacks to make this ugly ugly code work with the new... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Switch from using an ilist for uses to using a custom... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Chris Lattner | Fix a problem where we could infinitely recurse on... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Misha Brukman | Fix hyphenation in output comment |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Implement InstCombine/cast.ll:test25, a case that occur... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Jeff Cohen | Add LLVM with Visual Studio overview |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Implement the trivial cases in InstCombine/store.ll |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Rename these to start with %c, as they are the only... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Implement Transforms/InstCombine/cast-load-gep.ll,... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Andrew Lenharth | indirect call fix |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Andrew Lenharth | fp to int and back conversion sequences |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Fix the regressions my User changes introduced. Appare... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Rename variables to work with VC++'s hokey scoping... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Fix some scary bugs that VC++ detected. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | Make things more const-correct, adjust to changes in... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | * Make some methods more const correct. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Andrew Lenharth | added fp extend and removed a forgotten assert in more... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Jeff Cohen | Silence VC++ warnings about using 'this' in base member... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | This code is really unreachable. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | Fix warnings. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Andrew Lenharth | support for larger calls |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | Improve spelling |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | Improve conformance with the Misha spelling benchmark... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Tanya Lattner | Make this work on systems where size_t == unsigned... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Tanya Lattner | Make this work on systems where size_t is not the same... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Unbreak the build :( |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to ilist changes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | adjust to ilist changes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to ilist changes. |
commit | commitdiff | tree | snapshot |
next |