summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash-on-valid where a block capture copy expression wasJohn McCall2013-03-228-5/+60
* Change the AppleObjCTrampolineHandler to always run all threads when resolvin...Jim Ingham2013-03-222-1/+11
* ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith2013-03-222-2/+36
* ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith2013-03-222-9/+38
* Don't try to read the eh_frame section out of a dSYM.Jason Molenda2013-03-221-1/+5
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-222-16/+18
* <rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade...Douglas Gregor2013-03-225-5/+43
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-223-17/+176
* Don't forget to link in the C++-specific parts of the ubsan runtime when usin...Richard Smith2013-03-221-1/+2
* Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register classHal Finkel2013-03-213-7/+12
* Add TableGen ctags(1) emitter and helper script.Sean Silva2013-03-215-1/+561
* Always forward 'resume' instructions to the outter landing pad.Bill Wendling2013-03-211-16/+39
* Fix a register-class comparison bug in PPCCTRLoopsHal Finkel2013-03-214-20/+3
* [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0).Jordan Rose2013-03-211-19/+27
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-215-17/+5
* Update debug info test case for more incoming DIBuilder changesDavid Blaikie2013-03-211-2/+2
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-212-0/+10
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-2128-101/+101
* Update debug info test case for an incoming change to DIBuilder in LLVMDavid Blaikie2013-03-211-2/+2
* Modified the way we report fields of records.Sean Callanan2013-03-213-5/+33
* <rdar://problem/13477190> Give the Clang module cache directory some structur...Douglas Gregor2013-03-212-2/+3
* If we stopped but no threads had a reason for stopping, we should tell the us...Jim Ingham2013-03-211-1/+16
* <rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...Douglas Gregor2013-03-211-0/+24
* Remove some commented out code.Jim Ingham2013-03-211-8/+0
* This patch enables the Mips .set directive to define aliasesJack Carter2013-03-212-6/+99
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-2110-0/+475
* Fix indentationDavid Blaikie2013-03-211-3/+3
* Fix Darwin NEON FP and increase coverageRenato Golin2013-03-216-13/+19
* Select correct -std flag for CMake for different versions of gcc.Matt Kopec2013-03-211-1/+10
* Objective-C: Tighten the rules when warningFariborz Jahanian2013-03-214-1/+100
* Remove unused field in DISubprogramDavid Blaikie2013-03-2190-209/+209
* Generalize debug info tests to be forward compatible with future DISubprogram...David Blaikie2013-03-213-3/+3
* This ugly regex is required because on Windows, the paths come out as \\ deli...Aaron Ballman2013-03-211-1/+1
* Remove unused variable.Benjamin Kramer2013-03-211-3/+0
* Avoid warnings from compilers that think you can drop off the end of a fully ...Benjamin Kramer2013-03-211-0/+2
* Delayed template parsing is not supported by the AST serialization system yet...Aaron Ballman2013-03-211-1/+1
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-215-1/+124
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-216-9/+97
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-2112-20/+143
* Update some EH tests that were violating the new EH model.Bill Wendling2013-03-213-6/+16
* [analyzer] Print return values from debug.DumpCalls checker.Jordan Rose2013-03-211-1/+23
* tsan: better reporting of thread leaksDmitry Vyukov2013-03-218-11/+76
* The outline of the stepping perf test case, doesn't do anything yet.Jim Ingham2013-03-213-17/+313
* Add failing test caseTobias Grosser2013-03-211-0/+22
* Do not canonicalize indvars with scev based codegenTobias Grosser2013-03-211-1/+4
* Remove last uses of canoncial induction variable when scev code generatingTobias Grosser2013-03-2112-13/+68
* TempScop: Make assert more descriptiveTobias Grosser2013-03-211-1/+1
* tsan: better reporting for races on vptrDmitry Vyukov2013-03-218-4/+79
* tsan: add flag to control symbolizer flush frequencyDmitry Vyukov2013-03-213-7/+15
* tsan: intercept abort() to fflush() libc streamsDmitry Vyukov2013-03-213-0/+9
OpenPOWER on IntegriCloud