| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make printing of metadata more robust when function is not found (which is th... | Victor Hernandez | 2010-01-18 | 1 | -1/+1 |
| * | Silence a control reaches end of function warning. Patch by Enea | Mike Stump | 2010-01-18 | 1 | -0/+1 |
| * | Mostly renaming some methods and updating comments to | Fariborz Jahanian | 2010-01-18 | 2 | -31/+40 |
| * | Make CMake's clang++ installation respect DESTDIR, based on a patch by | Douglas Gregor | 2010-01-18 | 1 | -1/+1 |
| * | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor | 2010-01-18 | 9 | -48/+333 |
| * | Don't build/install clang++ in CLANG_IS_PRODUCTION build mode yet. | Daniel Dunbar | 2010-01-18 | 1 | -0/+2 |
| * | Fix -Asserts warning. | Daniel Dunbar | 2010-01-18 | 1 | -2/+1 |
| * | Fix race condition in creating objdir. | Daniel Dunbar | 2010-01-18 | 1 | -4/+2 |
| * | Don't try to build compiler-rt if it happens to be checked out into projects/ | Daniel Dunbar | 2010-01-18 | 1 | -0/+3 |
| * | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor | 2010-01-18 | 6 | -42/+127 |
| * | More VTT builder fixes. With these fixes we now correctly handle the very com... | Anders Carlsson | 2010-01-18 | 2 | -5/+62 |
| * | Unnamed symbol index should be >= 1. This was lost during the mangler refacto... | Benjamin Kramer | 2010-01-18 | 1 | -1/+1 |
| * | Fix refacto reported by Nicolas Geoffray. | Benjamin Kramer | 2010-01-18 | 1 | -3/+1 |
| * | Add support for computing size in elements for symbolic regions obtained from | Zhongxing Xu | 2010-01-18 | 6 | -12/+47 |
| * | Update Apple-style build support for new Makefiles | Daniel Dunbar | 2010-01-18 | 2 | -59/+69 |
| * | Add support for "platform" configurations, which define a suite of compiler-rt | Daniel Dunbar | 2010-01-18 | 13 | -20/+358 |
| * | Remove old build logic, this is going to be replaced by a more configurable m... | Daniel Dunbar | 2010-01-18 | 3 | -221/+0 |
| * | Rename subdir 'Target' variable to 'Implementation' to be less overloaded. | Daniel Dunbar | 2010-01-18 | 9 | -15/+14 |
| * | Add 'SelectFunctionDir' function, to select appropriate function implementati... | Daniel Dunbar | 2010-01-18 | 4 | -15/+107 |
| * | Add more make utility functions. | Daniel Dunbar | 2010-01-18 | 2 | -2/+114 |
| * | Change subdir traversal to primarily cache information about what is availabl... | Daniel Dunbar | 2010-01-18 | 2 | -5/+42 |
| * | Simplify subdirectory makefiles, and be more robust by checking that they def... | Daniel Dunbar | 2010-01-18 | 9 | -26/+85 |
| * | Add basic make {help,help-hidden} targets. | Daniel Dunbar | 2010-01-18 | 1 | -0/+21 |
| * | Rename DebugMake variable to DEBUGMAKE for consistency (variables that are de... | Daniel Dunbar | 2010-01-18 | 2 | -3/+6 |
| * | Unbreak trampoline test. | Daniel Dunbar | 2010-01-18 | 1 | -4/+9 |
| * | Move some common code into BuildVTT. | Anders Carlsson | 2010-01-18 | 1 | -6/+3 |
| * | Fix a bunch of VTT layout bugs, add simple tests for VTT layout. | Anders Carlsson | 2010-01-18 | 3 | -11/+50 |
| * | Add test case for pr6069. | Zhongxing Xu | 2010-01-18 | 1 | -0/+6 |
| * | Update virt.cpp for changes to the LLVM asm printer (?) This test should real... | Anders Carlsson | 2010-01-18 | 1 | -2/+2 |
| * | If the symbol has not been tracked, do not free it. This is possible when free | Zhongxing Xu | 2010-01-18 | 1 | -1/+6 |
| * | Emit spaces after commas in Neon register lists. This is more consistent | Bob Wilson | 2010-01-18 | 1 | -30/+33 |
| * | switch x86 zerofill emission over to use MCStreamer. | Chris Lattner | 2010-01-18 | 2 | -3/+14 |
| * | Change CurrentFnSym to be a non-const pointer since asmprinter mutates it | Chris Lattner | 2010-01-18 | 4 | -17/+17 |
| * | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner | 2010-01-18 | 9 | -39/+28 |
| * | unbreak x86 jump tables with my previous patch. | Chris Lattner | 2010-01-18 | 1 | -1/+1 |
| * | Minor VTT builder cleanup, no functionality change. | Anders Carlsson | 2010-01-17 | 1 | -14/+12 |
| * | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 21 | -867/+377 |
| * | rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the check | Chris Lattner | 2010-01-17 | 1 | -9/+4 |
| * | Convert some of the dynamic opcode lookups into static ones. | Owen Anderson | 2010-01-17 | 1 | -59/+40 |
| * | stop the CBE from using Mangler::appendMangledName, which is a private functi... | Chris Lattner | 2010-01-17 | 3 | -13/+17 |
| * | fix uninit member, thanks to Benjamin Kramer for identifying the bug. | Chris Lattner | 2010-01-17 | 1 | -1/+1 |
| * | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner | 2010-01-17 | 6 | -83/+115 |
| * | Really fix this. I checked that on ARM I get | Rafael Espindola | 2010-01-17 | 1 | -2/+2 |
| * | reduce this test and convert to filecheck, hopefully the linux buildbot | Chris Lattner | 2010-01-17 | 1 | -15/+5 |
| * | factor this code better how that the string version of getNameWithPrefix | Chris Lattner | 2010-01-17 | 1 | -28/+8 |
| * | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner | 2010-01-17 | 7 | -59/+66 |
| * | Don't create a (empty) output file, and don't warn about bitcode output | Dan Gohman | 2010-01-17 | 1 | -13/+18 |
| * | Get the ctor vtable address points directly from the VTT builder. | Anders Carlsson | 2010-01-17 | 1 | -2/+12 |
| * | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer | 2010-01-17 | 5 | -41/+21 |
| * | Fix comment. | Owen Anderson | 2010-01-17 | 1 | -1/+1 |