- Oct 22, 2013
-
-
Rui Ueyama authored
llvm-svn: 193143
-
Rui Ueyama authored
llvm-svn: 193142
-
Rui Ueyama authored
The manifest file is an XML file that conveys some information to the loader, such as whether the executable needs to run as Administrator or not. This patch is to parse command line option for manifest file. Actual XML file generation will be done in a separate patch. llvm-svn: 193141
-
Jason Molenda authored
of llvm r193091. Thanks to Ed Maste for narrowing it down. llvm-svn: 193140
-
Jim Grosbach authored
Use tMOVr instead of plain MOVr. rdar://15193017 llvm-svn: 193139
-
Jim Grosbach authored
No functional change, just cleaning things up for readability. llvm-svn: 193138
-
Manman Ren authored
We can have a struct type with a single field and the field does not start with 0. In that case, we should correctly update the offset. llvm-svn: 193137
-
Jason Molenda authored
llvm-svn: 193136
-
Eric Christopher authored
llvm-svn: 193135
-
Bob Wilson authored
collectLineCounts() should only organize the output data. This is done in anticipation of subsequent changes which will pass in GCNO and GCDA filenames into the print function where it is printed similar to the gcov output. Patch by Yuchen Wu! llvm-svn: 193134
-
Adrian Prantl authored
llvm-svn: 193133
-
Jason Molenda authored
the existing SBThread::GetQueueName() method. llvm-svn: 193132
-
Andrew Kaylor authored
llvm-svn: 193131
-
Eric Christopher authored
llvm-svn: 193130
-
David Blaikie authored
DWARF Type Hashing: Include reference and rvalue reference type in the declarable summary hashing path More support for 7.25 Part 5. llvm-svn: 193129
-
Reid Kleckner authored
Microsoft inline asm crashes on the hexagon bot for unknown reasons. This reverts commit r193124. llvm-svn: 193128
-
Rui Ueyama authored
Because MSVC11 doesn't like this new C++11 feature. The last commit broke the buildbot. llvm-svn: 193127
-
David Blaikie authored
There are several other tag types that need similar handling but to ensure test coverage they'll be coming incrementally. llvm-svn: 193126
-
Andrew Kaylor authored
llvm-svn: 193125
-
Reid Kleckner authored
llvm-svn: 193124
-
Reid Kleckner authored
This reverts commit r193100. It was failing to compile with MSVC 2012 while instantiating llvm::Optional<DynTypedMatcher>. llvm-svn: 193123
-
Rui Ueyama authored
llvm-svn: 193122
-
Rui Ueyama authored
llvm-svn: 193121
-
- Oct 21, 2013
-
-
Chris Wailes authored
llvm-svn: 193120
-
David Blaikie authored
And add the 'Test' suffix so the test case name matches the file name. llvm-svn: 193119
-
Chad Rosier authored
llvm-svn: 193118
-
Chad Rosier authored
llvm-svn: 193117
-
Yaron Keren authored
llvm-svn: 193116
-
Tom Stellard authored
v2: - Use CI->cannotDuplicate() llvm-svn: 193115
-
Greg Clayton authored
Fixed breakpoints to be able to be set on eSymbolTypeReExported symbols and resolve to the correct function. This allows setting a breakpoint on "memset" for iOS simulator binaries and the correct breakpoint will be set on "__platform_memset". llvm-svn: 193114
-
Matt Arsenault authored
llvm-svn: 193113
-
Matt Arsenault authored
llvm-svn: 193112
-
Matt Arsenault authored
llvm-svn: 193111
-
Rafael Espindola authored
Instead of using not, just drop the fastcall attribute which was causing an warning: calling convention 'fastcall' ignored for this target llvm-svn: 193110
-
Matt Arsenault authored
llvm-svn: 193109
-
Sergey Matveev authored
In particular, don't make a fuss if we're passed a malformed suppressions file, or if we have trouble identifying ld.so. Also, make LSan interface functions no-ops in this case. llvm-svn: 193108
-
Matt Arsenault authored
llvm-svn: 193107
-
Reid Kleckner authored
llvm-svn: 193106
-
David Blaikie authored
This uses a map, keeping the type DIE numbering separate from the DIEs themselves - alternatively we could do things the way GCC does if we want to add an integer to the DIE type to record the numbering there. llvm-svn: 193105
-
Matt Arsenault authored
llvm-svn: 193104
-