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
*
[elf2] Fix R_X86_64_TPOFF32 handling.
Michael J. Spencer
2015-11-05
4
-6
/
+11
*
[IR] Add bounds checking to dataOperandHasImpliedAttr
Sanjoy Das
2015-11-05
1
-0
/
+8
*
Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...
Jim Ingham
2015-11-05
3
-2
/
+4
*
TestModuleFileExtension.cpp: Include <cstdio> explicitly for fprintf(3).
NAKAMURA Takumi
2015-11-05
1
-0
/
+1
*
Python 3 - Don't use `os.path.walk`, it's removed in Py3.
Zachary Turner
2015-11-05
1
-4
/
+2
*
Python 3 - Use universal_newlines=True in subprocess.Popen.
Zachary Turner
2015-11-05
1
-0
/
+2
*
[modules] Don't merge an anonymous enum definition into a named enum definition.
Richard Smith
2015-11-05
2
-4
/
+21
*
Fix build on Linux.
Chaoren Lin
2015-11-05
1
-0
/
+4
*
[libFuzzer] print a bit fewer lines
Kostya Serebryany
2015-11-05
2
-2
/
+3
*
CommandObjectProxy needs to proxy GenerateHelpText as well as
Jim Ingham
2015-11-05
2
-0
/
+11
*
[Sanitizer] Use ReportMmapFailureAndDie() in all applicable mmap variants on ...
Alexey Samsonov
2015-11-05
4
-16
/
+12
*
Fix build break
David Majnemer
2015-11-05
1
-2
/
+1
*
Go back to producing relocations for out of range symbols.
Rafael Espindola
2015-11-05
3
-13
/
+9
*
[Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host
Reid Kleckner
2015-11-05
3
-97
/
+227
*
AMDGPU: Add missing v2f64 fadd tests
Matt Arsenault
2015-11-05
1
-10
/
+42
*
AMDGPU: Fix typo
Matt Arsenault
2015-11-05
1
-2
/
+2
*
[Lex] Add __has_builtin support for __make_integer_seq
David Majnemer
2015-11-05
2
-1
/
+11
*
[modules] If we're given a module file, via -fmodule-file=, for a module, but
Richard Smith
2015-11-05
5
-15
/
+49
*
[PGO] Use template file to define runtime structures
Xinliang David Li
2015-11-05
4
-71
/
+79
*
Teach LLDB how to directly launch processes on the iOS simulator
Enrico Granata
2015-11-05
16
-76
/
+1609
*
LLDB needs a mutex around getopt_long_only() function calls to avoid multi-th...
Jim Ingham
2015-11-05
3
-5
/
+11
*
Fix Abbrev emission in WriteIdentificationBlock
Mehdi Amini
2015-11-05
1
-1
/
+2
*
Add go data formatters.
Ryan Brown
2015-11-05
13
-0
/
+556
*
AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...
Jim Ingham
2015-11-05
4
-19
/
+23
*
Fix nullptr crash in -Wthread-safety-beta
Reid Kleckner
2015-11-05
2
-1
/
+8
*
One of the File constructors was missing initializers. Didn't seem
Jim Ingham
2015-11-05
1
-1
/
+3
*
Fix pr24832.
Rafael Espindola
2015-11-05
4
-11
/
+16
*
The control expression for a _Generic selection expression should have
Aaron Ballman
2015-11-05
2
-5
/
+15
*
[TSan] Fix mmap/mmap64 interceptor signature.
Alexey Samsonov
2015-11-05
1
-4
/
+4
*
Simplify now that emitValueToOffset always returns false.
Rafael Espindola
2015-11-04
6
-24
/
+8
*
Simplify .org processing and make it a bit more powerful.
Rafael Espindola
2015-11-04
4
-21
/
+15
*
Fix x64 build on Windows, which was broken by my refactor from last week.
Adrian McCarthy
2015-11-04
3
-1
/
+212
*
Define portable macros for packed struct definitions:
Xinliang David Li
2015-11-04
1
-0
/
+28
*
[SimplifyLibCalls] New transformation: tan(atan(x)) -> x
Davide Italiano
2015-11-04
4
-1
/
+71
*
[libFuzzer] when choosing the next unit to mutate, give some preference to th...
Kostya Serebryany
2015-11-04
2
-26
/
+46
*
fix typo; NFC
Sanjay Patel
2015-11-04
1
-1
/
+1
*
[CaptureTracking] Support operand bundles conservatively
Sanjoy Das
2015-11-04
2
-2
/
+32
*
[FreeBSD] Add missing overrides.
Davide Italiano
2015-11-04
2
-4
/
+4
*
[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...
Chris Bieneman
2015-11-04
2
-8
/
+53
*
Handle keyword args on our patched Popen methods.
Zachary Turner
2015-11-04
1
-4
/
+4
*
Don't access class members inside of `__del__`.
Zachary Turner
2015-11-04
1
-4
/
+0
*
Slightly saner handling of thumb branches.
Rafael Espindola
2015-11-04
3
-9
/
+42
*
clang-format: Turn on wrapping before "else" for WebKit style.
Daniel Jasper
2015-11-04
1
-0
/
+1
*
[x86] Teach the shrink-wrapping hooks to do the proper thing with Win64.
Quentin Colombet
2015-11-04
2
-0
/
+130
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
17
-89
/
+82
*
Remove incorrect debug assert.
Jonathan Peyton
2015-11-04
1
-1
/
+0
*
PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFC
Justin Bogner
2015-11-04
3
-17
/
+36
*
Remove some empty lines.
Jonathan Peyton
2015-11-04
5
-21
/
+0
*
Add new interfaces to MBB for manipulating successors with probabilities inst...
Cong Hou
2015-11-04
3
-0
/
+132
*
Refactor of task_team code.
Jonathan Peyton
2015-11-04
5
-242
/
+131
[next]