2013-02-21 |
NAKAMURA Takumi | CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
NAKAMURA Takumi | ADT/Optional.h: Appease msvc. It reapplies r175626. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Michael J.... | [objdump] Add PT_PHDR. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Richard Smith | libstdc++'s <cstdalign> #includes <stdalign.h> and... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Jack Carter | Mips specific standalone assembler addressing mode... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Nick Lewycky | Respect -fno-canonical-prefixes when deciding where... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Use None rather than Optional<T>() where possible. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Rename TypeLoc's isType to isKind |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Jordan Rose | [analyzer] Tighten up safety in the use of lazy bindings. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Enrico Granata | If you say |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Ted Kremenek | Strip 'llvm' from 'llvm::Optional' uses. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Sean Callanan | Fixed a bug where certain vector code didn't |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Richard Trieu | Remove commented out code. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Fariborz Jahanian | objective-C arc IR-gen. Retaining of strong |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Bill Schmidt | PPCDAGToDAGISel::PostprocessISelDAG() |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Provide a "None" value for convenience when using Optio... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Mark unimplemented function with LLVM_DELETED_FUNCTION |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Doxycomment SVal's getAs/castAs. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Bill Schmidt | Relocation enablement for PPC DAG postprocessing pass |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Chad Rosier | Formatting. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jason Molenda | *ahem* Enrico. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jakob Stoklund... | Don't allocate memory in LiveInterval::join(). |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jim Ingham | Mention "return" -> "thread return" |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Lang Hames | Kill of TransferDeadFlag - Dead copies and subreg-to... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Pedro Artigas | as the allocator is reset zero out the number of bytes... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jack Carter | ELF symbol table field st_other support, |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jakob Stoklund... | Copy single reaching defs directly into the LiveInterval. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Bill Wendling | Add and remove the attribute from the correct slot. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Bill Schmidt | Stabilize vec_constants.ll |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Erik Verbruggen | Fix accidental concatenation for "outputuntil" in the... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jordan Rose | Revert "intmax_t is long long on Darwin, not long." |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jim Grosbach | MCParser: Update method names per coding guidelines. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
David Blaikie | Include llvm::Optional in clang/Basic/LLVM.h |
commit | commitdiff | tree | snapshot |
2013-02-20 |
David Blaikie | Remove redundant Optional type in favor of llvm::Optional |
commit | commitdiff | tree | snapshot |
2013-02-20 |
David Blaikie | Use op-> directly rather than via Optional<T>::getPointer. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
David Blaikie | Rename SVal::isType functions to SVal::isKind |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jim Grosbach | MCParser: Update method names per coding guidelines. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Cameron Zwarich | Only use LiveIntervals in TwoAddressInstructionPass... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Cameron Zwarich | Find anchoring end points for repairIntervalsInRange... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Cameron Zwarich | Make repairIntervalsInRange() more robust. There are... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Andrew Kaylor | Change ELF relocation model to static |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Arnold Schwaighofer | DAGCombiner: Fold pointless truncate, bitcast, buildvec... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Daniel Malea | Add logging of which test cases are run (through dosep... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jim Grosbach | R600: Update for name changes from r175667. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jim Grosbach | Update TargetLowering ivars for name policy. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Daniel Malea | Fix invalid TestBitfields case (thanks Filipe!), and... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Daniel Malea | Skip TestCompletion case that fails on linux (with... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Matt Kopec | Fix TestPublicAPIHeaders test on Linux. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Bill Schmidt | Additional fixes for bug 15155. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jim Ingham | Handle the case where the runtime uses class_getMethodI... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Reid Kleckner | [Sanitizer] Try to fix infinite loop in frame pointer... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Richard Smith | PR15311: Finish implementation of the suggested resolut... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Michael J.... | [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Chad Rosier | Update a comment that looks to have been accidentally... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Michael J.... | [ELF][Writer] Add .interp section. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Daniel Malea | Fix a bug that causes dotest.py to exit with a passing... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Alexey Samsonov | [ASan] revert part of r175631 that looks like accidenta... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Michael J.... | [ELF][Writer] Add dynamic table. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Daniel Malea | Fix a problem with the const_variables test case (anoth... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Bill Wendling | Attempt to clean up tests for non-X86 platforms. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Dan Gohman | Rewrite comments. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Krzysztof Parzyszek | Add comment in Memory.inc explaining r175646. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Richard Smith | Process and handle attributes on conditions and for... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Dan Gohman | SIGQUIT is a "kill" signal, rather than an "int" signal... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Andrew Kaylor | Formatting, grammar |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Krzysztof Parzyszek | On PowerPC, the cache-flush instructions dcbf and icbi... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jakob Stoklund... | Use LiveRangeUpdater instead of mergeIntervalRanges. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jakob Stoklund... | Add a LiveRangeUpdater class. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Andrew Kaylor | Adding support for absolute relocations. This occurs... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Michael Liao | Fix PR15267 |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Chad Rosier | [ms-inline asm] Make the comment a bit more verbose. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jakob Stoklund... | Add a default constructor for LiveRange. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Shankar Easwaran | rename fixupAddend to relocAddend |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Chad Rosier | [ms-inline asm] Remove this test while I investigate... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Shankar Easwaran | functionality to handle global atoms in Merge sections |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Bill Schmidt | Fix bug 14779 for passing anonymous aggregates [patch... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jyotsna Verma | Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMC... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
NAKAMURA Takumi | Revert r175626, "ADT/Optional.h: Appease msvc." |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Bill Schmidt | Fix PR15155: lost vadd/vsplat optimization. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Alexander Potapenko | [ASan] Delete asan/dynamic dir and temporarily move... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Manuel Klimek | Fix regression in string literal alignment. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Alexander Potapenko | [ASan] Make isoc99_*scanf intercepted on Linux only... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Manuel Klimek | Fixes bug in string literal alignment. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
NAKAMURA Takumi | ADT/Optional.h: Appease msvc. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Kostya Serebryany | [asan] move preinit_test to Linux since on Mac __asan_i... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Edwin Vane | Tweaks and fixes to cpp11-migrate generated tests |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Kostya Serebryany | [asan] on linux, run __asan_init from .preinit_array... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Alexey Samsonov | [Sanitizer] use raw syscall instead of _exit() function... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Benjamin Kramer | Move the SplatByte helper to APInt and generalize it... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Daniel Jasper | Don't remove blank lines within unwrapped lines. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Elena Demikhovsky | I optimized the following patterns: |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Kostya Serebryany | [asan] add a lit test for invoke-with-no-return instrum... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Kostya Serebryany | [asan] instrument invoke insns with noreturn attribute... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Logan Chien | Fix thumbv5e frame lowering assertion failure. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Evgeniy Stepanov | [sanitizer] Fix lint. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Kostya Serebryany | [asan] add test throw_call_test (broken with -static... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Manuel Klimek | Implements breaking of string literals if they stick... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Bill Wendling | Remove target-specific features. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Bill Wendling | Use the attribute group reference instead of the attrib... |
commit | commitdiff | tree | snapshot |
next |