index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify code. No functionality change.
Benjamin Kramer
2013-05-28
1
-3
/
+2
*
Remove double semicolons.
Benjamin Kramer
2013-05-28
3
-62
/
+62
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
1
-0
/
+3
*
Fix PR16143: Insert DEBUG_VALUE before terminator.
Andrew Trick
2013-05-26
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
8
-159
/
+14
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
15
-1209
/
+1213
*
Track IR ordering of SelectionDAG nodes 1/4.
Andrew Trick
2013-05-25
2
-7
/
+15
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
4
-7
/
+7
*
Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().
Jakob Stoklund Olesen
2013-05-23
1
-2
/
+10
*
InlineSpiller: Store bucket pointers instead of iterators.
Benjamin Kramer
2013-05-23
1
-9
/
+9
*
Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...
David Blaikie
2013-05-22
1
-19
/
+12
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
9
-38
/
+34
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-8
/
+4
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-15
/
+14
*
Unify formatting of debug output.
Adrian Prantl
2013-05-22
2
-3
/
+3
*
Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
Justin Holewinski
2013-05-21
2
-0
/
+11
*
DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...
Benjamin Kramer
2013-05-21
1
-1
/
+2
*
Dwarf: use a single line table to generate assembly when .loc is used.
Manman Ren
2013-05-21
1
-3
/
+14
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-0
/
+3
*
The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...
Bill Wendling
2013-05-20
2
-5
/
+5
*
No need to store the TargetMachine variable in this class.
Bill Wendling
2013-05-20
1
-4
/
+2
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
10
-61
/
+81
*
Replace redundant code
Matt Arsenault
2013-05-17
1
-7
/
+2
*
Add missing -*- C++ -*- to headers
Matt Arsenault
2013-05-17
1
-1
/
+1
*
Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
2013-05-16
1
-1
/
+7
*
Remove addFrameMove.
Rafael Espindola
2013-05-16
1
-33
/
+0
*
DAGCombine: Also shrink eq compares where the constant is exactly as large as...
Benjamin Kramer
2013-05-16
1
-1
/
+1
*
Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
2013-05-16
1
-2
/
+4
*
Fix legalization of SETCC with promoted integer intrinsics
Hal Finkel
2013-05-15
1
-2
/
+13
*
Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)
Derek Schuff
2013-05-15
1
-11
/
+8
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Make getCompileUnit non-const and return the current DIE if it
Eric Christopher
2013-05-14
2
-3
/
+3
*
Add bitcast to store of personality function.
Kai Nacke
2013-05-14
1
-1
/
+3
*
StackColoring: don't clear an instruction's mem operand if the underlying
Akira Hatanaka
2013-05-14
1
-0
/
+5
*
Assert that DIEEntries are constructed with non-null DIEs
David Blaikie
2013-05-14
1
-1
/
+3
*
Remove redundant variable introduced by r181682.
Bob Wilson
2013-05-13
1
-1
/
+0
*
Fix PR15950 A bug in DAG Combiner about undef mask
Hao Liu
2013-05-13
1
-10
/
+25
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
5
-38
/
+65
*
StringRefize some debug accel table bits.
Benjamin Kramer
2013-05-11
3
-7
/
+7
*
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-11
1
-3
/
+4
*
Remove more dead code.
Rafael Espindola
2013-05-11
2
-13
/
+0
*
PR14492: Debug Info: Support for values of non-integer non-type template para...
David Blaikie
2013-05-10
1
-2
/
+18
*
DAGCombiner: Generate a correct constant for vector types when folding (xor (...
Benjamin Kramer
2013-05-10
1
-2
/
+1
*
Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...
Owen Anderson
2013-05-09
1
-0
/
+15
*
Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"
Eric Christopher
2013-05-09
1
-15
/
+11
*
Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)
Eric Christopher
2013-05-08
1
-11
/
+15
*
DAGCombiner: Simplify inverted bit tests
David Majnemer
2013-05-08
1
-0
/
+9
*
Debug Info: Support DW_TAG_imported_declaration
David Blaikie
2013-05-08
1
-1
/
+3
*
Finish renaming constructImportedModuleDIE to constructImportedEntityDIE
David Blaikie
2013-05-08
2
-7
/
+7
*
Pass the MDNode in and do the insertion at compile unit creation time
Eric Christopher
2013-05-08
3
-7
/
+7
[next]