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
*
Add basic doxygen infrastructure for Polly
Tobias Grosser
2016-02-04
3
-0
/
+2409
*
[Support] Use range-based for loop. NFC
Craig Topper
2016-02-04
1
-3
/
+1
*
[Support] Use hexdigit instead of manually coding the same thing. NFC
Craig Topper
2016-02-04
1
-2
/
+2
*
www: Remove some spaces
Tobias Grosser
2016-02-04
1
-2
/
+2
*
www: Add Michael's thesis
Tobias Grosser
2016-02-04
1
-0
/
+9
*
www: Add Felix-Antoine's master thesis
Tobias Grosser
2016-02-04
1
-0
/
+8
*
www: Drop outdated dragonegg documentation
Tobias Grosser
2016-02-04
2
-73
/
+0
*
Update to isl-0.16.1-20-gee54b48
Tobias Grosser
2016-02-04
15
-119
/
+1875
*
[PGO] Profile interface cleanup
Xinliang David Li
2016-02-04
4
-25
/
+38
*
[TSan] Fix PrintMatchedSuppressions: Read hit count for suppression atomically
Mohit K. Bhakkad
2016-02-04
1
-2
/
+2
*
Basic: mark TLS as supported on Windows on ARM
Saleem Abdulrasool
2016-02-04
2
-1
/
+5
*
PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousPar...
Alexey Bataev
2016-02-04
2
-1
/
+28
*
[NVPTX] Disable performance optimizations when OptLevel==None
Jingyue Wu
2016-02-04
2
-21
/
+48
*
Use unsigned long long instead of uint64_t to appease bots
Pete Cooper
2016-02-04
1
-1
/
+1
*
Add test missed from r259746
Pete Cooper
2016-02-04
1
-0
/
+28
*
Add support for the source_version cmdline option.
Pete Cooper
2016-02-04
6
-0
/
+67
*
[asan] fix the non-x86 build
Kostya Serebryany
2016-02-04
2
-0
/
+5
*
Set S_ATTR_SOME_INSTRUCTIONS on __text section.
Pete Cooper
2016-02-04
2
-1
/
+31
*
Generate version min load commands when the platform is unknown.
Pete Cooper
2016-02-04
9
-32
/
+184
*
[asan] When catching a signal caused by a memory access, print if it's a READ...
Kostya Serebryany
2016-02-04
7
-8
/
+50
*
Test case for PR 26381
Nemanja Ivanovic
2016-02-04
1
-0
/
+8
*
Default to an unknown OS instead of MacOSX.
Pete Cooper
2016-02-04
2
-19
/
+25
*
Fix a little threading thinko in StartPrivateStateThread - don't pass stack v...
Jim Ingham
2016-02-04
2
-5
/
+10
*
Polly tests update contributed by Tobias Grosser for SCEV patch in r259736.
Wei Mi
2016-02-04
2
-5
/
+6
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-04
12
-30
/
+207
*
Fix undefined behavior when compiling in C++14 mode (with sized deletion
Richard Smith
2016-02-04
1
-0
/
+8
*
Fix predefine for __NSConstantString struct type
Ben Langmuir
2016-02-04
11
-39
/
+64
*
[codeview] Don't attempt a cross-section label diff
Reid Kleckner
2016-02-04
2
-5
/
+82
*
[libFuzzer] hot fix a test
Kostya Serebryany
2016-02-04
1
-1
/
+1
*
[libFuzzer] don't write the test unit when a leak is detected (since we don't...
Kostya Serebryany
2016-02-04
4
-0
/
+16
*
[SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative to
Gerolf Hoflehner
2016-02-03
2
-2
/
+107
*
Add support for -sdk_version cmdline option.
Pete Cooper
2016-02-03
6
-1
/
+61
*
Bump DiagnosticSemaKinds count; we're close to hitting it.
Manman Ren
2016-02-03
1
-1
/
+1
*
[InstrProfiling] Fix a comment (NFC)
Vedant Kumar
2016-02-03
1
-1
/
+1
*
Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in
David L Kreitzer
2016-02-03
3
-142
/
+158
*
Minor code cleanups. NFC.
Junmo Park
2016-02-03
1
-18
/
+18
*
Fix missing module qualification of subprocess.PIPE.
Zachary Turner
2016-02-03
1
-1
/
+1
*
Print the OffsetStart field's relocation
David Majnemer
2016-02-03
1
-8
/
+15
*
rangify; NFCI
Sanjay Patel
2016-02-03
1
-159
/
+129
*
Reapply r259624, it is likely not the commit causing the bot failures.
Quentin Colombet
2016-02-03
11
-18
/
+54
*
clean up; NFC
Sanjay Patel
2016-02-03
1
-15
/
+13
*
[llvm-readobj] Add support for dumping S_DEFRANGE symbols
David Majnemer
2016-02-03
2
-2
/
+138
*
Add generation of LC_VERSION_MIN load commands.
Pete Cooper
2016-02-03
7
-2
/
+151
*
[cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov
2016-02-03
6
-27
/
+112
*
[cfi] Safe handling of unaddressable vtable pointers (clang).
Evgeniy Stepanov
2016-02-03
7
-27
/
+96
*
Revert r259624 - Make CF constant string decl visible to name lookup to fix m...
Quentin Colombet
2016-02-03
11
-54
/
+18
*
Pass socket scheme as part of debug server listen URL.
Oleksiy Vyalov
2016-02-03
1
-0
/
+1
*
Replace static const int with enum to fix obnoxious linker errors about a mis...
Reid Kleckner
2016-02-03
1
-1
/
+1
*
[unittests] Move TargetRegistry test from Support to MC
Reid Kleckner
2016-02-03
3
-3
/
+6
*
Silence -Wsign-conversion issue in ProgramTest.cpp
Reid Kleckner
2016-02-03
2
-3
/
+5
[next]