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
*
[Hexagon] NFC. Adding a number of packet correctness tests.
Colin LeMahieu
2015-11-13
5
-0
/
+88
*
Revert r252990.
Akira Hatanaka
2015-11-13
9
-230
/
+45
*
Add PythonExceptionState.cppto the xocde project file.
Jason Molenda
2015-11-13
1
-0
/
+8
*
[WebAssembly] Inline asm support.
Dan Gohman
2015-11-13
5
-0
/
+133
*
LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules.
NAKAMURA Takumi
2015-11-13
1
-1
/
+1
*
Update .gitignore to exclude pyproj folder (used for Python IDE)
Zachary Turner
2015-11-13
1
-0
/
+1
*
Introduce a `PythonExceptionState` class.
Zachary Turner
2015-11-13
6
-85
/
+385
*
gtest - Make a `PythonTestSuite` base class for setup / teardown.
Zachary Turner
2015-11-13
4
-17
/
+74
*
Delete `PyObjectToString` and use `PythonObject::Str()`.
Zachary Turner
2015-11-13
1
-43
/
+12
*
Fix build
Jonathan Roelofs
2015-11-13
1
-1
/
+1
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-11-13
9
-45
/
+230
*
[Hexagon] Adding relaxation functionality to backend and test.
Colin LeMahieu
2015-11-13
3
-3
/
+56
*
[WebAssembly] Un-mangle the conversion instruction names.
Dan Gohman
2015-11-13
1
-75
/
+75
*
[WebAssembly] Rename BR_IF_ to BR_IF
Dan Gohman
2015-11-13
3
-6
/
+6
*
Add support for function attribute 'disable_tail_calls'.
Akira Hatanaka
2015-11-13
8
-7
/
+142
*
[WebAssembly] Remove unneeded TODO items. NFC.
Dan Gohman
2015-11-13
2
-19
/
+0
*
[WebAssembly] Tidy up and update a TODO item. NFC.
Dan Gohman
2015-11-13
1
-14
/
+9
*
[WinEH] Find root frame correctly in CLR funclets
Joseph Tremoulet
2015-11-13
5
-27
/
+146
*
[elf2] get{Local,Global}DynamicReloc -> is{LocalGlobal}DynamicReloc.
Michael J. Spencer
2015-11-13
4
-8
/
+12
*
[scan-build] Create share directory similar to scan-view's
Jonathan Roelofs
2015-11-13
4
-10
/
+10
*
Revert "Another little stepping optimization: if any of the source step comma...
Ying Chen
2015-11-13
1
-9
/
+2
*
[elf2] Implement global dynamic tls.
Michael J. Spencer
2015-11-13
7
-9
/
+72
*
ELF2: Add comments and reorganize option list a bit.
Rui Ueyama
2015-11-13
1
-5
/
+9
*
[scan-view] Rename 'Resources' --> 'share'
Jonathan Roelofs
2015-11-13
6
-10
/
+10
*
compiler-rt: add make solution to bootstrap mingw-w64
Martell Malone
2015-11-13
1
-0
/
+30
*
[WebAssembly] Introduce a new pseudo-operand for unused expression results.
Dan Gohman
2015-11-13
6
-12
/
+40
*
X86-FMA3: Implemented commute transformations FMA*_Int instructions.
Vyacheslav Klochkov
2015-11-13
4
-172
/
+515
*
clang/test/Driver/mips-mti-linux.c: Remove XFAIL. It shouldn't fail for targe...
NAKAMURA Takumi
2015-11-12
1
-1
/
+1
*
Remove -Wobjc-weak-compat; there isn't a compelling use case for this.
John McCall
2015-11-12
3
-20
/
+15
*
[SimplifyLibCalls] Make a function shorter. NFC.
Davide Italiano
2015-11-12
1
-10
/
+2
*
[Hexagon] Adding checks for values out of operand range and correct new-value...
Colin LeMahieu
2015-11-12
2
-0
/
+82
*
[Hexagon] Adding test to make sure labels and register pairs are correctly pa...
Colin LeMahieu
2015-11-12
1
-0
/
+26
*
Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due...
Richard Smith
2015-11-12
3
-5
/
+7
*
[CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embedded
Chris Bieneman
2015-11-12
1
-1
/
+2
*
[CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm.
Chris Bieneman
2015-11-12
2
-2
/
+0
*
[CMake] [Darwin] [Builtins] Sorting and uniquing blacklists. NFC.
Chris Bieneman
2015-11-12
2
-92
/
+10
*
Another little stepping optimization: if any of the source step commands are ...
Jim Ingham
2015-11-12
1
-2
/
+9
*
specify triple and tighten checks using update_llc_test_checks.py
Sanjay Patel
2015-11-12
1
-61
/
+62
*
Mark clang/test/Driver/ms-bitfields.c as REQUIRES:clang-driver.
NAKAMURA Takumi
2015-11-12
1
-0
/
+2
*
[modules] Simplify and generalize the existing rule for finding hidden
Richard Smith
2015-11-12
15
-72
/
+115
*
DR407: Rationalize how we handle tags being hidden by typedefs. Even with
Richard Smith
2015-11-12
3
-27
/
+48
*
[Windows] Fix halt_on_error-1.c test on Windows with %env_asan_opts
Reid Kleckner
2015-11-12
1
-2
/
+2
*
Revert r240335.
Richard Smith
2015-11-12
7
-14
/
+7
*
Revert "Remove unnecessary call to getAllocatableRegClass"
Tom Stellard
2015-11-12
6
-17
/
+23
*
Additional tests from r252690 that I forgot to 'svn add'.
Richard Smith
2015-11-12
2
-0
/
+45
*
Add debug trace message for hierarchical barrier
Jonathan Peyton
2015-11-12
1
-0
/
+2
*
Remove outdated comment
Jonathan Peyton
2015-11-12
1
-3
/
+0
*
Fix for ittnotify loop reporting
Jonathan Peyton
2015-11-12
1
-1
/
+3
*
Revert r252949.
Akira Hatanaka
2015-11-12
9
-230
/
+45
*
Implement RegisterContext for Mini Dumps.
Adrian McCarthy
2015-11-12
16
-307
/
+304
[next]