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
/
include
Age
Commit message (
Expand
)
Author
2006-01-30
Pass the address of the main MaskedValueIsZero function to allow recursion.
Chris Lattner
2006-01-29
Remove extra qualifier.
Jim Laskey
2006-01-29
Clean up the interface to ValueTypeActions, allowing Legalize to use a copy
Chris Lattner
2006-01-29
revert an accidental commit
Chris Lattner
2006-01-29
remove some methods
Chris Lattner
2006-01-29
Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. Allow
Chris Lattner
2006-01-29
remove the getBR2Way_CC method
Chris Lattner
2006-01-28
add another variant
Chris Lattner
2006-01-28
Add some methods
Chris Lattner
2006-01-28
remove this method I just added, now is not the time.
Chris Lattner
2006-01-28
add a new callback
Chris Lattner
2006-01-28
Implement Promote for VAARG, and allow it to be custom promoted for people
Nate Begeman
2006-01-28
The 'target-independent' ISD::CALL isn't. Nuke it, making way for Nate's
Chris Lattner
2006-01-27
Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for
Nate Begeman
2006-01-27
Using bit size of integers instead of ambiguous "long" et all.
Jim Laskey
2006-01-27
Sorry - really folowing convention.
Jim Laskey
2006-01-27
Improve visibility/correctness of operand indices in "llvm.db" objects.
Jim Laskey
2006-01-27
Fix auto-upgrade of intrinsics to work properly with both assembly and
Reid Spencer
2006-01-27
add a method
Chris Lattner
2006-01-26
Add a common INLINEASM opcode
Chris Lattner
2006-01-26
Dropped DwarfWriter::
Jim Laskey
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
add some methods for case-insensitive string compares
Chris Lattner
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
Remember plugins should someone like bugpoint want to know them.
Andrew Lenharth
2006-01-26
Split out Dwarf constants for use outside DwarfWriter.
Jim Laskey
2006-01-26
add methods for constraint parsing
Chris Lattner
2006-01-26
Allow use of isa<InlineAsm>(X) without #including InlineAsm.h
Chris Lattner
2006-01-26
Duh.
Evan Cheng
2006-01-25
add another method
Chris Lattner
2006-01-25
add some useful accessors :)
Chris Lattner
2006-01-25
Change inline asms to be uniqued like constants, not embedded in a Module.
Chris Lattner
2006-01-25
No need to keep track of top and bottom nodes in a group since the vector is
Evan Cheng
2006-01-25
First part of bug 680:
Nate Begeman
2006-01-25
Add a enum to specify target scheduling preference: SchedulingForLatency or
Evan Cheng
2006-01-25
Some minor scheduler changes.
Evan Cheng
2006-01-24
add a method
Chris Lattner
2006-01-24
Be consistent in using class/struct to keep Visual Studio happy.
Jeff Cohen
2006-01-24
Initial checkin of the InlineAsm class
Chris Lattner
2006-01-24
Crude Dwarf global variable debugging.
Jim Laskey
2006-01-23
Add global scope asm support
Chris Lattner
2006-01-23
another couple selects
Andrew Lenharth
2006-01-23
another selectto
Andrew Lenharth
2006-01-23
Skeleton of the list schedule.
Evan Cheng
2006-01-23
Update for including additional function tests.
Reid Spencer
[next]