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: Use common line/file attribute construction code
David Blaikie
2014-03-12
1
-5
/
+3
*
Replace '#include ValueTypes.h' with forward declarations.
Patrik Hagglund
2014-03-12
1
-1
/
+1
*
DebugInfo: Omit pubnames/pubtypes when compiling with -gmlt
David Blaikie
2014-03-12
1
-2
/
+5
*
DebugInfo: Do not emit pubnames/pubtypes sections if they are empty
David Blaikie
2014-03-11
1
-0
/
+3
*
DebugInfo: Avoid re-looking up the DwarfUnit when emitting pubnames/pubtypes
David Blaikie
2014-03-11
1
-1
/
+4
*
DebugInfo: Refactor emitDebugPubNames/Types into a common implementation
David Blaikie
2014-03-11
2
-56
/
+16
*
Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)
David Blaikie
2014-03-11
1
-2
/
+2
*
DebugInfo: Remove unused labels now that we just emit DW_AT_gnu_pubnames as a...
David Blaikie
2014-03-11
1
-8
/
+0
*
Remove copy ctors that did the same thing as the default one.
Benjamin Kramer
2014-03-11
1
-8
/
+0
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
4
-15
/
+33
*
Fix non 2-space indentation.
Matt Arsenault
2014-03-11
1
-73
/
+73
*
When analyzing vectors of element type that require legalization,
Raul E. Silvera
2014-03-10
1
-2
/
+3
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
2
-66
/
+63
*
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
2014-03-10
1
-4
/
+0
*
StackColoring: Use range-based for loops.
Benjamin Kramer
2014-03-09
1
-79
/
+47
*
MachineModuleInfo: Turn nested std::pairs into a proper struct.
Benjamin Kramer
2014-03-09
3
-20
/
+14
*
Revert r203230, "CodeGenPrep: sink extends of illegal types into use block."
NAKAMURA Takumi
2014-03-09
1
-58
/
+34
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
6
-69
/
+51
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
16
-98
/
+99
*
DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TAG_lexical_blocks
David Blaikie
2014-03-08
1
-2
/
+1
*
Add support for hashing location information for CU level hashes.
Eric Christopher
2014-03-08
3
-6
/
+43
*
[DAGCombiner] Distribute TRUNC through AND in rotation amount
Adam Nemet
2014-03-07
1
-0
/
+16
*
[DAGCombiner] Recognize another rotation idiom
Adam Nemet
2014-03-07
1
-0
/
+8
*
[DAGCombiner] Slightly improve readability of matchRotateSub
Adam Nemet
2014-03-07
1
-8
/
+9
*
ISel: Make VSELECT selection terminate in cases where the condition type has to
Arnold Schwaighofer
2014-03-07
1
-0
/
+11
*
Remove unnecessary test for Darwin and update testcase to be a little less
Adrian Prantl
2014-03-07
1
-1
/
+1
*
Add a virtual destructor to quiet a warning.
Eric Christopher
2014-03-07
1
-0
/
+2
*
Actually add the header file.
Eric Christopher
2014-03-07
1
-0
/
+69
*
Two part patch:
Eric Christopher
2014-03-07
3
-102
/
+104
*
Add include guards and make public a few routines that add values
Eric Christopher
2014-03-07
1
-1
/
+11
*
Revert "Remove unnecessary check for Darwin. rdar://problem/16264854"
Adrian Prantl
2014-03-07
1
-1
/
+1
*
Remove unnecessary check for Darwin. rdar://problem/16264854
Adrian Prantl
2014-03-07
1
-1
/
+1
*
DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlined functions
David Blaikie
2014-03-07
1
-2
/
+1
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
3
-28
/
+9
*
Fix up formatting.
Eric Christopher
2014-03-07
1
-9
/
+8
*
[C++11] DwarfDebug: Turn single-use functors into lambdas.
Benjamin Kramer
2014-03-07
1
-25
/
+16
*
[C++11] DwarfDebug: Use range-based for loops.
Benjamin Kramer
2014-03-07
1
-245
/
+116
*
DebugInfo: Refactor high_pc/low_pc construction into reusable function
David Blaikie
2014-03-07
2
-6
/
+13
*
DebugInfo: Restrict DW_AT_high_pc encoding as data4 offset to DWARF 4 as per ...
David Blaikie
2014-03-07
1
-1
/
+1
*
CodeGenPrep: sink extends of illegal types into use block.
Tim Northover
2014-03-07
1
-34
/
+58
*
Remove unused method.
Craig Topper
2014-03-07
1
-2
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
50
-177
/
+178
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
1
-9
/
+9
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
8
-27
/
+26
*
DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
David Blaikie
2014-03-07
1
-2
/
+5
*
Move some dwarf emission routines to AsmPrinterDwarf.cpp.
Eric Christopher
2014-03-07
2
-156
/
+157
*
80-column fixups.
Eric Christopher
2014-03-07
1
-6
/
+8
*
DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
David Blaikie
2014-03-07
3
-1
/
+12
*
Remove shouldEmitUsedDirectiveFor.
Rafael Espindola
2014-03-06
2
-19
/
+1
*
[X86] Teach the DAGCombiner how to fold a OR of two shufflevector nodes.
Andrea Di Biagio
2014-03-06
1
-0
/
+54
[next]