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
Age
Commit message (
Expand
)
Author
2006-01-27
PHI and INLINEASM are now builtin instructions provided by Target.td
Chris Lattner
2006-01-27
If we want to emit things in enum order, use getInstructionsByEnumValue to
Chris Lattner
2006-01-27
There is at least a 'noitinerary' itinerary now
Chris Lattner
2006-01-27
Add a default NoItinerary class for targets to use.
Chris Lattner
2006-01-27
Don't emit JIT code for these instructions
Chris Lattner
2006-01-26
Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an
Chris Lattner
2006-01-26
Add a common INLINEASM opcode
Chris Lattner
2006-01-26
Teach the dag selectors to select InlineAsm nodes.
Chris Lattner
2006-01-26
Dropped DwarfWriter::
Jim Laskey
2006-01-26
initial selectiondag support for new INLINEASM node. Note that inline asms
Chris Lattner
2006-01-26
Add new INLINEASM node
Chris Lattner
2006-01-26
Use global information to fill out Dwarf compile units.
Jim Laskey
2006-01-26
Improve compatibility with VC2005, patch by Morten Ofstad!
Jeff Cohen
2006-01-26
Implement a method for inline asm support
Chris Lattner
2006-01-26
add some methods for case-insensitive string compares
Chris Lattner
2006-01-26
Update files lists.
Jim Laskey
2006-01-26
Use find instead of lower_bounds.
Jim Laskey
2006-01-26
Add a method for inline asm support.
Chris Lattner
2006-01-26
Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.
Jim Laskey
2006-01-26
Add support to find existing entries.
Jim Laskey
2006-01-26
Improve compatibility with VC2005, patch by Morten Ofstad!
Chris Lattner
2006-01-26
dynamically allocate plugin space as needed
Andrew Lenharth
2006-01-26
Another folding problem: if a node r/w chain or flag, don't fold it if it
Evan Cheng
2006-01-26
Pass plugins on to children when optimizing.
Andrew Lenharth
2006-01-26
Remember plugins should someone like bugpoint want to know them.
Andrew Lenharth
2006-01-26
added a couple test cases, including the new vaarg breakage
Andrew Lenharth
2006-01-26
Teach Visual Studio about X86 subtargets.
Jeff Cohen
2006-01-26
Split out Dwarf constants for use outside DwarfWriter.
Jim Laskey
2006-01-26
Added preliminary x86 subtarget support.
Evan Cheng
2006-01-26
fix stack corruption! Previously, 16-byte whole-FP-register stores were
Duraid Madina
2006-01-26
some hoovering
Duraid Madina
2006-01-26
Rest of subtarget support, remove references to ppc
Chris Lattner
2006-01-26
Add trivial subtarget support
Chris Lattner
2006-01-26
minor renaming
Andrew Lenharth
2006-01-26
allow R28 to be used for frame calculations without entirely removing it from...
Andrew Lenharth
2006-01-26
Work around some x86 Darwin assembler bugs
Evan Cheng
2006-01-26
add method for constraint parsing
Chris Lattner
2006-01-26
add methods for constraint parsing
Chris Lattner
2006-01-26
Add a FIXME comment.
Evan Cheng
2006-01-26
When trying to fold X86::SETCC into a Select, make a copy if it has more than
Evan Cheng
2006-01-26
teach the cloner to handle inline asms
Chris Lattner
2006-01-26
Allow use of isa<InlineAsm>(X) without #including InlineAsm.h
Chris Lattner
2006-01-26
parse and verify the constraint string.
Chris Lattner
2006-01-26
Clean up some code; improve efficiency; and fixed a potential bug involving
Evan Cheng
2006-01-26
Remove the uses of STATUS flag register. Rely on node property SDNPInFlag,
Evan Cheng
2006-01-26
Duh.
Evan Cheng
2006-01-26
Incoming (and optional) flag bugs. They may be embedded inside a inner node of
Evan Cheng
2006-01-26
Make sure the only user of InlineAsm's are direct calls.
Chris Lattner
2006-01-25
new tests for actual inline asm expressions
Chris Lattner
2006-01-25
document the syntax of inline asm
Chris Lattner
[next]