oota-llvm.git
2003-08-01 Chris LattnerMove debugging support out of Statistic.h into Debug...
2003-08-01 Chris LattnerIncluding statistics into an anonymous namespace that...
2003-08-01 Chris LattnerFix <>'s in HTML
2003-08-01 Chris LattnerCheck in the implementation of the FileUtilities!
2003-08-01 Chris LattnerTablegen should only replace the output if it changes
2003-08-01 Chris LattnerRemove makefile complexity by always running tablegen...
2003-08-01 Chris LattnerUse the new FileUtilities library to do diff'ing of...
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-08-01 Chris LattnerNew file
2003-08-01 Chris LattnerMake sure to delete the output file if there is an...
2003-08-01 Chris LattnerMove #include from a header to here
2003-08-01 Chris LattnerThis file doesn't need this include
2003-08-01 Chris LattnerDon't emit modules with lots of cruft hanging off of...
2003-08-01 Chris LattnerParameterize the performFinalCleanups a bit
2003-08-01 Vikram S. AdveAdd all arithmetic operators to ConstantExprToString().
2003-08-01 Vikram S. Adve*Both* operands of divide need sign-extension before...
2003-08-01 Vikram S. AdvePut back the separate pass to decompose multi-dimension...
2003-08-01 Chris Lattneradd support for emitting register classes
2003-08-01 Chris LattnerAdd new getValueAsListInit and getValueAsInt methods
2003-08-01 Chris LattnerAdd the ability to emit register file enums
2003-08-01 Chris LattnerFix the way field bit references are resolved, also...
2003-08-01 Chris Lattnerencode size information into each ValueType
2003-08-01 Chris LattnerDead code elimination
2003-08-01 Chris LattnerAdd new getValueAsBitsInit 'high-level' method
2003-08-01 Chris LattnerAdd file comment
2003-08-01 Chris LattnerInitial checkin of register info emitter
2003-08-01 Chris LattnerSimplify code to match new interfaces
2003-08-01 Chris LattnerSwitch over to an exception handling model for "high...
2003-08-01 Chris LattnerMinor cleanups
2003-08-01 Chris LattnerFactor code out into a new getAllDerivedDefinitions...
2003-08-01 Chris LattnerThis method is long dead
2003-07-31 John CriswellRemoved the -only-static option as it is no longer...
2003-07-31 John CriswellModified the use of libtool so that we don't compile...
2003-07-31 Chris LattnerFix the JIT in the Nightly tester. This was not a...
2003-07-31 Chris LattnerTrivial cleanups: no need to include header twice....
2003-07-31 Chris LattnerRemove more obsolete comments
2003-07-31 Misha BrukmanChanged pointer to the JIT code to its current location...
2003-07-31 Chris LattnerUnbreak the CBE output
2003-07-31 Brian GaekeI think local symbols in X86 GAS have to start with...
2003-07-31 John CriswellChanged the default location of OBJ_ROOT to follow...
2003-07-31 Chris LattnerForget about KEEP_SYMBOLS, make sure to build into...
2003-07-31 John CriswellModified the code so that it generates (0) for setjmp...
2003-07-31 Tanya LattnerRenamed trapping instruction function to be more consis...
2003-07-31 Tanya Lattner*** empty log message ***
2003-07-31 Chris LattnerMore minor cleanups of the interface
2003-07-31 Chris LattnerRename createEmitter to run because eventually all...
2003-07-31 Chris LattnerAdd file comment
2003-07-31 Chris LattnerTighten up interface
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-07-30 Chris LattnerAdd comments
2003-07-30 Chris LattnerAdd support for code fragments
2003-07-30 Chris LattnerInitial support for the 'code' type.
2003-07-30 Misha BrukmanIgnore intrinsic functions -- don't mangle their names...
2003-07-30 Chris LattnerWe no longer need to preprocess SparcV9.td before sendi...
2003-07-30 Chris LattnerMove err() to the lexer, implement file inclusion capab...
2003-07-30 Chris LattnerAdd test of file inclusion capability for bugpoint
2003-07-30 Misha BrukmanCodeGeneratorBug.cpp:
2003-07-30 Misha Brukman* Moved InputArgv out of anonymous scope to be extern...
2003-07-30 Chris LattnerMinor reorganization, move ParseFile to the lexer
2003-07-30 Chris LattnerMake tablegen take an input filename to parse if one...
2003-07-30 Chris LattnerInitial tests for tblgen
2003-07-30 Chris LattnerDirectly support C style comments in tblgen, but allow...
2003-07-30 Chris LattnerFix a bug that brian reported
2003-07-30 Misha BrukmanMoved definition of InputArgv into ExecutionDriver...
2003-07-30 Misha BrukmanUse a vector<char*> instead of char*[] so that we can...
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...
next