2012-10-29 |
Duncan Sands | Remove a wrapper around getIntPtrType added to GVN... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Bob Wilson | Remove code to saturate profile counts. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nadav Rotem | Change the PassManagerBuilder (used by -O3) loop vector... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Hans Wennborg | Minor style fixes for TargetTransformationInfo and... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Reed Kotler | Expand all atomic ops for mips16. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
NAKAMURA Takumi | llvm/Config/config.h.cmake: Good bye, Kevin! We won... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
NAKAMURA Takumi | PPCSubtarget.h: Add explicit braces. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
NAKAMURA Takumi | PPCSubtarget.h: Whitespace. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Preston Gurd | This patch addresses a problem with the Post RA schedul... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Bill Schmidt | This patch adds alignment information for long double... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Bill Schmidt | This patch adds alignment information for long double... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Duncan Sands | Factorize code: rather than duplication the logic in... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Duncan Sands | Loads and stores without an explicit alignment use... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Ulrich Weigand | Handle '*' and '#' asm constraint modifiers. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Duncan Sands | Rather than duplicating the getPointerSize code just... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Duncan Sands | Silence a GCC warning about comparing signed and unsign... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Daniel Jasper | Fix ASTMatchersTests to not create an overloaded-virtua... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Tim Northover | Align the data section correctly when loading an ELF... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Tim Northover | Make use of common-symbol alignment info in ELF loader. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Tim Northover | Add interface for querying object files for symbol... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Daniel Jasper | Implement has(), hasDescendant(), forEach() and forEach... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Evgeniy Stepanov | va_start, va_end, va_copy: InstrinsicInst subclasses... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nick Lewycky | Remove spurious mode marker from .cpp file. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nick Lewycky | Add missing emacs major mode marker. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nick Lewycky | Fix name of this file. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nick Lewycky | Add missing emacs major mode marker. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nadav Rotem | Calling TLI->getNumRegisters creates a circular depende... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Lang Hames | Remove unused typedef. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Rafael Espindola | Add -alias and -ralias options to match what we have... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Rafael Espindola | llvm-extract changes linkages so that functions on... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Rafael Espindola | llvm-extract was unable to handle aliases. It would... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Reed Kotler | Implement brind operator for mips16. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Rafael Espindola | Remove TargetELFWriterInfo. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Seth Cantrell | improve highlighting of invalid string encodings |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Richard Smith | Revert functional part of r166896 and just suppress... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Richard Smith | When determining whether to try evaluating the initiali... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Reed Kotler | This patch is for the implementation of mips16 complex... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Richard Smith | In -Wunneeded-internal-declaration, suppress the warnin... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Rafael Espindola | Fix invalid jump scopes again. This time without trying... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Rafael Espindola | Add a testcase from the previous bootstrap problem. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Nico Weber | Fix crash on missing namespace name in namespace alias... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Fariborz Jahanian | objective-C arc/mrr: Patch for the new block variable... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Chris Lattner | Currently the initial value of Tok is dependent an... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Jakob Stoklund... | Never attempt to join an early-clobber def with a regul... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Revert 166876 while I debug a bootstrap problem. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Benjamin Kramer | LoopIdiom: Add checks to avoid turning memmove into... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Reapply 166855 with an early exit on null QualTypes. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Benjamin Kramer | LoopIdiom: Recognize memmove loops. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Benjamin Kramer | LoopIdiom: Replace custom dependence analysis with... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Benjamin Kramer | SCEV validator: Ignore CouldNotCompute/undef on both... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Benjamin Kramer | SCEV validator: Add workarounds for some common false... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Mahesha S | Reverted back the changes made in 166868 and in 166869 |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Chandler Carruth | Clarify that there is an option other than OAuth for... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Mahesha S | Feature: |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Mahesha S | ------------------------------------------------- |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Mahesha S | Removed an extra blank line. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Add a reduced testcase of the last bootstrap failure. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Hal Finkel | Update BBVectorize to use the new VTTI instr. cost... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Nadav Rotem | 1. Fix a bug in getTypeConversion. When a *simple*... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Revert r166855. I can reproduce the bootstrap failure... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Jim Ingham | This is the first phase of supporting the DW_AT_object_... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Jim Ingham | If we got what looks like a single step exception but... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Argyrios Kyrtzidis | Add a test case for the stack overflow in rdar://12542261 |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Enrico Granata | Moving ValueObjectCast over to its own .h/.cpp files... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Sean Callanan | Fixes to the Objective-C V2 runtime: |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Fix cases where we were not producing an error when... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Quentin Colombet | [code size][ARM] Emit regular call instructions instead... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Move two helper functions to AST so that sema can use... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Reed Kotler | Implement MipsHi for mips16 |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Akira Hatanaka | [mips] Do not tail-call optimize vararg functions or... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Akira Hatanaka | [mips] Make sure FuncArg doesn't advance when OrigArgIn... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Refactor some code into a new findMaterializedTemporary... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Refactor some code into a new skipRValueSubobjectAdjust... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Delay codegen to after collecting all SubobjectAdjustme... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Akira Hatanaka | Use the methods and classes that were added to simplify... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Akira Hatanaka | Add method MipsTargetLowering::writeVarArgRegs which... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Akira Hatanaka | Add method MipsTargetLowering::passByValArg. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Akira Hatanaka | Add method MipsTargetLowering::copyByValRegs. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Akira Hatanaka | Add class MipsCC which provides methods used to analyze... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Jason Molenda | Show both lldb-168 and earlier "bt -c 5" as well as... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Jason Molenda | Document "bt <n>" for "thread backtrace -c <n>", note... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Akira Hatanaka | Delete MipsFunctionInfo::InArgFIRange. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Nadav Rotem | Refactor the VectorTargetTransformInfo interface. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Jakob Stoklund... | Revert r163298 "Optimize codegen for VSETLNi{8,16,32... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Kaelyn Uhrain | Avoid an unused-variable warning when asserts are disabled. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Eli Friedman | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Eli Friedman | Add missing safety check to an optimization for do... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Eli Friedman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Jakob Stoklund... | Reduce indentation with early exit. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Jakob Stoklund... | Also make the current basic block a class member. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Reed Kotler | implement mips16 tls global addr |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Argyrios Kyrtzidis | In Parser::ParseDecltypeSpecifier, make sure the end... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Eli Friedman | Don't crash synthesizing an ObjC property with an empty... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Douglas Gregor | When an externally-supplied record layout has a size... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Fariborz Jahanian | Add comment for my patch in r166809. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Lang Hames | MCRegisterClass should be returned by const ref, not... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Jordan Rose | Suggest llvm_unreachable over assert(0). |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Jakob Stoklund... | Make the Processed set a class member. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Chad Rosier | [ms-inline asm] Add a comment. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Jakob Stoklund... | 80 col. |
commit | commitdiff | tree | snapshot |
next |