index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-19
Add a if-conversion optimization that allows 'true' side of a diamond to be
Evan Cheng
2011-12-19
Attempt to fix PR11607 by shuffling around which class defines which methods.
Eli Friedman
2011-12-19
Handle sub-register operands in recomputeRegClass().
Jakob Stoklund Olesen
2011-12-18
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-16
Resolve part of a fixme and add a new one.
Eric Christopher
2011-12-16
Add a fixme here.
Eric Christopher
2011-12-16
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-15
Move parts of lib/Target that use CodeGen into lib/CodeGen.
Nick Lewycky
2011-12-15
Update DebugLoc while merging nodes at -O0.
Devang Patel
2011-12-15
Don't try to form FGETSIGN after legalization; it is possible in some cases, ...
Eli Friedman
2011-12-15
Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes from libm calls. Thes...
Owen Anderson
2011-12-14
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
Do not sink instruction, if it is not profitable.
Devang Patel
2011-12-14
Reapply r146481 with a fix to create the Builder value in the correct place and
Bill Wendling
2011-12-14
Model ARM predicated write as read-mod-write. e.g.
Evan Cheng
2011-12-14
llvm/lib/CodeGen: Fix cmake build since r146542.
NAKAMURA Takumi
2011-12-14
Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow.
Eli Friedman
2011-12-14
Allow target to specify register output dependency. Still default to one.
Evan Cheng
2011-12-14
Revert r146481 to review possible miscompilations.
Bill Wendling
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
DW_AT_virtuality is also defined to be constant, not flag.
Nick Lewycky
2011-12-13
[fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle
Chad Rosier
2011-12-13
Avoid using the 'insertvalue' instruction here.
Bill Wendling
2011-12-13
DW_AT_accessibility is "constant" class, not form class, so it may not use
Nick Lewycky
2011-12-13
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
[fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2.
Chad Rosier
2011-12-12
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
Fixed register allocator splitting a live range on a spilling variable.
Pete Cooper
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-10
[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab...
Chad Rosier
2011-12-10
Typo.
Chad Rosier
2011-12-09
[fast-isel] Add support for selecting insertvalue.
Chad Rosier
2011-12-09
Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...
Evan Cheng
2011-12-09
Fix comment.
Devang Patel
2011-12-09
Update stale comment.
Devang Patel
2011-12-09
Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.
Eli Friedman
2011-12-08
Revert r146184. I am seeing performance regression cause by this patch in one...
Devang Patel
2011-12-08
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
Refactor. No intentional functionality change.
Devang Patel
2011-12-08
Add rather verbose stats for fast-isel failures.
Chad Rosier
2011-12-08
Filter "sink to" candidate blocks sooner. This avoids unnecessary computation...
Devang Patel
2011-12-08
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
Make MachineInstr instruction property queries more flexible. This change all
Evan Cheng
2011-12-08
Fix a bug in the integer-promotion of bitcast operations on vector types.
Nadav Rotem
2011-12-08
Reverting r145899 as it breaks clang self-hosting
Pete Cooper
2011-12-07
Make sure we correctly set LiveRegGens when a call is unscheduled. <rdar://p...
Eli Friedman
2011-12-07
Fix an assertion in the scheduler. PR11386. No testcase included because it...
Eli Friedman
[next]