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
*
Reuse ScopStmt::isEmpty() function
Michael Kruse
2015-12-13
2
-7
/
+15
*
Check if access relation is available before printing
Michael Kruse
2015-12-13
1
-1
/
+2
*
Revert r255460, which still causes test failures on some platforms.
Cong Hou
2015-12-13
3
-176
/
+32
*
[X86][inline asm] support even directive
Michael Zuckerman
2015-12-13
4
-1
/
+76
*
Fix a type issue in r255455. Should not use unsigned type as std::abs()'s tem...
Cong Hou
2015-12-13
1
-1
/
+1
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
3
-32
/
+176
*
Fix line endings
Simon Pilgrim
2015-12-13
1
-14
/
+14
*
Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC.
Cong Hou
2015-12-13
1
-1
/
+1
*
Add the missing header file <cstdint> needed by uint64_t
Cong Hou
2015-12-13
1
-0
/
+1
*
Revert r255454 as it leads to several test failers on buildbots.
Cong Hou
2015-12-13
3
-175
/
+32
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
12
-27
/
+68
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
3
-32
/
+175
*
[ELF][MIPS] Ignore R_MIPS_JALR relocation for now
Simon Atanasyan
2015-12-13
2
-0
/
+50
*
[ELF][MIPS] Match paired relocation using relocation type and symbol index
Simon Atanasyan
2015-12-13
3
-5
/
+14
*
[ELF][MIPS] Fix calculation of the R_MIPS_HI16 relocation
Simon Atanasyan
2015-12-13
2
-4
/
+6
*
[Sema] Add -Wparentheses warnings for '^' in '|' expressions and '&' in '^' e...
Craig Topper
2015-12-13
3
-26
/
+41
*
[Sema] Write some checks for groups of BinaryOperatorKinds in terms of the pr...
Craig Topper
2015-12-13
2
-7
/
+8
*
ARM: only emit EABI attributes on EABI targets
Saleem Abdulrasool
2015-12-13
2
-1
/
+12
*
Revert r255445: adding a new test case
Xinliang David Li
2015-12-13
1
-11
/
+0
*
Revert r255444.
Nico Weber
2015-12-13
6
-333
/
+0
*
Resubmit new test case after adding more constraint
Xinliang David Li
2015-12-13
1
-0
/
+11
*
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2015-12-12
6
-0
/
+333
*
[llvm-objdump/MachoDump] Simplify.
Davide Italiano
2015-12-12
1
-7
/
+3
*
[X86][AVX512] Added support for VMOVQ shuffle comments
Simon Pilgrim
2015-12-12
2
-54
/
+26
*
Partially fix memcpy / memset / memmove lowering in SelectionDAG construction...
Manuel Jacob
2015-12-12
3
-22
/
+31
*
Test case for "Fix scope-based lookup when more than one function is found."
Dawn Perchik
2015-12-12
1
-0
/
+216
*
Fix scope-based lookup when more than one function is found.
Dawn Perchik
2015-12-12
9
-2
/
+417
*
test infra: adds book-keeping for rerunnable tests
Todd Fiala
2015-12-12
7
-45
/
+165
*
Revert 255436 : remove test that needs to be refined
Xinliang David Li
2015-12-12
1
-13
/
+0
*
[PGO] add a test case with -no-integrated-as
Xinliang David Li
2015-12-12
1
-0
/
+13
*
[PGO] Stop using invalid char in instr variable names.
Xinliang David Li
2015-12-12
6
-8
/
+8
*
[PGO] Stop using invalid char in instr variable names.
Xinliang David Li
2015-12-12
4
-10
/
+30
*
[InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(b...
Sanjay Patel
2015-12-12
2
-30
/
+19
*
[X86][AVX] Tests tidyup
Simon Pilgrim
2015-12-12
2
-69
/
+68
*
[clang-tidy] Fix PR25812.
Gabor Horvath
2015-12-12
2
-26
/
+27
*
ScopInfo: Add helper function to invalidate a scop
Tobias Grosser
2015-12-12
2
-7
/
+19
*
Try to appease sphinx
David Majnemer
2015-12-12
1
-0
/
+1
*
Minor formatting cleanup. NFC
Craig Topper
2015-12-12
1
-1
/
+1
*
[Sema] Simplify a couple if statements. Explicitly check up front that only o...
Craig Topper
2015-12-12
1
-3
/
+3
*
Move catchpad-phi-cast.ll to the X86 specific subdirectory
David Majnemer
2015-12-12
1
-0
/
+0
*
Try to appease a buildbot
David Majnemer
2015-12-12
1
-0
/
+1
*
Try to appease a buildbot.
David Majnemer
2015-12-12
1
-2
/
+2
*
Update clang to use the updated LLVM EH instructions
David Majnemer
2015-12-12
18
-265
/
+168
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
106
-6086
/
+3078
*
Fix the L1 cache search in MemoryCache::Read to use the
Jason Molenda
2015-12-12
1
-17
/
+9
*
Preserve source location information for qualified names used in a constructor
Richard Smith
2015-12-12
2
-2
/
+17
*
Remove unused mips typedefs.
Oleksiy Vyalov
2015-12-12
1
-3
/
+1
*
[PowerPC] OutStreamer cleanup in PPCAsmPrinter
Hal Finkel
2015-12-12
1
-23
/
+19
*
When supplying memory to expedite the unwinds in the T packet,
Jason Molenda
2015-12-12
1
-1
/
+1
*
Revert r254647.
Easwaran Raman
2015-12-12
2
-12
/
+0
[next]