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
2010-07-16
Revert r108369, sorting llvm.dbg.declare information by source position,
Dan Gohman
2010-07-16
Get rid of a bunch of duplicated ELF enum values.
Eli Friedman
2010-07-16
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-16
Use the source-order scheduler instead of the "fast" scheduler at -O0,
Dan Gohman
2010-07-16
The SelectionDAGBuilder's handling of debug info, on rare
Dale Johannesen
2010-07-15
Revert. This isn't the correct way to go.
Bill Wendling
2010-07-15
Handle code gen for the unreachable instruction if it's the only instruction in
Bill Wendling
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-15
fix the definitions of ConstTextCoalSection/ConstDataCoalSection
Chris Lattner
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time
Bill Wendling
2010-07-15
Reserve a goodly amount of room for the vectors.
Bill Wendling
2010-07-15
Fix crash reported in PR7653.
Devang Patel
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
revert bill's patches in an attempt to fix the buildbot.
Chris Lattner
2010-07-15
Fix headers.
Bill Wendling
2010-07-15
Use std::vector instead of a hard-coded array. The length of that array could
Bill Wendling
2010-07-15
Use std::vector instead of a hard-coded array. The length of that array could
Bill Wendling
2010-07-15
a more graceful fix for test/Other/inline-asm-newline-terminator.ll,
Chris Lattner
2010-07-14
80-col.
Eric Christopher
2010-07-14
Make the order in which variables are described in debug information
Dan Gohman
2010-07-14
Properly restore DebugLoc after leaving the local constant area.
Dan Gohman
2010-07-14
Delete fast-isel's trivial load optimization; it breaks debugging because
Dan Gohman
2010-07-14
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
2010-07-14
Don't propagate debug locations to instructions for materializing
Dan Gohman
2010-07-13
Print VNInfo flags.
Jakob Stoklund Olesen
2010-07-13
In inline asm treat indirect 'X' constraint as 'm'.
Dale Johannesen
2010-07-13
Add an assertion to make PR7542 fail consistently.
Jakob Stoklund Olesen
2010-07-13
Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.
Jakob Stoklund Olesen
2010-07-13
Don't add memory operands to storeRegToStackSlot / loadRegFromStackSlot results,
Jakob Stoklund Olesen
2010-07-12
Fix a typo and fit in 80 columns. Found by Bob Wilson.
Rafael Espindola
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
Convert the last use of getPhysicalRegisterRegClass and remove it.
Rafael Espindola
2010-07-12
Don't use getPhysicalRegisterRegClass in PBQP. The existing checks that the
Rafael Espindola
2010-07-12
Convert the last getPhysicalRegisterRegClass in VirtRegRewriter.cpp to
Rafael Espindola
2010-07-12
change machinelicm to use MachineInstr::isSafeToMove. No
Chris Lattner
2010-07-11
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-11
Convert uses of getPhysicalRegisterRegClass in VirtRegRewriter.cpp.
Rafael Espindola
2010-07-11
Remove two other uses of ATTRIBUTE_UNUSED for variables only used within
Chandler Carruth
2010-07-11
Use COPY for fast-isel bitconvert, but don't create cross-class copies.
Jakob Stoklund Olesen
2010-07-11
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-11
Use COPY for extracting ImplicitDef'ed values from fast-isel instructions.
Jakob Stoklund Olesen
2010-07-11
Use COPY in FastISel everywhere it is safe and trivial.
Jakob Stoklund Olesen
2010-07-10
Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel.
Jakob Stoklund Olesen
2010-07-10
Only collect subreg extracting copies for later coalescing.
Jakob Stoklund Olesen
2010-07-10
Fix a bug in the code which re-inserts DBG_VALUE nodes after scheduling;
Dan Gohman
2010-07-10
Emit COPY instructions instead of using copyRegToReg in InstrEmitter,
Jakob Stoklund Olesen
2010-07-10
Insert IMPLICIT_DEF instructions at the current insert position, not
Dan Gohman
[next]