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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PR10092 (second try): Don't crash on a load without a momoperand; fast-isel c...
Eli Friedman
2011-06-10
1
-1
/
+1
*
Ensure that EmitGlobalVariable is correctly differentiating between declarations
Chad Rosier
2011-06-10
1
-1
/
+1
*
Add a simple test which makes sure folding immediate float zero to a memory o...
Eli Friedman
2011-06-10
1
-0
/
+34
*
Make the optional verification step more strict.
Rafael Espindola
2011-06-09
1
-1
/
+8
*
Avoid a gcc warning about multiline comments.
Rafael Espindola
2011-06-09
1
-6
/
+6
*
On last fix to the early tail duplication.
Rafael Espindola
2011-06-09
1
-4
/
+60
*
Chris fixed this README a while back by changing how clang generates code for...
Eli Friedman
2011-06-09
1
-45
/
+0
*
Also consider phi nodes when deciding if a register is live out.
Rafael Espindola
2011-06-09
1
-10
/
+34
*
A CCState was being created without setting whether it is in the Call or Prol...
Cameron Zwarich
2011-06-09
2
-0
/
+40
*
Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...
Eli Friedman
2011-06-09
2
-15
/
+27
*
AnalyzeBranch modifies the bb, but we don't want to modify a bb with
Rafael Espindola
2011-06-09
1
-7
/
+6
*
A PHI in this basic block is a use in another basic block.
Rafael Espindola
2011-06-09
1
-1
/
+1
*
When deleting a basic block, remove call edges only for non-intrinsics.
John McCall
2011-06-09
1
-1
/
+1
*
Fix emission of PPC64 assembler on non-darwin platforms by splitting
Roman Divacky
2011-06-09
5
-19
/
+24
*
Modify comment.
Johnny Chen
2011-06-09
1
-1
/
+1
*
SplitCriticalEdge can sometimes split the edge from an invoke to a landing
John McCall
2011-06-09
2
-29
/
+276
*
Refactor some checks into shouldTailDuplicate. Update comments.
Rafael Espindola
2011-06-09
1
-18
/
+29
*
Teach the CallGraph to ignore calls to intrinsics.
John McCall
2011-06-09
4
-44
/
+13
*
Revert 132789; it breaks tests. My mistake.
Eli Friedman
2011-06-09
1
-4
/
+0
*
Remove an uneeded switch - Turns out reloc results are identical w/o the swit...
Jason W Kim
2011-06-09
1
-12
/
+1
*
Add a check to make sure we don't crash with strange configurations where we ...
Eli Friedman
2011-06-09
1
-0
/
+4
*
Move TableGen's register bank classes to their own source file.
Jakob Stoklund Olesen
2011-06-09
3
-73
/
+102
*
Added dg.exp to run FrontendC ARM-dependent tests; updated inline-asm-multich...
Galina Kistanova
2011-06-09
2
-4
/
+6
*
Add special-case range checking for VCVT_N intrinsic immediate operands.
Bob Wilson
2011-06-09
1
-3
/
+8
*
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-09
14
-663
/
+56
*
Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.
Eric Christopher
2011-06-09
9
-190
/
+37
*
Recommit r132764 since it didn't cause the windows buildbot failures.
Eric Christopher
2011-06-09
2
-0
/
+61
*
Improve the handling of available_externally and llvm.global_ctors.
Rafael Espindola
2011-06-09
1
-4
/
+16
*
Enable printf() to iprintf() optimization for the TCE target.
Duncan Sands
2011-06-09
1
-2
/
+2
*
add another sandybridge alias.
Chris Lattner
2011-06-09
1
-0
/
+1
*
Temporarily revert 132764 to see if it fixes the Windows buildbot.
Eric Christopher
2011-06-09
2
-61
/
+0
*
Have the JIT tutorial use IRBuilder for the IR.
Eric Christopher
2011-06-09
1
-8
/
+17
*
Initial support for inline asm memory operand constraints.
Akira Hatanaka
2011-06-09
3
-0
/
+51
*
Remove a vacuous condition.
Cameron Zwarich
2011-06-09
1
-3
/
+1
*
Fix PR10104 by adding a bounds check on a vector element access check. It was
Cameron Zwarich
2011-06-09
2
-4
/
+9
*
If the alignment of the byval argument is greater than the alignment
Eric Christopher
2011-06-09
2
-0
/
+61
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
21
-186
/
+203
*
Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...
Cameron Zwarich
2011-06-08
2
-3
/
+64
*
Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the
Akira Hatanaka
2011-06-08
6
-37
/
+139
*
Reorganize code in MipsTargetLowering::LowerCall to improve readability.
Akira Hatanaka
2011-06-08
1
-38
/
+36
*
Remove a temporary test case probe in CheckForLiveRegDef.
Andrew Trick
2011-06-08
1
-1
/
+0
*
Fix count.
Rafael Espindola
2011-06-08
1
-1
/
+1
*
Count how many phis we are creating.
Rafael Espindola
2011-06-08
1
-0
/
+2
*
Fix an issue where the two-address conversion pass incorrectly rewrites untied
Cameron Zwarich
2011-06-07
2
-9
/
+52
*
Fix a silly error I introduce in r131951.
Rafael Espindola
2011-06-07
2
-6
/
+12
*
Create a new ARM directory for FrontendC tests and use it.
Eric Christopher
2011-06-07
1
-0
/
+0
*
Fixed a few illegal paths with llvm_unreachable. Patch by Cameron McInally.
Chad Rosier
2011-06-07
1
-7
/
+5
*
Typo.
Chad Rosier
2011-06-07
1
-1
/
+1
*
Refactor MipsTargetLowering::EmitInstrWithCustomInserter.
Akira Hatanaka
2011-06-07
1
-92
/
+90
*
Put back removed line.
Akira Hatanaka
2011-06-07
1
-0
/
+1
[prev]
[next]