- Oct 05, 2012
-
-
Aaron Ballman authored
llvm-svn: 165329
-
Jim Ingham authored
llvm-svn: 165328
-
Jim Ingham authored
llvm-svn: 165327
-
Chad Rosier authored
llvm-svn: 165326
-
Michael Liao authored
llvm-svn: 165325
-
Chad Rosier authored
llvm-svn: 165324
-
Reed Kotler authored
llvm-svn: 165322
-
Benjamin Kramer authored
No functionality change. llvm-svn: 165321
-
Benjamin Kramer authored
llvm-svn: 165320
-
Chad Rosier authored
llvm-svn: 165319
-
Micah Villmow authored
Implement TargetData with the DataLayout class, this will allow LLVM projects to transition to DataLayout without loosing functionality. llvm-svn: 165318
-
Dmitry Vyukov authored
llvm-svn: 165317
-
Hemant Kulkarni authored
llvm-svn: 165316
-
Will Schmidt authored
- Mark the BCC and BLR defs as isCodeGenOnly per error output from llvm-tblgen -gen-asm-matcher. PPCInstrInfo.td | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) llvm-svn: 165315
-
Adhemerval Zanella authored
llvm-svn: 165314
-
NAKAMURA Takumi authored
llvm-svn: 165313
-
NAKAMURA Takumi authored
lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPointerToNamedFunction(), like legacy JITMemoryManager's. CRT's __main (aka premain) invokes global ctors on cygming. See also PR3897. llvm-svn: 165312
-
NAKAMURA Takumi authored
- Substitute hyphen to underscore, s/-/_/g, as the variable name. - Additional parameter can be specified as the name of directory. e.g.) add_llvm_external_project(clang-tools-extra extra) - LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR=/path/to/llvm-srcroot/tools/clang/tools/extra, by default. - Build directory is in ${CMAKE_CURRENT_BINARY_DIR}/extra llvm-svn: 165311
-
Sid Manning authored
llvm-svn: 165310
-
NAKAMURA Takumi authored
llvm-svn: 165309
-
Rafael Espindola authored
llvm-svn: 165308
-
Alexander Potapenko authored
This is to remove unnecessary #if directives. llvm-svn: 165307
-
Duncan Sands authored
have an alloca or a parameter, since then the alloca test should make sense to readers, while before it probably appears too specific. No functionality change. llvm-svn: 165306
-
Bill Wendling authored
The internal representation of the Attributes class will be opaque. All of the query methods will need to query the opaque class. Therefore, these methods need to be out-of-line. No functionality change intended. llvm-svn: 165305
-
Bill Wendling authored
llvm-svn: 165304
-
Craig Topper authored
llvm-svn: 165303
-
Craig Topper authored
Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos and mark them as pseudos in the td file. llvm-svn: 165302
-
Jason Molenda authored
llvm-svn: 165301
-
Jason Molenda authored
It is now a regex command alias that more faithfully emulates gdb's behavior, most importantly, "bt 5" will backtrace 5 frames of the currently selected thread. "bt all" still backtraces all threads (unlike gdb) and for users who have learned to use "bt -c 5", that form is still accepted. llvm-svn: 165300
-
Jason Molenda authored
expansion on the dSYM path we find if it starts with a tilde. llvm-svn: 165299
-
Abramo Bagnara authored
llvm-svn: 165298
-
Jason Molenda authored
llvm-svn: 165297
-
Jason Molenda authored
llvm-svn: 165296
-
Jason Molenda authored
reflect that the columns were just swapped. llvm-svn: 165295
-
Jason Molenda authored
often hear feedback from people that having the lldb commands on the left hand side is non-intuitive -- they say "I want a *gdb* to *lldb* table, not a *lldb* to *gdb* table". It doesn't seem odious to go from the right-hand column to the left hand column but I've heard this same feedback enough that it's also pointless to keep the format lldb-first, gdb-second when it was an arbitrary choice to begin with. llvm-svn: 165294
-
Sean Silva authored
This document describes how to set up LLVM-style RTTI for a class hierarchy. Surprisingly, this was not previously documented. Also, link it into ProgrammersManual.html. llvm-svn: 165293
-
Sean Silva authored
Use isa<> or cast<> when semantically that is what is happening. Also some trivial "style" cleanups at fix sites. llvm-svn: 165292
-
Sean Silva authored
This is a mechanical change of dynamic_cast<> to dyn_cast<>. A number of these uses are actually more like isa<> or cast<>, and will be changed to the semanticaly appropriate one in a future patch. llvm-svn: 165291
-
Sean Silva authored
llvm-svn: 165290
-
Eli Friedman authored
PR14029, clang part. llvm-svn: 165289
-