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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
DebugInfo: Ensure concrete out of line variables from inlined functions refer...
David Blaikie
2014-05-21
2
-21
/
+27
*
DebugInfo: Simplify subprogram declaration creation/references and accidental...
David Blaikie
2014-05-21
1
-21
/
+18
*
[modules] Add module maps for LLVM. These are not quite ready for prime-time
Richard Smith
2014-05-21
1
-0
/
+1
*
Move the verbose asm option to be part of the options struct and
Eric Christopher
2014-05-20
1
-15
/
+3
*
Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...
David Blaikie
2014-05-20
1
-5
/
+5
*
Unbreak the sanitizer buildbots after r209226 due to SROA issue described in ...
David Blaikie
2014-05-20
1
-4
/
+7
*
Fix test breakage introduced in r209223.
David Blaikie
2014-05-20
1
-1
/
+2
*
Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.
Alexey Samsonov
2014-05-20
3
-122
/
+142
*
PR19767: DebugInfo emission of pointer constants.
David Blaikie
2014-05-20
1
-2
/
+13
*
Clean up language and grammar.
Eric Christopher
2014-05-20
2
-2
/
+2
*
Legalizer: Make bswap promotion safe for vectors.
Benjamin Kramer
2014-05-20
1
-2
/
+2
*
DebugInfo: Emit function definitions within their namespace scope.
David Blaikie
2014-05-20
1
-22
/
+0
*
DebugInfo: Assume all subprogram DIEs have been created before any abstract s...
David Blaikie
2014-05-19
1
-5
/
+5
*
DebugInfo: Don't include DW_AT_inline on each abstract definition multiple ti...
David Blaikie
2014-05-19
1
-1
/
+0
*
DebugInfo: Fix missing inlined_subroutines caused by r208748.
David Blaikie
2014-05-19
1
-1
/
+1
*
Fix typos.
Eric Christopher
2014-05-19
1
-1
/
+2
*
SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...
Benjamin Kramer
2014-05-19
1
-0
/
+27
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
6
-105
/
+93
*
Target: change member from reference to pointer
Saleem Abdulrasool
2014-05-17
1
-1
/
+1
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
2
-2
/
+2
*
DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...
David Blaikie
2014-05-16
1
-2
/
+2
*
DebugInfo: Handle emitting constants of C++ unicode character type.
David Blaikie
2014-05-16
1
-2
/
+3
*
Add comdat key field to llvm.global_ctors and llvm.global_dtors
Reid Kleckner
2014-05-16
2
-16
/
+69
*
DebugInfo: Add an assert regarding the subprogram in the subprogram map match...
David Blaikie
2014-05-16
1
-0
/
+1
*
DebugInfo: Assume the CU's Subprogram list only contains definitions.
David Blaikie
2014-05-16
1
-4
/
+1
*
DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...
David Blaikie
2014-05-16
2
-39
/
+19
*
Revert "Implement global merge optimization for global variables."
Rafael Espindola
2014-05-16
1
-5
/
+2
*
Remove the Options query functions and just access our Options directly.
Eric Christopher
2014-05-16
1
-8
/
+8
*
Implement global merge optimization for global variables.
Jiangning Liu
2014-05-15
1
-2
/
+5
*
DebugInfo: Follow up to r208930, comment usage of 'using' to bring in base cl...
David Blaikie
2014-05-15
1
-0
/
+3
*
Move more MC options into the MCTargetOptions structure.
Eric Christopher
2014-05-15
1
-12
/
+4
*
DebugInfo: Don't put fission type units in comdat sections.
David Blaikie
2014-05-15
3
-10
/
+16
*
DebugInfo: Simplify retrieving filename/directory name for line table entry b...
David Blaikie
2014-05-15
1
-26
/
+6
*
Instead of littering asserts throughout the code after every call to
Jay Foad
2014-05-15
1
-53
/
+32
*
Fix typos
Alp Toker
2014-05-15
1
-2
/
+2
*
DwarfDebug: Don't set frame index locations on abstract variables.
David Blaikie
2014-05-14
1
-2
/
+0
*
DebugInfo: Sure up subprogram variable list handling with more assertions and...
David Blaikie
2014-05-14
1
-33
/
+31
*
DebugInfo: Assert that a CU's subprogram list contains only subprograms.
David Blaikie
2014-05-14
1
-2
/
+2
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
5
-68
/
+67
*
DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definiti...
David Blaikie
2014-05-14
2
-18
/
+5
*
Fix ARM EHABI when function has landingpad and nounwind.
Logan Chien
2014-05-14
1
-8
/
+7
*
Update the comments for ComputeMaskedBits, which lost its Mask parameter
Jay Foad
2014-05-14
1
-3
/
+2
*
Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.
David Blaikie
2014-05-14
2
-17
/
+34
*
Add missing line breaks to debug output in CodeGenPrepare
Louis Gerbarg
2014-05-13
1
-3
/
+3
*
Split GlobalValue into GlobalValue and GlobalObject.
Rafael Espindola
2014-05-13
1
-1
/
+1
*
[CGP] r205941 changed the logic, so that a cast happens *before* 'Result' is
Joey Gouly
2014-05-13
1
-1
/
+1
*
Revert "DebugInfo: Include lexical scopes in inlined subroutines."
David Blaikie
2014-05-12
2
-35
/
+17
*
Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...
Pete Cooper
2014-05-12
2
-3
/
+19
*
[DAGCombiner] Split up an indexed load if only the base pointer value is live
Adam Nemet
2014-05-12
1
-7
/
+30
*
DebugInfo: Attach DW_AT_inline to inlined subprograms at DIE-construction tim...
David Blaikie
2014-05-12
1
-4
/
+1
[next]