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
*
fConversion: Attempt #2 at fixing the MSVC build.
Benjamin Kramer
2013-10-11
1
-2
/
+2
*
IfConversion: Try to unbreak the MSVC build.
Benjamin Kramer
2013-10-11
1
-1
/
+1
*
Remove kill flags after if conversion if necessary
Matthias Braun
2013-10-11
1
-66
/
+89
*
[DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...
Quentin Colombet
2013-10-11
1
-2
/
+574
*
[DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...
Quentin Colombet
2013-10-11
1
-574
/
+2
*
[DAGCombiner] Slice a big load in two loads when the element are next to each
Quentin Colombet
2013-10-11
1
-2
/
+574
*
fix typo in comment
Matthias Braun
2013-10-11
1
-1
/
+1
*
Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...
Justin Holewinski
2013-10-11
1
-5
/
+5
*
LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentat...
NAKAMURA Takumi
2013-10-11
1
-1
/
+1
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
6
-23
/
+23
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
11
-113
/
+116
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
5
-64
/
+58
*
Change MachineVerifier to work on LiveRange + LiveInterval
Matthias Braun
2013-10-10
1
-92
/
+117
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
9
-21
/
+24
*
Refactor LiveInterval: introduce new LiveRange class
Matthias Braun
2013-10-10
2
-116
/
+109
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
13
-240
/
+242
*
Rename parameter: defined regs are not incoming.
Matthias Braun
2013-10-10
1
-15
/
+15
*
Use getPointerSizeInBits() rather than 8 * getPointerSize()
Matt Arsenault
2013-10-10
1
-2
/
+3
*
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
2013-10-10
2
-4
/
+5
*
Debug Info: In DIBuilder, the context and type fields of template_type and
Manman Ren
2013-10-09
1
-3
/
+4
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-10-08
2
-2
/
+2
*
Add DbgVariable::resolve per Eric's suggestion.
Manman Ren
2013-10-08
2
-2
/
+14
*
Debug Info: rename getOriginalTypeSize to getBaseTypeSize.
Manman Ren
2013-10-08
1
-4
/
+4
*
Debug Info: take advantage of the existing CU::resolve.
Manman Ren
2013-10-08
1
-7
/
+7
*
Grammar.
Eric Christopher
2013-10-08
1
-1
/
+1
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
2
-5
/
+14
*
Formally added an explicit enum for DWARF TLS support. No functionality change.
Richard Mitton
2013-10-07
1
-3
/
+4
*
Fix some assert messages to say the correct opcode name. Looks like one asser...
Craig Topper
2013-10-06
1
-7
/
+7
*
Add support for aliases with linkonce_odr.
Rafael Espindola
2013-10-06
1
-1
/
+1
*
Emit a better error when running out of registers on inline asm.
Benjamin Kramer
2013-10-05
2
-4
/
+6
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-7
/
+7
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-05
1
-0
/
+27
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-05
3
-26
/
+75
*
Reorganize some member variables and update a comment.
Eric Christopher
2013-10-05
1
-6
/
+6
*
Fix one comment and update another. Slightly reformat.
Eric Christopher
2013-10-05
2
-4
/
+3
*
Add a resolve method on CompileUnit that forwards to DwarfDebug.
Eric Christopher
2013-10-05
2
-8
/
+13
*
Debug info: Don't crash in SelectionDAGISel when a vreg that is being
Adrian Prantl
2013-10-05
1
-3
/
+7
*
Make a bunch of CompileUnit member functions private.
Eric Christopher
2013-10-05
2
-36
/
+38
*
Minor formatting/comment rewording/etc.
David Blaikie
2013-10-04
1
-5
/
+3
*
Remove odd use of this.
Eric Christopher
2013-10-04
1
-1
/
+1
*
Reformat some odd formattings.
Eric Christopher
2013-10-04
1
-32
/
+19
*
Tighten up some type arguments to functions. Where we expect a
Eric Christopher
2013-10-04
2
-6
/
+6
*
Remove some dead code.
David Blaikie
2013-10-04
2
-7
/
+0
*
Simplify setting of DIE tag for type DIEs by setting it in one* place.
David Blaikie
2013-10-04
1
-16
/
+8
*
Prune includes.
Eric Christopher
2013-10-04
1
-2
/
+0
*
Use addFlag to add the enum class attribute.
Eric Christopher
2013-10-04
1
-1
/
+1
*
Use Die->addValue and DIEIntegerOne directly when we want to add
Eric Christopher
2013-10-04
1
-3
/
+2
*
Fix DAGCombiner::visitFP_EXTEND to ignore indexed loads
Hal Finkel
2013-10-04
1
-1
/
+1
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
6
-60
/
+5
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
5
-187
/
+42
[next]