- a892ead * Separate superscript footnotes with a comma, otherwise it's a 2-digit number by Misha Brukman · 20 years ago
- 8ccb87f Add instructions for MINGW, contributed by Henrik Bach by Chris Lattner · 20 years ago
- 3ac9605 Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped by Chris Lattner · 20 years ago
- fe0343a Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.ll by Chris Lattner · 20 years ago
- 55d813a New testcase that the asmwriter botches. by Chris Lattner · 20 years ago
- 6be0794 Use new edge iterators to simplify some code. by Chris Lattner · 20 years ago
- 748ca4d Add some iterators that should have come in long ago by Chris Lattner · 20 years ago
- ca94fa2 Fix installation of configured headers when objdir != srcdir. Patch by Chris Lattner · 20 years ago
- 445171a BranchCC, nifty by Andrew Lenharth · 20 years ago
- 760270d fix store issue and an FP conversion (segfault) issue by Andrew Lenharth · 20 years ago
- bcc70bc IndCallGraphMap is now a pointer to a new'd map. by Chris Lattner · 20 years ago
- ddf5a35 Hopefully fix the build on Darwin with GCC 3.3 by Chris Lattner · 20 years ago
- 2921916 copytoreg fix by Andrew Lenharth · 20 years ago
- 06342c3 copyfromreg fix by Andrew Lenharth · 20 years ago
- 0382401 fix load bug by Andrew Lenharth · 20 years ago
- a549deb more FP load store fixes and Load store simplifications by Andrew Lenharth · 20 years ago
- f311e8b clean up load and stores alot by Andrew Lenharth · 20 years ago
- 0538034 teach all loads and stores about the stack by Andrew Lenharth · 20 years ago
- 2c9e38c prefer FP scratch registers and more check in LowerArguments by Andrew Lenharth · 20 years ago
- 6583890 fix oopso by Andrew Lenharth · 20 years ago
- 9e8d109 smarter loads and stores. can now handle base+offset. by Andrew Lenharth · 20 years ago
- 0bc68a8 fix build by Andrew Lenharth · 20 years ago
- 97127a1 clean up by Andrew Lenharth · 20 years ago
- d4bdd54 fix f32 setcc, and fp select by Andrew Lenharth · 20 years ago
- 9818c05 added ugly support for fp compares by Andrew Lenharth · 20 years ago
- 2a8350a Make the rest of file header comments consistent in format and style by Misha Brukman · 20 years ago
- eecfea4 Eliminate the explicit opcode field in ConstantExpr, using the SubclassData by Chris Lattner · 20 years ago
- 88fe29a Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinks by Chris Lattner · 20 years ago
- 2866297 Instead of initializing the volatile field, use accessors to set it. by Chris Lattner · 20 years ago
- 905547b Initialize new field. by Chris Lattner · 20 years ago
- 8f0d403 SubclassID is really a small field. Split it into half and let subclasses by Chris Lattner · 20 years ago
- b05a76c Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov! by Chris Lattner · 20 years ago
- bc9ccf6 Make file header comment consistent: extend the whole 80 cols to fill the line by Misha Brukman · 20 years ago
- 86db364 If we have an indirect call site that calls N functions, inline the N functions by Chris Lattner · 20 years ago
- e859444 Split mergeInGraph into two methods. by Chris Lattner · 20 years ago
- eefc71b Add some new members by Chris Lattner · 20 years ago
- fbafcb7 add new member by Chris Lattner · 20 years ago
- d7be188 Fix the Regression/Transforms/DSAnalysis/recursion.ll regression. by Chris Lattner · 20 years ago
- 595dc54 Fix a case where were incorrectly compiled cast from short to int on 64-bit by Chris Lattner · 20 years ago
- 440e688 alignment by Andrew Lenharth · 20 years ago
- 968a30e get alignment printing correctly and get rid of __main hack by Andrew Lenharth · 20 years ago
- 571c9c3 fix constant pointer outputing on 64 bit machines by Andrew Lenharth · 20 years ago
- 9106eca * Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVS by Misha Brukman · 20 years ago
- 12dd262 FP fixes by Andrew Lenharth · 20 years ago
- bb753c4 Refactor getFunctionArgumentsForCall out of mergeInGraph. by Chris Lattner · 20 years ago
- 3a82620 Add a new method. by Chris Lattner · 20 years ago
- 8f0cad1 * Clearly mark LLVM_LIB_SEARCH_PATH as being optional by Misha Brukman · 20 years ago
- 032ad08 This is no longer needed. Global variables with undef initializers can be by Chris Lattner · 20 years ago
- 3ce1103 * Instead of fixing the version numbers before every release, mark them as x.y by Misha Brukman · 20 years ago
- b014d3e Store fix by Andrew Lenharth · 20 years ago
- ddfacc3 oops by Andrew Lenharth · 20 years ago
- 879ef22 prevent register allocator from using the stack pointer :) by Andrew Lenharth · 20 years ago
- 22088bb fix loading of floats by Andrew Lenharth · 20 years ago
- ab79137 Put libraries in a common directory by Jeff Cohen · 20 years ago
- 8d163d2 marked mem* as not supported by Andrew Lenharth · 20 years ago
- f941f6d Add additional source of Win32 GNU utilities. by Jeff Cohen · 20 years ago
- 83874c9 Fix crash on MallocInsts of unsized types. by Alkis Evlogimenos · 20 years ago
- c23d696 fix Load bug by Andrew Lenharth · 20 years ago
- 272455b Fix yet another memset issue. by Chris Lattner · 20 years ago
- 2afc821 try to make a bug bugpointable, add yet more constant pool stuff, fixup constant loads for FP by Andrew Lenharth · 20 years ago
- 22d5a41 better constant handling, should fix many remaining cases by Andrew Lenharth · 20 years ago
- 270e851 Add variable for bugpoint. by Alkis Evlogimenos · 20 years ago
- 269dbf5 Eliminate some duplicated debug code by Chris Lattner · 20 years ago
- 20cd136 Eliminate self-recursion as a special case. by Chris Lattner · 20 years ago
- af8650e Eliminate use of DSCallSiteIterator in key loop. This is a half step to by Chris Lattner · 20 years ago
- 321f683 remove dead method by Chris Lattner · 20 years ago
- e76797c fix FP arg passing bug, Add unsigned to/from int, fix SELECT, fix Constant pool by Andrew Lenharth · 20 years ago
- f61ed95 Print the Constant pool by Andrew Lenharth · 20 years ago
- ae088f4 Make cmov work right and loads for fp from constant pool by Andrew Lenharth · 20 years ago
- 2a8fc23 Correct stack stuff for FP by Andrew Lenharth · 20 years ago
- 2f40163 try to match alpha pattern by Andrew Lenharth · 20 years ago
- daf4b04 fix register names by Andrew Lenharth · 20 years ago
- 1e75999 Signficantly speed up printing by not emitting the same file twice with by Chris Lattner · 20 years ago
- deb692e Fix some bugs andrew noticed legalizing memset for alpha by Chris Lattner · 20 years ago
- f189bce Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit. by Chris Lattner · 20 years ago
- b9a47d1 Put finishing touches on GettingStartedVS.html and link it to the index. by Jeff Cohen · 20 years ago
- 595f06c Fix test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll by Chris Lattner · 20 years ago
- 4047a49 Apparently := confuses makellvm by Chris Lattner · 20 years ago
- 70dd770 This bug crashes the assembler, distilled from a testcase produced by Andrew. by Chris Lattner · 20 years ago
- c1faced pecimise loads, put indirect call addr in right register. still doesn't fix methcall by Andrew Lenharth · 20 years ago
- 75008d8 Update speedup and shrinkage info by Chris Lattner · 20 years ago
- 29d1ca6 Updates for new use list changes. by Chris Lattner · 20 years ago
- 5c46140 Update for API change. by Chris Lattner · 20 years ago
- ac93004 API change. by Chris Lattner · 20 years ago
- d514d82 Adjust to changes in APIs by Chris Lattner · 20 years ago
- 5a87447 Hacks to make this ugly ugly code work with the new use lists. by Chris Lattner · 20 years ago
- a266197 Switch from using an ilist for uses to using a custom doubly linked list. by Chris Lattner · 20 years ago
- caa7c19 Fix a problem where we could infinitely recurse on phi nodes. by Chris Lattner · 20 years ago
- 41ce39c Fix hyphenation in output comment by Misha Brukman · 20 years ago
- fcfe33a Implement InstCombine/cast.ll:test25, a case that occurs many times in spec by Chris Lattner · 20 years ago
- 0f99119 New testcase by Chris Lattner · 20 years ago
- 7a4f03d Add LLVM with Visual Studio overview by Jeff Cohen · 20 years ago
- 2f503e6 Implement the trivial cases in InstCombine/store.ll by Chris Lattner · 20 years ago
- 71dd598 New testcase by Chris Lattner · 20 years ago
- 2a73a0b Rename these to start with %c, as they are the only ones that are checked. by Chris Lattner · 20 years ago
- f952785 Implement Transforms/InstCombine/cast-load-gep.ll, which allows us to devirtualize by Chris Lattner · 20 years ago
- 36559a4 New testcase by Chris Lattner · 20 years ago
- b8b6e6a indirect call fix by Andrew Lenharth · 20 years ago
- 7efadce fp to int and back conversion sequences by Andrew Lenharth · 20 years ago
- 6132332 Fix the regressions my User changes introduced. Apparently some parts of by Chris Lattner · 20 years ago