- Oct 06, 2012
-
-
Alex Rosenberg authored
llvm-svn: 165342
-
-
Jason Molenda authored
it's too easy to type by mistake when typing "l" (read: I did this once). llvm-svn: 165340
-
DeLesley Hutchins authored
llvm-svn: 165339
-
Ted Kremenek authored
llvm-svn: 165338
-
- Oct 05, 2012
-
-
Bill Schmidt authored
into separate versions for the Darwin and 64-bit SVR4 ABIs. This will facilitate doing more major surgery on the 64-bit SVR4 ABI in the near future. llvm-svn: 165336
-
Dmitri Gribenko authored
llvm-svn: 165335
-
Dmitri Gribenko authored
llvm-svn: 165334
-
Jason Molenda authored
to watch var set/exp -- that's now the default in the shipped lldb. llvm-svn: 165333
-
Jason Molenda authored
Document "f <n>" selects frame n. "t <n>" selects thread n but this was just added to TOT so most people won't have access to an lldb that accepts it. llvm-svn: 165332
-
Benjamin Kramer authored
llvm-svn: 165331
-
Jim Ingham authored
llvm-svn: 165330
-
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
-