2010-08-31 |
Douglas Gregor | Add libclang support for namespace aliases (visitation... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dale Johannesen | Testcase for llvm checkin 112674. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Benjamin Kramer | Remove noisy semicolon. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Fariborz Jahanian | Some support for unicode string constants |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Implement __has_feature(cxx_inline_namespaces) |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Johnny Chen | Converted TestDeadStrip.py to Dsym/Dwarf combination. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | licm is wasting time hoisting constant foldable operations, |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Kevin Enderby | This is the second of three patches to implement suppor... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Reapply r112432, now that the real problem is addressed. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Reapply r112433, now that the real problem is addressed. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Revert r110916. This patch is buggy because the code... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bill Wendling | We have a chance for an optimization. Consider this... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Anton Korobeynikov | Add NetBSD include search path |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Anton Korobeynikov | Some fixes for NetBSD |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use x86 specific MOVSLDUP node, add more patterns to... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Johnny Chen | Converted TestClassTypes.py to Dsym/Dwarf combination... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Reapply r112623. Included additional check for unused... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use x86 specific MOVSHDUP node and add more patterns... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
John McCall | Add convenience accessors for determining whether templ... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Add a new libclang function clang_getTemplateCursorKind... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bill Wendling | And ANDS pattern to match the t2ANDS pattern. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jakob Stoklund... | Stack slot access methods are in TargetInstrInfo. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dale Johannesen | Comment typo. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jakob Stoklund... | Make %EFLAGS unallocatable. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jakob Stoklund... | Track liveness of unallocatable, unreserved registers... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Johnny Chen | Converted TestBitfields.py to Dsym/Dwarf combination. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use MOVHLPS node instead of matching using movhlps... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use MOVLHPS and MOVHLPS x86 nodes whenever possible... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
John McCall | Amusingly, I missed this point of abstraction in all... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Revert r112432. It appears to be exposing a problem... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Make inline namespace not be transparent after all... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Extend libclang with a new cursor kind that indicates... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Merge 2010-08-31-InfiniteRecursion.ll into crash.ll. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | More cleanups of my JumpThreading transforms, including... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jakob Stoklund... | Ignore unallocatable registers in RegAllocFast. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Revert r112623. It is causing self host build failures. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Duncan Sands | Update the Ada instructions to LLVM 2.7 (from LLVM... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Add libclang support for class template partial special... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Add an RAII helper to make cleanup of the RecursionSet... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Add a libclang cursor kind, visitation support and... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Greg Clayton | Cleaned up my previous submission which had some header... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Only try to clean up the current block if we changed... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jim Grosbach | SP relative offsets need to be adjusted by the local... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Remember byval argument's frame index during argument... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jim Grosbach | this assert should just be a condition, since this... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Add a test for the duplicated-conditional situation... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Refactor my fix for PR5652 to terminate the predecessor... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Ted Kremenek | Improve CFG printing support for CXXOperatorCallExpr... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Ted Kremenek | Explicitly handle CXXOperatorCallExpr when building... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Greg Clayton | Added the ability to disable ASLR (Address Space Layout... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Manually reduce this testcase. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jim Ingham | Add a "lldb host" logging channel, and put logging... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | merge two tests and convert to filecheck. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Fariborz Jahanian | AST work to support [C++] [IRgen] for ?: with missing LHS |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Add a micro-test for the transforms I added to JumpThre... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jim Grosbach | Update test for 112609 |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jim Grosbach | Improve virtual frame base register allocation heuristics. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Speculatively revert r112433. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Johnny Chen | Updated to reflect the "plugins" directory. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Johnny Chen | Changed the buildDsym()/buildDwarf() TestBase methods... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Benjamin Kramer | Allow creation of SHT_NULL sections, from Roman Divacky. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Implement basic support for indexing function templates in |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | Add support for windows x86-64 varargs, patch by Camero... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | improve isHexaLiteral to work with escaped newlines... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | libclang indexing support for C++ constructors, destruc... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Add a simple test for indexing namespaces |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Duncan Sands | Stop using the dom frontier in DwarfEHPrepare by not... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Nick Lewycky | Fix an infinite loop; merging two functions will create... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Don't perform an extra traversal of the function just... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bill Wendling | - Cleanup some whitespaces. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Rename test directory to reflect new pass name. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Rename ValuePropagation to a more descriptive Correlate... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Rename file to something more descriptive. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | More Chris-inspired JumpThreading fixes: use ConstantEx... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
John McCall | Teach IR generation to return 'this' from constructors... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Michael J.... | Cleanup Whitespace. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Michael J.... | System: Fix getMagicNumber on windows. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Michael J.... | Fix spelling/typo. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Offset is not always unsigned number. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Nick Lewycky | Switch to DenseSet, simplifying much more code. We... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chandler Carruth | Fix a regression that allowed clearly ill formed code... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Revert my lame attempt at appeasing the CFGBuilder |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | When provide code completions for a variadic Objective... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Teach the CFGBuilder not do die on CXXBindTemporaryExpr... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Implement the __has_nothrow trait family, by Steven... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Remove r111665, which implemented store-narrowing in... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | zap unused method. x86 is the only user and already... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use X86ISD::MOVSS and MOVSD to represent the movl mask... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Ted Kremenek | Add range of return value expression in ReturnUndefChec... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Eric Christopher | Rewrite slightly so we can expand for floating point... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jakob Stoklund... | Add experimental -disable-physical-join command line... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Enable inline namespaces in C++03 as an extension. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Add a forgotten place where the enclosing namespace... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Enable inline namespaces in the AST. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Rename DeclContext::getLookupContext to getRedeclContex... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Decl::getEnclosingNamespaceContext has no reason to... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | When instantiating a function type, instantiate the... |
commit | commitdiff | tree | snapshot |
next |