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
*
Add a fixme here.
Eric Christopher
2011-12-16
1
-0
/
+1
*
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-16
1
-3
/
+2
*
Move parts of lib/Target that use CodeGen into lib/CodeGen.
Nick Lewycky
2011-12-15
4
-0
/
+129
*
Update DebugLoc while merging nodes at -O0.
Devang Patel
2011-12-15
2
-6
/
+21
*
Don't try to form FGETSIGN after legalization; it is possible in some cases, ...
Eli Friedman
2011-12-15
1
-1
/
+2
*
Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes from libm calls. Thes...
Owen Anderson
2011-12-15
1
-0
/
+22
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
1
-2
/
+3
*
Do not sink instruction, if it is not profitable.
Devang Patel
2011-12-14
1
-13
/
+76
*
Reapply r146481 with a fix to create the Builder value in the correct place and
Bill Wendling
2011-12-14
1
-6
/
+35
*
Model ARM predicated write as read-mod-write. e.g.
Evan Cheng
2011-12-14
1
-2
/
+2
*
llvm/lib/CodeGen: Fix cmake build since r146542.
NAKAMURA Takumi
2011-12-14
1
-0
/
+1
*
Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow.
Eli Friedman
2011-12-14
1
-0
/
+5
*
Allow target to specify register output dependency. Still default to one.
Evan Cheng
2011-12-14
1
-1
/
+7
*
Revert r146481 to review possible miscompilations.
Bill Wendling
2011-12-14
1
-33
/
+6
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
8
-51
/
+297
*
DW_AT_virtuality is also defined to be constant, not flag.
Nick Lewycky
2011-12-14
1
-2
/
+2
*
[fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle
Chad Rosier
2011-12-13
1
-103
/
+0
*
Avoid using the 'insertvalue' instruction here.
Bill Wendling
2011-12-13
1
-6
/
+33
*
DW_AT_accessibility is "constant" class, not form class, so it may not use
Nick Lewycky
2011-12-13
1
-6
/
+6
*
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
7
-23
/
+79
*
[fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2.
Chad Rosier
2011-12-13
1
-1
/
+6
*
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
1
-0
/
+3
*
Fixed register allocator splitting a live range on a spilling variable.
Pete Cooper
2011-12-12
3
-4
/
+25
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
3
-3
/
+0
*
[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab...
Chad Rosier
2011-12-10
1
-0
/
+1
*
Typo.
Chad Rosier
2011-12-10
1
-1
/
+1
*
[fast-isel] Add support for selecting insertvalue.
Chad Rosier
2011-12-09
1
-0
/
+102
*
Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...
Evan Cheng
2011-12-09
1
-0
/
+13
*
Fix comment.
Devang Patel
2011-12-09
1
-2
/
+1
*
Update stale comment.
Devang Patel
2011-12-09
1
-4
/
+1
*
Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.
Eli Friedman
2011-12-09
1
-4
/
+3
*
Revert r146184. I am seeing performance regression cause by this patch in one...
Devang Patel
2011-12-08
1
-10
/
+11
*
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
3
-15
/
+43
*
Refactor. No intentional functionality change.
Devang Patel
2011-12-08
1
-29
/
+41
*
Add rather verbose stats for fast-isel failures.
Chad Rosier
2011-12-08
1
-0
/
+153
*
Filter "sink to" candidate blocks sooner. This avoids unnecessary computation...
Devang Patel
2011-12-08
1
-11
/
+13
*
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
2
-10
/
+67
*
Make MachineInstr instruction property queries more flexible. This change all
Evan Cheng
2011-12-08
1
-5
/
+5
*
Fix a bug in the integer-promotion of bitcast operations on vector types.
Nadav Rotem
2011-12-08
1
-1
/
+1
*
Reverting r145899 as it breaks clang self-hosting
Pete Cooper
2011-12-08
1
-0
/
+66
*
Make sure we correctly set LiveRegGens when a call is unscheduled. <rdar://p...
Eli Friedman
2011-12-07
1
-1
/
+8
*
Fix an assertion in the scheduler. PR11386. No testcase included because it...
Eli Friedman
2011-12-07
1
-3
/
+2
*
These global variables aren't thread-safe, STATISTIC is. Andy Trick tells me
Nick Lewycky
2011-12-07
1
-66
/
+12
*
Remove unneeded semicolon.
Jakub Staszak
2011-12-07
1
-3
/
+3
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
35
-148
/
+152
*
Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this do...
Eli Friedman
2011-12-07
1
-1
/
+1
*
Add missing check.
Jakob Stoklund Olesen
2011-12-07
1
-1
/
+1
*
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-07
1
-2
/
+24
*
Add MachineOperand IsInternalRead flag.
Jakob Stoklund Olesen
2011-12-07
1
-5
/
+18
*
Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...
Eli Friedman
2011-12-07
1
-13
/
+17
[next]