2013-08-19 |
David Majnemer | Sema: Remove dead code in CheckTemplateArgumentAddressO... |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Peter Collingbourne | Remove SpecialCaseList::findCategory. |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Craig Topper | Revert r188644 to unbreak buildbots. |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Craig Topper | Remove Stmt::operator new that takes a ASTContext*... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Tim Northover | ARM: make sure we keep inline asm operands tied. |
commit | commitdiff | tree | snapshot |
2013-08-18 |
David Blaikie | Revert "Revert "DebugInfo: Omit debug info for dynamic... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Craig Topper | Remove throw() from Stmt::operator new so the compiler... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
David Blaikie | DebugInfo: Avoid duplicating types that may be created... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
David Blaikie | DebugInfo: Don't emit vbase 'containing types' for... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
NAKAMURA Takumi | InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Elena Demikhovsky | AVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions. |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Craig Topper | Make expression allocation methods use a 'const' refere... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Chandler Carruth | It appears that glibc 2.13 has the same thread descript... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Craig Topper | Make more of the lowering helpers static. Also use... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Chandler Carruth | Revert r188369 (and r188455) which breaks the build... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Dmitri Gribenko | docs: command guide: cleanups, no text changes |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Dmitri Gribenko | Remove unused stdio.h includes |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Dmitri Gribenko | libclang: cleanup unused includes in public header |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Logan Chien | Rename "polly-test" in the document and script. |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Chandler Carruth | Fix a use-after-free found in libclang when doing code... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
David Blaikie | DebugInfo: don't require full definitions for friend... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
NAKAMURA Takumi | {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
NAKAMURA Takumi | Makefile.rules: Avoid -fomit-frame-pointer also on... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
NAKAMURA Takumi | Makefile.rules: Simplify nested if(s) on OmitFramePointer. |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Chandler Carruth | Port the detection of zlib from the main autoconf syste... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Chandler Carruth | Add support for linking librt and using clock_gettime... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Chandler Carruth | Update the sample project autoconf setup to include... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Chandler Carruth | Go through the really awkward dance required to delete... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Hal Finkel | Fix SCEVExpander creating distinct duplicate PHI entries |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Joerg Sonnenberger | Fix endian conditions on Solaris. From Alexander Esilevich. |
commit | commitdiff | tree | snapshot |
2013-08-17 |
David Blaikie | PR16927: Don't assert (or, previously, skip) static... |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Guillaume Papin | Revert "cpp11-migrate: Add a class to support include... |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Guillaume Papin | cpp11-migrate: Add a class to support include directive... |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Juergen Ributzka | Fix the name and the type of the argument for intrinisc |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Juergen Ributzka | The vbroadcastsi256 intrinsic does not exactly resemble... |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Anton Yartsev | + make scan-build work with Strawberry Perl, ActiveStat... |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Joerg Sonnenberger | Recognize NetBSD's terminfo implementation. |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Joerg Sonnenberger | PR 16899: Do not modify the basic block using the itera... |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Jason Molenda | Follow-up to the checkin of r188532 -- make sure that |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Richard Smith | Fix indentation. |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Richard Smith | Refactor all diagnosing of TypoCorrections through... |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Argyrios Kyrtzidis | Rename libIDE to libIndex. |
commit | commitdiff | tree | snapshot |
2013-08-17 |
David Blaikie | Revert "DebugInfo: Omit debug info for dynamic classes... |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Tom Stellard | R600: Fix possible use of an uninitialized variable |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Tom Stellard | R600: Expand vector FRINT ops |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Tom Stellard | R600: Expand vector FFLOOR ops |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Tom Stellard | R600: Expand vector float operations for both SI and... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Jim Grosbach | ARM: Properly constrain comparison fastisel register... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Jim Grosbach | ARM: Fast-isel register class constrain for extends. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Jim Grosbach | ARM: Fix more fast-isel verifier failures. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Jim Grosbach | ARM: Clean up fast-isel machine verifier errors. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Fariborz Jahanian | ObjectiveC migrator: Add some more routines |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Daniel Dunbar | [lit] Rewrite TODO list, and elaborate on some things. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Daniel Dunbar | [typo] An LLVM. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rafael Espindola | Don't reject attribute used in an "extern const" variab... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Ted Kremenek | Use the number of parameters in the actual method or... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Reed Kotler | Fix a subtle difference between running clang vs llc... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
David Blaikie | DebugInfo: Canonicalize namespaces to avoid emitting... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Reid Kleckner | Actually, use GNU inline asm for cpuid with clang |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Chris Lattner | I'm told that != is not == |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Chris Lattner | allow != to compare PointerUnion, we already support ==. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Benjamin Kramer | RetainCountChecker: Replace some loops with std:: algor... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Benjamin Kramer | Replace some DenseMap keys with simpler structures... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Benjamin Kramer | Add difference_type to ImmutableMap/Set iterators so... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Ted Kremenek | Revert r188574. Turns out it isn't needed. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
David Blaikie | DebugInfo: Allow the addition of other (such as static... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
David Blaikie | DebugInfo: Omit debug info for dynamic classes in TUs... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
David Blaikie | DebugInfo: Contrain the record type parameter for Colle... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Fariborz Jahanian | Need summary info. about arguments to |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Bill Schmidt | [PowerPC] Preparatory refactoring for making prologue... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Richard Mitton | Fixed RuntimeDyldELF absolute relocations. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
DeLesley Hutchins | Thread safety analysis: new test case |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Richard Mitton | Test commit. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Argyrios Kyrtzidis | Introduce the clangIDE library. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Richard Mitton | Test commit. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Daniel Dunbar | [tests] Another attempt to workaround broken misched... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Aaron Ballman | Switching to using a helper function instead of manuall... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Aaron Ballman | Removing unused functionality. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Stephen Lin | FileCheck: Fix stray quote in CHECK-LABEL error message. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Jim Grosbach | InstCombine: Use isAllOnesValue() instead of explicit -1. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rafael Espindola | clang-format utils/TableGen/TableGen.cpp. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Samuel Benzaquen | Refactor ArgumentAdaptativeMatcher matchers to remove... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Michel Danzer | R600/SI: Add pattern for xor of i1 |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Michel Danzer | R600/SI: Fix broken encoding of DS_WRITE_B32 |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Daniel Sanders | Reverted test commit (r188556) |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Daniel Sanders | Test commit. Just a blank line |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Benjamin Kramer | R600: Allocate memoperand in the MachienFunction so... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Aaron Ballman | Updating function comments; no functional changes intended. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Aaron Ballman | Passing false instead of 0; no functional change intended. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Aaron Ballman | Passing false instead of 0; no functional change intended. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Benjamin Kramer | When initializing the PIC global base register on ARM... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Edwin Vane | Tweak Replacement comparisons |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Mihai Popa | Add support for Thumb2 literal loads with negative... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Mihai Popa | Fix Thumb2 aliasing complementary instructions taking... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Richard Sandiford | [SystemZ] Use SRST to implement strlen and strnlen |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Richard Sandiford | [SystemZ] Use MVST to implement strcpy and stpcpy |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Timur Iskhodzhanov | [ASan/RTL] Disable colored reporting on Windows |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Richard Sandiford | [SystemZ] Use CLST to implement strcmp |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Daniel Jasper | Split UnwrappedLineFormatter into individual components. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Dmitry Vyukov | tsan: better report formatting for Go |
commit | commitdiff | tree | snapshot |
next |