- Feb 11, 2008
-
-
Evan Cheng authored
Determine whether a spill kills the register it's spilling before insertion rather than trying to undo the kill marker afterwards. llvm-svn: 46953
-
Chris Lattner authored
llvm-svn: 46952
-
Chris Lattner authored
llvm-svn: 46951
-
Nate Begeman authored
Add some notes to the README. llvm-svn: 46949
-
Nate Begeman authored
llvm-svn: 46948
-
- Feb 10, 2008
-
-
Gabor Greif authored
maybe c380004 can be hyperlinked too? llvm-svn: 46934
-
Chris Lattner authored
"I have been working my way through the JIT and Kaleidoscope tutorials in my (minuscule) spare time. Thanks again for writing them! I have attached a patch containing some minor changes, ranging from spelling and grammar fixes to adding a "Next: <next tutorial section>" hyperlink to the bottom of each page. Every page has been given the "next link" treatment, but otherwise I'm only half way through the Kaleidoscope tutorial. I will send a follow-on patch if time permits." llvm-svn: 46933
-
Chris Lattner authored
This fixes the store case, my previous patch just fixed the load case. rdar://5707076. llvm-svn: 46932
-
Nate Begeman authored
llvm-svn: 46931
-
Dan Gohman authored
llvm-svn: 46930
-
Chris Lattner authored
llvm-svn: 46929
-
Duncan Sands authored
llvm-svn: 46928
-
Duncan Sands authored
llvm-svn: 46926
-
Chris Lattner authored
llvm-svn: 46925
-
Chris Lattner authored
llvm-svn: 46924
-
Chris Lattner authored
llvm-svn: 46923
-
Bill Wendling authored
no-op). llvm-svn: 46922
-
Chris Lattner authored
llvm-svn: 46921
-
Chris Lattner authored
llvm-svn: 46920
-
Chris Lattner authored
llvm-svn: 46918
-
Nick Lewycky authored
llvm-svn: 46916
-
Nate Begeman authored
pabs{b,w,d} are not two address fix extract-to-mem sse4 ops add sse4 vector sign extend nodes llvm-svn: 46915
-
- Feb 09, 2008
-
-
Chris Lattner authored
llvm-svn: 46914
-
Chris Lattner authored
llvm-svn: 46913
-
Gabor Greif authored
llvm-svn: 46912
-
Dale Johannesen authored
whether SSE is present, on Darwin anyway. Make it explicit. llvm-svn: 46909
-
Wojciech Matyjewicz authored
llvm-svn: 46908
-
Wojciech Matyjewicz authored
Add a check if the initial value of the induction variable is 0 (the method comment says it should be). llvm-svn: 46907
-
Evan Cheng authored
llvm-svn: 46903
-
Nate Begeman authored
llvm-svn: 46902
-
Nate Begeman authored
llvm-svn: 46901
-
Chris Lattner authored
common problem of putting two terminators in the same block. I can't write a testcase for this because the .ll parser rejects this before the verifier can, but this can occur when generating IR. llvm-svn: 46900
-
- Feb 08, 2008
-
-
Dan Gohman authored
begin adding some methods to use it this way. llvm-svn: 46899
-
Devang Patel authored
llvm-svn: 46898
-
Evan Cheng authored
llvm-svn: 46896
-
Evan Cheng authored
llvm-svn: 46895
-
Dan Gohman authored
unsigned. llvm-svn: 46894
-
Evan Cheng authored
It's not always safe to fold movsd into xorpd, etc. Check the alignment of the load address first to make sure it's 16 byte aligned. llvm-svn: 46893
-
Dale Johannesen authored
128-bit vectors need it only when SSE is on. llvm-svn: 46890
-
Ted Kremenek authored
llvm-svn: 46882
-