2003-07-10 |
Vikram S. Adve | Bug fix in creating constants: need 1U << 31, not 1...
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | Fold cast-to-bool into not. Later, this should also...
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | Values stored in CallArgsDescriptor cannot be const.
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | isMarkedForSpill() should be const.
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | Change interface to MachineInstr::substituteValue to...
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | Print out all neighbors in interference graph, not...
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | Several fixes to handling of int CC register:
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | Several fixes to handling of int CC register:
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | *** empty log message ***
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | Just documentation.
|
commit | commitdiff | tree |
2003-07-10 |
Vikram S. Adve | Add phony target "bytecode" to ensure that it works...
|
commit | commitdiff | tree |
2003-07-08 |
Vikram S. Adve | Simplified DOTRACING flag.
|
commit | commitdiff | tree |
2003-07-08 |
Vikram S. Adve | Pointer hash table reallocation code seems never to...
|
commit | commitdiff | tree |
2003-07-08 |
Vikram S. Adve | Native libraries (libinstr*.a) should not have been...
|
commit | commitdiff | tree |
2003-07-08 |
Vikram S. Adve | Use libinstr.$(ARCH).a instead of libinstr64.a
|
commit | commitdiff | tree |
2003-07-08 |
Vikram S. Adve | *** empty log message ***
|
commit | commitdiff | tree |
2003-07-06 |
Vikram S. Adve | Correction to last fix: Pointer types do not return...
|
commit | commitdiff | tree |
2003-07-06 |
Vikram S. Adve | Choose register instead of immediate for ConstantExpr...
|
commit | commitdiff | tree |
2003-07-06 |
Vikram S. Adve | Major bug fix though it happened rarely (only on a...
|
commit | commitdiff | tree |
2003-07-06 |
Vikram S. Adve | Regression test for bug in reg. allocation that was...
|
commit | commitdiff | tree |
2003-07-06 |
Vikram S. Adve | Make the RegClassID values public -- there is no other...
|
commit | commitdiff | tree |
2003-07-02 |
Vikram S. Adve | Force fixed-size but large alloca objects to the dynamically...
|
commit | commitdiff | tree |
2003-07-02 |
Vikram S. Adve | Leak fix: delete old objects before reallocation in...
|
commit | commitdiff | tree |
2003-07-02 |
Vikram S. Adve | Minor beautification: fold a couple of lines of code.
|
commit | commitdiff | tree |
2003-07-02 |
Vikram S. Adve | (1) Major bug fix: DecomposeArrayRef() replaces its...
|
commit | commitdiff | tree |
2003-07-02 |
Vikram S. Adve | A def. operand of a machine instruction may be an ordinary...
|
commit | commitdiff | tree |
2003-07-02 |
Vikram S. Adve | Bug/case fixes:
|
commit | commitdiff | tree |
2003-06-23 |
Vikram S. Adve | Add the padding needed for variable-size alloca's,...
|
commit | commitdiff | tree |
2003-06-20 |
Vikram S. Adve | RDCCR defines arg. #1, not arg. #2.
|
commit | commitdiff | tree |
2003-06-05 |
Vikram S. Adve | Minor tuning -- avoid a non-inlinable function call...
|
commit | commitdiff | tree |
2003-06-04 |
Vikram S. Adve | Modify tracing rules to use opt -trace[m] instead of...
|
commit | commitdiff | tree |
2003-06-04 |
Vikram S. Adve | Undo one of those last fixes -- it was incorrect.
|
commit | commitdiff | tree |
2003-06-03 |
Vikram S. Adve | Improved how tracing can be used:
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Made a single common InvalidRegNum = -1.
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Renamed a variable.
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Support for annul/pred and other future flags on op...
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Minor changes.
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Added MachineCodeForInstruction object as an argument to
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Allow explicit physical registers for implicit operands.
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Changes to allow explicit physical register arguments...
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Several bug fixes: globals in call operands were not...
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Extensive changes to the way code generation occurs...
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | Reverting previous beautification changes.
|
commit | commitdiff | tree |
2003-05-31 |
Vikram S. Adve | 3 more bugs from the SPEC codes and from richards_benchmark.c
|
commit | commitdiff | tree |
2003-05-28 |
Vikram S. Adve | Three kinds of boolean values handled incorrectly:
|
commit | commitdiff | tree |
2003-05-27 |
Vikram S. Adve | (1) Added special register class containing (for now...
|
commit | commitdiff | tree |
2003-05-27 |
Vikram S. Adve | Renamed MachienOperand::opIsDef to MachineOperand:...
|
commit | commitdiff | tree |
2003-05-27 |
Vikram S. Adve | (1) Added special register class containing (for now...
|
commit | commitdiff | tree |
2003-05-27 |
Vikram S. Adve | Renamed opIsDef to opIsDefOnly.
|
commit | commitdiff | tree |
2003-05-27 |
Vikram S. Adve | Added special register class containing (for now) ...
|
commit | commitdiff | tree |
2003-05-25 |
Vikram S. Adve | Bug fix: right shift for int divide-by-power-of-2 was...
|
commit | commitdiff | tree |
2003-05-25 |
Vikram S. Adve | Bug fix: padding bytes within a structure should go...
|
commit | commitdiff | tree |
2003-05-25 |
Vikram S. Adve | Bug fix: sign-extension was not happening for C = ...
|
commit | commitdiff | tree |
2003-05-25 |
Vikram S. Adve | Make case of GetNumOfInt/FloatArgRegs functions to...
|
commit | commitdiff | tree |
2003-05-25 |
Vikram S. Adve | Add support for compiling varargs functions.
|
commit | commitdiff | tree |
2002-12-16 |
Vikram S. Adve | Use -Wl,-x instead of -s: it is more portable, and...
|
commit | commitdiff | tree |
2002-12-10 |
Vikram S. Adve | External routines used to identify Cilk operations...
|
commit | commitdiff | tree |
2002-12-10 |
Vikram S. Adve | This file implements the function DemoteRegToStack...
|
commit | commitdiff | tree |
2002-12-10 |
Vikram S. Adve | This file provides the function DemoteRegToStack()...
|
commit | commitdiff | tree |
2002-12-10 |
Vikram S. Adve | This file implements a pass that automatically parallelizes...
|
commit | commitdiff | tree |
2002-12-10 |
Vikram S. Adve | The pass Parallelize automatically parallelizes a program...
|
commit | commitdiff | tree |
2002-12-09 |
Vikram S. Adve | Fix link errors due to new IPModRef pass.
|
commit | commitdiff | tree |
2002-12-09 |
Vikram S. Adve | Repeat ipa.a. Since IPModRef is currently only used...
|
commit | commitdiff | tree |
2002-12-08 |
Vikram S. Adve | Iterator that enumerates the ProgramDependenceGraph...
|
commit | commitdiff | tree |
2002-12-08 |
Vikram S. Adve | An explicit representation of dependence graphs, and...
|
commit | commitdiff | tree |
2002-12-06 |
Vikram S. Adve | Stronger assertion in getNodeId(): node id must exist...
|
commit | commitdiff | tree |
2002-12-06 |
Vikram S. Adve | Two bug fixes:
|
commit | commitdiff | tree |
2002-12-06 |
Vikram S. Adve | Fix several related bugs in DSNode::mergeWith() caused...
|
commit | commitdiff | tree |
2002-12-06 |
Vikram S. Adve | Added static helper method MergeNodes(). See DataStructure...
|
commit | commitdiff | tree |
2002-12-06 |
Vikram S. Adve | Bug fix in operator==() and in method fini().
|
commit | commitdiff | tree |
2002-12-05 |
Vikram S. Adve | Cute bug fix: when moving links from N to this, some...
|
commit | commitdiff | tree |
2002-11-27 |
Vikram S. Adve | Several fixes:
|
commit | commitdiff | tree |
2002-11-27 |
Vikram S. Adve | Fix logical error in TD pass: we should clear Mod/Ref...
|
commit | commitdiff | tree |
2002-11-27 |
Vikram S. Adve | Added flags to CloneFlags to strip/keep Mod/Ref bits...
|
commit | commitdiff | tree |
2002-11-27 |
Vikram S. Adve | No longer need local graph to find call sites.
|
commit | commitdiff | tree |
2002-11-27 |
Vikram S. Adve | (1) Bug fix that was causing nodes with dangling references...
|
commit | commitdiff | tree |
2002-11-25 |
Vikram S. Adve | Keep global nodes in each DS Graph (by forcing them...
|
commit | commitdiff | tree |
2002-11-13 |
Vikram S. Adve | Pass to compute various statisics related to DSGraphs.
|
commit | commitdiff | tree |
2002-11-08 |
Vikram S. Adve | Include HashExtras.h since it is almost always needed...
|
commit | commitdiff | tree |
2002-11-08 |
Vikram S. Adve | Restore a #include because this header file needs the...
|
commit | commitdiff | tree |
2002-11-06 |
Vikram S. Adve | Make query operations non-const to allow demand-driven...
|
commit | commitdiff | tree |
2002-11-06 |
Vikram S. Adve | An implementation of the bit-vector representation...
|
commit | commitdiff | tree |
2002-11-06 |
Vikram S. Adve | An interprocedural analysis pass that computes flow...
|
commit | commitdiff | tree |
2002-11-06 |
Vikram S. Adve | Add const version of function getNodeForValue:
|
commit | commitdiff | tree |
2002-11-06 |
Vikram S. Adve | Don't build llc symbols by default.
|
commit | commitdiff | tree |
2002-11-06 |
Vikram S. Adve | Remove a nasty little semi-colon someone introduced...
|
commit | commitdiff | tree |
2002-11-04 |
Vikram S. Adve | Simple passes that print out SCCs in the CFGs or in...
|
commit | commitdiff | tree |
2002-11-04 |
Vikram S. Adve | Generic graph iterator to enumerate the SCCs of a graph
|
commit | commitdiff | tree |
2002-11-03 |
Vikram S. Adve | Disable correlated expressions pass until it is reliable.
|
commit | commitdiff | tree |
2002-11-01 |
Vikram S. Adve | Use absolute path name for "analyze" since we are changing...
|
commit | commitdiff | tree |
2002-10-31 |
Vikram S. Adve | Restore support for indirect function calls (which...
|
commit | commitdiff | tree |
2002-10-31 |
Vikram S. Adve | Do not print "NEW FILES AND DIRECTORIES" unless requested...
|
commit | commitdiff | tree |
2002-10-30 |
Vikram S. Adve | Bug fix: need to initialize new CallArgsDescriptor...
|
commit | commitdiff | tree |
2002-10-30 |
Vikram S. Adve | Bug fix in setting an implicit ref.
|
commit | commitdiff | tree |
2002-10-30 |
Vikram S. Adve | In getID(), don't call getValidSymbolName to mangle...
|
commit | commitdiff | tree |
2002-10-29 |
Vikram S. Adve | Remove separate vector of implicit refs from MachineInstr...
|
commit | commitdiff | tree |
2002-10-29 |
Vikram S. Adve | Move CallArgsDescriptor into this class instead of...
|
commit | commitdiff | tree |
2002-10-29 |
Vikram S. Adve | Bug fix: align size for dynamic allocas according to...
|
commit | commitdiff | tree |
2002-10-25 |
Vikram S. Adve | Added datastructure library to resolve link error.
|
commit | commitdiff | tree |
2002-10-20 |
Vikram S. Adve | Warn when we are linking an executable without symbols.
|
commit | commitdiff | tree |
next |