index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-22
8
-5
/
+60
*
Change the AppleObjCTrampolineHandler to always run all threads when resolvin...
Jim Ingham
2013-03-22
2
-1
/
+11
*
ubsan: Pass floating-point arguments to the runtime by value if they fit the
Richard Smith
2013-03-22
2
-2
/
+36
*
ubsan: Pass floating-point arguments to the runtime by value if they fit the
Richard Smith
2013-03-22
2
-9
/
+38
*
Don't try to read the eh_frame section out of a dSYM.
Jason Molenda
2013-03-22
1
-1
/
+5
*
Fix the invalid opcode for Mips branch instructions in the assembler
Jack Carter
2013-03-22
2
-16
/
+18
*
<rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade...
Douglas Gregor
2013-03-22
5
-5
/
+43
*
This patch that enables the Mips assembler to use symbols for offset for inst...
Jack Carter
2013-03-22
3
-17
/
+176
*
Don't forget to link in the C++-specific parts of the ubsan runtime when usin...
Richard Smith
2013-03-22
1
-1
/
+2
*
Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register class
Hal Finkel
2013-03-21
3
-7
/
+12
*
Add TableGen ctags(1) emitter and helper script.
Sean Silva
2013-03-21
5
-1
/
+561
*
Always forward 'resume' instructions to the outter landing pad.
Bill Wendling
2013-03-21
1
-16
/
+39
*
Fix a register-class comparison bug in PPCCTRLoops
Hal Finkel
2013-03-21
4
-20
/
+3
*
[analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0).
Jordan Rose
2013-03-21
1
-19
/
+27
*
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
5
-17
/
+5
*
Update debug info test case for more incoming DIBuilder changes
David Blaikie
2013-03-21
1
-2
/
+2
*
Add a query to tell if a landing pad has a catch-all.
Bill Wendling
2013-03-21
2
-0
/
+10
*
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
28
-101
/
+101
*
Update debug info test case for an incoming change to DIBuilder in LLVM
David Blaikie
2013-03-21
1
-2
/
+2
*
Modified the way we report fields of records.
Sean Callanan
2013-03-21
3
-5
/
+33
*
<rdar://problem/13477190> Give the Clang module cache directory some structur...
Douglas Gregor
2013-03-21
2
-2
/
+3
*
If we stopped but no threads had a reason for stopping, we should tell the us...
Jim Ingham
2013-03-21
1
-1
/
+16
*
<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...
Douglas Gregor
2013-03-21
1
-0
/
+24
*
Remove some commented out code.
Jim Ingham
2013-03-21
1
-8
/
+0
*
This patch enables the Mips .set directive to define aliases
Jack Carter
2013-03-21
2
-6
/
+99
*
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
10
-0
/
+475
*
Fix indentation
David Blaikie
2013-03-21
1
-3
/
+3
*
Fix Darwin NEON FP and increase coverage
Renato Golin
2013-03-21
6
-13
/
+19
*
Select correct -std flag for CMake for different versions of gcc.
Matt Kopec
2013-03-21
1
-1
/
+10
*
Objective-C: Tighten the rules when warning
Fariborz Jahanian
2013-03-21
4
-1
/
+100
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
90
-209
/
+209
*
Generalize debug info tests to be forward compatible with future DISubprogram...
David Blaikie
2013-03-21
3
-3
/
+3
*
This ugly regex is required because on Windows, the paths come out as \\ deli...
Aaron Ballman
2013-03-21
1
-1
/
+1
*
Remove unused variable.
Benjamin Kramer
2013-03-21
1
-3
/
+0
*
Avoid warnings from compilers that think you can drop off the end of a fully ...
Benjamin Kramer
2013-03-21
1
-0
/
+2
*
Delayed template parsing is not supported by the AST serialization system yet...
Aaron Ballman
2013-03-21
1
-1
/
+1
*
Add support for spilling VRSAVE on PPC
Hal Finkel
2013-03-21
5
-1
/
+124
*
Correct PPC FRAMEADDR lowering using a pseudo-register
Hal Finkel
2013-03-21
6
-9
/
+97
*
Avoid NEON SP-FP unless unsafe-math or Darwin
Renato Golin
2013-03-21
12
-20
/
+143
*
Update some EH tests that were violating the new EH model.
Bill Wendling
2013-03-21
3
-6
/
+16
*
[analyzer] Print return values from debug.DumpCalls checker.
Jordan Rose
2013-03-21
1
-1
/
+23
*
tsan: better reporting of thread leaks
Dmitry Vyukov
2013-03-21
8
-11
/
+76
*
The outline of the stepping perf test case, doesn't do anything yet.
Jim Ingham
2013-03-21
3
-17
/
+313
*
Add failing test case
Tobias Grosser
2013-03-21
1
-0
/
+22
*
Do not canonicalize indvars with scev based codegen
Tobias Grosser
2013-03-21
1
-1
/
+4
*
Remove last uses of canoncial induction variable when scev code generating
Tobias Grosser
2013-03-21
12
-13
/
+68
*
TempScop: Make assert more descriptive
Tobias Grosser
2013-03-21
1
-1
/
+1
*
tsan: better reporting for races on vptr
Dmitry Vyukov
2013-03-21
8
-4
/
+79
*
tsan: add flag to control symbolizer flush frequency
Dmitry Vyukov
2013-03-21
3
-7
/
+15
*
tsan: intercept abort() to fflush() libc streams
Dmitry Vyukov
2013-03-21
3
-0
/
+9
[next]