2003-07-28 |
Misha Brukman | Implemented cleanups as suggested by Chris: |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Added comment to function isExecutingJIT() |
commit | commitdiff | tree | snapshot |
2003-07-28 |
John Criswell | Added two tasks: |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Added comma after `i.e.' |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | The RTLD_GLOBAL flag allows symbols to be globally... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Lined things up in a more aesthetically pleasing way. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | BugDriver.h: |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Add ability for external C code to get pointers to... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Clean up code dealing with RTLD_SELF differences on... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Fix reference to architecture. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Add in support to load shared objects (-load is provide... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Removed extra parenthesis and fixed spelling. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Tanya Lattner | Need to include <string> to fix compile error on Sun |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Specify the value type for the register, not just the... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Instead of specifying the SIZE of the register, go... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Add support for Set statements without {}'s. Now we... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Allow initializing variable initializers with variables |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Chris Lattner | Somehow "simplest" test became a hello world test.... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Rename function to be more consistent with filename |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Code generation phases are not allowed to modify the... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Making this code const-correct would be a pain, so... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Const correctness fixes |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Be const correct |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Hrm, another necesary one :( |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Whoops, this one was needed |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | We don't modify the LLVM rep, remain const correct |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | If the pass changes _anything_ it must return true |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | This code doesn't modify the LLVM structure, keep stuff... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Remove #include |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Remove extraneous #includes |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Fix another minor bug |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Remove #includes |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Simplify some makefile magic, no functional changes |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Add fixmes |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | (1) Major fix to the way unused regs. are marked and... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | This test has been automatized |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Update to use more modern graph checker |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | New testcase, an automatized version of Vikrams ggcolla... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | 1. Fix a case that was marking the invalid reg. num... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | (1) Change the way unused regs. are marked and found... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | Change the way unused regs. are marked and found to... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | Remove unused field. Change the way unused regs. are... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | Add an assertion. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Remove testcase which has been automatized |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Checkin of Vikram's ggfuncptr.c test adapted for automa... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Dont' try to parse the colon |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Add a more general check-flags which can be used to... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Brian Gaeke | Include llvm/Support/Mangler.h first. Don't include... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Brian Gaeke | Don't include llvm/SlotCalculator.h, or <set>. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Brian Gaeke | Forward-declare class Module to make the header file... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | More cassert inclusion for GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Change reference to assert.h to mention cassert |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Brian implemented the static compiler, take it off... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | #include <cassert> as necessary... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Fix another accessibility problem illuminated by GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Fix visibility problem exposed by GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Remove inline declarations that GCC 3.3 doesn't like... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Regardless of whether C provides assert.h, C++ source... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Use the C++ <cassert> header, not the C <assert.h>... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | This header works with GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Use C++ headers, not C headers |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Add includes of assert |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Fix accessibility problems GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Add assert.h include |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Convert to C++ style comments |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | Include vector into these two files to ensure that... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Misha Brukman | Made a bunch of cleanups, as per Chris' recommendations: |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Brian Gaeke | Cleanups: |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Brian Gaeke | Factor out name-mangling from X86/Printer, which is... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Brian Gaeke | Use unified CWriter-X86/Printer name mangler. Do not... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Chris Lattner | More testcases, which I'll implement later |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Chris Lattner | Modernize testcase |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Chris Lattner | Instcombine: (A >> c1) << c2 for signed integers |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Chris Lattner | New testcases for signed shifts |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Misha Brukman | Major addition to bugpoint: ability to debug code gener... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Chris Lattner | Reorganization of code, no functional changes. |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Brian Gaeke | It doesn't appear that we need to #include these. |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Chris Lattner | Allow folding several instructions into casts, which... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Brian Gaeke | Constify most methods. We could have constified doIniti... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Disable sample project until it works |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Add new tests, make existing tests more difficult |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Add comments |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Remove explicit check for: not (not X) = X, it is alrea... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Renumber tests sequentially |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Split the or and xor tests into two separate files |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Remove obscure test |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Check in old testcase sitting in my tree |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Fix program: SingleSource/UnitTests/2003-07-09-SignedAr... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Brian Gaeke | Printer.cpp: Ditch addRequired/getAnalysis, because... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Make Module::getNamedFunction prefer non-external funct... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | Fix space |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | InstCombine: (X ^ C1) & C2 --> (X & C2) iff (C1&C2... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Chris Lattner | - InstCombine: (X | C1) & C2 --> X & C2 iff C1 &... |
commit | commitdiff | tree | snapshot |
next |