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
*
[InstCombine] use FileCheck for better checking
Sanjay Patel
2016-03-25
1
-5
/
+12
*
[InstCombine] use FileCheck for better checking
Sanjay Patel
2016-03-25
1
-1
/
+10
*
[InstCombine] use FileCheck for better checking
Sanjay Patel
2016-03-25
1
-6
/
+13
*
Consider regmasks when computing register-based DBG_VALUE live ranges
Reid Kleckner
2016-03-25
9
-42
/
+194
*
[ASTMatchers] Fix build for VariadicFunction.
Samuel Benzaquen
2016-03-25
1
-1
/
+1
*
[Kaleidoscope] Rename Error -> LogError in Chapters 2-5.
Lang Hames
2016-03-25
7
-92
/
+92
*
[Kaleidoscope] Fix 'Error' name clashes.
Lang Hames
2016-03-25
5
-103
/
+103
*
[Object] Start threading Error through MachOObjectFile construction.
Lang Hames
2016-03-25
5
-115
/
+213
*
[InstCombine] consolidate regression tests of the ancients (2002)
Sanjay Patel
2016-03-25
5
-44
/
+50
*
[index] Remove redundancy between symbol kind and language
Ben Langmuir
2016-03-25
5
-103
/
+107
*
fix IR function name regex to allow hyphens
Sanjay Patel
2016-03-25
1
-2
/
+2
*
Document the purpose of this testcase.
Adrian Prantl
2016-03-25
1
-1
/
+2
*
Revert "[SetVector] Add erase() method"
Jun Bum Lim
2016-03-25
3
-46
/
+0
*
Fix Narrowing conversion warning introduced by r264415
Hemant Kulkarni
2016-03-25
1
-1
/
+1
*
Improve StringMap unittests: reintroduce move count, but shield against std::...
Mehdi Amini
2016-03-25
1
-5
/
+12
*
[ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen
2016-03-25
4
-16
/
+53
*
Ensure that the StringMap does not grow during the test for pre-allocation/re...
Mehdi Amini
2016-03-25
1
-0
/
+3
*
[llvm-readobj] Impl GNU style program headers print
Hemant Kulkarni
2016-03-25
4
-20
/
+304
*
[SetVector] Add erase() method
Jun Bum Lim
2016-03-25
3
-0
/
+46
*
Implement is_always_lock_free
JF Bastien
2016-03-25
2
-11
/
+133
*
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
[next]