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
*
Fix weird typo which leads to unallocated memory access for nodes with 4 resu...
Anton Korobeynikov
2009-12-13
1
-1
/
+1
*
Delete an unnecessary line. The VTSDNode on a SIGN_EXTEND_REG is never
Dan Gohman
2009-12-11
1
-1
/
+0
*
Don't try to move a MBB into the fall-through position if it's a landing pad or
Bill Wendling
2009-12-11
2
-29
/
+26
*
Construct CompileUnits lazily.
Devang Patel
2009-12-11
2
-10
/
+12
*
Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.
Dan Gohman
2009-12-11
7
-32
/
+84
*
Fix the result type of SELECT nodes lowered from Select instructions with
Dan Gohman
2009-12-11
1
-1
/
+1
*
Honour setHasCalls() set from isel.
Anton Korobeynikov
2009-12-11
1
-2
/
+2
*
Revert part of r91101 which was causing an infinite loop in the self-hosting
Bill Wendling
2009-12-11
1
-3
/
+8
*
Coalesce insert_subreg undef, x first to avoid phase ordering issue.
Evan Cheng
2009-12-11
2
-5
/
+20
*
Address comments on last patch:
Bill Wendling
2009-12-11
1
-13
/
+8
*
A machine basic block may end in an unconditional branch, however it may have
Bill Wendling
2009-12-11
1
-7
/
+36
*
If VariableDIe is not created (may be because global was optimzed away) then ...
Devang Patel
2009-12-10
1
-0
/
+2
*
It's not safe to coalesce a move where src and dst registers have different s...
Evan Cheng
2009-12-10
1
-1
/
+7
*
Refactor code that finds context for a given die.
Devang Patel
2009-12-10
2
-42
/
+24
*
Refactor.
Devang Patel
2009-12-10
2
-20
/
+39
*
Also attempt trivial coalescing for live intervals that end in a copy.
Jakob Stoklund Olesen
2009-12-10
2
-74
/
+111
*
Reapply r90858, a cleanup patch.
Devang Patel
2009-12-09
2
-166
/
+81
*
<rdar://problem/7453528>. Track only physical registers that are valid for th...
David Goodwin
2009-12-09
4
-17
/
+28
*
Added a new "splitting" spiller.
Lang Hames
2009-12-09
5
-22
/
+339
*
Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ...
Evan Cheng
2009-12-09
1
-0
/
+6
*
Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...
Evan Cheng
2009-12-09
3
-44
/
+44
*
Infer alignment for non-fixed stack object.
Evan Cheng
2009-12-09
1
-3
/
+4
*
Add const qualifier.
Evan Cheng
2009-12-09
1
-1
/
+1
*
Refactor InferAlignment out of DAGCombine.
Evan Cheng
2009-12-09
2
-45
/
+46
*
Revert 90858 90875 and 90805 for now.
Devang Patel
2009-12-08
2
-153
/
+173
*
Cleanup.
Devang Patel
2009-12-08
2
-167
/
+82
*
Do not try to push dead variable's debug info into namespace info.
Devang Patel
2009-12-08
1
-3
/
+5
*
Watch out for duplicated PHI instructions.
Evan Cheng
2009-12-07
1
-3
/
+37
*
Follow up to 90488. Turn a check into an assertion.
Evan Cheng
2009-12-07
1
-2
/
+2
*
Add support to emit debug info for c++ style namespaces.
Devang Patel
2009-12-07
2
-8
/
+71
*
Delete code accidentally left behind.
Evan Cheng
2009-12-07
1
-10
/
+0
*
Pre-regalloc tale duplication. Work in progress.
Evan Cheng
2009-12-07
2
-91
/
+231
*
If BB is empty, insert PHI before end() instead of front().
Evan Cheng
2009-12-07
1
-3
/
+6
*
Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics f...
Anton Korobeynikov
2009-12-07
2
-1
/
+13
*
Remove old DBG_LABEL code.
Dan Gohman
2009-12-05
1
-8
/
+0
*
Remove the unused DisableLegalizeTypes option and related code.
Dan Gohman
2009-12-05
2
-52
/
+47
*
Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail.
Bill Wendling
2009-12-05
2
-95
/
+51
*
Don't print a space before the : between the file name and line number.
Dan Gohman
2009-12-05
1
-2
/
+2
*
Print newlines after printing labels for debug info, so that the output
Dan Gohman
2009-12-05
2
-0
/
+2
*
Don't blindly set the debug location for PHI node copies.
Dan Gohman
2009-12-05
1
-3
/
+3
*
Make TargetSelectInstruction protected and called from FastISel.cpp
Dan Gohman
2009-12-05
2
-7
/
+9
*
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-12-05
2
-10
/
+1
*
Simplify this code: don't call AnalyzeBranch before doing simpler checks.
Dan Gohman
2009-12-05
1
-13
/
+13
*
The debug information for an LLVM Instruction applies to that Instruction
Dan Gohman
2009-12-05
1
-33
/
+57
*
Fix this code to use DIScope instead of DICompileUnit, as in r90181.
Dan Gohman
2009-12-05
1
-8
/
+9
*
Don't print the debug directory; it's often long and uninteresting. Omit
Dan Gohman
2009-12-05
1
-2
/
+7
*
Print a space between the comment character and the text.
Dan Gohman
2009-12-04
1
-4
/
+6
*
In TAG_subrange_type, uppder bound is zero indexed.
Devang Patel
2009-12-04
1
-2
/
+1
*
Use new interfaces to print spill size.
David Greene
2009-12-04
1
-6
/
+9
*
Handle recursive PHI's.
Evan Cheng
2009-12-04
1
-18
/
+18
[next]