Parenthesis are now added to casts of type array.
[oota-llvm.git] / lib /
2002-09-23 Nick HildenbrandtParenthesis are now added to casts of type array.
2002-09-23 Chris Lattner* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
2002-09-23 Chris LattnerInsert resolved constants into the global map so they...
2002-09-23 Vikram S. AdvePut intermediate source files in a subdirectory here...
2002-09-23 Vikram S. AdveDisable reassociation pass in LLC until it is fixed.
2002-09-22 Chris LattnerDon't insert a PHI node to merge "returns" from an...
2002-09-21 Anand ShuklaChanged codegen to add 2 empty slots at the top of...
2002-09-21 Anand ShuklaInitial version: it adds 2 empty slots at the top of...
2002-09-20 Chris LattnerFix cwriter to not output FP constants in ascii, output...
2002-09-20 Chris LattnerFix bug: 2002-09-20-VarArgPrototypes.ll
2002-09-20 Anand ShuklaChanged uchar to unsigned char in function ParseBytecod...
2002-09-20 Anand ShuklaAdded checking threshold
2002-09-20 Chris LattnerFix output of typedefs to avoid syntax errors.
2002-09-20 Chris Lattner* Add a couple of comments to the output c code
2002-09-20 Chris LattnerAnother change that doesn't affect functionality. ...
2002-09-20 Chris LattnerMake the StructPrinted set only take memory when it...
2002-09-20 Chris LattnerNo functionality changes, primarily just changing tab...
2002-09-20 Vikram S. AdveAdd method IGNode::getCombinedDegree to count the sum...
2002-09-20 Vikram S. AdveAdd PostOpts/ and rename PreSelection/ to PreOpts/.
2002-09-20 Vikram S. AdveAdd peephole optimization pass at the end of code gener...
2002-09-20 Vikram S. AdveAdded class MachineOptInfo as interface to target-specific
2002-09-20 Vikram S. AdveAdd method MachineInstr::replace to rewrite a machine...
2002-09-20 Vikram S. AdveAllow copy coalescing in more cases: if sum of node...
2002-09-20 Vikram S. AdvePeephole optimization pass on final machine code.
2002-09-20 Vikram S. AdveFiles moved to CodeGen/PreOpts.
2002-09-20 Vikram S. AdveMoving these files from Code/PreSelection to here.
2002-09-19 Chris LattnerAdd an optimization to support the most common access...
2002-09-19 Chris LattnerMake sure that we abort if an error happens as early...
2002-09-18 Anand Shuklasplit retracing into a separate file
2002-09-18 Chris LattnerCompile sub-directories in parallel, because they don...
2002-09-18 Misha BrukmanRemoved unnecessary #includes.
2002-09-18 Misha BrukmanFixed typo.
2002-09-17 Chris LattnerDon't put default parameter values into .cpp files...
2002-09-17 Chris LattnerThere is a #define in some header that conflicts with...
2002-09-17 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-09-17 Anand ShuklaRemoved debug info printing
2002-09-17 Chris LattnerAdd support for GCC 2.96
2002-09-17 Vikram S. AdveDon't print global variable definitions twice! Sun...
2002-09-17 Vikram S. AdveRemove specification of argument default from cpp file.
2002-09-16 Chris LattnerFix FunctionInlining pass assertion failure:
2002-09-16 Chris LattnerFix: test/Regression/LLC/badidx.c problem
2002-09-16 Vikram S. AdveExtract most of the transformation into an externally...
2002-09-16 Vikram S. AdveUse ulong instead of uint for size expressions.
2002-09-16 Vikram S. AdveAdd methods to query about the representation of LLVM...
2002-09-16 Vikram S. AdveDon't print out global names unnecesssarily. Also...
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2002-09-16 Vikram S. AdveAdd subdirectory PreSelection.
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Vikram S. AdveDump routine now writes out allocated register numbers...
2002-09-16 Vikram S. AdveImprove and fix error in allocating stack slots: adjust...
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-16 Vikram S. AdveAdd an assertion.
2002-09-16 Anand ShuklaIncorporated changes in alloca and getElementPointer...
2002-09-16 Anand ShuklaIncorporated changes in alloca instruction
2002-09-15 Vikram S. AdveNo longer need to sign-extend array indices to 64 bits...
2002-09-15 Vikram S. AdveFix typos in previous checkin.
2002-09-15 Chris LattnerRegAllocCommon no longer includes CommandLine.h so...
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveRemove unnecessary include.
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Nick HildenbrandtFixed problem with printing struct definitions in the...
2002-09-14 Chris LattnerFix bug I introduced
2002-09-14 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-09-14 Misha BrukmanOn the quest of eliminating unnecessary includes.
2002-09-14 Misha BrukmanAgain, including Module makes Function unnecessary.
2002-09-14 Misha BrukmanFollowing Chris's advice, I'm pruning some unnecessary...
2002-09-13 Chris Lattner* Fix a bug that was causing lli to misrun:
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-13 Chris Lattnerinclude/llvm/DataTypes.h includes this #define so we...
2002-09-13 Chris Lattnerinclude/llvm/DataTypes.h includes this #define so we...
2002-09-13 Chris LattnerExport symbols for linux
2002-09-13 Chris LattnerSubmitted by Casey Carter:
2002-09-13 Chris LattnerAnother portability fix provided via Casey Carter:
2002-09-13 Chris LattnerAnother portability patch graciously provided by Casey...
2002-09-12 Chris LattnerFix a bug introduced by the Getelementptr change
2002-09-12 Chris LattnerFix a bug I introduced into the code generator. :(
2002-09-12 Chris LattnerFix bug I introduced with one of my previous changes.
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-11 Chris LattnerGive better assertion message for error conditions
2002-09-11 Chris LattnerRecently changed getelementptr to use 'long' indexes...
2002-09-11 Chris LattnerAllocation insts always have one operand
2002-09-10 Chris LattnerAdd convenience ctor to BranchInst
2002-09-10 Chris LattnerFix the last of the silly bugs I just introduced. :(
2002-09-10 Chris LattnerFix bugs in previous checkins
2002-09-10 Chris LattnerFix bug in previous checkin
2002-09-10 Chris LattnerAdd cannonicalization of shl X, 1 -> add X, X
2002-09-10 Chris LattnerFix minor problems in previous checkin
2002-09-10 Chris LattnerFix minor problems in previous checkin
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-09-10 Chris LattnerClean up code
2002-09-10 Chris LattnerUse explicit ctor
2002-09-10 Chris LattnerTighten up assertion checking for binary operators...
2002-09-10 Chris LattnerTighten up error checking in parser, disallowing instru...
2002-09-10 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
next