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
*
LLDB JIT needs android vector passing rules.
Stephen Hines
2015-12-04
2
-9
/
+94
*
raw_ostream: << operator for callables with raw_ostream argument
Matthias Braun
2015-12-04
5
-140
/
+126
*
X86InstrInfo::copyPhysReg: workaround reg liveness
JF Bastien
2015-12-04
3
-10
/
+57
*
IR: Update a comment and a bool that've been out of date since 2012
Justin Bogner
2015-12-04
1
-3
/
+2
*
[PGO] Unify VP data format between raw and indexed profile (runtime)
Xinliang David Li
2015-12-04
2
-59
/
+299
*
[PGO] Unify VP data format between raw and indexed profile (Reader)
Xinliang David Li
2015-12-04
2
-40
/
+22
*
Fix function-alias.ll test on non-X86 targets.
Evgeniy Stepanov
2015-12-04
1
-2
/
+0
*
Simplify the error handling in llvm-lto a bit.
Rafael Espindola
2015-12-04
1
-36
/
+37
*
Emit function alias to data as a function symbol.
Evgeniy Stepanov
2015-12-04
2
-0
/
+17
*
Don't shadow a variable in the outer scope. Use canonical form of the
Joerg Sonnenberger
2015-12-04
1
-3
/
+3
*
[Docs] Sanitizer docs migrated from code.google.com to github.com.
Alexey Samsonov
2015-12-04
4
-9
/
+4
*
Don't punish vectorized arithmetic instruction whose type will be split to mu...
Cong Hou
2015-12-04
2
-6
/
+2
*
[PowerPC] Fix calculating address of arguments on stack for variadic func
Petar Jovanovic
2015-12-04
3
-32
/
+43
*
[llvm-profdata] Add support for weighted merge of profile data
Nathan Slingerland
2015-12-04
13
-47
/
+266
*
[CodeGen] Minor correction to comment on PhysRegInfo.
Kevin B. Smith
2015-12-04
1
-1
/
+1
*
Simplify since this function never fails.
Rafael Espindola
2015-12-03
2
-11
/
+3
*
Add a newline at the end of this file
Enrico Granata
2015-12-03
1
-1
/
+1
*
CodeGen peephole: fold redundant phys reg copies
JF Bastien
2015-12-03
2
-12
/
+322
*
AsmPrinter: Simplify emitting FP elements in sequential data. NFC
Justin Bogner
2015-12-03
1
-26
/
+15
*
PR25731: namespace alias declarations can appear at block scope; ensure that we
Richard Smith
2015-12-03
3
-11
/
+34
*
[WebAssembly] Fix dominance check for PHIs in the StoreResult pass
Dan Gohman
2015-12-03
3
-16
/
+69
*
Revert "raw_ostream: << operator for callables with raw_stream argument"
Matthias Braun
2015-12-03
6
-89
/
+140
*
[CMake] CMake calls to set_property with APPEND string need to have a leading...
Chris Bieneman
2015-12-03
1
-1
/
+1
*
[CMake] Fixing bots
Chris Bieneman
2015-12-03
1
-1
/
+1
*
[CMake] set_target_properties doesn't append link flags
Chris Bieneman
2015-12-03
1
-1
/
+1
*
[CMake] set_target_properties doesn't append link flags
Chris Bieneman
2015-12-03
1
-3
/
+3
*
[Analysis] Become aware of MSVC's new/delete functions
David Majnemer
2015-12-03
3
-2
/
+114
*
raw_ostream: << operator for callables with raw_stream argument
Matthias Braun
2015-12-03
6
-140
/
+89
*
[llvm-objdump] Use report_fatal_error() if we can't find a target.
Davide Italiano
2015-12-03
1
-8
/
+2
*
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-03
15
-77
/
+298
*
[Hexagon] Adding shuffling resources for HVX instructions and tests for instr...
Colin LeMahieu
2015-12-03
11
-7
/
+1320
*
[RuntimeDyld] DenseMap -> std::unordered_map
Keno Fischer
2015-12-03
2
-3
/
+4
*
Fix pass_object_size test on Windows.
George Burgess IV
2015-12-03
1
-3
/
+3
*
Fix style by sorting switch-cases.
Rui Ueyama
2015-12-03
1
-8
/
+8
*
Remove redundant namespace specifiers.
Rui Ueyama
2015-12-03
1
-5
/
+4
*
Interface to attach maximum function count from PGO to module as module flags.
Easwaran Raman
2015-12-03
2
-0
/
+23
*
Add tests for `&enable_if_function` diagnostics.
George Burgess IV
2015-12-03
3
-1
/
+25
*
[X86] Put no-op ADJCALLSTACK markers around all dynamic lowerings
Reid Kleckner
2015-12-03
4
-48
/
+78
*
[CMake] Support externalizing debug info on Darwin
Chris Bieneman
2015-12-03
2
-0
/
+27
*
[CMake] Removing an unnecessary layer of variable indirection
Chris Bieneman
2015-12-03
1
-1
/
+1
*
[CMake] Removing an unnecessary layer of variable indirection
Chris Bieneman
2015-12-03
1
-1
/
+1
*
Move branch folding test to a better location.
Andrew Kaylor
2015-12-03
1
-1
/
+0
*
[analyzer] Suppress stack address escape on CK_CopyAndAutoreleaseBlockObject.
Devin Coughlin
2015-12-03
2
-4
/
+13
*
Fix in-memory section loading for JIT-ed code.
Oleksiy Vyalov
2015-12-03
1
-0
/
+1
*
Replace DYNA_* names with KMP_* names
Jonathan Peyton
2015-12-03
5
-213
/
+213
*
Fix buildbot failures
Andrew Kaylor
2015-12-03
1
-0
/
+1
*
Fixed header determination logic. Was missing extensionless headers in covera...
John Thompson
2015-12-03
1
-1
/
+1
*
Update .gitignore to include __pycache__ directories.
Zachary Turner
2015-12-03
1
-0
/
+1
*
Un XFAIL some tests that are now passing on Windows.
Zachary Turner
2015-12-03
2
-2
/
+0
*
Add tests for pass_object_size.
George Burgess IV
2015-12-03
4
-0
/
+554
[next]