- Oct 04, 2010
-
-
Douglas Gregor authored
llvm-svn: 115560
-
Bill Wendling authored
it in with the SSSE3 instructions. Steward! Could you place this chair by the aft sun deck? I'm trying to get away from the Astors. They are such boors! llvm-svn: 115552
-
Kevin Enderby authored
1) Changed ValidateDwarfFileNumber() to isValidDwarfFileNumber() to be better named. Since it is just a predicate and isn't actually changing any state. 2) Added a missing return in the comments for setCurrentDwarfLoc() in include/llvm/MC/MCContext.h for fix formatting. 3) Changed clearDwarfLocSeen() to ClearDwarfLocSeen() since it does change state. 4) Simplified the last test in isValidDwarfFileNumber() to just a one line boolean test of MCDwarfFiles[FileNumber] != 0 for the final return statement. llvm-svn: 115551
-
Daniel Dunbar authored
llvm-svn: 115550
-
Daniel Dunbar authored
llvm-svn: 115549
-
Rafael Espindola authored
llvm-svn: 115547
-
Jim Ingham authored
Add a "Confirm" function to the CommandInterpreter so you can confirm potentially dangerous operations in a generic way. llvm-svn: 115546
-
Rafael Espindola authored
llvm-svn: 115545
-
Jim Ingham authored
llvm-svn: 115543
-
Rafael Espindola authored
llvm-svn: 115541
-
Howard Hinnant authored
llvm-svn: 115540
-
Howard Hinnant authored
Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow... llvm-svn: 115538
-
Rafael Espindola authored
llvm-svn: 115537
-
Johnny Chen authored
the stdc++ library module. Right now, it doesn't do any disassembly at all. It merely locates the stdc++ library. Also tests the SBProcess object description and verifies it is in a 'Stopped' state. llvm-svn: 115536
-
Greg Clayton authored
llvm-svn: 115535
-
Douglas Gregor authored
When a type comes from a previously-loaded PCH/AST file, don't try to write it into a chained PCH file. llvm-svn: 115527
-
Gabor Greif authored
llvm-svn: 115526
-
Jim Grosbach authored
llvm-svn: 115525
-
Daniel Dunbar authored
llvm-svn: 115524
-
Jan Wen Voung authored
section kind. Previously, optimized nops were only used for MachO. Also added tests for ELF and COFF. llvm-svn: 115523
-
Greg Clayton authored
Fixed and issue where we weren't seeing inlined functions anymore. We also now show the correct pc-offset within the inlined function. llvm-svn: 115522
-
Dan Gohman authored
already knows its own length, so this is redundant. llvm-svn: 115521
-
Daniel Dunbar authored
llvm-svn: 115520
-
Greg Clayton authored
llvm-svn: 115519
-
Gabor Greif authored
llvm-svn: 115518
-
Johnny Chen authored
the {function.name}, is sufficient for this test case. Plus added @expectedfailure decorator for a filed bug. llvm-svn: 115517
-
Devang Patel authored
llvm-svn: 115516
-
Chris Lattner authored
llvm-svn: 115515
-
Johnny Chen authored
${module.file.basename}{`${function.name}, is sufficient for this test case. llvm-svn: 115514
-
Johnny Chen authored
Remove file:lineno from the expected substrings. llvm-svn: 115512
-
Chris Lattner authored
llvm-svn: 115510
-
Rafael Espindola authored
llvm-svn: 115509
-
Daniel Dunbar authored
using Clang in one way or another. Additions welcome! llvm-svn: 115508
-
Rafael Espindola authored
llvm-svn: 115506
-
Francois Pichet authored
llvm-svn: 115503
-
Lang Hames authored
Removed the older style (in-allocator) problem construction system from the PBQP allocator. Problem construction is now done exclusively with the new builders. llvm-svn: 115502
-
Duncan Sands authored
Ada in llvm-gcc. llvm-svn: 115501
-
Duncan Sands authored
llvm-svn: 115500
-
Duncan Sands authored
llvm-svn: 115499
-
Douglas Gregor authored
llvm-svn: 115498
-