summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added a top level Timer to the interpreter execute command. Also added an op...Jim Ingham2010-11-041-1/+19
* Remove the @skip decorators for assertion aborts. Jim fixed them in r118255.Johnny Chen2010-11-042-5/+0
* Use the new native unwinder by default.Jason Molenda2010-11-041-1/+1
* When passing a huge parameter using the byval mechanism, a longDuncan Sands2010-11-042-7/+28
* Adjust return type of thread_runner.Benjamin Kramer2010-11-041-2/+1
* Use the real keyword location when rebuilding an elaborated type instead ofJohn McCall2010-11-042-7/+11
* Use arrays instead of constant-sized SmallVectors.Benjamin Kramer2010-11-041-132/+143
* Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.Jim Ingham2010-11-0414-149/+777
* Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola2010-11-042-9/+10
* Add one @skip decorator for assertion abort:Johnny Chen2010-11-041-0/+3
* Add two @skip decorators for assertion abort:Johnny Chen2010-11-041-0/+2
* Revert previous patch. Some targets don't support uleb and sayRafael Espindola2010-11-041-6/+7
* MCize.Rafael Espindola2010-11-041-7/+6
* Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel2010-11-043-0/+344
* Add getFile() to get DIFile of a DIType.Devang Patel2010-11-041-0/+1
* Pass a -I flag when compiling nullptr.cpp so the typeinfo header can be found...Anders Carlsson2010-11-041-1/+1
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-049-33/+33
* Revert last checkin to DisassemblerLLVM.cpp; that was some temporaryJason Molenda2010-11-041-5/+0
* Add #ifdef to easily switch between the current libunwind-remote based unwinder Jason Molenda2010-11-041-0/+9
* Revert last checking to ThreadGDBRemote.cpp; I accidentally checkedJason Molenda2010-11-041-3/+1
* Revert last checking to CommandObjectDisassemble.cpp; that wasJason Molenda2010-11-041-48/+1
* Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda2010-11-0412-24/+91
* Don't be so eager to replace UsingDecls in a DeclContext's lookup table;Argyrios Kyrtzidis2010-11-042-0/+22
* std::nullptr_t is a fundamental type for RTTI purposes.Anders Carlsson2010-11-044-58/+106
* Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia...Evan Cheng2010-11-044-54/+50
* Mangle std::nullptr_t as specified by the Itanium C++ ABI.Anders Carlsson2010-11-042-3/+7
* Don't instantiate members not belonging in the semantic context of the template.Argyrios Kyrtzidis2010-11-042-0/+25
* It's OK to use nullptr in relational operators if the other side is a null po...Anders Carlsson2010-11-042-6/+11
* partition operand processing between aliases and instructions.Chris Lattner2010-11-041-8/+65
* Removed the hardcoding of the system compiler to gcc 4.2Greg Clayton2010-11-041-6/+0
* pull name slicing out of BuildInstructionOperandReference soChris Lattner2010-11-041-16/+12
* Bumped version for lldb-29 and debugserver-116 in the Xcode projects.Greg Clayton2010-11-043-16/+16
* cleanups.Chris Lattner2010-11-041-18/+22
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-0416-27/+407
* Re-enabled LLDB's pointer checkers, and moved theSean Callanan2010-11-046-65/+67
* replace SrcOpNum with SrcOpName, eliminating a numering dependencyChris Lattner2010-11-041-26/+23
* c-index-test: Switch to using clang_executeOnThread instead of mucking aboutDaniel Dunbar2010-11-041-27/+1
* libclang: Add clang_executeOnThread, for use in c-index-test (and only there,Daniel Dunbar2010-11-044-0/+10
* System: Add llvm_execute_on_thread, which does what it says.Daniel Dunbar2010-11-042-0/+66
* Add ARM fixup info for load/store label references. Probably will need a bit ofJim Grosbach2010-11-042-30/+79
* Add encoding for VSTR.Bill Wendling2010-11-043-30/+44
* strength reduce some code, resolving a fixme.Chris Lattner2010-11-041-66/+59
* Handle the case where no eh_frame section is present.Jason Molenda2010-11-047-67/+98
* take a big step to making aliases more general and less of a hack:Chris Lattner2010-11-041-112/+197
* Disable fancy splitting during spilling unless -extra-spiller-splits is given.Jakob Stoklund Olesen2010-11-041-8/+18
* add a comment to my last commitDouglas Gregor2010-11-041-0/+1
* When canonicalizing nested-name-specifiers involving dependent namesDouglas Gregor2010-11-042-3/+44
* Teach ARM Target to use the tblgen support for generating an MC'izedJim Grosbach2010-11-033-47/+64
* Fixes a rewriting bug when type in a block argument typeFariborz Jahanian2010-11-032-3/+11
* Add rule to build MC'ized CodeEmitter.Jim Grosbach2010-11-031-0/+5
OpenPOWER on IntegriCloud