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
...
*
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
*
Typo.
Eric Christopher
2013-05-08
1
-2
/
+2
*
Rename DIImportedModule to DIImportedEntity and allow imported declarations
David Blaikie
2013-05-07
2
-16
/
+23
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
1
-1
/
+0
*
Fix vselect when getSetCCResultType returns a different type from the operands
Matt Arsenault
2013-05-07
1
-3
/
+8
*
Debug Info: Fix for break due to r181271
David Blaikie
2013-05-07
1
-0
/
+1
*
Fix the VS2010 build broken by r181271
Timur Iskhodzhanov
2013-05-07
1
-1
/
+2
*
DebugInfo: Support imported modules in lexical blocks
David Blaikie
2013-05-06
3
-6
/
+55
*
Remove unnecessary instance variable and rework logic accordingly.
Eric Christopher
2013-05-06
2
-8
/
+5
*
Grammar.
Eric Christopher
2013-05-06
1
-1
/
+2
*
Fix slightly too aggressive conact_vector optimization.
Michael Kuperstein
2013-05-06
1
-0
/
+6
*
Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...
Evan Cheng
2013-05-05
1
-2
/
+19
*
InlineSpiller: Remove quadratic behavior.
Benjamin Kramer
2013-05-05
1
-8
/
+11
*
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
1
-1
/
+1
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
2
-4
/
+4
*
TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should look
Evan Cheng
2013-05-02
1
-5
/
+3
*
Revert r180737. The companion patch was reverted, and this is not relevant ri...
Bill Wendling
2013-05-01
1
-15
/
+0
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
[inline asm] Return an undef SDValue of the expected value type, rather than
Chad Rosier
2013-05-01
1
-1
/
+1
*
Optimize away nop CONCAT_VECTOR nodes.
Nadav Rotem
2013-05-01
1
-0
/
+39
*
Only pass 'returned' to target-specific lowering code when the value of entir...
Stephen Lin
2013-04-30
2
-28
/
+42
[prev]
[next]