index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR495:
Reid Spencer
2005-07-07
14
-172
/
+135
*
Fix a problem that instcombine would hit when dealing with unreachable code.
Chris Lattner
2005-07-07
1
-5
/
+29
*
clean up prolouge and epilouge
Andrew Lenharth
2005-07-07
2
-28
/
+39
*
For PR495:
Reid Spencer
2005-07-07
8
-21
/
+21
*
Restore some code that was accidentally removed by Nate's patch yesterday.
Chris Lattner
2005-07-07
1
-1
/
+20
*
Add support for emitting the symbol table (and its string table) of the
Chris Lattner
2005-07-07
1
-54
/
+141
*
Fix a typo in my checkin today that caused regressions. Oops!
Nate Begeman
2005-07-07
1
-1
/
+1
*
First round of support for doing scalar FP using the SSE2 ISA extension and
Nate Begeman
2005-07-06
11
-91
/
+388
*
Make several cleanups to Andrews varargs change:
Chris Lattner
2005-07-05
4
-120
/
+90
*
Make several cleanups to Andrews varargs change:
Chris Lattner
2005-07-05
1
-22
/
+25
*
2 fixes:
Andrew Lenharth
2005-07-05
1
-4
/
+13
*
Fit to 80 columns
Chris Lattner
2005-07-05
1
-3
/
+6
*
Fix PowerPC varargs
Chris Lattner
2005-07-05
1
-24
/
+25
*
check the correct VT
Andrew Lenharth
2005-07-04
1
-1
/
+1
*
fix loading address of fp symbols
Andrew Lenharth
2005-07-03
1
-0
/
+4
*
Percolate the call up to the right superclass
Chris Lattner
2005-07-03
1
-1
/
+1
*
I really didn't think this was necessary. But, Legalize wasn't running again
Andrew Lenharth
2005-07-02
1
-2
/
+3
*
The statistic needs to be in the correct namespace.
Nate Begeman
2005-07-01
1
-1
/
+2
*
Varargs is apparently currently broken on PPC. This hacks it so that it
Chris Lattner
2005-07-01
1
-4
/
+9
*
Refactor X86AsmPrinter.cpp into multiple files. Patch contributed
Chris Lattner
2005-07-01
6
-557
/
+676
*
simplify call code, remove pseudo ops for div and rem, track more loads and s...
Andrew Lenharth
2005-07-01
1
-17
/
+0
*
simplify call code, remove pseudo ops for div and rem, track more loads and s...
Andrew Lenharth
2005-07-01
3
-80
/
+92
*
remove some debugging code
Chris Lattner
2005-07-01
1
-3
/
+0
*
oops
Andrew Lenharth
2005-06-30
1
-2
/
+1
*
FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTEND
Andrew Lenharth
2005-06-30
1
-0
/
+9
*
Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll.
Chris Lattner
2005-06-30
1
-19
/
+65
*
Make the x86 asm printer darwin-aware. This mostly entails doing the same
Nate Begeman
2005-06-30
1
-12
/
+15
*
restore old srcValueNode behavior and try to to work around it
Andrew Lenharth
2005-06-29
4
-55
/
+76
*
Doh! Forgot to LLVMify the style.
John Criswell
2005-06-29
1
-2
/
+0
*
tracking the instructions causing loads and stores provides more information ...
Andrew Lenharth
2005-06-29
3
-8
/
+5
*
Basic fix for PR#591; don't convert an fprintf() to an fwrite() if there
John Criswell
2005-06-29
1
-0
/
+9
*
thinko
Andrew Lenharth
2005-06-29
1
-0
/
+1
*
unify SelectExpr and SelectFP
Andrew Lenharth
2005-06-29
1
-190
/
+155
*
fix most regressions
Andrew Lenharth
2005-06-29
1
-1
/
+2
*
support more relocations for stores also
Andrew Lenharth
2005-06-29
2
-1
/
+36
*
Get rid of all symbolic loads. I now do gernate all relocations sequences
Andrew Lenharth
2005-06-29
3
-230
/
+76
*
some call work
Andrew Lenharth
2005-06-27
2
-2
/
+128
*
Adapt the code for handling uint -> fp conversion for the 32 bit case to
Andrew Lenharth
2005-06-27
1
-0
/
+35
*
So, it turns out I forgot that one valid way of restoring GP after a call
Andrew Lenharth
2005-06-27
1
-3
/
+3
*
Initial set of .td file changes necessary to get scalar fp in xmm registers
Nate Begeman
2005-06-27
2
-2
/
+126
*
get rid of another pseudo op
Andrew Lenharth
2005-06-27
2
-3
/
+4
*
generate address of constant pool entries
Andrew Lenharth
2005-06-27
2
-5
/
+10
*
Misha happification patch
Andrew Lenharth
2005-06-27
1
-91
/
+142
*
Reduce use of pseudo ops
Andrew Lenharth
2005-06-27
2
-8
/
+41
*
missed a load
Andrew Lenharth
2005-06-27
1
-3
/
+7
*
make constant pool labels local
Andrew Lenharth
2005-06-27
1
-2
/
+2
*
who said we had to use the return address in the return address register. Mi...
Andrew Lenharth
2005-06-27
2
-5
/
+8
*
Add support to the X86 backend for emitting ELF files. To use this, we
Chris Lattner
2005-06-27
3
-2
/
+55
*
iniital checkin of ELFWriter implementation
Chris Lattner
2005-06-27
1
-0
/
+230
*
depend more on legalize putting constants on the RHS
Andrew Lenharth
2005-06-26
1
-92
/
+29
[next]