2013-03-26 |
Alexey Samsonov | Add CMake option LLVM_USE_SANITIZER={Address,Memory... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Shankar Easwaran | [ELF][Hexagon] Fixing failing test on Bots, few symbol... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Shankar Easwaran | [ELF] no change in functionality, add functions to... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Chandler Carruth | Manually specify the link dependencies. Turns out that... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Chandler Carruth | Manually update the dependencies in the Makefiles.... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Richard Trieu | Handle CXXOperatorCallExpr when checking self referrnce... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Andrew Trick | Fix SCEV forgetMemoizedResults should search and destro... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Chandler Carruth | The IRReader header is now part of its own library... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Chandler Carruth | Split out the IRReader header and the utility functions... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Shankar Easwaran | [ELF][Hexagon] add GOTREL/GOT relocations |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Shankar Easwaran | [ELF] order rela.dyn/rela.plt properly |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Arnold Schwaighofer | ARM Scheduler Model: Add resources instructions, map... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Arnold Schwaighofer | ARM Scheduler Model: Partial implementation of the... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Greg Clayton | <rdar://problem/13502196> |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Greg Clayton | <rdar://problem/13502196> |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Jim Ingham | Make the stepping perf test case actually work. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Nick Lewycky | Add missing file to cmake build. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Nick Lewycky | Add a new watchdog timer interface. The interface does... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Enrico Granata | <rdar://problem/13221060> |
commit | commitdiff | tree | snapshot |
2013-03-26 |
John Thompson | Added simple regression test for modularize. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
John Thompson | Revised to use file list path as reference path, or... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Richard Smith | Remove FIXMEs: these are covered by a core issue which... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Richard Smith | Implement special-case name lookup for inheriting const... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Bill Wendling | Remove testcase. It's failing on some platforms but... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Bill Wendling | Hmm...not failing...odd |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Richard Smith | Remove some no-op static_casts. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Bill Wendling | Temporarily XFAIL this test until Michael can look... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Michael Gottesman | [ObjCARC Annotations] Added support for displaying... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Michael Gottesman | [ObjCARC Annotations] Implemented ARC annotation metada... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Michael Gottesman | Added documentation to LangRef for the intrinsic llvm... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Enrico Granata | Checking that the wrong syntax does not give a correct... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Fariborz Jahanian | Objective-C: Property declaration overiding one in |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Michael Liao | Revise alignment checking/calculation on 256-bit unalig... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
NAKAMURA Takumi | clang/test/Index/crash-recovery-code-complete.c: Mark... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Michael Liao | Enhance folding of (extract_subvec (insert_subvec V1... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | <rdar://problem/13395022> Strip references when extract... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Jakob Stoklund... | Add an -mcpu option to a test that is apparently schedu... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Jakob Stoklund... | Add a scheduling model for Intel Sandy Bridge microarch... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | <rdar://problem/13185264> Don't crash when attempting... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Matt Beaumont-Gay | Fix layering violation harder. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | <rdar://problem/13358795> Teach CMake to check Subversi... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | Introduce a tiny CMake project to gather Subversion... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Jakob Stoklund... | Remove IIC_DEFAULT from X86Schedule.td |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Jakob Stoklund... | Annotate X86InstrCompiler.td with SchedRW lists. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Jakob Stoklund... | Annotate shifts and rotates with SchedRW lists. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Ted Kremenek | Fix testcase. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Shuxin Yang | Disable some unsafe-fp-math DAG-combine transformation... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Greg Clayton | Modified patch from Prabhat Verma to enable loading... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Ted Kremenek | For printf checking, handle nested typedefs for darwin... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | <rdar://problem/13459871> Allow forward declaration... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Howard Hinnant | Added debug tests for indexing, pop_back and both forms... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
John McCall | Add an optimizer-side test case for ARC bug <rdar:... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Timur Iskhodzhanov | Add a GetTid() implementation for Windows |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Greg Clayton | Fix the buildbot so a LLDB test doesn't fail looking... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | Remove local path from test. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | Use <time.h> rather than <sys/time.h> |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | Use xargs rather than |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Matt Beaumont-Gay | Fix a layering violation introduced in r177705. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | Use 'touch -t', which both BSD and Linux support. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Eric Christopher | Couple more sets of tidying. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Nick Lewycky | Try harder to be signal-safe inside our signal handler... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Douglas Gregor | <rdar://problem/13434605> Periodically prune the module... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Jyotsna Verma | Disable profiling tests for Hexagon since it doesn... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Nick Lewycky | Correct indentation. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Bill Wendling | Emit an error message instead of crashing when derefere... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Greg Clayton | <rdar://problem/13498879> |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Jyotsna Verma | XFAIL some of the generic CodeGen tests for Hexagon. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Chad Rosier | IR-gen should not generate an MMX types unless the... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
NAKAMURA Takumi | X86DisassemblerDecoder.c: Make this C89-compliant. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Howard Hinnant | Remove some erroneous code I was using to debug debug... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Han Ming Ong | <rdar://problem/13498504> |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Shuxin Yang | Fix a bug in fast-math fadd/fsub simplification. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Anna Zaks | [analyzer] Set concrete offset bindings to UnknownVal... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Howard Hinnant | Debug mode tests for vector::front and back. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Shankar Easwaran | [ELF] dont compute symbolname size in every loop |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Jyotsna Verma | XFAIL DebugInfo tests for Hexagon. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Han Ming Ong | <rdar://problem/13404009> |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Akira Hatanaka | Fix comment. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Howard Hinnant | More vector::iterator debug mode tests. Run by adding... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Jyotsna Verma | Disable Execution Engine tests not supported by Hexagon. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Shankar Easwaran | reflect comment to the official reference |
commit | commitdiff | tree | snapshot |
2013-03-25 |
NAKAMURA Takumi | Disable, for now, llvm/test/Transforms/GCOVProfiling... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Enrico Granata | <rdar://problem/13365424> |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Howard Hinnant | Debug mode: learning to crawl. I need to set up some... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Edwin Vane | Adding a failing test case for cpp11-migrate's Loop... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Ulrich Weigand | Use direct types in PowerPC instruction patterns. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Ulrich Weigand | Use direct types in PowerPC Pat patterns. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Dave Zarzycki | x86 -- add the XTEST instruction |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Dave Zarzycki | x86 -- disassemble the REP/REPNE prefix when needed |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Fariborz Jahanian | Added PR number for failing win64 tests. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Enrico Granata | <rdar://problem/13434476> |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Chad Rosier | Remove unnecessary attributes from test case. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Sean Callanan | Fixed a potential crash if layout for a structure |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Enrico Granata | These test cases fail on the buildbot - skip on Linux... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Bill Wendling | Remove assert. There may be target-dependent attributes... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Enrico Granata | - Masking out SBCommandReturnObject::Printf() from... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Dmitri Gribenko | Documentation: Replace dead link for binfmt_misc |
commit | commitdiff | tree | snapshot |
next |