2008-06-16 |
Chris Lattner | If we are checking to see if the result of a call aliases a |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Owen Anderson | Assign indices to empty basic blocks. This will be... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Refactor basicaa's main alias function somethin' fierce. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | this is unneeded now. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Switch from generating the int128 typedefs based on... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | resolve PR2453 by adding a run line. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Fix the crash on SimplifyLibCalls/2005-05-20-sprintf... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | fix pr2460 |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Duncan Sands | The transforms in visitEXTRACT_VECTOR_ELT are |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Duncan Sands | LegalizeTypes support for INSERT_VECTOR_ELT with |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Wojciech Matyjewicz | Fix PR2434. When scanning for exising binary operator... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Wojciech Matyjewicz | Add a missing semicolon. |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Add an "exe" suffix only if the output file has no... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Fix the sys::Path::getSuffix() implementation. |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Make sure all produced executable files have "exe"... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Make sure that the current executable filename has... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Append "exe" suffix to executable files. |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Fix the environment block that is passed to the CreateP... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Duncan Sands | Remove a redundant AfterLegalize check. Turn |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Wojciech Matyjewicz | Change 'while' loop to 'do' loop. |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Andrew Lenharth | add missing atomic intrinsic from gcc |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Chris Lattner | Fix a case where tailcallelim wouldn't set the changed... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Evan Cheng | Teach the spiller to commute instructions in order... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Eli Friedman | Remove unnecessary target lines. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Eli Friedman | Remove unnecessary target lines. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Eli Friedman | Don't skip over instructions other than loads that... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Dan Gohman | Protect ChangeCompareStride from situations in which... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Eli Friedman | Make sure SimplifyStoreAtEndOfBlock doesn't mess with... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Duncan Sands | Disable some DAG combiner optimizations that may be |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Dan Gohman | Fix an error in the two-address example. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Wojciech Matyjewicz | Use recently added getTruncateOrZeroExtend method to... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Matthijs Kooijman | XFAIL some tests that became failing due to the extra... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Nick Lewycky | Crash less. The i64 restriction in BinomialCoefficient... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Gabor Greif | fix a minor deviation from the original in my previous... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Gabor Greif | op_iterator-ify some loops, low hanging fruit only... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Evan Cheng | Fix some tests. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Evan Cheng | Do not speculatively execute an instruction by hoisting... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Evan Cheng | Revert 52223. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Owen Anderson | Switch GVN to use ScopedHashTable. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Dale Johannesen | Improve description of -emit-llvm. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Matthijs Kooijman | Don't try to compile tests for the ev56 alpha subtarget... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Matthijs Kooijman | Pass -silence-passes to bugpoint in testcases, this... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Matthijs Kooijman | Let bugpoint display generated messages on stderr only... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Matthijs Kooijman | Add -silence-passes option to bugpoint. This option... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Matthijs Kooijman | Fix redirection of stderr in sys::Program::ExecuteAndWa... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Matthijs Kooijman | Make I/O redirection handling in sys::Program a bit... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Duncan Sands | If queried as to whether an operation is legal |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Matthijs Kooijman | Add line continuation character so the avoid dup loop... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Gabor Greif | op_iterator-ify some loops, fix 80col violations |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Anton Korobeynikov | Properly lower DYNAMIC_STACKALLOC - bracket all black... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Evan Cheng | For now, avoid generating FP select instructions in... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Evan Cheng | Avoid duplicating loop header which leads to unnatural... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Gordon Henriksen | Don't send checkpoints to stderr for the vmcore.ml... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Matthijs Kooijman | Teach instruction combining about the extractvalue... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Gabor Greif | remove bogus comment |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Gabor Greif | op_iterator-ify dropAllReferences |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Duncan Sands | Sometimes (rarely) nodes held in LegalizeTypes |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Gordon Henriksen | Better test for availability of __gnu_cxx::stdio_filebuf. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Matthijs Kooijman | Clarify a comment. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Gabor Greif | op_iterator-ify loops |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Duncan Sands | Small doc fix. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Dale Johannesen | Use %link not %llvmgxx (which includes -c) to do the... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Dale Johannesen | Suppress ObjC FE warnings, which cause the test to... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Dale Johannesen | Add -w to inhibit gcc warnings, which causes the |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Dale Johannesen | Fix parameter spelling: sse not sse1 |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Ignore stderr for some more tests that expect warnings... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Fix some more quoting issues in RUN lines, this time... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Fix some escaping and quoting in RUN lines, mainly... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Remove double pipes in RUN commandlines. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Remove trailing whitespace after line continuations... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Let some more tests ignore expected output on stderr. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Remove some debug output from tblgen. This fixes a... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Fix some llvm-gcc warnings in testcases, mostly by... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | For all RUN lines starting with "not", redirect stderr... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Suppress the (stderr) output of -aa-eval, this fixes... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Matthijs Kooijman | Change llvm.exp so it no longer ignores some errors... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Gabor Greif | adjust calls to ConstantFP::get to new API |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Dan Gohman | Convert several tests to use temporary files instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Dan Gohman | Fix two more not-grep tests that were missing llvm... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Dan Gohman | Teach isGAPlusOffset to respect a GlobalAddressSDNode... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Dan Gohman | Re-apply 52002, allowing the verifier to accept non... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Dan Gohman | CodeGen support for aggregate-value function arguments. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Duncan Sands | Update the build instructions. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Duncan Sands | Various tweaks related to apint codegen. No functionality |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Dan Gohman | Handle empty aggregate values. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Dan Gohman | AsmParser support for immediate constant aggregate... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Dan Gohman | CPPBackend support for extractvalue and insertvalue. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Dan Gohman | Abort on an unrecognized opcode. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Dan Gohman | Update the CPP backend for the ConstantFP::get API... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Duncan Sands | Remove some DAG combiner assumptions about sizes |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Duncan Sands | Test that prune-eh doesn't make deductions based |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Rafael Espindola | add support for PIC on linux x86-64 |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Chris Lattner | lower calls to abs to inline code, PR2337 |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Chris Lattner | Fix PR2411, where ip constant prop would propagate the |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Bill Wendling | Small formatting changes. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Chris Lattner | use 'continue' to make the function linker simpler... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Chris Lattner | minor changes to short circuit the 'no linkage' case... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Chris Lattner | simplify function visibility handling. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Tanya Lattner | Create dirs as needed. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Gabor Greif | removed two implicitly closed </p> tags to get it validate |
commit | commitdiff | tree | snapshot |
next |