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
*
Added a testcase for defining and using lambdas in the expression parser.
Sean Callanan
2016-04-15
2
-0
/
+21
*
[ParallelCG] Attempt to placate MSVC.
Davide Italiano
2016-04-15
1
-0
/
+2
*
clang-cl: Make /link accept an optional joined argument.
Hans Wennborg
2016-04-15
2
-3
/
+4
*
Option parser: class for consuming a joined arg in addition to all remaining ...
Hans Wennborg
2016-04-15
6
-1
/
+73
*
OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC.
Hans Wennborg
2016-04-15
1
-25
/
+25
*
Initial support for reading type information from PDBs.
Zachary Turner
2016-04-15
11
-20
/
+844
*
Delete a dead repl.
Rafael Espindola
2016-04-15
1
-1
/
+1
*
[LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory.
Davide Italiano
2016-04-15
2
-20
/
+39
*
Added a testcase for defining and using a block in the expression parser.
Sean Callanan
2016-04-15
1
-3
/
+13
*
Fix StaticAnalyzer complaints. NFC.
George Burgess IV
2016-04-14
1
-2
/
+4
*
Lit C++11 Compatibility Patch #8
Charles Li
2016-04-14
24
-92
/
+529
*
[test] Require 'asserts' for a test which uses -debug-only
Vedant Kumar
2016-04-14
1
-0
/
+1
*
AMDGPU: Remove custom load/store scalarization
Matt Arsenault
2016-04-14
4
-87
/
+7
*
Don't disable stdin buffering on Windows
Adrian McCarthy
2016-04-14
1
-6
/
+5
*
AMDGPU: Add test for generic builtin behavior
Matt Arsenault
2016-04-14
1
-0
/
+16
*
AMDGPU: Include LDS size in printed comment
Matt Arsenault
2016-04-14
2
-4
/
+12
*
[AliasSetTracker] Correctly handle changing the size of an entry
Michael Kuperstein
2016-04-14
3
-20
/
+64
*
Nuke getGlobalContext() from LLVM (but the C API)
Mehdi Amini
2016-04-14
3
-14
/
+4
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
80
-1079
/
+1108
*
AMDGPU: Run SIFoldOperands after PeepholeOptimizer
Matt Arsenault
2016-04-14
17
-46
/
+74
*
AMDGPU: Directly emit m0 initialization with s_mov_b32
Matt Arsenault
2016-04-14
2
-14
/
+37
*
AMDGPU: Fold bitcasts of scalar constants to vectors
Matt Arsenault
2016-04-14
5
-50
/
+83
*
Do not use llvm::getGlobalContext().
Rui Ueyama
2016-04-14
3
-5
/
+7
*
Revert "Do not use llvm::getGlobalContext(), trying to nuke it from LLVM"
Mehdi Amini
2016-04-14
2
-4
/
+2
*
[ScheduleDAGInstrs] Re-factor for based on review feedback. NFC.
Geoff Berry
2016-04-14
2
-54
/
+52
*
[sanitizer] [SystemZ] Fix stack traces.
Marcin Koscielnicki
2016-04-14
1
-0
/
+2
*
[sanitizer] [SystemZ] Add/fix kernel and libc type definitions.
Marcin Koscielnicki
2016-04-14
5
-6
/
+37
*
[clang-tidy] Add check misc-multiple-statement-macro
Samuel Benzaquen
2016-04-14
7
-0
/
+249
*
[ELF][MIPS] Make R_MIPS_LO16 a relative relocation if it references _gp_disp ...
Simon Atanasyan
2016-04-14
3
-4
/
+26
*
Use fully qualified name to refer to LLVMContext
Mehdi Amini
2016-04-14
1
-1
/
+1
*
In vector comparisons, handle scalar LHS just as we handle scalar RHS
Reid Kleckner
2016-04-14
3
-11
/
+38
*
Do not use llvm::getGlobalContext(), trying to nuke it from LLVM
Mehdi Amini
2016-04-14
2
-2
/
+4
*
Specialize the symbol table data structure a bit.
Rafael Espindola
2016-04-14
4
-14
/
+19
*
[ARM] Adding IEEE-754 SIMD detection to loop vectorizer
Renato Golin
2016-04-14
6
-6
/
+406
*
[InstCombine] remove constant by inverting compare + logic (PR27105)
Sanjay Patel
2016-04-14
2
-0
/
+32
*
Fix Xcode project after recent s390x changes.
Greg Clayton
2016-04-14
1
-0
/
+44
*
Fix null pointer access for discriminator assignment.
Dehao Chen
2016-04-14
1
-0
/
+2
*
Make this code less brittle. The benefits of a fixed-size array aren't worth ...
Richard Smith
2016-04-14
1
-9
/
+5
*
Add support for type aliases to modernize-redundant-void-arg.cpp
Aaron Ballman
2016-04-14
3
-11
/
+22
*
Hash symbol names only once per global SymbolBody.
Rafael Espindola
2016-04-14
2
-3
/
+34
*
AMDGPU: Add skeleton GlobalIsel implementation
Tom Stellard
2016-04-14
7
-0
/
+156
*
Simplify handling of size relocations. NFC.
Rafael Espindola
2016-04-14
3
-12
/
+5
*
Update discriminator assignment algorithm to handle nested call correctly.
Dehao Chen
2016-04-14
2
-20
/
+64
*
Fix off-by-one error in worst-case number of offsets needed for an AST record.
Richard Smith
2016-04-14
2
-1
/
+7
*
Fix regression in gnu_libstdcpp.py introduced by r266313
Ulrich Weigand
2016-04-14
1
-1
/
+1
*
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
Reid Kleckner
2016-04-14
11
-46
/
+70
*
[ValueMapper] Range-loopify to improve readability. NFC.
Davide Italiano
2016-04-14
1
-3
/
+3
*
[lanai] Add custom lowering for SRL_PARTS i32.
Jacques Pienaar
2016-04-14
3
-1
/
+56
*
[GlobalISel] Move GISelAccessor class into public headers
Tom Stellard
2016-04-14
4
-20
/
+20
*
[DivergenceAnalysis] Treat PHI with incoming undef as constant
Nicolai Haehnle
2016-04-14
5
-1
/
+93
[next]