oota-llvm.git
2003-07-30 Chris LattnerAdd variable to capture arguments that should be passed...
2003-07-30 Chris LattnerAdd support for "named positional arguments"
2003-07-30 Misha BrukmanRevert change: default architecture is never set, it...
2003-07-30 Vikram S. AdveWhen emitting a constant, check for ConstantExpr before
2003-07-30 Vikram S. Adve1. Make table size prime -- improves hashing performanc...
2003-07-30 Chris LattnerConform to the new interface for describing target...
2003-07-30 Chris LattnerAdd all of the necessary classes to describe the conten...
2003-07-30 Chris LattnerOnly regenerate the .inc file if IT has changed, not...
2003-07-30 Chris LattnerUse target specific interface instead of forcing it...
2003-07-30 Chris LattnerCode generation passes don't need access to raw LLVM...
2003-07-30 Chris LattnerFix coredump for when an ID is used illegally outside...
2003-07-30 Chris LattnerDon't pollute the namespace with template arguments...
2003-07-30 Chris LattnerImplement TODO: disallow 'def's with template arguments.
2003-07-30 Chris LattnerAllow specification of anonymous definitions
2003-07-30 Chris LattnerAllow passing lists through variables
2003-07-30 Chris LattnerImplement resolution of variables to the value of the...
2003-07-29 Chris LattnerNo this file is not actually Sparc.td :)
2003-07-29 Chris LattnerDo not use 'cpp' directly
2003-07-29 Chris LattnerAdd namespace specifier, add flags used by the X86 BE
2003-07-29 Chris LattnerDon't crash if there is no Inst class in the tablegen...
2003-07-29 Misha Brukman* Cleaned up and corrected comments wrt instruction...
2003-07-29 Misha BrukmanMake emitFarCall() public, and add a few comments to...
2003-07-29 Vikram S. AdveUnify all constant evaluations that depend on register...
2003-07-29 Vikram S. AdveBug fix: after reallocating the hash table, we have...
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
next