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
path:
root
/
llvm
/
lib
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
*
Remove redundant symbolization support from MCDisassembler interface.
Lang Hames
2014-04-11
7
-235
/
+285
*
[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
1
-0
/
+7
*
Fix shift by constants for vector.
Matt Arsenault
2014-04-11
2
-13
/
+23
*
Debug info: Store the DIVariable in DebugLocEntry also for constants,
Adrian Prantl
2014-04-11
2
-9
/
+11
*
Move ExtractVectorElements to SelectionDAG.
Matt Arsenault
2014-04-11
3
-23
/
+22
*
SelectionDAG: Use helper function to improve legalization of ISD::MUL
Tom Stellard
2014-04-11
1
-0
/
+17
*
SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizer
Tom Stellard
2014-04-11
2
-67
/
+113
*
Fix use-after-free bug caught by address sanitizer:
Diego Novillo
2014-04-11
1
-1
/
+1
*
[yaml2obj][ELF] ELF Relocations Support.
Simon Atanasyan
2014-04-11
1
-3
/
+256
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
8
-40
/
+28
*
[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
*
Use value types instead of 'new'd objects to store dwarf labels for asm files
David Blaikie
2014-04-11
1
-22
/
+9
*
[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
*
Remove lazy-initialization of section caches in MCContext
David Blaikie
2014-04-10
1
-52
/
+18
*
Move the segmented stack switch to a function attribute
Reid Kleckner
2014-04-10
5
-20
/
+53
*
[ARM64,C++11]: Range'ify loops in InstrInfo.
Jim Grosbach
2014-04-10
1
-10
/
+5
*
Reimplement debug info compression by compressing the whole section, rather t...
David Blaikie
2014-04-10
2
-0
/
+129
*
Revert debug info compression support.
David Blaikie
2014-04-10
3
-58
/
+1
*
[ARM64,C++11]: Range'ify loops in the conditional-compare pass.
Jim Grosbach
2014-04-10
1
-27
/
+25
*
For the ARM integrated assembler add checking of the
Kevin Enderby
2014-04-10
3
-433
/
+894
*
Debug info: Factor the retrieving of the DIVariable from a MachineInstr
Adrian Prantl
2014-04-10
1
-3
/
+2
*
[mips] NotMips64 predicate is really a test for 32-bit GPR's.
Daniel Sanders
2014-04-10
2
-4
/
+6
*
Reapply "SLPVectorizer: Ignore users that are insertelements we can reschedul...
Arnold Schwaighofer
2014-04-10
1
-30
/
+65
*
[mips] Switch the MIPS-III and MIPS-IV assembler tests to use -mcpu=mips4.
Daniel Sanders
2014-04-10
1
-2
/
+2
*
ARM64/*/LLVMBuild.txt: Prune redundant deps.
NAKAMURA Takumi
2014-04-10
3
-3
/
+3
*
LLVMBuild.txt: Add missing dependencies.
NAKAMURA Takumi
2014-04-10
7
-7
/
+7
*
LLVMBuild.txt: Reformat.
NAKAMURA Takumi
2014-04-10
14
-16
/
+12
*
YAMLIO: Allow scalars to dictate quotation rules
David Majnemer
2014-04-10
2
-10
/
+6
*
Use range-based for loops. No functionality change.
Simon Atanasyan
2014-04-10
1
-25
/
+16
*
Fix abuse of StringRef on ARM64SysReg::MRSMapper::toString(Val, Valid).
NAKAMURA Takumi
2014-04-10
1
-4
/
+4
*
ARM64: add an explicit cast to silence a silly warning
Saleem Abdulrasool
2014-04-10
1
-2
/
+4
*
[ARM64] Fix immediate cost calculation for types larger than i64.
Juergen Ributzka
2014-04-10
1
-1
/
+1
*
Revert "For the ARM integrated assembler add checking of the alignments on vl...
Reid Kleckner
2014-04-10
3
-894
/
+432
*
Fix to support properly cleaning up failed address sinking against constants
Jim Grosbach
2014-04-10
1
-2
/
+3
*
Add support for load folding of avx1 logical instructions
Jim Grosbach
2014-04-09
1
-0
/
+13
*
SelectionDAG: Don't constant fold target-specific nodes.
Jim Grosbach
2014-04-09
1
-0
/
+6
*
For the ARM integrated assembler add checking of the
Kevin Enderby
2014-04-09
3
-432
/
+894
*
[AArch64] Implement the isZExtFree APIs.
Chad Rosier
2014-04-09
2
-0
/
+40
*
[AArch64] Implement the isTruncateFree API.
Chad Rosier
2014-04-09
2
-0
/
+25
*
[DAGCombiner] DAG combine does not know how to combine indexed loads with
Quentin Colombet
2014-04-09
1
-2
/
+5
*
Simple fix for build failures resulting from r205867.
Bob Wilson
2014-04-09
1
-1
/
+1
*
Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""
David Majnemer
2014-04-09
1
-1
/
+2
*
obj2yaml: Don't crash if the characteristics field is zero
David Majnemer
2014-04-09
1
-0
/
+1
*
[NVPTX] Add preliminary intrinsics and codegen support for textures/surfaces
Justin Holewinski
2014-04-09
14
-20
/
+3855
[next]