- 7e0281f Add links to new-featuer and code-cleanup bugs by Chris Lattner · 21 years ago
- 820bca2 Reid implemented this. by Chris Lattner · 21 years ago
- 4d00fde Changes to make the nightly tester run the regression tests at night, yaay! by Chris Lattner · 21 years ago
- 2089083 updates to ModuloSched by Tanya Lattner · 21 years ago
- fece182 Give PhiCp nodes better names in many cases. by Brian Gaeke · 21 years ago
- b985158 Make debugging output with -print-machineinstrs more useful: always print out by Brian Gaeke · 21 years ago
- f4ad013 Unbreak the bugpoint image by Chris Lattner · 21 years ago
- 9d1af97 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 21 years ago
- c3fcaea Don't use size() when you mean empty() by Chris Lattner · 21 years ago
- a5dcc4f Minor efficiency gain: do 1 nlogn lookup instead of two Code cleanup by Chris Lattner · 21 years ago
- d06a549 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 21 years ago
- eaca89b Eliminate this form of SymbolTable::remove. It ignores the type argument by Chris Lattner · 21 years ago
- 11b9be5 Fix one of the major things that is causing the C Backend to infinite loop by Chris Lattner · 21 years ago
- 49f61c4 Add support for getting executable memory on Windows. This is actually by Chris Lattner · 21 years ago
- c89fe6d Add a new function for the JIT. libsupport is now the only library that by Chris Lattner · 21 years ago
- 34e40d4 Add a new function for the JIT by Chris Lattner · 21 years ago
- 0cb162b Use the SystemUtils.h file to do our dirty work. by Chris Lattner · 21 years ago
- 18884fa Right: the #includes are not needed either by Chris Lattner · 21 years ago
- e53477e Add support for zero length files by Chris Lattner · 21 years ago
- 531b802 Use fileutilities instead of mmap directly by Chris Lattner · 21 years ago
- fb777c2 Use the new FileUtilities.h API for mapping a file into an address space by Chris Lattner · 21 years ago
- eb08299 Add a pair of functions to hide system specific details of mapping a file in for reading. by Chris Lattner · 21 years ago
- 4e6620c Remove some more dead code resulting from adding setTypeName(). by Reid Spencer · 21 years ago
- 9ed0f17 Remove an assertion that uses Type::TypeTy that is never hit and will by Reid Spencer · 21 years ago
- 73b7495 Clean up a comment. by Reid Spencer · 21 years ago
- 5dff158 Fix for bug 348. The SymbolTable changes caused this one too. by Reid Spencer · 21 years ago
- aeb3c80 Make comment lines stick out less. by Brian Gaeke · 21 years ago
- 6f05f35 Remove long unused #includes by Chris Lattner · 21 years ago
- 63e8dfa These #includes are long dead by Chris Lattner · 21 years ago
- e7b9a1a Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed it by John Criswell · 21 years ago
- 1fc3739 Fix warnings about reaching end of non-void function by Chris Lattner · 21 years ago
- 0a576b0 Add DynamicLinker support for systems that provide windows.h by Chris Lattner · 21 years ago
- f0f3c06 An "autoconf wrapper" for the infamous windows.h file by Chris Lattner · 21 years ago
- 7dde37d Make the test pass by using the correct RUN: syntax. by Reid Spencer · 21 years ago
- b2815e0 Added a check for a new header file. by John Criswell · 21 years ago
- 3153e4f Neuter the -q option. Stop printing the "program modified" message, ever by Chris Lattner · 21 years ago
- 6ed81e2 Use the SymbolTable::isEmpty() method instead of checking for no value by Reid Spencer · 21 years ago
- 12fe669 Add support for dos-style files by Chris Lattner · 21 years ago
- c52663c This code is a real mess, but at least get the JIT *building* on platforms by Chris Lattner · 21 years ago
- 91e43da doxygen no longer builds into the docs tree, and we no longer have boost by Chris Lattner · 21 years ago
- a0846a3 Add support for dos-style files by Chris Lattner · 21 years ago
- 36c5757 Add support for dos style files. by Chris Lattner · 21 years ago
- 8152f5f Add back a test I accidentally removed by Chris Lattner · 21 years ago
- e1368ae Fix InstCombine/load.ll & PR347. by Chris Lattner · 21 years ago
- 3ba3097 Add another testcase by Chris Lattner · 21 years ago
- ec7eb45 Re-introduce the -q option and make opt always return 0, even if the by Reid Spencer · 21 years ago
- 77ac9ed Added a "RUN:" line so this file can be executed by TestRunner.sh by Reid Spencer · 21 years ago
- 0870594 Removed the -q option and the default message written to stderr. The by Reid Spencer · 21 years ago
- 7bbf388 remove bogus test by Chris Lattner · 21 years ago
- 896b64b Make the test test what it is supposed to by Chris Lattner · 21 years ago
- c0e61e3 The -exprs pass is no longer with LLVM. *sniff* by Chris Lattner · 21 years ago
- 413c76f Correct test. use "not grep" instead of "grep -v" by Chris Lattner · 21 years ago
- 8dfe570 Implement constant folding of fmod, which is used a lot in povray by Chris Lattner · 21 years ago
- b04cb7d Right, globals aren't values yet.. by Chris Lattner · 21 years ago
- b18b9d7 Restructure call constant folding code a bit to make it simpler by Chris Lattner · 21 years ago
- d957211 Add a simple pass. by Chris Lattner · 21 years ago
- 9b2a184 Continue the exposition by Chris Lattner · 21 years ago
- 9772629 Continue the implementation by Chris Lattner · 21 years ago
- a2f45b2 A few more microsteps by Chris Lattner · 21 years ago
- 56fff59 gc_init now gets an argument by Chris Lattner · 21 years ago
- 6623cff Uhh, that doesn't exist. by Chris Lattner · 21 years ago
- 5e77935 Beta-test moving a header from include/Support into the llvm hierarchy: by Chris Lattner · 21 years ago
- bed85ff Header file moved by Chris Lattner · 21 years ago
- 6f9e607 Header moved by Chris Lattner · 21 years ago
- a5648f2 Signals.h header moved. Eventually this should move into a lib/System library, by Chris Lattner · 21 years ago
- 3166440 Moved header from include/Support/ to include/llvm/System by Chris Lattner · 21 years ago
- d895ffe Changes to make libSupport build on systems that don't have the wait syscall. by Chris Lattner · 21 years ago
- 9a5dc4f Add section on the newly added Instruction and subclasses constructor variant. by Alkis Evlogimenos · 21 years ago
- f3ecf3a Only give warnings if the user doesn't have mmap(). This is pretty much by John Criswell · 21 years ago
- 75dbe8e Add constructors that take a BasicBlock to append to, to the rest of by Alkis Evlogimenos · 21 years ago
- dcf3a6b Fix a test that was "broken" by new optimizations. The transformation we by Chris Lattner · 21 years ago
- fe3a093 Do not pass a null pointer if this instruction is not prepended or by Alkis Evlogimenos · 21 years ago
- f6e8cb4 Inline trivial constructors. by Alkis Evlogimenos · 21 years ago
- b03de0c Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy by Reid Spencer · 21 years ago
- 75719bf Provide the correct patch for bug 345. The solution is to add a setTypeName by Reid Spencer · 21 years ago
- 9b41dcf Tighten up checking on SymbolTable interface to make it illegal to pass a by Reid Spencer · 21 years ago
- e5828f1 Refactor common initialization code in private init() functions. by Alkis Evlogimenos · 21 years ago
- 99c58f4 Use one destination constructor for the unconditional branch. by Alkis Evlogimenos · 21 years ago
- 6f35128 Fix spelling of doxygen directive. by Misha Brukman · 21 years ago
- 85acba6 Fix PR344: the incorrect remove was being used. by Chris Lattner · 21 years ago
- c293cfa Make the test use the %A type by Chris Lattner · 21 years ago
- 42fbc7e A quick and ugly hack to fix PR345. I used TypeTy specifically to make by Chris Lattner · 21 years ago
- 94c4359 Fix a bug in reid's checkin by Chris Lattner · 21 years ago
- 096603a Added a section on the SymbolTable class. by Reid Spencer · 21 years ago
- 798ff64 Part of bug 122: by Reid Spencer · 21 years ago
- 0d1b77e Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by by Reid Spencer · 21 years ago
- ebac645 Adding scheduling class. by Tanya Lattner · 21 years ago
- 4cffb58 Updating my cvs versions. THis is still in progress and much will be changed. by Tanya Lattner · 21 years ago
- 1812268 Add a (not very meaningful) default constructor for AllocInfo objects. by Brian Gaeke · 21 years ago
- 6b1f58b Put SlotTable.h inclusion back at front of list to be coding standards by Reid Spencer · 21 years ago
- 4f840ed Change the install-includes target to completely ignore the llvm/Internal by Reid Spencer · 21 years ago
- a85b8cf Make the constructor explicit so we can't implicitly convert bool to SlotTable. by Reid Spencer · 21 years ago
- 3751bd6 Make some improvements suggested by Chris. by Reid Spencer · 21 years ago
- 293a55f Adding the initial implementation of the SlotTable class. This class is by Reid Spencer · 21 years ago
- 2662aa0 Remove this file as well as it is no longer needed nor it compiles by Alkis Evlogimenos · 21 years ago
- fa452c0 Document a couple functions. by Reid Spencer · 21 years ago
- 8dabb50 Make use of the doc_author and doc_code styles. <tt>'ify llvm names. Minor by Chris Lattner · 21 years ago
- 94f2df2 Changed to use SymbolTable's new iteration interfaces. by Reid Spencer · 21 years ago
- b152f9f Changed to use SymbolTable's new lookup interface. by Reid Spencer · 21 years ago
- e0b295a Removed unused, useless header file. by Reid Spencer · 21 years ago