- 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
- c500cf2 Remove extra line by Chris Lattner · 21 years ago
- cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
- 433c3fe Fix breakage due to John's recent changes by Chris Lattner · 21 years ago
- a34f440 Add new DAE pass to gccld. It does not add cause any regressions in the test-suite by Chris Lattner · 21 years ago
- 97f4b66 Handle arguments passed in through the va_arg area by Chris Lattner · 21 years ago
- c8621e6 These instructions really take three operands. This fixes some assertions by Chris Lattner · 21 years ago
- b471a23 lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here by Brian Gaeke · 21 years ago
- 4399a49 Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. by Brian Gaeke · 21 years ago
- c0feeb5 Make testcase more interesting, remove absolute path from -load line by Chris Lattner · 21 years ago
- 08227e4 Initial checkin of DAE pass by Chris Lattner · 21 years ago
- 697a00f * Add new CallSite::get factory method by Chris Lattner · 21 years ago
- a599f87 Add new op_erase method by Chris Lattner · 21 years ago
- 57ec659 Make sure accessor is properly doxygenized. It wants two lines by Chris Lattner · 21 years ago
- 95ab3d4 Add accessor by Chris Lattner · 21 years ago
- fac0eca Fix to mesh with Johns recent changes by Chris Lattner · 21 years ago
- 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
- 5768ff4 Add variable named PLATFORMLIBDL to control OS-specific usage of libdl. by Brian Gaeke · 21 years ago
- 1d0acac Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 21 years ago
- 8c63883 Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. by Brian Gaeke · 21 years ago
- ad110d2 Make CallSite's default constructable, copyable, and assignable (explicitly) by Chris Lattner · 21 years ago
- f25b772 Life is too short. Link in too much stuff on Linux to make building on sun easier by Chris Lattner · 21 years ago
- da60140 The never-ending odyssey trying to get sparc to link by Chris Lattner · 21 years ago
- d562436 Make sure to get the value of ARCH before we use it by Chris Lattner · 21 years ago
- 2bf4c61 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not by Chris Lattner · 21 years ago
- de3209b Apparently "sparc" is a macro on sparcs. Ugh. :) by Chris Lattner · 21 years ago
- 7a5500e Whoops, didn't mean to check that in :( by Chris Lattner · 21 years ago
- 97ac14f Use more structured command line option processing by Chris Lattner · 21 years ago
- 7aefa96 #ifdef out code that only applies when the HOSTARCH = sparc by Chris Lattner · 21 years ago
- 388f669 Implement handling of constantexprs for disambiguation. This implements by Chris Lattner · 21 years ago
- 1ae9143 Add new testcase by Chris Lattner · 21 years ago
- efa095e Avoid divide by zero errors by Chris Lattner · 21 years ago
- 5449955 Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester by Chris Lattner · 21 years ago
- eaeaad6 Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx by Chris Lattner · 21 years ago
- 634a28f New testcase by Chris Lattner · 21 years ago
- a8ab89e Fairly major change: emit fixed sized allocas in the entry block as a variable, by Chris Lattner · 21 years ago
- bea68b3 Don't corrupt memory when removing an instruction from the program, but by Chris Lattner · 21 years ago
- a9f6e4a Regularize the names of #include-guards. by Brian Gaeke · 21 years ago
- 9b2d262 Just _EXTEND_ the current path. Don't replace it. Replacing it makes it by Chris Lattner · 21 years ago
- 2cb3a7b Arg, sparc doesn't have correct things in math.h! by Chris Lattner · 21 years ago
- a0145cc Don't include alloca.h on FreeBSD. by Brian Gaeke · 21 years ago
- 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
- 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
- 0bf9476 Remove two using decls Remove usage of alloca by Chris Lattner · 21 years ago
- 93cc0a4 Basically this is the same as Makefile.Linux, at least for now. by Brian Gaeke · 21 years ago
- ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
- 5c91898 Whoops. I didn't mean to step on John's changes. by Brian Gaeke · 21 years ago
- 6d3b7fa This version supports FreeBSD. by Brian Gaeke · 21 years ago
- 246fcca Reconfigured the TOOLS variable so that it points to the current set of tools by John Criswell · 21 years ago
- 890d5bd Modified the environment variables that determine where things are located to by John Criswell · 21 years ago
- ff97fbc Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h by Chris Lattner · 21 years ago
- fb4d20b move contents of include/llvm/Reoptimizer/Mapping/FInfo.h into here, it is sparc internal by Chris Lattner · 21 years ago
- 4070248 Minor tweak to make testcase less simple by Chris Lattner · 21 years ago
- da92993 New testcase identified by joel by Chris Lattner · 21 years ago
- 58184f5 New testcase identified by joel by Chris Lattner · 21 years ago
- 905e734 Fix final linking errors by Chris Lattner · 21 years ago
- cb12c50 Fix link errors by adding main's by Chris Lattner · 21 years ago
- 1d1b0e5 Fix link problem by Chris Lattner · 21 years ago
- da92090 Fix typeo by Chris Lattner · 21 years ago
- 1989d34 Add prototype for the new DAE pass by Chris Lattner · 21 years ago
- 6b0b2db Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll by Chris Lattner · 21 years ago
- 34e353e Fix bug: ADCE/2003-06-11-InvalidCFG.ll by Chris Lattner · 21 years ago
- 02da6c0 Fix bug: CBackend/2003-06-11-HexConstant.ll by Chris Lattner · 21 years ago
- e158b19 Nodes get forwarded when they are collapsed currently. by Chris Lattner · 21 years ago
- a75c8c4 Remove bogus assertion: a node with no referrers could be collapsed if field-sensitivity was disabled by Chris Lattner · 21 years ago
- 28c6cf2 Implement forwarding from stores to loads of must-aliased pointers. by Chris Lattner · 21 years ago
- f27aca9 New testcases for bugs and the new DAE pass by Chris Lattner · 21 years ago
- 84c9d5c Fix invalid number of arguments problem by Chris Lattner · 21 years ago
- 14d7f5d Fix testcase to work with store forwarding by Chris Lattner · 21 years ago
- 4a4daba Fix major bug in my last checkin. :( by Chris Lattner · 21 years ago
- 85ed361 Reverted back to hand-made HTML. by John Criswell · 21 years ago
- 8fce4bf Remove obsolete comments about llvm-ar by Chris Lattner · 21 years ago
- 8df90e0 Updated the documentation to reflect changes in the Makefiles for building by John Criswell · 21 years ago
- a277ca8 Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. by John Criswell · 21 years ago
- 028936a Added assert.h so that it compiles under newer versions of GCC. by John Criswell · 21 years ago
- be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 21 years ago
- aff713c Updated to the new Makefile.common. by John Criswell · 21 years ago
- 01e6d2a Updated to use the new Makefile.common. by John Criswell · 21 years ago
- 8bff509 Modified Makefile.common to handle compilation of projects inside and outside by John Criswell · 21 years ago
- 9aa2639 Updated for the new projects Makefile. by John Criswell · 21 years ago
- 0e93687 add some comments by Guochun Shi · 21 years ago
- e95b827 add an brief instruction what this pass is by Guochun Shi · 21 years ago
- 0b970da a simple introduction to this pass by Guochun Shi · 21 years ago
- f325261 cleaned code add some comments by Guochun Shi · 21 years ago
- 8f1d4ab delete useless functions add comment by Guochun Shi · 21 years ago
- 3328052 change DEBUG to DEBUG_PRINT by Guochun Shi · 21 years ago
- 74e91b2 Fix bug in environment setting by Chris Lattner · 21 years ago
- 08d5e1f Add #include for older GCC's by Chris Lattner · 21 years ago
- e32487e Fix bug: LevelRaise/2003-06-07-EmptyArrayTest.ll by Chris Lattner · 21 years ago
- 2a5d16d New testcase by Chris Lattner · 21 years ago
- 4432d8f Fix compilation problem on GCC 2.9x by Chris Lattner · 21 years ago
- 6fe6905 Do not hastily change the Opcode from 'r' to 'i' type if we're not actually by Misha Brukman · 21 years ago
- 1cb65f2 Old versions of GCC doesn't have <ostream> :( by Chris Lattner · 21 years ago
- 903c2d1 Fix compilation problem with some versions of G++ by Chris Lattner · 21 years ago
- b8c8829 Fix problem with perror by Chris Lattner · 21 years ago
- 30d002b Fix warnings on Sparc by Chris Lattner · 21 years ago
- 8631ac4 Print address out as hex. by Misha Brukman · 21 years ago
- f75bab7 Added 'r' and 'i' versions to WRCCR. by Misha Brukman · 21 years ago
- d36e30e * Changed Bcc instructions to behave like BPcc instructions by Misha Brukman · 21 years ago
- 62d95e8 Return 'int 0' instead of 'void' so that the test can be seen as successful. by Misha Brukman · 21 years ago