2005-02-09 |
Misha Brukman | * Use doc_code style for blocks of code |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Misha Brukman | Do not mention colors in style names, we might want... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Misha Brukman | * Use an HTML list <ol> instead of custom superscripts... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Misha Brukman | Add style to display notes on a different background... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | Turn footnotes into links, make the page validate. |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | If needed, this should be in the 'how to compile the... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | this should be incorporated into the build |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Misha Brukman | * Separate superscript footnotes with a comma, otherwis... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | Add instructions for MINGW, contributed by Henrik Bach |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | Don't print a 'Total Execution Time' line for the ... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | Fix test/Regression/Assembler/2005-02-09-AsmWriterStore... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | New testcase that the asmwriter botches. |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | Use new edge iterators to simplify some code. |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | Add some iterators that should have come in long ago |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Chris Lattner | Fix installation of configured headers when objdir... |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Andrew Lenharth | BranchCC, nifty |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Andrew Lenharth | fix store issue and an FP conversion (segfault) issue |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Chris Lattner | IndCallGraphMap is now a pointer to a new'd map. |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Chris Lattner | Hopefully fix the build on Darwin with GCC 3.3 |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Andrew Lenharth | copytoreg fix |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Andrew Lenharth | copyfromreg fix |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Andrew Lenharth | fix load bug |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Andrew Lenharth | more FP load store fixes and Load store simplifications |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Andrew Lenharth | clean up load and stores alot |
commit | commitdiff | tree | snapshot |
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 |
next |