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
*
Disable counting the number of move in the unittest, it seems to rely on move...
Mehdi Amini
2016-03-25
2
-4
/
+9
*
[SystemZ] Remove isBranch and isTerminator flags on BRCT and BRCTG.
Jonas Paulsson
2016-03-25
1
-1
/
+1
*
Revert "Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-25
11
-142
/
+50
*
Bitcode: Collect all MDString records into a single blob
Duncan P. N. Exon Smith
2016-03-25
11
-50
/
+142
*
[AArch64] Fix typo. NFC.
Chad Rosier
2016-03-25
1
-2
/
+1
*
Enable non-power-of-2 #pragma unroll counts.
David L Kreitzer
2016-03-25
3
-26
/
+72
*
docs: Clearify that our release note describe the upcoming release of Polly
Tobias Grosser
2016-03-25
1
-3
/
+9
*
www: Directly link to our new SPHINX documentation
Tobias Grosser
2016-03-25
1
-1
/
+1
*
docs: Add links to the old documentation
Tobias Grosser
2016-03-25
1
-0
/
+3
*
[X86][SSE] Don't duplicate Lower256IntArith functionality in LowerShift. NFC.
Simon Pilgrim
2016-03-25
1
-20
/
+2
*
Center picture
Tobias Grosser
2016-03-25
1
-0
/
+1
*
Trailing whitespaces removed. NFC.
George Rimar
2016-03-25
1
-15
/
+15
*
docs: Add architecture diagram
Tobias Grosser
2016-03-25
3
-0
/
+14
*
www: Reference doxygen documentation directly from the menu
Tobias Grosser
2016-03-25
3
-1
/
+1
*
www; Drop memory access documentation
Tobias Grosser
2016-03-25
2
-130
/
+0
*
cmake: Ensure tools/* is still formatted
Tobias Grosser
2016-03-25
1
-3
/
+2
*
CodegenCleanup: Drop -load-combine pass
Tobias Grosser
2016-03-25
1
-1
/
+0
*
fixed typo
Elena Demikhovsky
2016-03-25
1
-1
/
+1
*
Fix windows build for sys::fs:file_status Access Time added in r264392
Mehdi Amini
2016-03-25
1
-2
/
+3
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
3
-32
/
+63
*
Fix perfect forwarding for StringMap
Mehdi Amini
2016-03-25
1
-10
/
+9
*
Revert "Add lastAccessedTime to file_status"
Mehdi Amini
2016-03-25
3
-63
/
+32
*
Revert "Fix windows build for sys::fs:file_status Access Time added in r264387"
Mehdi Amini
2016-03-25
1
-2
/
+2
*
Fix windows build for sys::fs:file_status Access Time added in r264387
Mehdi Amini
2016-03-25
1
-2
/
+2
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
3
-32
/
+63
*
Query the StringMap only once when creating MDString (NFC)
Mehdi Amini
2016-03-25
4
-41
/
+74
*
Adjust initial size in StringMap constructor to guarantee no grow()
Mehdi Amini
2016-03-25
3
-4
/
+58
*
Fix DenseMap::reserve(): the formula was wrong
Mehdi Amini
2016-03-25
2
-20
/
+141
*
StringMap: reserve appropriate size when initializing from an initializer list
Mehdi Amini
2016-03-25
1
-1
/
+1
*
Add GUID/getGlobalIdentifier() non-static API to global value
Mehdi Amini
2016-03-25
2
-1
/
+14
*
Bitcode: Use std::stable_partition for reproducible builds
Duncan P. N. Exon Smith
2016-03-25
1
-2
/
+2
*
Add the same host logging that I added to PlatformRemoteiOS a few
Jason Molenda
2016-03-25
2
-1
/
+154
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
19
-29
/
+562
*
Bitcode: Stop using MODULE_CODE_METADATA_VALUES
Duncan P. N. Exon Smith
2016-03-25
4
-70
/
+4
*
[modules] Store a local offset to DeclContext lexical and visible contents. S...
Richard Smith
2016-03-25
2
-9
/
+18
*
AMDGPU: Cost model for basic integer operations
Matt Arsenault
2016-03-25
7
-0
/
+474
*
X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)
Hans Wennborg
2016-03-25
10
-106
/
+310
*
AMDGPU: Partially implement getArithmeticInstrCost for FP ops
Matt Arsenault
2016-03-25
6
-1
/
+452
*
IR: Stop upgrading !llvm.loop attachments via MDString
Duncan P. N. Exon Smith
2016-03-25
6
-55
/
+93
*
CGLoopInfo: Use the MD_loop metadata kind from r264371, NFC
Duncan P. N. Exon Smith
2016-03-25
1
-1
/
+1
*
IR: Reserve an MDKind for !llvm.loop; NFC
Duncan P. N. Exon Smith
2016-03-25
4
-25
/
+29
*
ARM: fix optimised division on WoA
Saleem Abdulrasool
2016-03-25
2
-3
/
+33
*
TTI: Report 0 cost for free addrspacecasts
Matt Arsenault
2016-03-25
2
-0
/
+50
*
TTI: Use 0 for cost of fabs if free
Matt Arsenault
2016-03-25
2
-0
/
+102
*
3rd attempt of fixup with -std=c++11
NAKAMURA Takumi
2016-03-25
1
-1
/
+1
*
Debug Info: Add a testcase for the bug introduced by r259975.
Adrian Prantl
2016-03-25
1
-0
/
+6
*
Fixup -- "-target x86_64-unknown -fno-ms-compatibility" didn't work as expected.
NAKAMURA Takumi
2016-03-25
1
-1
/
+1
*
AMDGPU: TTI: Make insertelement free.
Matt Arsenault
2016-03-25
2
-0
/
+42
*
Fix nondeterminism in computation of builtin operator overload sets.
Richard Smith
2016-03-25
2
-7
/
+45
*
clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp: Appe...
NAKAMURA Takumi
2016-03-25
1
-1
/
+1
[next]