projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2012-05-20
NAKAMURA Takumi
test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Clear kill flags on the fly when joining intervals.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Peter Collingbourne
CUDA: add CodeGen support for global variable address...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Nick Lewycky
Add RPO to the lexicon.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Make the global base reg GR32_NOSP.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Constrain regclasses in PeepholeOptimizer.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Constrain register classes in TailDup.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Peter Collingbourne
When legalising shifts, do not pre-build a list of...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Benjamin Kramer
Emit memcmp directly from the StringMatcherEmitter.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Benjamin Kramer
Plug a leak when using MCJIT.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Hal Finkel
Add a missing PPC 64-bit stwu pattern.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Benjamin Kramer
Bitpack CodeCompletionResults.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Howard Hinnant
Add documentation regarding -fno-rtti.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Benjamin Kramer
Use TargetMachine's register info instead of creating...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Fix test for 32-bit hosts.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Use the right register class for LDRrs.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Transfer memory operands to the right instruction.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Properly constrain register classes for sub-registers.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Properly constrain register classes in 2-addr.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Missed a push_back in r157147.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Avoid deleting extra copies when RegistersDefinedFromSa...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Fix build bots.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
LiveRangeQuery simplifies shrinkToUses().
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Use LiveRangeQuery in ScheduleDAGInstrs.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Eliminate some uses of struct LiveRange.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Use LiveRangeQuery instead of getLiveRangeContaining().
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Jakob Stoklund...
Add a LiveRangeQuery class.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Peter Collingbourne
Do not pass an invalid domtree to SimplifyInstruction...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Nico Weber
Error when using typeid() with -fno-rtti. PR 12888.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Eli Friedman
Zap a bogus assert for delegating constructors. PR1289...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Simplify overlap check.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Eli Friedman
Make delegating initializers use a similar codepath...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Fix 12892.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Peter Collingbourne
Do not eliminate allocas whose alignment exceeds that...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Hal Finkel
Add a FIXME about access to negative stack-pointer...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Remove the late DCE in RegisterCoalescer.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Erase joined copies immediately.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Fix an ancient bug in removeCopyByCommutingDef().
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Nadav Rotem
On Haswell, perfer storing YMM registers using a single...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Howard Hinnant
Revert fix to llvm.org/bugs/show_bug.cgi?id=12867 for...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Nadav Rotem
Add support for additional in-reg vbroadcast patterns
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Benjamin Kramer
Disambiguate call to operator==.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Collect inflatable virtual registers on the fly.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Benjamin Kramer
ValueMap: Use DenseMap's find_as mechanism to reduce...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Benjamin Kramer
Move CallbackVHs dtor inline, it can be devirtualized...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Craig Topper
Tidy up some spacing and inconsistent use of pre/post...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Fariborz Jahanian
objective-c: Warn if default synthesizing readonly...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Dmitri Gribenko
Missing line break.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Dmitri Gribenko
Use RecordDecl::field_iterator because D1, D2 are Recor...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Benjamin Kramer
Remove extra semicolons.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Benjamin Kramer
Apparently empty names are allowed here.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Benjamin Kramer
Simplify some users of DeclarationName::getNameKind...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Benjamin Kramer
Inline a trivial clear() method.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Benjamin Kramer
Provide move semantics for TinyPtrVector and for DenseM...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Stepan Dyatkovskiy
Ordinary PR1255 patch: DifferenceEngine and CPPBackend...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Benjamin Kramer
Simplify code, add an assertion.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Filipe Cabecinhas
Fixes the case where we created a dummy target, deleted...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Craig Topper
Copy some AVX support from MCJIT to JIT. Maybe will...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Douglas Gregor
Revert my _LIBCPP_INLINE_VISIBILITY changes, r157097...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Douglas Gregor
valarray resize should not be _LIBCPP_INLINE_VISIBILITY
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Eliminate dead code after remat.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Don't remat during updateRegDefsUses().
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Immediately erase trivially useless copies.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Run proper recursive dead code elimination during coale...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jakob Stoklund...
Allow LiveRangeEdit to be created with a NULL parent.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Douglas Gregor
Move _LIBCPP_VISIBLE_INLINE from the out-of-line defini...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Sean Callanan
Updated LLVM to take a disassembler fix that causes
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Eric Christopher
Update API usage for llvm DIBuilder changes for rvalue...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Eric Christopher
Actually support DW_TAG_rvalue_reference_type that...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Eric Christopher
Add support for the 'd' mips inline asm output modifier.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Andrew Trick
SCEV: Add MarkPendingLoopPredicates to avoid recursive...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Jason Molenda
bump to lldb-150.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Anna Zaks
[analyzer] c++11: do not crash on namespace alias
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Anna Zaks
[analyzer] For locations, use isGLValue() instead of...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-19
Greg Clayton
Forgot to bump the local string buffer up in size after...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Kaelyn Uhrain
Suggest adding 'typename' when it would make the compiler
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Johnny Chen
Add test cases where we start three worker threads...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Greg Clayton
Found a quick way to improve the speed with which we...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Anna Zaks
[analyzer] Fix a c++11 crash: xvalues can be locations...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Anna Zaks
[analyzer] Malloc checker: remove unnecessary comparisons.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Dan Gohman
Fix replacing all the users of objc weak runtime routines
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Jakob Stoklund...
Modernize naming convention for class members.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Greg Clayton
Warn when we detect a valid dSYM file that is empty...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Filipe Cabecinhas
Cleanup a custom thread-format so we don't fail TestLoa...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Fariborz Jahanian
objc: use "class extension" instead of "continuation...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Jakob Stoklund...
Move all work list processing to copyCoalesceWorkList().
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Nuno Lopes
allow LazyValueInfo::getEdgeValue() to reason about...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Enrico Granata
Optimizations to the Python ObjC formatters - Benchmark...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Benjamin Kramer
Lexer::ReadToEndOfLine: Only build the string if it...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Jim Grosbach
Refactor data-in-code annotations.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Nick Kledzik
fix warnings when compiling with -Wshadow
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Eric Christopher
Remove duplicate code that we could just fallthrough to.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Jakob Stoklund...
Simplify RegisterCoalescer::copyCoalesceInMBB().
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Nuno Lopes
add test case for bugfix in r157032
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Eric Christopher
Add support for the mips 'x' inline asm modifier.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Jakob Stoklund...
Remove support for PhysReg joining.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Chad Rosier
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Joel Jones
FileCheck-ify, apropos of nothing
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Filipe Cabecinhas
Fixed the test for the new process launch abbreviation.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Howard Hinnant
Protect __shared_weak_count::__get_deleter declaration...
commit
|
commitdiff
|
tree
|
snapshot
next