2004-05-27 |
Chris Lattner | Add support for dos-style files |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Add support for dos style files. |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Add back a test I accidentally removed |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Fix InstCombine/load.ll & PR347. |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Add another testcase |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Reid Spencer | Re-introduce the -q option and make opt always return... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Reid Spencer | Added a "RUN:" line so this file can be executed by... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Reid Spencer | Removed the -q option and the default message written... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | remove bogus test |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Make the test test what it is supposed to |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | The -exprs pass is no longer with LLVM. *sniff* |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Correct test. use "not grep" instead of "grep -v" |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Implement constant folding of fmod, which is used a... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Right, globals aren't values yet.. |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Restructure call constant folding code a bit to make... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Add a simple pass. |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Continue the exposition |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Continue the implementation |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | A few more microsteps |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | gc_init now gets an argument |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Uhh, that doesn't exist. |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Beta-test moving a header from include/Support into... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Header file moved |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Header moved |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Signals.h header moved. Eventually this should move... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Moved header from include/Support/ to include/llvm... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Lattner | Changes to make libSupport build on systems that don... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Alkis Evlogimenos | Add section on the newly added Instruction and subclass... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
John Criswell | Only give warnings if the user doesn't have mmap()... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Alkis Evlogimenos | Add constructors that take a BasicBlock to append to... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Chris Lattner | Fix a test that was "broken" by new optimizations.... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Alkis Evlogimenos | Do not pass a null pointer if this instruction is not... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Alkis Evlogimenos | Inline trivial constructors. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Reid Spencer | Several clean ups suggested by Chris: remove tabs,... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Reid Spencer | Provide the correct patch for bug 345. The solution... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Reid Spencer | Tighten up checking on SymbolTable interface to make... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Alkis Evlogimenos | Refactor common initialization code in private init... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Alkis Evlogimenos | Use one destination constructor for the unconditional... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Misha Brukman | Fix spelling of doxygen directive. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Chris Lattner | Fix PR344: the incorrect remove was being used. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Chris Lattner | Make the test use the %A type |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Chris Lattner | A quick and ugly hack to fix PR345. I used TypeTy... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Chris Lattner | Fix a bug in reid's checkin |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Reid Spencer | Added a section on the SymbolTable class. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Reid Spencer | Part of bug 122: |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Reid Spencer | Part of bug 122. Removed dependency of AsmWriter on... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Tanya Lattner | Adding scheduling class. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Tanya Lattner | Updating my cvs versions. THis is still in progress... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Brian Gaeke | Add a (not very meaningful) default constructor for... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Put SlotTable.h inclusion back at front of list to... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Change the install-includes target to completely ignore... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Make the constructor explicit so we can't implicitly... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Make some improvements suggested by Chris. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Adding the initial implementation of the SlotTable... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Alkis Evlogimenos | Remove this file as well as it is no longer needed... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Document a couple functions. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Chris Lattner | Make use of the doc_author and doc_code styles. <tt... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Changed to use SymbolTable's new iteration interfaces. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Changed to use SymbolTable's new lookup interface. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Removed unused, useless header file. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Added a bit on slot numbers. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Made it illegal to pass a Type* through one of the... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Convert to SymbolTable's new iteration interface. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Convert to SymbolTable's new iteration interface. Remov... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Completely rewrote the class. SymbolTable now separates... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Convert to SymbolTable's new lookup and iteration inter... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Remove unused header file. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Make this pass simply invoke SymbolTable::strip(). |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Remove use of Type::TypeTy from an assert. It will... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Get rid of a wart: useless getFILE function is now... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Give Type its own dump() method in preparation for... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Completely rewrote the class. SymbolTable now separates... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Convert dump() method to call Type::dump() instead... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Reid Spencer | Fix a small typo. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Vikram S. Adve | Recognize memalign and friends, and handle them specially. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Chris Lattner | Implement InstCombine:shift.ll:test16, which turns... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Chris Lattner | Implement some helpers |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Chris Lattner | Add some helpers |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Chris Lattner | Implement instcombine/cast.ll:test16: |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Chris Lattner | Add a new test16 and fix some other tests that were... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Make doc_code shrink-to-fit. This only works in mozill... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Tanya Lattner | Moved MachineBasicBlock deconstructor to cpp file and... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Fix a bug in my previous checkin |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Tanya Lattner | Added MachineFunction parent* to MachineBasicBlock... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Lots of minor typo fixes, some minor inaccuracies fixed... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | new feature |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Fix a couple of busted li's |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Add a todo to make it clear that the section is not... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Personally, I think that documentation is as important... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Fix a div problem that was causing some wierd indentati... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Add some notes |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Add a link to the GC doc |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Chris Lattner | Eliminate an explicit use of the LLVM basic block,... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Tanya Lattner | Changed clone to be const. |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Alkis Evlogimenos | Eliminate warnings |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Chris Lattner | Testcases for andersen's alias analysis. |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Chris Lattner | Spelling people's names right is kinda important |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Chris Lattner | Build the garbage collectors |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Chris Lattner | Initial checkin of GC implementation support files |
commit | commitdiff | tree | snapshot |
next |