oota-llvm.git
2003-07-29 Vikram S. AdveUnify all constant evaluations that depend on register...
2003-07-29 Vikram S. AdveRename 'dump-asm' to 'dump-input' and really print...
2003-07-29 Vikram S. AdveBug fix: don't unnecessarily pretty-print control-chara...
2003-07-29 Vikram S. AdveAdd ConvertConstantToIntType() to unify all constant...
2003-07-29 Vikram S. AdveAdd code to support stack spill/temp offsets that don...
2003-07-29 Vikram S. AdveAll constant-evaluation code now unified into
2003-07-29 Vikram S. Adve1. Bug fix: Don't use branch operand reg. as temp...
2003-07-29 Vikram S. AdveDon't require a BB to look-up live variables, unless...
2003-07-29 Vikram S. AdveMoved insertCallerSavingCode() to PhyRegAlloc and
2003-07-29 Vikram S. AdveAdd const version of getLiveRangeForValue().
2003-07-29 Vikram S. AdveCode to insert caller-saves moved here from SparcRegInf...
2003-07-29 Vikram S. AdveDon't require a BB to look-up live variables, unless...
2003-07-29 John CriswellEnable JIT when the platform supports it.
2003-07-29 Misha Brukman* Correctly emit a far call if the target address does...
2003-07-29 Misha Brukman* Stop hard-coding a value for beginning of emitted...
2003-07-29 Misha Brukman* Disambiguate symbols before we start splitting module...
2003-07-29 Vikram S. AdveRegression test for incorrect character emitted to...
2003-07-29 Chris LattnerFix copy and paste-o
2003-07-29 Chris LattnerMove "register flags" definition the type of registers...
2003-07-29 Chris LattnerMove value type enums to CodeGen/ValueTypes.h
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
next