summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-2210-5/+433
* PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman2011-09-222-7/+51
* Resynch intro to section with copyright section.Chris Lattner2011-09-221-2/+3
* Print parentheses in next line.Akira Hatanaka2011-09-221-2/+4
* Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.Akira Hatanaka2011-09-221-1/+1
* ST->scanReachableSymbols() is creating a SubRegionMap (SRM) on every call sin...Anna Zaks2011-09-223-35/+43
* Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen2011-09-2211-65/+773
* PTX: Clean up target options codeJustin Holewinski2011-09-221-79/+27
* Define a new sub-register index sub_32 for accessing the 32-bit sub-register ofAkira Hatanaka2011-09-221-4/+5
* Use the C personality function instead of the C++ personality function.Bill Wendling2011-09-221-3/+1
* Fix the ASTImporter's lookup for anonymous structs/unions that get aDouglas Gregor2011-09-221-2/+2
* Print three closing parentheses when Kind is either VK_Mips_GPOFF_HI or Akira Hatanaka2011-09-221-2/+2
* Add F31 to the set of callee-saved registers.Akira Hatanaka2011-09-221-1/+1
* Fix for warnings: ignoring return value of ‘write’, declared with attribu...Galina Kistanova2011-09-221-5/+12
* Fix typo.Akira Hatanaka2011-09-221-2/+2
* PTX: fixup test cases for register changesJustin Holewinski2011-09-2222-524/+526
* PTX: Remove physical register defsJustin Holewinski2011-09-225-543/+11
* PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski2011-09-228-105/+351
* PTX: Fix style issuesJustin Holewinski2011-09-222-22/+22
* PTX: Fixup codegen to handle emission of virtual registers.Justin Holewinski2011-09-224-17/+128
* PTX: Customize codegen passes in backendJustin Holewinski2011-09-222-0/+314
* PTX: Add new PTX-specific register allocator that keeps virtual registersJustin Holewinski2011-09-223-0/+61
* Don't allow template argument deduction to deduce a placeholder type,Douglas Gregor2011-09-222-0/+21
* Converted Exception demo over to using new 3.0 landingpad instruction. ThisGarrison Venn2011-09-221-22/+59
* Explicitly-defaulted copy/move constructors are not "implicit", butDouglas Gregor2011-09-222-3/+74
* This is a hack to get the demo working with the new 3.0 exception Garrison Venn2011-09-221-4/+18
* In OpenCL, conversions between different vector types are disallowedTobias Grosser2011-09-222-1/+19
* Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper2011-09-222-38/+50
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-2259-736/+1111
* Add definition of 64-bit floating registers used for Mips64.Akira Hatanaka2011-09-221-0/+40
* The SSE version differences for fmin/fmax are more involved than I thought.Benjamin Kramer2011-09-221-3/+4
* Add enums and functions for symbols Mips64 uses.Akira Hatanaka2011-09-225-2/+29
* X86: Don't form min/max nodes if the target is missing SSE.Benjamin Kramer2011-09-221-1/+2
* ArrayRef-ifying the fields passed to Sema::ActOnFieldsDavid Blaikie2011-09-226-16/+16
* Mips64 aligns stack on 16-byte boundary.Akira Hatanaka2011-09-221-1/+2
* Remove unnecessary condition check.Akira Hatanaka2011-09-221-1/+0
* ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa...David Blaikie2011-09-225-32/+24
* Fix printf call in SearchFilterByModuleList::GetDescription.Jason Molenda2011-09-221-1/+1
* ArrayRef-ifying MacroArgs::create's arguments argument.David Blaikie2011-09-223-16/+19
* Simplify the last character check.David Blaikie2011-09-221-1/+1
* Fixed a problem with the IR interpreter that causedSean Callanan2011-09-226-16/+31
* Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...Owen Anderson2011-09-214-16/+4
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-215-1/+30
* Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel2011-09-212-1/+21
* Fix for DbgInfoPrinter.cpp:174:12: warning: ‘LineNo’ may be used uninitia...Galina Kistanova2011-09-211-1/+1
* The last verification check for the new EH model.Bill Wendling2011-09-211-0/+6
* StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ...Johnny Chen2011-09-215-8/+51
* llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer2011-09-211-19/+16
* Attempt to update the shadow stack GC pass to the new EH model.Bill Wendling2011-09-211-5/+17
* X86Disassembler: if verbose logging is going to nulls(), disable logging comp...Benjamin Kramer2011-09-211-1/+5
OpenPOWER on IntegriCloud