- c8bf87a Remove unnecessary casts by Chris Lattner · 22 years ago
- bfcdf14 Fit code into 80 columns by Chris Lattner · 22 years ago
- 28a128e Eliminate old-style cast by Chris Lattner · 22 years ago
- 9daa8a1 Random cleanups by Chris Lattner · 22 years ago
- 1815383 Remove using decl by Chris Lattner · 22 years ago
- 987cb2c Remove explicit const qualifiers by Chris Lattner · 22 years ago
- af28ac2 Add more doxygen comments, add new ConstantInt::getRawValue method by Chris Lattner · 22 years ago
- 00f185f Fix bug: TailDup/2003-07-22-InfiniteLoop.ll by Chris Lattner · 22 years ago
- e1a875e New testcase that caused infinite loop in taildup by Chris Lattner · 22 years ago
- 1ba5bcd - InstCombine (cast (xor A, B) to bool) ==> (setne A, B) by Chris Lattner · 22 years ago
- a73fede New testcases by Chris Lattner · 22 years ago
- b13092b Repaired the --enable and --disable options. by John Criswell · 22 years ago
- 79a8f09 Fixed the enable/disable options. The AC_ARG_ENABLE macro does not perform by John Criswell · 22 years ago
- 6a33f36 Add documentation for runOnMachineFunction() by Brian Gaeke · 22 years ago
- f02dbf0 Made some corrections to the enable-llc_diffs option. by John Criswell · 22 years ago
- 392aaa3 Generated a new configure script. by John Criswell · 22 years ago
- 0057e32 Updated to use files within the autoconf subdirectory. by John Criswell · 22 years ago
- 4ea390d These are the autoconf files in their new home. by John Criswell · 22 years ago
- 4407637 Moving these files to the llvm/autoconf directory. by John Criswell · 22 years ago
- 2a97f61 Moved configure.ac to the autoconf directory. by John Criswell · 22 years ago
- 033b093 turn off DISABLE_LLC_DIFFS for x86. by Brian Gaeke · 22 years ago
- 35611c3 Add new testcase by Chris Lattner · 22 years ago
- df3ac86 (1) Pass 'VAR=string' arguments to gmake by Vikram S. Adve · 22 years ago
- 40c600e Fix comment. by Vikram S. Adve · 22 years ago
- 908c1f6 Updated from the discussion on July 21, 2003. Expanded upon testing priorities. by John Criswell · 22 years ago
- 265789f Fixed misspelling. by Misha Brukman · 22 years ago
- 4323449 Simplify code a bit by Chris Lattner · 22 years ago
- 0679473 Added code that checks to see if a global variable is external before replacing by John Criswell · 22 years ago
- cf2a738 Regression test for the Instruction Combining optimizization. by John Criswell · 22 years ago
- 432312d Remove unneccesary #ifdefs by Chris Lattner · 22 years ago
- 51577e5 Fix warnings by Chris Lattner · 22 years ago
- b18ed08 Remove instloops library by Chris Lattner · 22 years ago
- 8f9f9a2 Eliminated dead code. by Misha Brukman · 22 years ago
- 6da69e7 Added special consideration for instrumentation strategy by Anand Shukla · 22 years ago
- fcf2be7 Initialize the target architecture based on compiler defines, so if compiled on by Misha Brukman · 22 years ago
- a235e14 Added check for inlinable function by Anand Shukla · 22 years ago
- d461505 Please, save your applause^H^H^H^H^H^H^H^Hflames for the end... by Brian Gaeke · 22 years ago
- 06dabfa Cleaned up the code which chooses the appropriate value for the file descriptor by Misha Brukman · 22 years ago
- c86516f Added a DEBUG() guard to a debug information printout. by Misha Brukman · 22 years ago
- e79b4f1 Added pass to instrument backedges for lightweight tracing by Anand Shukla · 22 years ago
- 0df7ddb A pass to combine multiple backedges that go to same target by Anand Shukla · 22 years ago
- bfedb91 Use getClassB for load and store; we don't want to abort when we by Brian Gaeke · 22 years ago
- 1d2ba44 Fix typo in call to isUnresolvableFunc, which was breaking the build. by Brian Gaeke · 22 years ago
- a676b78 Dinakar and I fixed a bug where we were trying to get the initializer of by John Criswell · 22 years ago
- cab8b6f Added bits about MachineFunctionPass by Brian Gaeke · 22 years ago
- 71b35cd Tests for globals with different kinds of behavior in DS Analysis. by Vikram S. Adve · 22 years ago
- a53e3da (1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodes by Vikram S. Adve · 22 years ago
- 1da1d32 Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
- 03e19dd (1) Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
- 78bbec7 Implement 2 important changes: (1) rematerialization from the globals graph, by Vikram S. Adve · 22 years ago
- 2e1de5e Factor out the test for unresolvable external functions into by Vikram S. Adve · 22 years ago
- 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
- 9691439 Marked some of the phony targets are PHONY. This will hopefully speed by John Criswell · 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
- f6e5217 Fixed a bug: outputting name of variable instead of its value. by Misha Brukman · 22 years ago
- 7eac476 This optimization greatly enhances efficiency of creating new instructions by 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
- e3443a6 Fixed: </pre</p> => </pre></p> by Misha Brukman · 22 years ago
- 47fdd83 Merged in changes from PRE101 in the prerelease branch. by John Criswell · 22 years ago
- e04a2e0 Use uint32_t for table index and size: table will never be > 4GB. by Vikram S. Adve · 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
- 7172a59 *** empty log message *** by Vikram S. Adve · 22 years ago
- 6781cd2 Just documentation. by Vikram S. Adve · 22 years ago
- 6edfe27 Add phony target "bytecode" to ensure that it works in recursive makes. by Vikram S. Adve · 22 years ago
- b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 22 years ago
- 9b51b6f Move the space separator to where it really belongs: in the print statement, not by Misha Brukman · 22 years ago
- dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 22 years ago
- cc41afa Converted tabs to spaces. by Misha Brukman · 22 years ago
- ac25de3 Some beautification changes (tabs to spaces, removed extra blank lines); by Misha Brukman · 22 years ago
- 781128c Simplified DOTRACING flag. by Vikram S. Adve · 22 years ago
- 0b45920 Corrected the Table of Contents. by John Criswell · 22 years ago
- 0df8adc Pointer hash table reallocation code seems never to have been tested! by Vikram S. Adve · 22 years ago
- 47485df Native libraries (libinstr*.a) should not have been taken out when by Vikram S. Adve · 22 years ago
- 1239874 Use libinstr.$(ARCH).a instead of libinstr64.a Also, $(RM) needs -f flag. by Vikram S. Adve · 22 years ago
- f2e343b *** empty log message *** by Vikram S. Adve · 22 years ago
- cf6d7b0 Removed size_t from the parameter list of the malloc() prototype in generated C by John Criswell · 22 years ago
- 48aa824 Stop using the `Offset' variable, as we are cycling through the bits of a field by Misha Brukman · 22 years ago
- 29abc97 Fixed indentation. by Misha Brukman · 22 years ago
- f8873ed Removed an extra slash that appears in the path name when these variables are by Misha Brukman · 22 years ago
- 2988612 Elaborated assembly syntax of instructions in the comments. by Misha Brukman · 22 years ago