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
*
R600: Check if a sextload should be used for parameter loads.
Matt Arsenault
2014-04-11
3
-14
/
+20
*
Add a test to distinguish between reserved tokens and normal identifiers.
Yunzhong Gao
2014-04-11
3
-0
/
+34
*
Remove redundant symbolization support from MCDisassembler interface.
Lang Hames
2014-04-11
9
-265
/
+287
*
[Register Coalescer] Fix wrong live-range information with rematerialization.
Quentin Colombet
2014-04-11
1
-0
/
+21
*
R600/SI: Refactor SOPC classes slightly.
Matt Arsenault
2014-04-11
3
-20
/
+28
*
Don't lose the thumb bit by using relocations with sections.
Rafael Espindola
2014-04-11
2
-1
/
+19
*
Add some CHECKs to this testcase.
Adrian Prantl
2014-04-11
1
-2
/
+6
*
Fix shift by constants for vector.
Matt Arsenault
2014-04-11
3
-21
/
+95
*
Fixed gcc build warnings
Tobias Grosser
2014-04-11
3
-85
/
+93
*
tsan: serialize report printing in standalone deadlock detector
Dmitry Vyukov
2014-04-11
2
-1
/
+2
*
Debug info: Store the DIVariable in DebugLocEntry also for constants,
Adrian Prantl
2014-04-11
5
-15
/
+17
*
Move ExtractVectorElements to SelectionDAG.
Matt Arsenault
2014-04-11
4
-23
/
+28
*
Fixed SBThread.GetStopReasonDataAtIndex() to correctly return breakpoint loca...
Greg Clayton
2014-04-11
1
-1
/
+1
*
[PGO] Change MapRegionCounters to be a RecursiveASTVisitor.
Bob Wilson
2014-04-11
1
-132
/
+75
*
Simplify RecordLayoutBuilder with getAsCXXRecordDecl()
Reid Kleckner
2014-04-11
1
-57
/
+34
*
SelectionDAG: Use helper function to improve legalization of ISD::MUL
Tom Stellard
2014-04-11
4
-42
/
+80
*
SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizer
Tom Stellard
2014-04-11
3
-67
/
+131
*
tsan: fix vector clocks
Dmitry Vyukov
2014-04-11
13
-107
/
+152
*
tsan: ignore interceptors from symbolizer
Dmitry Vyukov
2014-04-11
1
-0
/
+2
*
Revert: r205182 - llvm/test/MC/Mips/mips64r2/valid-xfail.s: This REQUIRES ass...
Daniel Sanders
2014-04-11
1
-1
/
+0
*
Fix use-after-free bug caught by address sanitizer:
Diego Novillo
2014-04-11
2
-2
/
+2
*
[tsan] Fix output tests.
Evgeniy Stepanov
2014-04-11
1
-1
/
+4
*
[tsan] Fix false positive on xdr*_create.
Evgeniy Stepanov
2014-04-11
2
-2
/
+23
*
Correctly handle escaped newlines when the next token starts without a space.
Manuel Klimek
2014-04-11
4
-6
/
+14
*
[msan] mprotect() more memory to detect user code outside of application range.
Evgeniy Stepanov
2014-04-11
2
-5
/
+6
*
Add -fmodules-strict-decluse to check that all headers are in modules
Daniel Jasper
2014-04-11
6
-2
/
+31
*
Remove OpenScop
Tobias Grosser
2014-04-11
18
-1229
/
+296
*
Remove node from a container before destroying it. Thanks to Alexander Potape...
Marshall Clow
2014-04-11
1
-1
/
+1
*
[Mips] Factor out MIPS relocation addend reading to the separate
Simon Atanasyan
2014-04-11
1
-8
/
+12
*
[ELF] Remove redundant conversion of section content from ArrayRef to
Simon Atanasyan
2014-04-11
1
-8
/
+3
*
CodeGen: Handle binary conditional operators in PGO instrumentation
Justin Bogner
2014-04-11
3
-2
/
+33
*
[Mips] Rewrite R_MIPS_26 handling test using the yaml2obj tool.
Simon Atanasyan
2014-04-11
2
-27
/
+67
*
[Mips] Rewrite R_MIPS_32 handling test using the yaml2obj tool.
Simon Atanasyan
2014-04-11
2
-21
/
+58
*
[Mips] R_MIPS_PC32 relocation support.
Simon Atanasyan
2014-04-11
5
-0
/
+70
*
[yaml2obj][ELF] ELF Relocations Support.
Simon Atanasyan
2014-04-11
4
-24
/
+531
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
10
-45
/
+45
*
[c++11] Range'ify use list loops in InstrEmitter.
Jim Grosbach
2014-04-11
1
-9
/
+3
*
[c++11] Range'ify use list loops in DAGCombiner.
Jim Grosbach
2014-04-11
1
-18
/
+7
*
[ARM64,C++11] Range'ify use-lists iterators in address type promotion.
Jim Grosbach
2014-04-11
1
-8
/
+4
*
Cleanup: Add default arguments to CodeGenFunction::StartFunction.
Adrian Prantl
2014-04-11
4
-16
/
+12
*
Fix handling of redeclaration lookup for using declarations, where the prior
Richard Smith
2014-04-11
3
-3
/
+47
*
[MS-ABI] Update Comments in RecordLayoutBuilder - no functional change
Warren Hunt
2014-04-11
1
-31
/
+67
*
Use value types instead of 'new'd objects to store dwarf labels for asm files
David Blaikie
2014-04-11
2
-26
/
+12
*
Switch from constexpr to const char *const
Duncan P. N. Exon Smith
2014-04-11
1
-2
/
+2
*
[ARM64,C++11]: Range'ify use-list iterators in DAGToDAG.
Jim Grosbach
2014-04-11
1
-6
/
+3
*
[ARM64,C++11]: More range-based loop simplification.
Jim Grosbach
2014-04-11
1
-3
/
+2
*
SDNode: Add uses() iterator_range convenience methods.
Jim Grosbach
2014-04-11
1
-0
/
+7
*
[MS-ABI] Update virtual base padding rules to match MSVC 10+
Warren Hunt
2014-04-11
3
-31
/
+24
*
Remove lazy-initialization of section caches in MCContext
David Blaikie
2014-04-10
2
-53
/
+23
*
InstrProf: Rename Decl parameters from S to D
Duncan P. N. Exon Smith
2014-04-10
1
-21
/
+21
[next]