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
*
Revert 258376 -- wrong version
Xinliang David Li
2016-01-21
4
-29
/
+0
*
[Coverage] Add a test case for comdat
Xinliang David Li
2016-01-21
4
-0
/
+29
*
Fix indentation.
Rui Ueyama
2016-01-21
1
-1
/
+1
*
[libfuzzer] use %p for printing addresses
Mike Aizatsky
2016-01-21
1
-1
/
+1
*
Remove redundant argument.
Rafael Espindola
2016-01-21
1
-3
/
+3
*
[readobj] Print CodeOffset first, it's easier to read
Reid Kleckner
2016-01-20
1
-5
/
+5
*
Fix a problem where we were not calling fcntl() with the correct arguments fo...
Enrico Granata
2016-01-20
1
-2
/
+2
*
[SelectionDAG] Fix constant offset folding to avoid commuting non-commutative...
Dan Gohman
2016-01-20
2
-2
/
+21
*
Fixed some #ifdefs. We were erroneously not supporting certain simulators.
Sean Callanan
2016-01-20
1
-2
/
+2
*
MachineScheduler: Add a command line option to disable post scheduler.
Chad Rosier
2016-01-20
1
-1
/
+9
*
MachineScheduler: Honor optnone functions in the pre-ra scheduler.
Chad Rosier
2016-01-20
2
-0
/
+4
*
Simplify the logic. NFC.
Rafael Espindola
2016-01-20
1
-19
/
+2
*
Run clang-format over ConstantFolding.h, fixing inconsistent indentation. NFC.
Manuel Jacob
2016-01-20
1
-23
/
+22
*
don't repeat function names in comments; NFC
Sanjay Patel
2016-01-20
1
-19
/
+14
*
Orc: Simplify lambda by using std::set's initializer_list ctor
David Blaikie
2016-01-20
1
-10
/
+9
*
[Orc] Try to turn Orc execution unit tests back on for Linux.
Lang Hames
2016-01-20
1
-1
/
+1
*
Fix typo in an error string. NFC.
George Burgess IV
2016-01-20
1
-1
/
+1
*
Make modernize-use-default tolerant of delayed template parsing; this code wa...
Aaron Ballman
2016-01-20
2
-0
/
+9
*
Fix PR26152.
Evgeniy Stepanov
2016-01-20
3
-1
/
+32
*
Fix build warning.
Evgeniy Stepanov
2016-01-20
1
-1
/
+2
*
AMDGPU/SI: Promote i1 SETCC operations
Tom Stellard
2016-01-20
2
-0
/
+21
*
AMDGPU: Fix old comments that mention AMDIL
Matt Arsenault
2016-01-20
3
-4
/
+4
*
AMDGPU: Remove AMDGPU.trunc intrinsic
Matt Arsenault
2016-01-20
3
-20
/
+0
*
AMDGPU: Remove AMDIL.fraction intrinsic
Matt Arsenault
2016-01-20
5
-23
/
+4
*
AMDGPU: Remove AMDIL.round.nearest intrinsic
Matt Arsenault
2016-01-20
3
-15
/
+0
*
[GlobalISel] Add the proper cmake plumbing.
Quentin Colombet
2016-01-20
9
-1
/
+239
*
AMDGPU: Remove abs intrinsic
Matt Arsenault
2016-01-20
4
-63
/
+0
*
AMDGPU: Remove min/max intrinsics
Matt Arsenault
2016-01-20
7
-211
/
+2
*
Register the isCopyAssignmentOperator AST matcher so that it can be used dyna...
Aaron Ballman
2016-01-20
1
-0
/
+1
*
[ELF][MIPS] Update test case to reflect recent changes in llvm-readobj
Simon Atanasyan
2016-01-20
1
-0
/
+2
*
[MSan] Clear parameters shadow before invoking malloc/free hooks.
Alexey Samsonov
2016-01-20
1
-4
/
+10
*
Add a "gc-transition" operand bundle
Sanjoy Das
2016-01-20
8
-10
/
+58
*
[asan] print an additional hint when reporting a container overflow
Kostya Serebryany
2016-01-20
2
-1
/
+14
*
[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags
Simon Atanasyan
2016-01-20
4
-3
/
+157
*
[GlobalISel] Add a generic machine opcode for ADD.
Quentin Colombet
2016-01-20
6
-7
/
+41
*
fix typo; NFC
Sanjay Patel
2016-01-20
1
-1
/
+1
*
[ELF] Do not keep STT_FILE symbols in the symbol table
Simon Atanasyan
2016-01-20
2
-1
/
+13
*
fix formatting; NFC
Sanjay Patel
2016-01-20
1
-3
/
+3
*
Accept subtractions involving a weak symbol.
Rafael Espindola
2016-01-20
4
-12
/
+6
*
clang-format-diff: Replace hard-code default for clang-format binary with flag.
Daniel Jasper
2016-01-20
1
-9
/
+6
*
Ensure the lit.site.cfg and Unit/lit.site.cfg make targets do not use
Dimitry Andric
2016-01-20
1
-6
/
+6
*
[LibCallSimplifier] don't get fooled by a fake sqrt()
Sanjay Patel
2016-01-20
2
-4
/
+23
*
[Orc] Fix a use-after-move bug in the Orc C-bindings stack.
Lang Hames
2016-01-20
1
-3
/
+3
*
80-cols; NFC
Sanjay Patel
2016-01-20
1
-2
/
+2
*
Add AST matcher support for FunctionDecls with the hasBody matcher.
Aaron Ballman
2016-01-20
5
-13
/
+43
*
Add AST matcher for paren expressions.
Aaron Ballman
2016-01-20
5
-0
/
+34
*
Write AArch64 big endian data fixup entries as BE.
Keith Walker
2016-01-20
2
-35
/
+70
*
Correctly initialize SIAnnotateControlFlow
Tom Stellard
2016-01-20
3
-2
/
+11
*
Fix the error in non-asserts Release mode build. NFC
Sumanth Gundapaneni
2016-01-20
1
-0
/
+2
*
Silencing several -Wcast-qual warnings; NFC.
Aaron Ballman
2016-01-20
1
-2
/
+4
[next]