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 |
2005-01-29 |
Chris Lattner | Adjust to changes in ilist |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Rename createNode -> createSentinal. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | clean up comments |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | This has been deprecated for long enough, nuke it. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | This file was schizophrenic when it came to representin... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | There is no reason to include ostream here, include... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | After reading in a bc file, trim the resultant buffer... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Andrew Lenharth | first step towards a correct and complete stack. also... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Due to previous simplifications, we can simplify the... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Properly handle volatile. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Remove some useless map operations. Loads/stores that... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Before doing expensive global analysis, check to make... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Fix quotes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Jeff Cohen | Unbreak VC++ build |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Minor simplification/speedup. Replaces a set lookup... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Eliminate generality that is not buying us anything... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | If we see: |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Memory used is a delta between memuse at the start... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Jeff Cohen | Unbreak VC++ build |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Make sure that we always grow a multiple of 2 operands. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | noteworthy. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in instruction interfaces. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Switchinst takes a hint for the number of cases it... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | switchinst ctor now takes a hint for the number of... |
commit | commitdiff | tree | snapshot |
next |