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
2005-07-07
For PR495:
Reid Spencer
2005-07-07
Fix a problem that instcombine would hit when dealing with unreachable code.
Chris Lattner
2005-07-07
New testcase distilled from a large chunk of code Misha sent me.
Chris Lattner
2005-07-07
clean up prolouge and epilouge
Andrew Lenharth
2005-07-07
For PR495:
Reid Spencer
2005-07-07
Restore some code that was accidentally removed by Nate's patch yesterday.
Chris Lattner
2005-07-07
Add support for emitting the symbol table (and its string table) of the
Chris Lattner
2005-07-07
Add support for building/representing the symbol table, add some enum constants
Chris Lattner
2005-07-07
Fix a typo in my checkin today that caused regressions. Oops!
Nate Begeman
2005-07-06
First round of support for doing scalar FP using the SSE2 ISA extension and
Nate Begeman
2005-07-05
Make several cleanups to Andrews varargs change:
Chris Lattner
2005-07-05
Make several cleanups to Andrews varargs change:
Chris Lattner
2005-07-05
2 fixes:
Andrew Lenharth
2005-07-05
Fit to 80 columns
Chris Lattner
2005-07-05
Fix PowerPC varargs
Chris Lattner
2005-07-05
oops
Andrew Lenharth
2005-07-05
updates
Andrew Lenharth
2005-07-04
check the correct VT
Andrew Lenharth
2005-07-03
fix loading address of fp symbols
Andrew Lenharth
2005-07-03
Percolate the call up to the right superclass
Chris Lattner
2005-07-02
I really didn't think this was necessary. But, Legalize wasn't running again
Andrew Lenharth
2005-07-02
Adding new files to Visual Studio projects.
Jeff Cohen
2005-07-01
The statistic needs to be in the correct namespace.
Nate Begeman
2005-07-01
Varargs is apparently currently broken on PPC. This hacks it so that it
Chris Lattner
2005-07-01
Refactor X86AsmPrinter.cpp into multiple files. Patch contributed
Chris Lattner
2005-07-01
simplify call code, remove pseudo ops for div and rem, track more loads and s...
Andrew Lenharth
2005-07-01
simplify call code, remove pseudo ops for div and rem, track more loads and s...
Andrew Lenharth
2005-07-01
remove some debugging code
Chris Lattner
2005-06-30
oops
Andrew Lenharth
2005-06-30
FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTEND
Andrew Lenharth
2005-06-30
Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll.
Chris Lattner
2005-06-30
new testcase for PR590
Chris Lattner
2005-06-30
Make the x86 asm printer darwin-aware. This mostly entails doing the same
Nate Begeman
2005-06-29
restore old srcValueNode behavior and try to to work around it
Andrew Lenharth
2005-06-29
Don't crash on a query where the block is not in any loop. Thanks to
Chris Lattner
2005-06-29
Bug fixed.
John Criswell
2005-06-29
Doh! Forgot to LLVMify the style.
John Criswell
2005-06-29
tracking the instructions causing loads and stores provides more information ...
Andrew Lenharth
2005-06-29
Basic fix for PR#591; don't convert an fprintf() to an fwrite() if there
John Criswell
2005-06-29
thinko
Andrew Lenharth
2005-06-29
unify SelectExpr and SelectFP
Andrew Lenharth
2005-06-29
fix most regressions
Andrew Lenharth
2005-06-29
support more relocations for stores also
Andrew Lenharth
2005-06-29
Get rid of all symbolic loads. I now do gernate all relocations sequences
Andrew Lenharth
2005-06-28
Add ElfWriter stuff to Visual Studio
Jeff Cohen
2005-06-27
some call work
Andrew Lenharth
2005-06-27
Adapt the code for handling uint -> fp conversion for the 32 bit case to
Andrew Lenharth
2005-06-27
So, it turns out I forgot that one valid way of restoring GP after a call
Andrew Lenharth
2005-06-27
Initial set of .td file changes necessary to get scalar fp in xmm registers
Nate Begeman
2005-06-27
get rid of another pseudo op
Andrew Lenharth
[next]