2013-03-08 |
Edwin Vane | Removing 'modindex' from clang-tools-extra doc index |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Edwin Vane | Fixing Doxygen warnings in cpp11-migrate |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Howard Hinnant | Parsing floating point numbers with very long precision... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Manuel Klimek | Fixes breaking of string literals. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Edwin Vane | Turned no_xform into a pass from expected failure. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jakob Stoklund... | No really, don't use end(). |
commit | commitdiff | tree | snapshot |
2013-03-08 |
David Blaikie | Remove -print-dbginfo as it is unused & bitrotten. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jakob Stoklund... | Rewrite the physreg part of findLastUseBefore(). |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jakob Stoklund... | Avoid creating a SlotIndex from the end() iterator. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Benjamin Kramer | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Benjamin Kramer | Remove default from fully covered switch. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Benjamin Kramer | Force cpu in test. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Benjamin Kramer | Insert the reduction start value into the first bypass... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Tom Stellard | R600: Optimize another selectcc case |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Tom Stellard | R600: Improve custom lowering of select_cc |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Tom Stellard | R600: Change operation action from Custom to Expand... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Tom Stellard | R600: Change operation action from Custom to Expand... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Tom Stellard | R600: Set BooleanContents to ZeroOrNegativeOneBooleanCo... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Tom Stellard | LegalizeDAG: Respect the result of TLI.getBooleanConten... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Tom Stellard | DAGCombiner: Use correct value type for checking legali... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Vincent Lejeune | R600: Change addresspace in fold-kcache.ll |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Tim Northover | AArch64: specify full triple in test as only Linux... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Christian Konig | R600/SI: adjust test to recent changes |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Edwin Vane | Extend loop variable naming checks |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jyotsna Verma | Hexagon: Add patterns for zero extended loads from... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Tim Northover | AArch64: expand sincos operations, we don't support... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Michel Danzer | R600/SI: Use source scheduler |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Joey Gouly | Add support for the OpenCL attribute 'vec_type_hint'. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Andrew Trick | Add -verify-misched option. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jason Molenda | Update PlatformDarwin to understand how armv7m / armv7e... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Greg Clayton | <rdar://problem/13374267> |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Argyrios Kyrtzidis | [libclang] Introduce clang_findIncludesInFile, that... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Argyrios Kyrtzidis | [libclang] When calling the function of CXCursorAndRang... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Argyrios Kyrtzidis | [libclang] Add Logger::operator<< overloads for CXCurso... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
David Blaikie | Another test fix for r176671. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
David Blaikie | Couple of test fixes for r176671. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Bill Wendling | Revert r176154 in favor of a better approach. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Greg Clayton | <rdar://problem/13119621> |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Chris Lattner | remove an ancient and quaint bit of commented out makef... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jason Molenda | Add recognition of two more armv7 variants, armv7m... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jim Ingham | Add a comment to break disable's help to make clearer... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
David Blaikie | Upgrade tests to the latest debug info format. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Chad Rosier | [driver] If we're just linking, don't report --param... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakob Stoklund... | Add a getPassName() method. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakob Stoklund... | Rename isEarlierInSameTrace to isUsefulDominator. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Fariborz Jahanian | HeaderDoc: Support more of HeaderDoc documentation |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Douglas Gregor | Add code completion for @import <rdar://problem/13344306>. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Douglas Gregor | Improve LLDB's implicit cast-to-id to work with C+... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jason Molenda | Typeo in warning message. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Douglas Gregor | When possible, move __block variables to the heap rathe... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Sean Callanan | Updated Apple LLDB version to lldb-300.99.0. Also |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Keep coding stanard. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Don't create IRBuilder if we can return from the method... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Chad Rosier | [fast-isel] Seriously, add support for the expect intri... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Promote atomic type sizes up to a power of two, capped by |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Move the atomics code into its own file. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Change hasAggregateLLVMType, which conflates complex and |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Add CharUnits::alignmentAtOffset. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Evaluate compound literals directly into the result... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | Remove temporary std::vectors that ca be replaced with... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | Fix tautological compare. Not sure why this didn't... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | Replace temporary vectors with arrays. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Daniel Jasper | Remove unncessary whitespace when triggered on empty... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Chad Rosier | [fast-isel] Add support for the expect intrinsic. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | ArrayRefize some code. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jyotsna Verma | Hexagon: Handle i8, i16 and i1 Var Args. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Change Index type from unsigned long to unsigned. This... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Daniel Malea | Fix enum_types test on Linux |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Remove trailing spaces. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | Change NULL to 0. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jakub Staszak | ArrayRef ca accept one element. Simplify code a little... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Howard Hinnant | Albert Wong: definition for regex_traits<_CharT>::__reg... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Howard Hinnant | Change _LIBCPP_TYPE_VIS to use __type_visibility__... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Andrew Trick | pre-RA-sched debug-only fix |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jyotsna Verma | Hexagon: Add support to lower block address. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Andrew Trick | pre-RA-sched assertion fix. This bug was exposed by... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | Move testcase, this is testing extraction not inserting. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Daniel Malea | Fix issue that causes linux buildbots to ignore errors |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Pekka Jaaskelainen | Fixed a crash when cloning a function into a function... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Edwin Vane | Have LoopConvert use 'auto &&' where necessary |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Edwin Vane | Adding lvalue and rvalue reference type matchers |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Guy Benyei | Add 'e' to the SPIR data layout - SPIR is little endian... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Matthew Curtis | Minor refactor of how we get compilation phases. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Chandler Carruth | Switch from autogenerating tests to using the preprocessor. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: rework input interpolation v2 |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: remove SI_vs_load_buffer_index |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: remove SGPR address space v2 |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: add proper formal parameter handling for SI |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: remove shader type intrinsic |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: switch types of SGPRs to v*i8 |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Christian Konig | R600/SI: fix unused variable warning |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nick Lewycky | Fix build with clang, this was supposed to be part... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nick Lewycky | Take the GCDA version string as an input to llvm_gcda_s... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nick Lewycky | Add flags for additional control over coverage generati... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nick Lewycky | Switch from a version 4.2/4.4 switch to a four-byte... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Nadav Rotem | No need to go through int64 and APInt when generating... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Jim Grosbach | SDAG: Handle scalarizing an extend of a <1 x iN> vector. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Greg Clayton | Added new properties to lldb.SBModule classes: |
commit | commitdiff | tree | snapshot |
next |