* Implement the getc() function
[oota-llvm.git] / lib / Target /
2002-10-02 Nick HildenbrandtRemoved unneeded reference and dereferences.
2002-10-02 Nick HildenbrandtCleaned up my last check-in.
2002-10-02 Nick HildenbrandtNo longer include malloc.h. If protoypes are needed...
2002-09-30 Nick HildenbrandtFixed to properly escape quotes in strings.
2002-09-29 Vikram S. AdveBug fix in folding getElementPtr instructions: don...
2002-09-28 Vikram S. AdveAdded a couple of helper methods for live range constru...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveFixed method getReturnValue(): it should return NULL...
2002-09-28 Vikram S. AdveFixed incorrect assertion: spill code for function...
2002-09-28 Vikram S. AdveReturn address register should be marked as "result...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveSimplified code that handles call args and rets, so...
2002-09-28 Vikram S. AdveSimplify Call translation slightly.
2002-09-27 Vikram S. AdveOverhaul integer conversions to match C++ ISO standard.
2002-09-27 Vikram S. AdveModify operand order for Create{Sign,Zero}ExtensionInst...
2002-09-27 Vikram S. AdveBug fix: some redundant copies were not being deleted...
2002-09-27 Vikram S. AdveSign-extend integer constants from original type size...
2002-09-27 Vikram S. AdveDecompose FP-to-UInt casts into FP-to-ULong-toUInt.
2002-09-25 Chris LattnerConvert TargetData to be an ImmutablePass
2002-09-25 Nick HildenbrandtStrings now handled correctly.
2002-09-23 Nick HildenbrandtParenthesis are now added to casts of type array.
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-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 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 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. 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. AdveMoving these files from Code/PreSelection to here.
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-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 a version of ChooseRegOrImmed to handle numerical...
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 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-09-14 Misha BrukmanAgain, including Module makes Function unnecessary.
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-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-09 Vikram S. AdveSilly bug fix: Machine code vector could be empty for...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-09-05 Vikram S. AdveAdd new function UltraSparcInstrInfo::CreateZeroExtensi...
2002-09-05 Vikram S. AdveBug fixes in casting between floats and ints smaller...
2002-09-05 Vikram S. Adve-- Use size of pointer element type instead of pointer...
2002-09-05 Vikram S. Adve-- Bug fix: use byte offsets not typed offsets in outpu...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-31 Chris Lattner - Fix bug: test/Regression/CBackend/2002-08-20-Recursi...
2002-08-27 Anand Shuklamoved this file from lib/Reoptimizer/Mapping
2002-08-27 Anand ShuklaAdded getFunctionInfo and MappingInfoForFunction pass...
2002-08-26 Chris LattnerFix bug: test/Regression/CBackend/2002-08-26-IndirectCa...
2002-08-25 Vikram S. AdveFix the way parens are printed around "*ptrName" so...
2002-08-24 Vikram S. AdveUse newly-added type inspection support in InstTreeNode...
2002-08-24 Vikram S. AdveMoved code here to extract memory instruction indices...
2002-08-24 Vikram S. AdveLoadIdx non-terminal no longer needed.
2002-08-24 Vikram S. AdveSign-extend values used to index arrays (and Simplify
2002-08-24 Vikram S. AdveFix sign-extension: it needs to happen *after* multiply...
2002-08-24 Vikram S. AdveSign-extend array index expressions to work correctly...
2002-08-23 Anand ShuklaChanged default value of 3rd parameter in function...
2002-08-23 Anand ShuklaAdded #include <alloca.h>
2002-08-23 Vikram S. AdveSimplify previous hack slightly.
2002-08-23 Vikram S. AdveForce sign-extension for uint array indexes from 32...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-22 Chris LattnerChange code to not use the copyOperands method added...
2002-08-22 Vikram S. AdvedumpNode() does not need to print MachineInstrs.
2002-08-22 Vikram S. AdveFix two resource names.
2002-08-22 Vikram S. AdveAdd AsmPrinter::ConstantExprToString, which writes...
2002-08-22 Vikram S. AdveEliminate bool, boolreg and boolconst nonterminals...
2002-08-22 Vikram S. AdveChange rules for Not, since it is now implemented as...
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-20 Chris LattnerThis case JUST handles constantpointer nulls, not all...
2002-08-20 Chris LattnerFix bug: 2002-08-20-UnnamedArgument.c
2002-08-19 Chris LattnerImplement ConstantExprs in CWriter
2002-08-19 Chris LattnerIncorporate calcTypeNameVar into CWriter class, fixing
2002-08-19 Chris LattnerOutput forward definitions of global vars to handle...
2002-08-19 Chris Lattner - Change constant printing to be better integrated...
2002-08-15 Vikram S. AdveUnary Not (boolean and bitwise) is no longer a separate...
next