platform/upstream/llvm.git
2013-07-21 Logan ChienFix exception demo: Add mcjit to link component.
2013-07-21 Chandler CarruthHoist the rest of the logic for promoting single-store...
2013-07-21 Chandler CarruthHoist the rest of the logic for fully promoting allocas...
2013-07-21 Chandler CarruthRemove a method made dead by the prior refactoring.
2013-07-20 Chandler CarruthHoist the two trivial promotion routines out of the...
2013-07-20 Chandler CarruthHoist the AllocaInfo struct to the top of the file.
2013-07-20 Chandler CarruthSink a typedef and comparator down to the function...
2013-07-20 Rafael EspindolaDon't crash when llvm.compiler.used becomes empty.
2013-07-20 Chandler CarruthDon't allocate the DIBuilder on the heap and remove...
2013-07-20 Chandler CarruthRename constructor parameters to follow the common...
2013-07-20 Chandler CarruthReformat the implementation of mem2reg with clang-forma...
2013-07-20 Andrew TrickComment: try to clarify loop iteration order.
2013-07-20 Chandler CarruthRemove a DenseMapInfo specialization for std::pair...
2013-07-20 Chandler CarruthUpdate mem2reg's comments to conform to the new doxygen...
2013-07-20 Rui Ueyama[PECOFF] Fix use-after-free.
2013-07-20 Enea ZaffanellaAdded preproc callback for pragma directives.
2013-07-20 Richard SmithAdd missing check for creating an instance of an abstra...
2013-07-20 Richard SmithUndisable a test for a c++98-compat warning for inherit...
2013-07-20 Matt ArsenaultDisallow global aliases to bitcast between address...
2013-07-20 Matt ArsenaultRemove trailing whitespace, fix file path in comment
2013-07-20 Lubos Lunakadd type attribute warn_unused, for -Wunused-variable...
2013-07-20 Lubos Lunakavoid bogus warnings about "unknown" pragmas with ...
2013-07-20 Lubos Lunakfix sometimes incorrect line numbers in -frewrite-inclu...
2013-07-20 Benjamin KramerSilence GCC warning for using both enum and unsigned...
2013-07-20 Benjamin KramerSROA: Microoptimization: Remove dead entries first...
2013-07-20 David MajnemerDiagnosticIDs: Forbid Diag ID from being valid
2013-07-20 Stephen LinInstCombine: call FoldOpIntoSelect for all floating...
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-07-20 Richard TrieuIf a default argument is a dependent type, get the...
2013-07-20 Hans WennborgAdd Option unit tests to the make build
2013-07-20 Nick Kledzik[mach-o] factor out all cputype <-> arch conversions...
2013-07-20 Eli FriedmanFix bug in computing POD-for-layout.
2013-07-20 Alexander KornienkoUse -lines option instead of -offset/-length. This...
2013-07-20 Rui Ueyama[PECOFF][Driver] Add -base command line option.
2013-07-20 Eli FriedmanMake IgnoreParens() look through ChooseExprs.
2013-07-20 Manman RenDebug Info Verifier: simplify DIxxx::Verify
2013-07-20 Matt ArsenaultFix size_t -> uint warnings with MSVC 64-bit build
2013-07-19 Lang HamesRefactor AnalyzeBranch on ARM. The previous version...
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-19 Nadav Rotemfix an 80-col line.
2013-07-19 Nadav RotemUse LLVMs ADTs that improve the compile time of this...
2013-07-19 Nadav RotemSLPVectorizer: Improve the compile time of isConsecutiv...
2013-07-19 Larisse VoufoFIXME fix: improving diagnostics for template arguments...
2013-07-19 Larisse VoufoRevert "Use function overloading instead of template...
2013-07-19 Eli FriedmanFix pack instantiation with function types.
2013-07-19 Larisse VoufoUse function overloading instead of template specializa...
2013-07-19 Eli FriedmanCorrectly handle packs for variadic type traits.
2013-07-19 Vincent LejeuneR600: Don't emit empty then clause and use alu_pop_after
2013-07-19 Vincent LejeuneR600: Simplify AMDILCFGStructurize by removing template...
2013-07-19 Vincent LejeuneR600: Replace legacy debug code in AMDILCFGStructurizer.cpp
2013-07-19 Craig TopperRemove trailing whitespace
2013-07-19 Rafael EspindolaFix inserting new elements in a specified location.
2013-07-19 Hans WennborgAdd a cl.exe compatible driver mode
2013-07-19 Reid KlecknerUse an i686 triple for this test now that it uses stdcall
2013-07-19 Jean-Daniel... Fix another place where clang check objc selector name...
2013-07-19 Ashok ThirumurthiReworked the test decorators to match the test results...
2013-07-19 Fariborz JahanianObjectiveC migrator: Another use case of enum
2013-07-19 Samuel BenzaquenAdd support for raw_ostream on the printing methods...
2013-07-19 Reid KlecknerCreate calling convention AttributedType sugar nodes
2013-07-19 Eli FriedmanFix for template substitution with packs.
2013-07-19 Daniel MaleaAdd another link to the Python API docs.
2013-07-19 Richard SmithUpdate users manual to indicate:
2013-07-19 Akira Hatanaka[mips] Add support for command-line options -mno-check...
2013-07-19 Argyrios Kyrtzidis[arcmt] After checking is successful disable auto-synth...
2013-07-19 Aaron BallmanReplace some existing type attribute diagnostics with a
2013-07-19 John ThompsonAdd SourceRange to PPCallbacks::Defined callback.
2013-07-19 Ashok ThirumurthiUpdated the test suite to fix xpasses on the gcc buildb...
2013-07-19 Rafael Espindolas/compiler_used/compiler.used/.
2013-07-19 Reid KlecknerAdd some flag exclusion tests.
2013-07-19 Reid Kleckner[Option] Add inclusion and exclusion flags to option...
2013-07-19 Enea ZaffanellaFix source range of implicitly instantiated friend...
2013-07-19 Benjamin KramerFix test to actually check things.
2013-07-19 Fariborz JahanianFixes an ObjC migrator crash when last decl
2013-07-19 Daniel MaleaAdd links to LLDB API reference docs
2013-07-19 Daniel MaleaMinor typeo fixes in doc scripts
2013-07-19 Daniel MaleaAdd LLDB API reference docs (for Python and C++)
2013-07-19 Roman DivackyThis patch implements __get_cpuid_max() as an inline...
2013-07-19 Nico Riecklit: Support cancellation on Windows
2013-07-19 Richard Sandiford[SystemZ] Add -march= command-line option
2013-07-19 Daniel Maleainclude only LLDB API in docs generated by lldb-cpp...
2013-07-19 Joey GoulyAdd a line that got missed off somehow. Sorry about...
2013-07-19 Aaron WatryImplement generic upsample()
2013-07-19 Richard Sandiford[SystemZ] Add tests for ALHSIK and ALGHSIK
2013-07-19 Richard Sandiford[SystemZ] Add ALRK, AGLRK, SLRK and SGLRK
2013-07-19 Joey Gouly[ARMv8] Implement the NEON instructions VRINT{N, X...
2013-07-19 Richard Sandiford[SystemZ] Add AHIK and AGHIK
2013-07-19 Richard Sandiford[SystemZ] Add ARK, AGRK, SRK and SGRK
2013-07-19 Richard Sandiford[SystemZ] Add NGRK, OGRK and XGRK
2013-07-19 Serge PavlovInitialize TempFileHandle.
2013-07-19 Richard Sandiford[SystemZ] Add NRK, ORK and XRK
2013-07-19 Tilmann SchellerARM: Add instruction aliases for the Thumb2 PLD/PLDW...
2013-07-19 Richard Sandiford[SystemZ] Use SLLK, SRLK and SRAK for codegen
2013-07-19 Richard Sandiford[SystemZ] Start adding z196 and zEC12 support
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
2013-07-19 Rafael EspindolaAdd a unit test for checking that we respect the F_Bina...
2013-07-19 John ThompsonFixed some formatting issues with clang-format to get...
2013-07-19 Richard Sandiford[SystemZ] Enable frame-pointer elimination for -O1...
2013-07-19 Alexey SamsonovRevert r186672 - turns out ASan supports Mac OS 10...
2013-07-19 Alexey Samsonov[ASan] Reflect the dropped Mac OS 10.6 support in docs
2013-07-19 Manuel KlimekAllow clang tools to display an overview when using...
next