oota-llvm.git
2003-07-29 Chris LattnerDefine target value types in a form usable by target...
2003-07-28 Misha BrukmanMade many paragraphs fit into 80 characters per line...
2003-07-28 Chris LattnerAdd support for Alpha intrinsics, contributed by Rahul...
2003-07-28 Chris LattnerAdd alpha intrinsics, contributed by Rahul Joshi
2003-07-28 Misha BrukmanImplemented cleanups as suggested by Chris:
2003-07-28 Misha BrukmanAdded comment to function isExecutingJIT()
2003-07-28 John CriswellAdded two tasks:
2003-07-28 Misha BrukmanAdd rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.
2003-07-28 Misha BrukmanAdded comma after `i.e.'
2003-07-28 Misha BrukmanThe RTLD_GLOBAL flag allows symbols to be globally...
2003-07-28 Misha BrukmanLined things up in a more aesthetically pleasing way.
2003-07-28 Misha BrukmanBugDriver.h:
2003-07-28 Misha BrukmanAdd ability for external C code to get pointers to...
2003-07-28 Misha BrukmanClean up code dealing with RTLD_SELF differences on...
2003-07-28 Misha BrukmanFix reference to architecture.
2003-07-28 Misha BrukmanAdd in support to load shared objects (-load is provide...
2003-07-28 Misha BrukmanRemoved extra parenthesis and fixed spelling.
2003-07-28 Tanya LattnerNeed to include <string> to fix compile error on Sun
2003-07-28 Chris LattnerSpecify the value type for the register, not just the...
2003-07-28 Chris LattnerInstead of specifying the SIZE of the register, go...
2003-07-28 Chris LattnerAdd support for Set statements without {}'s. Now we...
2003-07-28 Chris LattnerAllow initializing variable initializers with variables
2003-07-27 Chris LattnerSomehow "simplest" test became a hello world test....
2003-07-26 Chris LattnerRename function to be more consistent with filename
2003-07-26 Chris LattnerCode generation phases are not allowed to modify the...
2003-07-26 Chris LattnerMaking this code const-correct would be a pain, so...
2003-07-26 Chris LattnerConst correctness fixes
2003-07-26 Chris LattnerBe const correct
2003-07-26 Chris LattnerHrm, another necesary one :(
2003-07-26 Chris LattnerWhoops, this one was needed
2003-07-26 Chris LattnerWe don't modify the LLVM rep, remain const correct
2003-07-26 Chris LattnerIf the pass changes _anything_ it must return true
2003-07-26 Chris LattnerThis code doesn't modify the LLVM structure, keep stuff...
2003-07-26 Chris LattnerRemove #include
2003-07-26 Chris LattnerRemove extraneous #includes
2003-07-26 Chris LattnerFix another minor bug
2003-07-26 Chris LattnerRemove #includes
2003-07-25 Chris LattnerSimplify some makefile magic, no functional changes
2003-07-25 Chris LattnerAdd fixmes
2003-07-25 Vikram S. Adve(1) Major fix to the way unused regs. are marked and...
2003-07-25 Chris LattnerThis test has been automatized
2003-07-25 Chris LattnerUpdate to use more modern graph checker
2003-07-25 Chris LattnerNew testcase, an automatized version of Vikrams ggcolla...
2003-07-25 Vikram S. Adve1. Fix a case that was marking the invalid reg. num...
2003-07-25 Vikram S. Adve(1) Change the way unused regs. are marked and found...
2003-07-25 Vikram S. AdveChange the way unused regs. are marked and found to...
2003-07-25 Vikram S. AdveRemove unused field. Change the way unused regs. are...
2003-07-25 Vikram S. AdveAdd an assertion.
2003-07-25 Chris LattnerRemove testcase which has been automatized
2003-07-25 Chris LattnerCheckin of Vikram's ggfuncptr.c test adapted for automa...
2003-07-25 Chris LattnerDont' try to parse the colon
2003-07-25 Chris LattnerAdd a more general check-flags which can be used to...
2003-07-25 Brian GaekeInclude llvm/Support/Mangler.h first. Don't include...
2003-07-25 Brian GaekeDon't include llvm/SlotCalculator.h, or <set>.
2003-07-25 Brian GaekeForward-declare class Module to make the header file...
2003-07-25 Chris LattnerMore cassert inclusion for GCC 3.3
2003-07-25 Chris LattnerChange reference to assert.h to mention cassert
2003-07-25 Chris LattnerBrian implemented the static compiler, take it off...
2003-07-25 Chris Lattner#include <cassert> as necessary...
2003-07-25 Chris LattnerFix another accessibility problem illuminated by GCC 3.3
2003-07-25 Chris LattnerFix visibility problem exposed by GCC 3.3
2003-07-25 Chris LattnerRemove inline declarations that GCC 3.3 doesn't like...
2003-07-25 Chris LattnerRegardless of whether C provides assert.h, C++ source...
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-25 Chris LattnerThis header works with GCC 3.3
2003-07-25 Chris LattnerUse C++ headers, not C headers
2003-07-25 Chris LattnerAdd includes of assert
2003-07-25 Chris LattnerFix accessibility problems GCC 3.3
2003-07-25 Chris LattnerAdd assert.h include
2003-07-25 Chris LattnerConvert to C++ style comments
2003-07-25 Vikram S. AdveInclude vector into these two files to ensure that...
2003-07-24 Misha BrukmanMade a bunch of cleanups, as per Chris' recommendations:
2003-07-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...
2003-07-24 Brian GaekeUse unified CWriter-X86/Printer name mangler. Do not...
2003-07-24 Chris LattnerMore testcases, which I'll implement later
2003-07-24 Chris LattnerModernize testcase
2003-07-24 Chris LattnerNew testcase
2003-07-24 Chris LattnerInstcombine: (A >> c1) << c2 for signed integers
2003-07-24 Chris LattnerNew testcases for signed shifts
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-07-24 Chris LattnerReorganization of code, no functional changes.
2003-07-24 Brian GaekeIt doesn't appear that we need to #include these.
2003-07-24 Chris LattnerAllow folding several instructions into casts, which...
2003-07-24 Chris LattnerMinor cleanups
2003-07-24 Brian GaekeConstify most methods. We could have constified doIniti...
2003-07-23 Chris LattnerDisable sample project until it works
2003-07-23 Chris LattnerAdd new tests, make existing tests more difficult
2003-07-23 Chris LattnerFix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerAdd comments
2003-07-23 Chris LattnerRemove explicit check for: not (not X) = X, it is alrea...
2003-07-23 Chris LattnerNew testcases
2003-07-23 Chris LattnerRenumber tests sequentially
2003-07-23 Chris LattnerSplit the or and xor tests into two separate files
2003-07-23 Chris LattnerRemove obscure test
2003-07-23 Chris LattnerCheck in old testcase sitting in my tree
2003-07-23 Chris LattnerFix program: SingleSource/UnitTests/2003-07-09-SignedAr...
2003-07-23 Brian GaekePrinter.cpp: Ditch addRequired/getAnalysis, because...
2003-07-23 Chris LattnerMake Module::getNamedFunction prefer non-external funct...
next