| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trailing whitespace. | Jim Grosbach | 2010-12-07 | 1 | -29/+29 |
| | | | | | llvm-svn: 121167 | ||||
| * | Change assert to diagnostic. Message still needs work, but it's better than | Jim Grosbach | 2010-12-07 | 1 | -3/+9 |
| | | | | | | | an assert, at least. llvm-svn: 121166 | ||||
| * | Remove target specific node MipsISD::CMov, which is not used because all ↵ | Bruno Cardoso Lopes | 2010-12-07 | 3 | -9/+1 |
| | | | | | | | conditional moves are directly matched using tablegen patterns. If there's a need in the future, we can introduce it again llvm-svn: 121164 | ||||
| * | Match a pattern generated by a dag combiner opt where: | Bruno Cardoso Lopes | 2010-12-07 | 3 | -2/+27 |
| | | | | | | | | | (select (load (load tga0)) (load tga1)) => (load (select (load tga0) tga1)) Thanks to Akira for pointing that. llvm-svn: 121163 | ||||
| * | Simplify assertion. | Jakob Stoklund Olesen | 2010-12-07 | 1 | -9/+2 |
| | | | | | llvm-svn: 121162 | ||||
| * | Missed a spot removing Alarm. | Michael J. Spencer | 2010-12-07 | 1 | -1/+0 |
| | | | | | llvm-svn: 121161 | ||||
| * | Support: Remove Alarm. It is unused (via local grep and google code search). | Michael J. Spencer | 2010-12-07 | 5 | -202/+0 |
| | | | | | llvm-svn: 121160 | ||||
| * | Implement AST import for Objective-C property implementations | Douglas Gregor | 2010-12-07 | 5 | -1/+140 |
| | | | | | | | (@synthesize and @dynamic). llvm-svn: 121159 | ||||
| * | Cleanup before making the objective C ivar changes. | Greg Clayton | 2010-12-07 | 2 | -47/+28 |
| | | | | | llvm-svn: 121158 | ||||
| * | Support/PathV2: Remove const from bool return types. | Michael J. Spencer | 2010-12-07 | 2 | -19/+19 |
| | | | | | llvm-svn: 121157 | ||||
| * | Fix spelling. | Michael J. Spencer | 2010-12-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 121156 | ||||
| * | Support: Remove DynamicLinker.h. It is unused and unimplemented. | Michael J. Spencer | 2010-12-07 | 1 | -40/+0 |
| | | | | | llvm-svn: 121155 | ||||
| * | Improved the "image dump section" command output by making sure | Greg Clayton | 2010-12-07 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | it indents and shows things correctly. When we are debugging DWARF in .o files with debug map, we can see the remapped sections by dumping the sections for the .o files by explicitly dumping the module by name. For example, debugging the lldb/test/class_types example on MacOSX without a dSYM file we can make a query that causes the main.o file to be loaded, then we can do a: (lldb) image dump section main.o This will show the exact section map that is used and can help track down when things are going wrong with DWARF in .o files with debug map. llvm-svn: 121154 | ||||
| * | Encode the literal field for tCMPzi instruction. | Jim Grosbach | 2010-12-07 | 1 | -1/+2 |
| | | | | | llvm-svn: 121153 | ||||
| * | Fix absolute recording of differences of symbols in two sections. Reduced ↵ | Rafael Espindola | 2010-12-07 | 2 | -0/+75 |
| | | | | | | | from ctor_dtor_count-2.cpp. llvm-svn: 121152 | ||||
| * | 'thread backtrace', not 'thread backtrac'. | Johnny Chen | 2010-12-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 121151 | ||||
| * | The do_simple_disasm() also needs to be modified to accommodate the recent ↵ | Johnny Chen | 2010-12-07 | 1 | -0/+4 |
| | | | | | | | | | changes to main.m. llvm-svn: 121150 | ||||
| * | Support/PathV2: Change most functions in the path namespace to return their work | Michael J. Spencer | 2010-12-07 | 5 | -170/+124 |
| | | | | | | | via their return value instead of an out parameter. llvm-svn: 121149 | ||||
| * | build: Go back to dropping __eprintf reference when building with Clang, see | Daniel Dunbar | 2010-12-07 | 1 | -0/+5 |
| | | | | | | | comment. llvm-svn: 121146 | ||||
| * | Cast CachedLinkage to linkage to avoid "comparison between signed and ↵ | Benjamin Kramer | 2010-12-07 | 1 | -5/+3 |
| | | | | | | | unsigned integer" warnings. llvm-svn: 121143 | ||||
| * | Add parens to pacify gcc. | Benjamin Kramer | 2010-12-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 121142 | ||||
| * | Implement ASTImporter support for Objective-C category implementations. | Douglas Gregor | 2010-12-07 | 3 | -0/+53 |
| | | | | | llvm-svn: 121139 | ||||
| * | Fix PR8720 by printing an error message with a substring that the gcc ↵ | Rafael Espindola | 2010-12-07 | 7 | -4/+19 |
| | | | | | | | testsuite searches for. llvm-svn: 121137 | ||||
| * | Remove some dead code from the jump threading pass. | Frits van Bommel | 2010-12-07 | 1 | -141/+0 |
| | | | | | | | The last uses of these functions were removed in r113852 when LazyValueInfo was permanently enabled and removed the need for them. llvm-svn: 121133 | ||||
| * | CMake: Fix warning in gtest header used by unit tests. | Frits van Bommel | 2010-12-07 | 1 | -0/+4 |
| | | | | | llvm-svn: 121127 | ||||
| * | Logging improvements to help identify major events in | Sean Callanan | 2010-12-07 | 2 | -5/+42 |
| | | | | | | | | | | LLDB expression execution. We also now print the argument structure after execution, to allow us to verify that the expression did indeed execute correctly. llvm-svn: 121126 | ||||
| * | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 16 | -69/+68 |
| | | | | | | | | | zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place. llvm-svn: 121121 | ||||
| * | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 25 | -250/+218 |
| | | | | | | | | | zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place. llvm-svn: 121120 | ||||
| * | Don't leak the mutex when loading dynamic libraries. | Owen Anderson | 2010-12-07 | 1 | -12/+5 |
| | | | | | llvm-svn: 121119 | ||||
| * | utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not ↵ | NAKAMURA Takumi | 2010-12-07 | 1 | -2/+3 |
| | | | | | | | BUILD_MODE/*Tests) under whole unittests/ if BUILD_MODE == '.' llvm-svn: 121118 | ||||
| * | unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build. | NAKAMURA Takumi | 2010-12-07 | 1 | -5/+6 |
| | | | | | llvm-svn: 121117 | ||||
| * | Fixed an issue when debugging with DWARF in the .o files where | Greg Clayton | 2010-12-07 | 3 | -9/+6 |
| | | | | | | | | | | | | | if two functions had the same demangled names (constructors where we have the in charge and not in charge version) we could end up mixing the two up when making the function in the DWARF. This was because we need to lookup the symbol by name and we need to use the mangled name if there is one. This ensures we get the correct address and that we resolve the linked addresses correctly for DWARf with debug map. llvm-svn: 121116 | ||||
| * | Forgot to qualify SBSymbol with the lldb namespace for SWIG. | Greg Clayton | 2010-12-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 121115 | ||||
| * | Fix relocations with weak definitions. | Rafael Espindola | 2010-12-07 | 2 | -1/+142 |
| | | | | | llvm-svn: 121114 | ||||
| * | Revert test/Archive/check_binary_output.ll". It fails on a buildbot. | NAKAMURA Takumi | 2010-12-07 | 1 | -4/+0 |
| | | | | | llvm-svn: 121113 | ||||
| * | Added symbol table access through the module for now. We might need to expose | Greg Clayton | 2010-12-07 | 4 | -1/+49 |
| | | | | | | | a SBSymtab class, but for now, we expose the symbols through the module. llvm-svn: 121112 | ||||
| * | reapply r121100 with a tweak to constant fold ConstExprs with TargetData | Chris Lattner | 2010-12-07 | 2 | -8/+118 |
| | | | | | | | | | (if available) as we go so that we get simple constantexprs not insane ones. This fixes the failure of clang/test/CodeGenCXX/virtual-base-ctor.cpp that the previous iteration of this patch had. llvm-svn: 121111 | ||||
| * | Support/PathV2: Cleanup separator handling. | Michael J. Spencer | 2010-12-07 | 1 | -7/+10 |
| | | | | | llvm-svn: 121110 | ||||
| * | Support/PathV2: Remove the error_code return type from all functions in the path | Michael J. Spencer | 2010-12-07 | 5 | -197/+110 |
| | | | | | | | | namespace. None of them return anything except for success anyway. These will be converted to returning their result soon. llvm-svn: 121109 | ||||
| * | Support/PathV2: Move make_absolute from path to fs. | Michael J. Spencer | 2010-12-07 | 4 | -69/+71 |
| | | | | | llvm-svn: 121108 | ||||
| * | Fix pcrel relocations that cross sections. | Rafael Espindola | 2010-12-07 | 2 | -2/+109 |
| | | | | | llvm-svn: 121107 | ||||
| * | test/Archive/check_binary_output.ll: Add a new test to check output of ↵ | NAKAMURA Takumi | 2010-12-07 | 1 | -0/+4 |
| | | | | | | | 'llvm-ar -p' is sane. Thanks to Danil Malyshev! llvm-svn: 121106 | ||||
| * | test/Other/close-stderr.ll: Require the feature 'shell'. It is not ↵ | NAKAMURA Takumi | 2010-12-07 | 1 | -0/+1 |
| | | | | | | | executable on Win32 but it is executable on MSYS-bash. llvm-svn: 121105 | ||||
| * | test: Add the feature 'shell' on LLVM_ON_UNIX. | NAKAMURA Takumi | 2010-12-07 | 1 | -0/+4 |
| | | | | | llvm-svn: 121104 | ||||
| * | lib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64, specify explicit ↵ | NAKAMURA Takumi | 2010-12-07 | 1 | -1/+3 |
| | | | | | | | | | PrivateGlobalPrefix as ".L". Or, global symbols @Lxxxx might be treated as temporal symbol by MCSymbol. llvm-svn: 121103 | ||||
| * | Temporarily revert r121100 as it's causing clang to fail | Eric Christopher | 2010-12-07 | 2 | -108/+5 |
| | | | | | | | CodeGenCXX/virtual-base-ctor.cpp. llvm-svn: 121102 | ||||
| * | Two things: Fix testcase to use extern - otherwise the link will always | Eric Christopher | 2010-12-07 | 2 | -25/+36 |
| | | | | | | | | succeed. Also make the testcase clearer as to what we're doing and emit a checking notification to the log. llvm-svn: 121101 | ||||
| * | fix PR8710 - teach global opt that some constantexprs are too complex to | Chris Lattner | 2010-12-07 | 2 | -5/+108 |
| | | | | | | | put in a global variable's initializer. llvm-svn: 121100 | ||||
| * | Handle the case where you make a ClangExpressionDeclMap without a selected ↵ | Jim Ingham | 2010-12-07 | 1 | -2/+7 |
| | | | | | | | frame. llvm-svn: 121099 | ||||
| * | Remove unused member. | Jakob Stoklund Olesen | 2010-12-07 | 1 | -8/+0 |
| | | | | | llvm-svn: 121098 | ||||

