- 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
- 7aa940d Added a bit on slot numbers. by Reid Spencer · 21 years ago
- 8755108 Made it illegal to pass a Type* through one of the Value* interfaces. The by Reid Spencer · 21 years ago
- 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
- af90b0d Convert to SymbolTable's new iteration interface. Remove tabs. by Reid Spencer · 21 years ago
- b870c5f Completely rewrote the class. SymbolTable now separates Type* from Value* in preparation\ by Reid Spencer · 21 years ago
- 567bc2c Convert to SymbolTable's new lookup and iteration interfaces. by Reid Spencer · 21 years ago
- c8a1fcd Remove unused header file. by Reid Spencer · 21 years ago
- 3f0635e Make this pass simply invoke SymbolTable::strip(). by Reid Spencer · 21 years ago
- 119b342 Remove use of Type::TypeTy from an assert. It will go away soon. by Reid Spencer · 21 years ago
- 0098bdf Get rid of a wart: useless getFILE function is now a cast macro. by Reid Spencer · 21 years ago
- ec55b08 Give Type its own dump() method in preparation for Type != Value. by Reid Spencer · 21 years ago
- bdfb668 Completely rewrote the class. SymbolTable now separates Type* from Value* in preparation\ by Reid Spencer · 21 years ago
- 3afbb1a Convert dump() method to call Type::dump() instead of Value::dump(). by Reid Spencer · 21 years ago
- 03d186a Fix a small typo. by Reid Spencer · 21 years ago
- e4e97ef Recognize memalign and friends, and handle them specially. by Vikram S. Adve · 21 years ago
- 3c6a0d4 Implement InstCombine:shift.ll:test16, which turns (X >> C1) & C2 != C3 by Chris Lattner · 21 years ago
- 256b7a4 New testcase by Chris Lattner · 21 years ago
- c971025 Implement some helpers by Chris Lattner · 21 years ago
- 02140b0 Add some helpers by Chris Lattner · 21 years ago
- a710ddc Implement instcombine/cast.ll:test16: by Chris Lattner · 21 years ago
- 2e13cea Add a new test16 and fix some other tests that were not properly written by Chris Lattner · 21 years ago
- 58ac674 Make doc_code shrink-to-fit. This only works in mozilla, but it doesn't by Chris Lattner · 21 years ago
- 17fb34b Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 21 years ago
- b11a99b Fix a bug in my previous checkin by Chris Lattner · 21 years ago
- 792699c Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 21 years ago
- 2b90565 Lots of minor typo fixes, some minor inaccuracies fixed, and some new material. by Chris Lattner · 21 years ago
- 14cd539 new feature by Chris Lattner · 21 years ago
- 2ca1fd1 Fix a couple of busted li's by Chris Lattner · 21 years ago
- ea4ed22 Add a todo to make it clear that the section is not done by Chris Lattner · 21 years ago
- b965669 Personally, I think that documentation is as important as code. Increase by Chris Lattner · 21 years ago
- 80453c9 Fix a div problem that was causing some wierd indentation. Get more div'y by Chris Lattner · 21 years ago
- 39491a7 Add some notes by Chris Lattner · 21 years ago
- 94ec513 Add a link to the GC doc by Chris Lattner · 21 years ago
- 5bf3ce2 Eliminate an explicit use of the LLVM basic block, using getParent instead, by Chris Lattner · 21 years ago
- 0c63e03 Changed clone to be const. by Tanya Lattner · 21 years ago
- 86f2382 Eliminate warnings by Alkis Evlogimenos · 21 years ago
- 2b83af5 Testcases for andersen's alias analysis. by Chris Lattner · 21 years ago
- f52988a Spelling people's names right is kinda important by Chris Lattner · 21 years ago
- 8ad864a Build the garbage collectors by Chris Lattner · 21 years ago
- e6fd776 Initial checkin of GC implementation support files by Chris Lattner · 21 years ago
- 0bd34a2 Create a new style for tables that have no width (.doc_table_nw) so the by Reid Spencer · 21 years ago
- 77ac7ba Check in an EARLY START on a simple copying collector by Chris Lattner · 21 years ago
- 4cb1f3c Add a simple testcase for garbage collection support by Chris Lattner · 21 years ago
- 99c59e8 Add support for accurate garbage collection to the LLVM code generators by Chris Lattner · 21 years ago
- df04097 Add some notes to myself, no functional changes by Chris Lattner · 21 years ago
- bbdbf30 minor wording change by Chris Lattner · 21 years ago
- befa499 Fix cases where we missed inlining some more obvious candidates because the by Chris Lattner · 21 years ago
- 74c68ff Simplify the interface and remove an unneeded #include by Chris Lattner · 21 years ago
- 9e7cc2f Fairly substantial changes to update the alias analysis we are querying as by Chris Lattner · 21 years ago
- 2741c97 Adjust to the changes in the AliasSetTracker interface by Chris Lattner · 21 years ago
- 057f78a Add support for replacement of formal arguments with simpler expressions. by Chris Lattner · 21 years ago
- 08005df Implement the -lowergc pass which is used by code generators (like the CBE) by Chris Lattner · 21 years ago
- e899705 Recognize and verify the new GC intrinsics. by Chris Lattner · 21 years ago
- 942ae1a Add the new GC intrinsics by Chris Lattner · 21 years ago
- bab838e Add a new prototype by Chris Lattner · 21 years ago
- 5a24d70 Changes to work with the changes to the AliasAnalysis interface. The -no-aa by Chris Lattner · 21 years ago
- b52f440 Move the -no-aa AA implementation into this file since both of these by Chris Lattner · 21 years ago
- 484e302 Updates to work with the new auto-forwarding AA interface changes by Chris Lattner · 21 years ago
- 2412a05 Fix a really nasty bug with the -disable-ds-field-sensitivity option by Chris Lattner · 21 years ago
- 1bf3408 Update to match the autochaining interface that the AA interface uses by Chris Lattner · 21 years ago
- 0f312d6 Implement the interfaces to update value numbering information. Add an assert. by Chris Lattner · 21 years ago
- ab8c565 Several *major* changes to the AA interfaces: by Chris Lattner · 21 years ago
- bc78225 Add interfaces to update value numbering results by Chris Lattner · 21 years ago
- c43e0ae Rename a method by Chris Lattner · 21 years ago
- 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 21 years ago