- f1b200b add a bunch of documentation about the LLVM type resolution machinery by Chris Lattner · 20 years ago
- 2c6584a Make the CBackend actually get included in llc by using USEDLIBS instead of by Reid Spencer · 20 years ago
- d9d6e10 make an advanced topics section, move symtab to it by Chris Lattner · 20 years ago
- 61cba49 This is not needed by Chris Lattner · 20 years ago
- 86d9b4c add a search box for the documentation by Chris Lattner · 20 years ago
- 6970b66 Generalize the setcc -> PHI and Select folding optimizations to work with by Chris Lattner · 20 years ago
- 17ce8d2 add a new testcase by Chris Lattner · 20 years ago
- 3952bc6 Always enable the C backend. This fixes a *vast* number of failures on the by Chris Lattner · 20 years ago
- 4283d49 Add method to return the type this type will be promoted to if it is by Alkis Evlogimenos · 20 years ago
- 2ebdb53 Mention the --enable-targets= option to configure. by Reid Spencer · 20 years ago
- dca7978 * Order #includes as per style guide by Misha Brukman · 20 years ago
- 27177f8 Convert tabs to spaces by Misha Brukman · 20 years ago
- cfa87bc Hyphenate the adjective `n-bit' when used to describe values and processors by Misha Brukman · 20 years ago
- ccc1c16 Build the `Skeleton' target when building "all" targets by Misha Brukman · 20 years ago
- 2dedcf5 Document the --enable-targets= feature of the configure script. by Reid Spencer · 20 years ago
- 38da41c Silence gcc-4.0.0 warnings. by Alkis Evlogimenos · 20 years ago
- 7847fca Convert tabs to spaces by Misha Brukman · 20 years ago
- dadc96f Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD by Reid Spencer · 20 years ago
- 18969fb Implement the --enable-targets= feature of the configure script. The make by Reid Spencer · 20 years ago
- 5a87044 Two changes: by Reid Spencer · 20 years ago
- 675f092 Make sure the CBackend is always a target that is built. by Reid Spencer · 20 years ago
- 99d1fcc Consolidate the target selection options into a single option, by Reid Spencer · 20 years ago
- 500b4db keep track of max depth stats by Andrew Lenharth · 20 years ago
- 945de9b First step in avoiding compilation/usage of non-relevant targets. New by Reid Spencer · 20 years ago
- 9f83822 Updated dependence analyzer. Fixed numerous bugs. Same stage scheduling, etc. by Tanya Lattner · 20 years ago
- 3fe4d3c Malloc/Free have mod/ref effects. Do not allow CSE of function calls that by Chris Lattner · 20 years ago
- 53f72b3 remove 'another common example', which doesn't work with VC++, and indent by Chris Lattner · 20 years ago
- ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
- 3c94497 Convert tabs to spaces by Misha Brukman · 20 years ago
- dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
- 00876a2 Convert tabs to spaces by Misha Brukman · 20 years ago
- 21bbf8d Convert tabs to spaces by Misha Brukman · 20 years ago
- 3b1b6e6 Convert tabs to spaces by Misha Brukman · 20 years ago
- 59f6449 Convert tabs to spaces by Misha Brukman · 20 years ago
- 672c11b Add the RUN: prefix to the start of the run line so this test doesn't fail. by Reid Spencer · 20 years ago
- f8063f9 Change some old-style casts to C++ style casts to avoid warnings in XPS by Reid Spencer · 20 years ago
- 94c8fb4 There is no =head3. Convert to =head2. by Reid Spencer · 20 years ago
- d9dd326 Correct the documentation to match the program. by Reid Spencer · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- fd93908 Remove trailing whitespace by Misha Brukman · 20 years ago
- 0e0a7a45 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
- b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
- 4633f1c Remove trailing whitespace by Misha Brukman · 20 years ago
- f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
- d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
- edf128a Remove trailing whitespace by Misha Brukman · 20 years ago
- 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
- 8a96c53 Remove trailing whitespace by Misha Brukman · 20 years ago
- 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
- 019b639 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
- 9dd7a87 Check for eqv matching by Chris Lattner · 20 years ago
- 837a521 Match another form of eqv by Chris Lattner · 20 years ago
- 3469538 Remove trailing whitespace by Misha Brukman · 20 years ago
- 63b3afa Remove trailing whitespace by Misha Brukman · 20 years ago
- 14f3429 this passes on darwin by Chris Lattner · 20 years ago
- ea61c35 Remove trailing whitespace by Misha Brukman · 20 years ago
- 9769ab2 Remove trailing whitespace by Misha Brukman · 20 years ago
- 1090262 Handle stores of global address as stores of immediates. Instead of: by Chris Lattner · 20 years ago
- 75f354b Handle (store &GV -> mem) as a store immediate. This often occurs for by Chris Lattner · 20 years ago
- 8e827e8 Use the actual uid/gid for defaulting the fields in the archive. by Reid Spencer · 20 years ago
- cb2d1a2 Fix a bug where we would not promote calls to invokes if they occured in by Chris Lattner · 20 years ago
- 3468e57 Eliminate calls to system dependent function getuid by using by Reid Spencer · 20 years ago
- 93b3473 Provide an implementation of the GetCurrentUserId and GetCurrentGroupId by Reid Spencer · 20 years ago
- 78202b4 Add two new methods for getting the User Id and Group Id values for the by Reid Spencer · 20 years ago
- f68563f Add doxygen comments, patch contributed by Evan Jones. by Chris Lattner · 20 years ago
- a5ed1bd add support for taking and resolving the address of free. by Chris Lattner · 20 years ago
- 07753ce add support for taking the address of free. by Chris Lattner · 20 years ago
- 566f600 Improve doxygen, from part of Evan's patch that didn't apply. by Chris Lattner · 20 years ago
- 0f67dd6 Improve doxygen documentation, patch contributed by Evan Jones! by Chris Lattner · 20 years ago
- 588bbbf Improve and elimination. On PPC, for: by Chris Lattner · 20 years ago
- 1c2a9b9 Fold (x & 8) != 0 and (x & 8) == 8 into (x & 8) >> 3. by Chris Lattner · 20 years ago
- 956db27 Instcombine this: by Chris Lattner · 20 years ago
- bf5d4fb Teach simplifycfg that setcc is cheap and non-trapping, so that it can by Chris Lattner · 20 years ago
- 01d7139 Fix some broken links, taking care of PR554 by Chris Lattner · 20 years ago
- 4c376ea update to match build changes. by Chris Lattner · 20 years ago
- 2aafadc For Bug 543: by Reid Spencer · 20 years ago
- 03aee2e For Bug 543: by Reid Spencer · 20 years ago
- 237cef4 Remove trailing whitespace at the end of lines by Misha Brukman · 20 years ago
- d6a29a5 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 20 years ago
- 22c46da Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may by Misha Brukman · 20 years ago
- 8177bf8 Do not mark directories as `executable', we only want program files by Misha Brukman · 20 years ago
- baec07c #include system headers after all LLVM headers by Misha Brukman · 20 years ago
- 704448f Eliminate trailing spaces at end-of-line by Misha Brukman · 20 years ago
- 8f586ba Consistently eschew space between `*' or `&' and function argument name by Misha Brukman · 20 years ago
- 4619c75 Ignore dangling symlinks in getDirectoryContents() by Misha Brukman · 20 years ago
- 4b2afe6 Initialize fields mode, uid, and gid. Patch by Markus Oberhumer. Thanks! by Misha Brukman · 20 years ago
- 72a9caa Align comments together for consistency by Misha Brukman · 20 years ago
- b0bafc5 * Print commands as we execute them with `-v' by Misha Brukman · 20 years ago
- 7d27fc0 Wrap some long lines. by Chris Lattner · 20 years ago
- a6dcd0e ignore generated files by Chris Lattner · 20 years ago
- 6e19b5b fix bogus warning by Chris Lattner · 20 years ago
- 20b4636 fix PR549 by Chris Lattner · 20 years ago
- f79e57e Bug fixed by Chris Lattner · 20 years ago
- 240d6f4 Eliminate a broken transformation, fixing PR548 by Chris Lattner · 20 years ago
- f577c61 Add completely untested support for mtcrf/mfcrf encoding by Chris Lattner · 20 years ago
- 14522e3 switch over the rest of the formats that use RC to use isDOT by Chris Lattner · 20 years ago
- 883059f Convert the XForm instrs and XSForm instruction over to use isDOT by Chris Lattner · 20 years ago
- 97a2d42 Now that the ppc64 and vmx operands of I are always 0, forward substitute by Chris Lattner · 20 years ago
- a611ab7 convert over bform and iform instructions by Chris Lattner · 20 years ago
- 57226fb Convert over DForm and DSForm instructions by Chris Lattner · 20 years ago