- dfbfc57 Fixed the number translation scheme for the integer condition code registers: it by Misha Brukman · 22 years ago
- cf7ec87 The name should really be `simm11' to follow the naming convention, but this has by Misha Brukman · 22 years ago
- 2c4fe58 No need for a second immediate field if the class already inherits one. by Misha Brukman · 22 years ago
- a34b619 Encode predict = 1 by default, because the Sparc assembler does this. by Misha Brukman · 22 years ago
- 07d4516 Correctly handle calls to functions which are further away than 2**32 bits will by Misha Brukman · 22 years ago
- 859e09f Clean up my last checkin: code is easier to read and explains the differences in by Misha Brukman · 22 years ago
- 291c2c5 On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to by Misha Brukman · 22 years ago
- 173e250 * Added support for the %ccr register by Misha Brukman · 22 years ago
- 1ba3138 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
- bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
- 919fc8c Trace loads and stores as they happen (stores were being by Vikram S. Adve · 22 years ago
- 0517c5a If we have a constant pointer reference to a function, we were printing by Brian Gaeke · 22 years ago
- 1aa476e Fix some serious floating-point bugs (fixes test cases such as Oscar, by Brian Gaeke · 22 years ago
- 666ff52 Added functionality to instrmentation pass by Anand Shukla · 22 years ago
- 1115e04 Fixed grammatical error. by Misha Brukman · 22 years ago
- 951df2b Several important bug fixes: by Vikram S. Adve · 22 years ago
- 940a3a4 Bug fix in creating constants: need 1U << 31, not 1 << 31. by Vikram S. Adve · 22 years ago
- ad80db6 Fold cast-to-bool into not. Later, this should also be folded into other by Vikram S. Adve · 22 years ago
- 4d2faf6 Values stored in CallArgsDescriptor cannot be const. by Vikram S. Adve · 22 years ago
- 24d0410 isMarkedForSpill() should be const. by Vikram S. Adve · 22 years ago
- 627eb31 Change interface to MachineInstr::substituteValue to specify more precisely by Vikram S. Adve · 22 years ago
- 51bda6f Print out all neighbors in interference graph, not just higher-numbered ones. by Vikram S. Adve · 22 years ago
- 3bf0892 Several fixes to handling of int CC register: by Vikram S. Adve · 22 years ago
- b15f8d4 Several fixes to handling of int CC register: by Vikram S. Adve · 22 years ago
- b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 22 years ago
- dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 22 years ago
- ac25de3 Some beautification changes (tabs to spaces, removed extra blank lines); by Misha Brukman · 22 years ago
- cf6d7b0 Removed size_t from the parameter list of the malloc() prototype in generated C by John Criswell · 22 years ago
- 2988612 Elaborated assembly syntax of instructions in the comments. by Misha Brukman · 22 years ago
- 35f19cc Removed unnecessary assignment (it was taken care by a superclass) and clarified by Misha Brukman · 22 years ago
- b44210d Insert workaround for GAS bug in assembling FLD/FSTP XWORD PTR [...] by Brian Gaeke · 22 years ago
- de11f2d Moved RegClassIDs enum to be next to the RegTypes enum. by Misha Brukman · 22 years ago
- 9c570ee Correction to last fix: Pointer types do not return true in Type::IsIntegral(). by Vikram S. Adve · 22 years ago
- 97539fc Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed. by Vikram S. Adve · 22 years ago
- 786833a Major bug fix though it happened rarely (only on a compare after an by Vikram S. Adve · 22 years ago
- 46d3f8e Make the RegClassID values public -- there is no other way to get them. by Vikram S. Adve · 22 years ago
- 9cedd43 Apparently, the "regType" and "regClass" used in the Sparc backend are not both by Misha Brukman · 22 years ago
- 5bfccb9 Reuse the values if they are constants: this is important so that we index into the right structure field by Chris Lattner · 22 years ago
- 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 22 years ago
- 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 22 years ago
- 10c45d6 Disable incorrect mustalias code by Chris Lattner · 22 years ago
- 61691c5 Remove space at end of line by Chris Lattner · 22 years ago
- 6c87461 Fix how we are handling unreachable functions. This DRAMATICALLY improves efficiency by Chris Lattner · 22 years ago
- d391d70 Keep track of how many inlinings are performed by Chris Lattner · 22 years ago
- 47030f8 Try using trivially dead deletion by Chris Lattner · 22 years ago
- ce14ec3 * Force all "don't care" bits to 0 so that there are absolutely no unset bits in by Misha Brukman · 22 years ago
- bd27299 The classes F4_3 and F4_4 have an `rd' operand that needs to be set. by Misha Brukman · 22 years ago
- a8fcdd8 Properly fix instruction syntax in comments, using `imm' for instructions that by Misha Brukman · 22 years ago
- 69bf930 Fixed instruction syntax in the comments (specifies how instr is used). by Misha Brukman · 22 years ago
- 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 22 years ago
- ea28dd3 Force fixed-size but large alloca objects to the dynamically allocated by Vikram S. Adve · 22 years ago
- 44cfdf9 Remove dead Nodes list by Chris Lattner · 22 years ago
- a8da51b Complete rewrite of td pass by Chris Lattner · 22 years ago
- 63899fa Print collapsed to match the paper by Chris Lattner · 22 years ago
- 9cd0484 Reduce amount of work we do calculating mustaliases if the arg is a global by Chris Lattner · 22 years ago
- 58f98d0 Add support for ParentGraph only when building in debug mode by Chris Lattner · 22 years ago
- f07804b Add some functions to the blacklist by Chris Lattner · 22 years ago
- 744f939 Make the BU closure keep track of which actual calls happen Minor cleanups by Chris Lattner · 22 years ago
- 3051419 Make local pass print out its progress by Chris Lattner · 22 years ago
- 65b2f40 Minor beautification: fold a couple of lines of code. by Vikram S. Adve · 22 years ago
- 799ffee (1) Major bug fix: DecomposeArrayRef() replaces its argument instr. and by Vikram S. Adve · 22 years ago
- 74d15d3 A def. operand of a machine instruction may be an ordinary Value*, by Vikram S. Adve · 22 years ago
- 784a18b Bug/case fixes: by Vikram S. Adve · 22 years ago
- 5fd6091 Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll by Chris Lattner · 22 years ago
- 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 22 years ago
- b6734b2 Do not treat global variables as functions! (and assert failing) by Chris Lattner · 22 years ago
- d9dad2c Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 22 years ago
- 5d5b6d6 Minor cleanups by Chris Lattner · 22 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
- eb093fb Setjmp should always return zero if we don't implement longjmp. This avoids by Chris Lattner · 22 years ago
- 02c26b6 Get rid of the duplicate '0x' in debug mode. by Brian Gaeke · 22 years ago
- 6681e98 Use the getFunctionNames method by Chris Lattner · 22 years ago
- a9d6566 Add new method by Chris Lattner · 22 years ago
- 2b4c8df Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit by Chris Lattner · 22 years ago
- 9f93055 Be more const-correct by Chris Lattner · 22 years ago
- 7b1ceaa Fix bug in last checkin by Chris Lattner · 22 years ago
- 0eea618 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 22 years ago
- 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 22 years ago
- acbc8c6 Remove dead method by Chris Lattner · 22 years ago
- 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 22 years ago
- 3d16290 Do not multiply delete graphs if functions are sharing graphs by Chris Lattner · 22 years ago
- 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 22 years ago
- 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
- a321b04 Adjust for new DSGraph API by Chris Lattner · 22 years ago
- 8bc95a1 Eliminate using declarations, adjust for new DSGraph API by Chris Lattner · 22 years ago
- dea8146 Abstract out the predicate which decides whether a function gets complete by Chris Lattner · 22 years ago
- 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 22 years ago
- 919ffbf Add support for ensuring that nodes are not incomplete by Chris Lattner · 22 years ago
- 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 22 years ago
- 889fb9d Add print method to not get silly warning from analyze by Chris Lattner · 22 years ago
- 5100dbb New pass which is useful for writing regression tests by Chris Lattner · 22 years ago
- c151e4f Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop by Chris Lattner · 22 years ago
- 5c70dc0 Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 22 years ago
- aed2c6d If the alias analysis algorithm we are using can provide MUST alias information, by Chris Lattner · 22 years ago
- 1842a90 Count operands to instructions as well as just results. This allows for global variables to be checked as well by Chris Lattner · 22 years ago
- 312edd3 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 22 years ago
- 5e459db Drop references to globals who do exist in the globals graph, but are never by Chris Lattner · 22 years ago
- 72d50a0 Avoid double negatives by Chris Lattner · 22 years ago
- 934fe85 New pass to perform DSA based optimizations. Initially we just support turning by Chris Lattner · 22 years ago
- e9a64ea Avoid printing out huge structures or arrays if they are just filled with zeros by Chris Lattner · 22 years ago