OSDN Git Service

android-x86/external-llvm-project.git
2012-03-22 Andrew TrickRemove -enable-iv-rewrite, which has been unsupported...
2012-03-22 Andrew TrickConvert -indvars tests that rely on SCEV expansion...
2012-03-22 Andrew TrickRemove tests: indvars trivially preserves GEPs now.
2012-03-22 Andrew TrickRemove test: trivial canonical IV test which is covered...
2012-03-22 Andrew TrickTest scalar evolution directly instead of testing the...
2012-03-22 Andrew TrickRemove redundant -enable-iv-rewrite=false flags from...
2012-03-22 Argyrios Kyrtzidis[PCH] When we are replacing a decl in a chained PCH...
2012-03-22 Silviu BarangaAdded soft fail checks for the disassembler when decodi...
2012-03-22 Silviu BarangaAdded soft fail cases for the disassembler when decodin...
2012-03-22 Silviu BarangaAdded soft fail cases for the disassembler when decodin...
2012-03-22 Alexander PotapenkoHandle two-byte short jumps in the relocated code.
2012-03-22 Anders Waldenborg[python] Add negative MemoryBuffer testcase
2012-03-22 Richard SmithUpdate front page to indicate that we do, in fact,...
2012-03-22 Craig TopperRemove some unnecessary forward declarations.
2012-03-22 Ted Kremenek"Teach" RetainCountChecker about dispatch_set_context...
2012-03-22 Chandler CarruthRelax the FileCheck assertions in this test a touch...
2012-03-22 Ted KremenekFix broken CFG when an initializer is a statement expre...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-22 Hal FinkelPPC::DBG_VALUE must use Reg+Imm frame-index elimination...
2012-03-22 Johnny ChenFixed a bug with the r153228 check-in earlier today...
2012-03-22 Chris Lattneradd load/store volatility control to the C API, patch...
2012-03-22 Chris Lattnerdon't use "signed", just something I noticed in patches...
2012-03-22 Richard SmithDuring the instantiation of a class template specializa...
2012-03-22 Argyrios KyrtzidisSimplify DataRecursiveIntBinOpEvaluator::VisitBinOp...
2012-03-22 Eric ChristopherIn erroneous inline assembly we could mistakenly try...
2012-03-22 Sean CallananFixed a bug in the disassembler where we did
2012-03-22 Anna Zaks[analyzer] Malloc: drop symbols captured by blocks.
2012-03-22 Greg ClaytonSince we are having issues with the new LLVM MC disasse...
2012-03-22 Chad Rosier[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"...
2012-03-22 Johnny ChenWIP snapshot of hardware watchpoints for arm. A simple...
2012-03-21 Fariborz Jahanianmodern objective-c translator: Change declaration of
2012-03-21 Richard TrieuChange the binary operator data recursive evaluator...
2012-03-21 Michael J.... [PathV2]: Fix bug in create_directories which caused...
2012-03-21 Nick LewyckyAdd a release note for r145714.
2012-03-21 Greg ClaytonCommit missing function prototype.
2012-03-21 Andrew Trickmisched: tag a few XFAILs that I plan to fix
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Benjamin KramerRemove unused variable, fix indentation.
2012-03-21 Fariborz JahanianFor enums with no tag name, display its location in
2012-03-21 Kevin EnderbyFix ARM disassembly of VST1 and VST2 instructions with...
2012-03-21 Fariborz Jahanianfixes the diagnostic issued in // rdar://11069896
2012-03-21 Chad RosierReport the natural alignment of unsigned long long...
2012-03-21 Jan SjödinFix windows compilation warning. Patch by Micah.
2012-03-21 Nico WeberTry to get cpath.c passing on windows, using lit's...
2012-03-21 Nico WeberAdd a ${pathsep} variable to lit that expands to :...
2012-03-21 Anna Zaks[analyzer] Malloc: Utter the name of the leaked variable.
2012-03-21 Anna Zaks[analyser] Factor out FindUniqueBinding from RetainCoun...
2012-03-21 Anna Zaks[analyzer] Re-enable the test disabled by r152969.
2012-03-21 Danil Malyshev(no commit message)
2012-03-21 Danil MalyshevMissed getPointerToNamedFunction() declaration.
2012-03-21 Johnny ChenAdd missing watchpoint stop info creation logic for...
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-03-21 Johnny ChenAdd "frame info" command to the "Examining Thread State...
2012-03-21 Jim GrosbachChecking a build_vector for an all-ones value.
2012-03-21 Bob WilsonDuplicated code is bad. At least make it consistent.
2012-03-21 Sean CallananAdded some hardening to make sure that we don't
2012-03-21 Fariborz JahanianAllow void blocks to return witn a void expression in
2012-03-21 Sean CallananAdded a local patch to reflect an LLVM fix for
2012-03-21 Bob WilsonFor Darwin, do not let -mcpu override the -arch option...
2012-03-21 Fariborz Jahanianmodern objective-c rewriter: remove 'const' from
2012-03-21 Patrick BeardRemoved repeated word (of of).
2012-03-21 Howard HinnantIt appears that the standard accidentally removed the...
2012-03-21 Fariborz JahanianUndo previous patch as I checked more than I intended.
2012-03-21 Fariborz Jahanianmodern objective-c rewriter: remove 'const' from
2012-03-21 Kostya Serebryany[asan] extend the test for long double bug
2012-03-21 Kostya Serebryany[asan] fix one more bug related to long double
2012-03-21 Alexey Samsonov[asan] one more try to remove pthread.h from asan_inter...
2012-03-21 Alexey Samsonov[asan] add missing declarations from string.h and remov...
2012-03-21 Alexey Samsonov[asan] use extern declaraions of libc functions on...
2012-03-21 Joerg SonnenbergerPut Is64BitMemOperand into !defined(NDEBUG) for now.
2012-03-21 Benjamin KramerUse a signed value for this enum to avoid spuriuos...
2012-03-21 Alexey Samsonov[asan]: remove signal.h system header from interceptors
2012-03-21 Alexey Samsonov[asan]: substitute extern decls with system header...
2012-03-21 Alexey Samsonov[asan] merge mac-specific interceptors into one function
2012-03-21 Alexey Samsonov[asan]: remove asan_mac.h
2012-03-21 Alexey Samsonov[asan]: start removing os-specific asan_mac.h - move...
2012-03-21 Evgeniy Stepanov[asan] Support for %z to Printf()
2012-03-21 Chandler CarruthTeach instsimplify to gracefully degrade in the presenc...
2012-03-21 Alexander Potapenkos/Printf/Report for libc interceptors (need this to...
2012-03-21 Anders Waldenborg[python] Add some paths where to find test binary
2012-03-21 Anders Waldenborg[python] Mark get_test_binary as not being a test
2012-03-21 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased(...
2012-03-21 Gregory SzorcFinish organizing C API docs.
2012-03-21 John McCallFor the annals of subtle but terrible bugs: fix a...
2012-03-21 NAKAMURA Takumiclang-interpreter/Makefile: [PR12313] Update USEDLIBS...
2012-03-21 Joerg SonnenbergerFix generation of the address size override prefix...
2012-03-21 Andrew TrickI meant to disable this test, not XFAIL it
2012-03-21 Greg ClaytonFixed the ability to load a module from a path by using...
2012-03-21 Andrew Trickmisched: beginning to add unit tests
2012-03-21 Andrew Trickmisched: fix LiveInterval update for bottom-up scheduling
2012-03-21 Andrew Trickmisched: trace LiveIntervals after scheduling.
2012-03-21 Andrew Trickmisched: obvious iterator update fixes for bottom-up.
2012-03-21 Andrew Trickmisched: cleanup main loop
2012-03-21 Andrew Trickmisched: fix LI update for bottom-up.
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2012-03-21 NAKAMURA TakumiRewriteModernObjC.cpp: Don't expose temporary std:...
2012-03-21 Craig TopperAdd typecast to silence -Wswitch warning introduced...
2012-03-21 Craig TopperSpacing fixes and using 'unsigned' instead of 'int...
2012-03-21 Akira HatanakaIncremental big endian patch by Jack Carter.
2012-03-21 John McCallTest case for rdar://problem/11055105, a bug with the...
next