platform/upstream/llvm.git
2012-05-24 Bill WendlingRemove 3.1 release notes to get ready for current devel...
2012-05-24 Bill WendlingRemove old release notes. Ready them for additions...
2012-05-24 Craig TopperMark some static arrays as const.
2012-05-24 Craig TopperUse uint16_t to store registers in static tables. Match...
2012-05-24 Craig TopperUse uint16_t to store register number in static tables...
2012-05-24 Craig TopperMake some opcode tables static and const. Allows code...
2012-05-24 Seth Cantrellfix Bug 12924
2012-05-24 Joel JonesReflect that tblgen is now llvm-tblgen
2012-05-24 Richard SmithDR1152 / PR12931 / PR6177: A candidate function which...
2012-05-24 Craig TopperMark a couple arrays as static and const. Use array_len...
2012-05-24 Craig TopperMark a static array as const.
2012-05-24 Craig TopperMark a static table as const. Shrink opcode size in...
2012-05-24 Jim InghamChange the "Debug" build to use the current MacOSX...
2012-05-24 Eli FriedmanAdd a warning to diagnose statements in C++ like "...
2012-05-24 Johnny Chenrdar://problem/11457634
2012-05-24 Nuno Lopesimplement Sema support for the alloc_size attribute
2012-05-23 Fariborz Jahanianmodern objc translation: Add translation of @autoreleas...
2012-05-23 Chad RosierTidy up naming for consistency and other cleanup. ...
2012-05-23 Jakob Stoklund... Add a test case for global live range splitting.
2012-05-23 Argyrios Kyrtzidis[libclang] Report CXType_ObjCId for 'const id', not...
2012-05-23 Jakob Stoklund... Add a last resort tryInstructionSplit() to RAGreedy.
2012-05-23 Johnny ChenAdd SBProcess::GetNumSupportedHardwareWatchpoints(...
2012-05-23 NAKAMURA Takumiclang/test/Tooling: Update comments in left 2 tests...
2012-05-23 NAKAMURA Takumiclang/test/Tooling: Tweak 4 tests to escape the path...
2012-05-23 NAKAMURA TakumiTooling: Canonicalize Key in IndexByFile[]. llvm::sys...
2012-05-23 Bill WendlingForgot to reverse conditional.
2012-05-23 Bill WendlingReduce indentation by early detection of 'continue...
2012-05-23 Argyrios Kyrtzidis[arcmt] Remove an unused -autorelease, without failing...
2012-05-23 Chad Rosier[driver] Have the crash diagnostics print the clang...
2012-05-23 Johnny ChenAdd the capability to display the number of supported...
2012-05-23 Nicolas Geoffrayllvm-ld does not exist anymore, use llvm-link instead.
2012-05-23 Kaelyn UhrainFix typo in flag to opt, and also a CHECK-NEXT that...
2012-05-23 Jakob Stoklund... Correctly deal with identity copies in RegisterCoalescer.
2012-05-23 Ted KremenekUpdate checker build.
2012-05-23 Tim NorthoverFix how CMake appends -m32 to linker command-lines
2012-05-23 Chad Rosier[arm-fast-isel] Add support for non-global callee.
2012-05-23 Manuel KlimekAdds the Refactoring library, which is a layer on top...
2012-05-23 Filipe Cabecinhasextra ';' outside of a function [-pedantic,-Wextra...
2012-05-23 Nuno LopesBoundsChecking: add a couple of simple tests and fix...
2012-05-23 Filipe CabecinhasSmall fixes: actually return a boolean and remove semi...
2012-05-23 Jim InghamProcess::Destroy should Halt before it tries to destroy...
2012-05-23 Evgeniy StepanovMove AsanShadowRangeIsAvailable() from mac to posix.
2012-05-23 Nuno Lopesrevert r156383: removal of TYPE_CODE_FUNCTION_OLD
2012-05-23 Patrik HägglundFix the inliner so that the optsize function attribute...
2012-05-23 Patrik HägglundFixed typo in r156905.
2012-05-23 Patrik HägglundSmall fix for the debug output from PBQP (PR12822).
2012-05-23 Evgeniy StepanovUse zero-based shadow by default on Android.
2012-05-23 Evgeniy StepanovUse zero-based shadow by default on Android.
2012-05-23 Stepan DyatkovskiyPR1255(case ranges) related changes in Local Transforma...
2012-05-23 Dmitry Vyukovasan: fix typo in comment
2012-05-23 Craig TopperTidy up spacing.
2012-05-23 Chris Lattnersmall refinement to r157218 to save a tiny amount of...
2012-05-23 Richard SmithCorrect the starting location for instantiations of...
2012-05-23 Richard SmithIf the first argument of __builtin_object_size can...
2012-05-23 Craig TopperFix indentation of wrapped line for readability. No...
2012-05-23 Richard SmithClang 3.1 is out: turn the relevant C++11 status boxes...
2012-05-23 Eric ChristopherMove file to be more representative.
2012-05-23 Eric ChristopherCheck that we have an unknown upper bound range for...
2012-05-23 Eric ChristopherEmit C++11 enum class information if it exists.
2012-05-23 Eric ChristopherAdd support for C++11 enum classes in llvm.
2012-05-22 Johnny ChenAdd more convenience registers to x86_64 and a simple...
2012-05-22 Nuno Lopesaddress some of John Criswell's comments
2012-05-22 NAKAMURA TakumiARMDisassembler.cpp: Fix utf8 char in comments.
2012-05-22 Sean CallananIntegrated a fix for an ARM disassembler crash
2012-05-22 John McCallRecognize the MS inheritance attributes and turn them...
2012-05-22 John McCallFix line endings.
2012-05-22 Johnny ChenFix a typo.
2012-05-22 Johnny ChenAdd a test case to check that eax's content equals...
2012-05-22 Johnny ChenThe RegisterInfo descriptors for the convenience regist...
2012-05-22 Eric ChristopherUntabify and 80-col.
2012-05-22 Eric ChristopherFormatting consistency.
2012-05-22 Johnny ChenFix wrong offset of eax and friends pointed out by...
2012-05-22 Jakob Stoklund... Also compute TopoSigs in synthetic register classes.
2012-05-22 Dmitry Vyukovtsan: add shadow memory flush + fix few bugs
2012-05-22 Eric ChristopherTest that we emit a subrange type for vlas.
2012-05-22 Dmitry Vyukovtsan: fix sizeof sigset_t
2012-05-22 Manuel KlimekFixes the autoconf build.
2012-05-22 Nuno Lopeshopefully fix the CMake build. sorry for breakage
2012-05-22 Andrew TrickLSR fix: add a missing phi check during IV hoisting.
2012-05-22 Nuno Lopeswire -fbounds-checking to the new LLVM bounds checking...
2012-05-22 Nuno Lopesadd a new pass to instrument loads and stores for run...
2012-05-22 Manuel KlimekAdds a method overwriteChangedFiles to the Rewriter...
2012-05-22 Dmitry Vyukovtsan: fix makefile
2012-05-22 Nuno Lopesrevert the usage of the objectsize intrinsic with 3...
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-22 Jakob Stoklund... Only erase virtregs with no uses left.
2012-05-22 Filipe CabecinhasRemove some compilation warnings.
2012-05-22 Dmitry Vyukovtsan: reduce per-thread memory usage
2012-05-22 Duncan SandsFix PR12858, a crash due to GVN's PRE not fully removin...
2012-05-22 Kostya Serebryany[asan] nuke some old unused code
2012-05-22 Kostya Serebryany[asan] increase the stack size limit to 256M (yes,...
2012-05-22 Dmitry Vyukovtsan: simple memory profiler
2012-05-22 Simon AtanasyanReplace inline asm constraint "=a" by the more general...
2012-05-22 Tobias GrosserScheduleOptimizer: Simplify some code
2012-05-22 Tobias GrosserScopInfo: Add parameter bounds to context
2012-05-22 Tobias GrosserReplace some asserts with llvm_unreachable
2012-05-22 Tobias GrosserScopInfo: SCEVUnknowns are always parameters
2012-05-22 Tobias GrosserMove isParallelFor into CodeGeneration
2012-05-22 Filipe CabecinhasReturn a constant of the appropriate type.
2012-05-22 Filipe CabecinhasRemove trailing semicolons.
next