2013-07-20 |
Richard Smith | Undisable a test for a c++98-compat warning for inherit... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Matt Arsenault | Disallow global aliases to bitcast between address... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Matt Arsenault | Remove trailing whitespace, fix file path in comment |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Lubos Lunak | add type attribute warn_unused, for -Wunused-variable... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Lubos Lunak | avoid bogus warnings about "unknown" pragmas with ... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Lubos Lunak | fix sometimes incorrect line numbers in -frewrite-inclu... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Benjamin Kramer | Silence GCC warning for using both enum and unsigned... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Benjamin Kramer | SROA: Microoptimization: Remove dead entries first... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
David Majnemer | DiagnosticIDs: Forbid Diag ID from being valid |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Stephen Lin | InstCombine: call FoldOpIntoSelect for all floating... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Matt Arsenault | Have InlineCost check constant fcmps |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Richard Trieu | If a default argument is a dependent type, get the... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Hans Wennborg | Add Option unit tests to the make build |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Nick Kledzik | [mach-o] factor out all cputype <-> arch conversions... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Eli Friedman | Fix bug in computing POD-for-layout. |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Alexander Kornienko | Use -lines option instead of -offset/-length. This... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Rui Ueyama | [PECOFF][Driver] Add -base command line option. |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Eli Friedman | Make IgnoreParens() look through ChooseExprs. |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Manman Ren | Debug Info Verifier: simplify DIxxx::Verify |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Matt Arsenault | Fix size_t -> uint warnings with MSVC 64-bit build |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Lang Hames | Refactor AnalyzeBranch on ARM. The previous version... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rui Ueyama | Retry submitting r186623: COFFDumper: Dump data directo... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nadav Rotem | fix an 80-col line. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nadav Rotem | Use LLVMs ADTs that improve the compile time of this... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nadav Rotem | SLPVectorizer: Improve the compile time of isConsecutiv... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Larisse Voufo | FIXME fix: improving diagnostics for template arguments... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Larisse Voufo | Revert "Use function overloading instead of template... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Eli Friedman | Fix pack instantiation with function types. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Larisse Voufo | Use function overloading instead of template specializa... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Eli Friedman | Correctly handle packs for variadic type traits. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vincent Lejeune | R600: Don't emit empty then clause and use alu_pop_after |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vincent Lejeune | R600: Simplify AMDILCFGStructurize by removing template... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vincent Lejeune | R600: Replace legacy debug code in AMDILCFGStructurizer.cpp |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Craig Topper | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | Fix inserting new elements in a specified location. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Hans Wennborg | Add a cl.exe compatible driver mode |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Reid Kleckner | Use an i686 triple for this test now that it uses stdcall |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Jean-Daniel... | Fix another place where clang check objc selector name... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Ashok Thirumurthi | Reworked the test decorators to match the test results... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Fariborz Jahanian | ObjectiveC migrator: Another use case of enum |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Samuel Benzaquen | Add support for raw_ostream on the printing methods... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Reid Kleckner | Create calling convention AttributedType sugar nodes |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Eli Friedman | Fix for template substitution with packs. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Daniel Malea | Add another link to the Python API docs. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Smith | Update users manual to indicate: |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Akira Hatanaka | [mips] Add support for command-line options -mno-check... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Argyrios Kyrtzidis | [arcmt] After checking is successful disable auto-synth... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Aaron Ballman | Replace some existing type attribute diagnostics with a |
commit | commitdiff | tree | snapshot |
2013-07-19 |
John Thompson | Add SourceRange to PPCallbacks::Defined callback. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Ashok Thirumurthi | Updated the test suite to fix xpasses on the gcc buildb... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | s/compiler_used/compiler.used/. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Reid Kleckner | Add some flag exclusion tests. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Reid Kleckner | [Option] Add inclusion and exclusion flags to option... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Enea Zaffanella | Fix source range of implicitly instantiated friend... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Benjamin Kramer | Fix test to actually check things. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Fariborz Jahanian | Fixes an ObjC migrator crash when last decl |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Daniel Malea | Add links to LLDB API reference docs |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Daniel Malea | Minor typeo fixes in doc scripts |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Daniel Malea | Add LLDB API reference docs (for Python and C++) |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Roman Divacky | This patch implements __get_cpuid_max() as an inline... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nico Rieck | lit: Support cancellation on Windows |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add -march= command-line option |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Daniel Malea | include only LLDB API in docs generated by lldb-cpp... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Joey Gouly | Add a line that got missed off somehow. Sorry about... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Aaron Watry | Implement generic upsample() |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add tests for ALHSIK and ALGHSIK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add ALRK, AGLRK, SLRK and SGLRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Joey Gouly | [ARMv8] Implement the NEON instructions VRINT{N, X... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add AHIK and AGHIK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add ARK, AGRK, SRK and SGRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add NGRK, OGRK and XGRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Serge Pavlov | Initialize TempFileHandle. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add NRK, ORK and XRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tilmann Scheller | ARM: Add instruction aliases for the Thumb2 PLD/PLDW... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Use SLLK, SRLK and SRAK for codegen |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Start adding z196 and zEC12 support |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | Split openFileForWrite into windows and unix versions. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | Add a unit test for checking that we respect the F_Bina... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
John Thompson | Fixed some formatting issues with clang-format to get... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Enable frame-pointer elimination for -O1... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Alexey Samsonov | Revert r186672 - turns out ASan supports Mac OS 10... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Alexey Samsonov | [ASan] Reflect the dropped Mac OS 10.6 support in docs |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Manuel Klimek | Allow clang tools to display an overview when using... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Manuel Klimek | Adds overlapsWith and contains predicates on tooling... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Manuel Klimek | Adds ctorInitializer and forEachConstructorInitializer... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | Cleanup the stats counters for the new implementation... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | Fix another assert failure very similar to PR16651... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
NAKAMURA Takumi | StmtOpenMP.h: Prune a stray \param in the comment of... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
NAKAMURA Takumi | StmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tim Northover | ARM: delete two tests now integrated into the larger... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tim Northover | ARM: remove invalid invalid tests |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tim Northover | Improve llvm-mc disassembler mode and refactor ARM... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Daniel Jasper | Improve clang-format vim integration. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | Try to move to a more reasonable set of naming conventi... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Alexey Samsonov | Fix uninitialized memory read found by MemorySanitizer... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Timur Iskhodzhanov | Simplify the CodeGenFunction::Build*Virtual*Call family... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | A long overdue cleanup in SROA to use 'DL' instead... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | Fix PR16651, an assert introduced in my recent re-work... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rui Ueyama | [PECOFF][Driver] Process "LINK" environment variable. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Manman Ren | Try to appease the bots. |
commit | commitdiff | tree | snapshot |
next |