2015-06-16 |
Aaron Ballman | Silence an MSVC warning about not all control paths...
|
commit | commitdiff | tree |
2015-06-11 |
Aaron Ballman | Fixing MSVC 2013 build error.
|
commit | commitdiff | tree |
2015-06-09 |
Aaron Ballman | Removing spurious semi colons; NFC.
|
commit | commitdiff | tree |
2015-05-29 |
Aaron Ballman | Removing a switch statement that only contains a default...
|
commit | commitdiff | tree |
2015-05-28 |
Aaron Ballman | Silencing two signed/unsigned mismatch warnings; NFC.
|
commit | commitdiff | tree |
2015-05-23 |
Aaron Ballman | Silencing a spurious -Wreturn-type warning; NFC.
|
commit | commitdiff | tree |
2015-05-20 |
Aaron Ballman | Silencing a -Wsign-compare warning; NFC.
|
commit | commitdiff | tree |
2015-05-11 |
Aaron Ballman | Amends r236990, because I failed at hitting "save"...
|
commit | commitdiff | tree |
2015-05-11 |
Aaron Ballman | Replacing a range-based for loop with an old-style...
|
commit | commitdiff | tree |
2015-05-11 |
Aaron Ballman | Silencing an MSVC warning: '<<' : result of 32-bit...
|
commit | commitdiff | tree |
2015-04-30 |
Aaron Ballman | Silencing an "enumeral and non-enumeral type in conditional...
|
commit | commitdiff | tree |
2015-04-24 |
Aaron Ballman | Removing dead code; NFC. This code was triggering a...
|
commit | commitdiff | tree |
2015-04-23 |
Aaron Ballman | Revert r235560; this commit was causing several failed...
|
commit | commitdiff | tree |
2015-04-17 |
Aaron Ballman | Suppressing the C4324 warnings generated by MSVC. This...
|
commit | commitdiff | tree |
2015-04-16 |
Aaron Ballman | Silencing a -Wunused-but-set-variable warning; NFC.
|
commit | commitdiff | tree |
2015-04-14 |
Aaron Ballman | Fixing a compile error with MSVC 2013 where there is...
|
commit | commitdiff | tree |
2015-04-14 |
Aaron Ballman | Silencing a -Wreturn-type warning, as the switch is...
|
commit | commitdiff | tree |
2015-04-07 |
Aaron Ballman | Silencing several "enumeral and non-enumeral type in...
|
commit | commitdiff | tree |
2015-04-06 |
Aaron Ballman | Removing a spurious space; NFC.
|
commit | commitdiff | tree |
2015-03-26 |
Aaron Ballman | Sometimes report_fatal_error is called when there is...
|
commit | commitdiff | tree |
2015-03-24 |
Aaron Ballman | Silencing some MSVC warnings "C4805: '^' : unsafe mix...
|
commit | commitdiff | tree |
2015-03-12 |
Aaron Ballman | Silencing an "enumeral and non-enumeral type in conditional...
|
commit | commitdiff | tree |
2015-03-10 |
Aaron Ballman | Removing dead code to silence warning C4060: switch...
|
commit | commitdiff | tree |
2015-03-07 |
Aaron Ballman | Adding parenthesis around logical expressions to silence...
|
commit | commitdiff | tree |
2015-03-07 |
Aaron Ballman | Removing spurious semi-colons; NFC
|
commit | commitdiff | tree |
2015-03-04 |
Aaron Ballman | Initializer lists are supported in MSVC 2013. Since...
|
commit | commitdiff | tree |
2015-02-25 |
Aaron Ballman | Silencing a "result of 32-bit shift implicitly converted...
|
commit | commitdiff | tree |
2015-02-25 |
Aaron Ballman | Silencing a -Wsign-compare warning triggered in MSVC...
|
commit | commitdiff | tree |
2015-02-17 |
Aaron Ballman | Correcting the ArrayRef test to not cause use-after...
|
commit | commitdiff | tree |
2015-02-17 |
Aaron Ballman | Adding additional tests to ensure that initializer...
|
commit | commitdiff | tree |
2015-02-17 |
Aaron Ballman | Addressing a post-commit review comment suggesting...
|
commit | commitdiff | tree |
2015-02-17 |
Aaron Ballman | I believe we no longer require LLVM_HAS_INITIALIZER_LISTS...
|
commit | commitdiff | tree |
2015-02-17 |
Aaron Ballman | Reverting r229473; it does not compile with MSVC 2013...
|
commit | commitdiff | tree |
2015-02-16 |
Aaron Ballman | MSVC 2013 does not ICE on this code in the same fashion...
|
commit | commitdiff | tree |
2015-02-16 |
Aaron Ballman | We require MSVC 1800 as our minimum, so these checks...
|
commit | commitdiff | tree |
2015-02-16 |
Aaron Ballman | We require MSVC 1800 as our minimum, so these checks...
|
commit | commitdiff | tree |
2015-02-16 |
Aaron Ballman | MSVC 2013 supports std::forward_as_tuple, while MSVC...
|
commit | commitdiff | tree |
2015-02-15 |
Aaron Ballman | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
|
commit | commitdiff | tree |
2015-02-15 |
Aaron Ballman | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason...
|
commit | commitdiff | tree |
2015-02-15 |
Aaron Ballman | Since MSVC 1800 is our lowest common denominator, we...
|
commit | commitdiff | tree |
2015-02-10 |
Aaron Ballman | Now use the __debugbreak intrinsic instead of calling...
|
commit | commitdiff | tree |
2015-02-10 |
Aaron Ballman | Changing the status code generated by LLVM_BUILTIN_TRAP...
|
commit | commitdiff | tree |
2015-02-10 |
Aaron Ballman | Re-committing r228628 with a fix for 64-bit builds.
|
commit | commitdiff | tree |
2015-02-10 |
Aaron Ballman | Reverting r228628; it broke at least one builder due...
|
commit | commitdiff | tree |
2015-02-09 |
Aaron Ballman | On Windows, we now use RaiseException to generate the...
|
commit | commitdiff | tree |
2015-02-05 |
Aaron Ballman | Removing an unused variable warning I accidentally...
|
commit | commitdiff | tree |
2015-02-05 |
Aaron Ballman | Silencing an MSVC warning about a switch statement...
|
commit | commitdiff | tree |
2015-02-04 |
Aaron Ballman | Fixing a -Wsign-compare warning; NFC
|
commit | commitdiff | tree |
2015-01-31 |
Aaron Ballman | Removed a spurious semicolon; NFC
|
commit | commitdiff | tree |
2015-01-29 |
Aaron Ballman | All signal handlers are required to have C language...
|
commit | commitdiff | tree |
2015-01-29 |
Aaron Ballman | Reverting r227452, which adds back the fuzzer library...
|
commit | commitdiff | tree |
2015-01-29 |
Aaron Ballman | Oops -- accidentally commit some debug code! Removing...
|
commit | commitdiff | tree |
2015-01-29 |
Aaron Ballman | Attempting to fix a build issue with MSVC 2012; NFC
|
commit | commitdiff | tree |
2015-01-29 |
Aaron Ballman | Temporarily reverting the fuzzer library as it causes...
|
commit | commitdiff | tree |
2015-01-29 |
Aaron Ballman | Adding missing #includes to try to get this to compile...
|
commit | commitdiff | tree |
2015-01-22 |
Aaron Ballman | Silencing a -Wsign-compare warning (all uses of this...
|
commit | commitdiff | tree |
2015-01-20 |
Aaron Ballman | Silencing a -Wunused-variable warning in non-asserts...
|
commit | commitdiff | tree |
2015-01-13 |
Aaron Ballman | Silence warnings about unknown pragmas for compilers...
|
commit | commitdiff | tree |
2015-01-07 |
Aaron Ballman | Reverting r225319; since there is a folder named Examples...
|
commit | commitdiff | tree |
2015-01-07 |
Aaron Ballman | Manually specify the folder that Kaleidescope should...
|
commit | commitdiff | tree |
2015-01-07 |
Aaron Ballman | Manually specify the folder that llvm-ranlib should...
|
commit | commitdiff | tree |
2014-12-27 |
Aaron Ballman | Fixing another -Wunused-variable warning, this time...
|
commit | commitdiff | tree |
2014-12-27 |
Aaron Ballman | Removing a variable that is set but never used, to...
|
commit | commitdiff | tree |
2014-12-16 |
Aaron Ballman | Fixing -Wsign-compare warnings; NFC.
|
commit | commitdiff | tree |
2014-12-15 |
Aaron Ballman | Changing a cast from unsigned to uint64_t, should be...
|
commit | commitdiff | tree |
2014-12-13 |
Aaron Ballman | Silencing a -Wsign-compare warning; NFC.
|
commit | commitdiff | tree |
2014-12-13 |
Aaron Ballman | Silencing a *lot* of -Wsign-compare warnings; NFC.
|
commit | commitdiff | tree |
2014-12-10 |
Aaron Ballman | Silencing a -Wsequence-point warning, and the resulting...
|
commit | commitdiff | tree |
2014-12-09 |
Aaron Ballman | Removing an unused variable to silence a -Wunused-but...
|
commit | commitdiff | tree |
2014-12-03 |
Aaron Ballman | Silencing several "multiple copy constructors" warnings...
|
commit | commitdiff | tree |
2014-12-03 |
Aaron Ballman | Silencing a 32-bit implicit conversion warning in MSVC...
|
commit | commitdiff | tree |
2014-11-26 |
Aaron Ballman | Reverting r222828 and r222810-r222812 as they broke...
|
commit | commitdiff | tree |
2014-11-26 |
Aaron Ballman | Removing a spurious semicolon; NFC
|
commit | commitdiff | tree |
2014-11-24 |
Aaron Ballman | Removing a variable that is initialized but never read...
|
commit | commitdiff | tree |
2014-11-13 |
Aaron Ballman | Fixing -Wtype-limits warnings with the asserts (the...
|
commit | commitdiff | tree |
2014-11-13 |
Aaron Ballman | Fixing some sign comparison warnings from MSVC; NFC.
|
commit | commitdiff | tree |
2014-11-12 |
Aaron Ballman | Changing a StringRef::begin() call into StringRef:...
|
commit | commitdiff | tree |
2014-11-12 |
Aaron Ballman | Fixing more -Wcast-qual warnings; NFC.
|
commit | commitdiff | tree |
2014-11-12 |
Aaron Ballman | Fixing a -Wcast-qual warning; NFC.
|
commit | commitdiff | tree |
2014-11-06 |
Aaron Ballman | Fixing some -Wcast-qual warnings; NFC.
|
commit | commitdiff | tree |
2014-10-28 |
Aaron Ballman | Silencing an "enumeral and non-enumeral type in conditional...
|
commit | commitdiff | tree |
2014-10-24 |
Aaron Ballman | These functions are not actually defined for NDEBUG...
|
commit | commitdiff | tree |
2014-10-22 |
Aaron Ballman | Fixing a -Wsign-compare warning; NFC.
|
commit | commitdiff | tree |
2014-10-21 |
Aaron Ballman | Silence a -Wcast-qual warning; NFC.
|
commit | commitdiff | tree |
2014-10-02 |
Aaron Ballman | Silence a -Wsign-compare warning. NFC.
|
commit | commitdiff | tree |
2014-09-29 |
Aaron Ballman | Fixing the build for compilers which do not yet have...
|
commit | commitdiff | tree |
2014-09-25 |
Aaron Ballman | Since the DisasmMemoryObject only operates on const...
|
commit | commitdiff | tree |
2014-09-24 |
Aaron Ballman | Silencing an "enumeral and non-enumeral type in conditional...
|
commit | commitdiff | tree |
2014-09-18 |
Aaron Ballman | Reverting NFC changes from r218050. Instead, the warning...
|
commit | commitdiff | tree |
2014-09-18 |
Aaron Ballman | Fixing a bunch of -Woverloaded-virtual warnings due...
|
commit | commitdiff | tree |
2014-09-04 |
Aaron Ballman | Silencing a usually-helpful-but-braindead-silly-in...
|
commit | commitdiff | tree |
2014-09-02 |
Aaron Ballman | Silencing an MSVC C4334 warning ('<<' : result of 32...
|
commit | commitdiff | tree |
2014-08-28 |
Aaron Ballman | Silence a -Wsign-compare warning. NFC.
|
commit | commitdiff | tree |
2014-08-24 |
Aaron Ballman | This code is from r216285, which did not go out to...
|
commit | commitdiff | tree |
2014-08-20 |
Aaron Ballman | Silencing a -Wcast-qual warning. NFC.
|
commit | commitdiff | tree |
2014-08-20 |
Aaron Ballman | Silencing an MSVC C4334 warning ('<<' : result of 32...
|
commit | commitdiff | tree |
2014-08-19 |
Aaron Ballman | Reverting r215966, r215965, r215964, r215963, r215960...
|
commit | commitdiff | tree |
2014-08-18 |
Aaron Ballman | Disabling an MSVC warning ('var' : definition from...
|
commit | commitdiff | tree |
2014-08-18 |
Aaron Ballman | Silencing an MSVC warning about loop variable conflicting...
|
commit | commitdiff | tree |
2014-08-14 |
Aaron Ballman | Silencing some -Wcast-qual warnings and removing some...
|
commit | commitdiff | tree |
next |