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