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
*
[asan] Fix dynamic allocas unpoisoning on PowerPC64.
Yury Gribov
2015-12-04
1
-2
/
+17
*
Update isl to isl-0.15-142-gf101714
Tobias Grosser
2015-12-04
5
-41
/
+98
*
[PGO] Fix build failure with -fprofile-instr-generate
Xinliang David Li
2015-12-04
1
-1
/
+1
*
Fix an unused variable warning in released builds. While there use 'auto' to ...
Craig Topper
2015-12-04
1
-3
/
+2
*
[AST] ArrayRef-ize CompoundStmt::setStmts.
Craig Topper
2015-12-04
3
-8
/
+9
*
[analyzer] Support inlining lambda-converted blocks.
Devin Coughlin
2015-12-04
5
-11
/
+142
*
[PGO] Fix mips test failure with new test case
Xinliang David Li
2015-12-04
1
-4
/
+19
*
Revert "[BranchFolding] Merge MMOs during tail merge"
Rafael Espindola
2015-12-04
1
-26
/
+16
*
Don't assert if evaluation of an expression that we're syntactically required
Richard Smith
2015-12-04
2
-1
/
+7
*
Add a space char so step logging doesn't print things like
Jason Molenda
2015-12-04
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2015-12-04
1
-1
/
+2
*
Move a call to getGlobalContext out of lib/LTO.
Rafael Espindola
2015-12-04
4
-15
/
+7
*
[Orc] Fix Kaleidoscope example for change in r254693.
Lang Hames
2015-12-04
1
-1
/
+1
*
[BranchFolding] Merge MMOs during tail merge
Junmo Park
2015-12-04
1
-16
/
+26
*
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
2015-12-04
8
-18
/
+18
*
.gitignore: ignore vim swap files
Saleem Abdulrasool
2015-12-04
1
-0
/
+4
*
ibc++abi: mark visibility
Saleem Abdulrasool
2015-12-04
10
-212
/
+264
*
c++abi: whitespace adjustment
Saleem Abdulrasool
2015-12-04
10
-322
/
+243
*
IR: Use format_hex instead of handrolling the conversion. NFC
Justin Bogner
2015-12-04
1
-47
/
+17
*
Revert "[llvm-profdata] Add support for weighted merge of profile data"
Nathan Slingerland
2015-12-04
13
-266
/
+47
*
(no commit message)
Junmo Park
2015-12-04
1
-1
/
+1
*
Move llvm/test/CodeGen/Generic/function-alias.ll to X86. It is incompatible t...
NAKAMURA Takumi
2015-12-04
1
-0
/
+2
*
[ARM] When a bitcast is about to be turned into a VMOVDRR, try to combine it
Quentin Colombet
2015-12-04
2
-0
/
+127
*
ScheduleDAGInstrs: Rework schedule graph builder.
Matthias Braun
2015-12-04
16
-156
/
+279
*
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
[next]