2008-05-16 |
Evan Cheng | Re-enable tail duplication pass (now with default thres... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Evan Cheng | Do not dup malloc, vector instructions, etc. Throttle... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Remove ADCE's ability to delete loops. This ability... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Move this test from ADCE to loop deletion, where it... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Use loop deletion instead of ADCE in these tests. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Clean ups for loop deletion based on Chris' feedback. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Use loop deletion instead of ADCE for removing loops. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Fix this test. It was testing broken behavior in that... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Chris Lattner | implement PR2328. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Use common where we mean common, not weak. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Treat common as distinct from weak global on Darwin... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dan Gohman | Revert the change from r51157 in |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dan Gohman | Update comments based on Duncan's feedback. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dan Gohman | Fix a bug in LoopStrengthReduce that caused it to emit... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dale Johannesen | Remove the S92 code, which really has nothing to do |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dale Johannesen | Evan has implemented this on ppc, so run the test there. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Evan Cheng | Fix typos and comments. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dale Johannesen | Allow an extra bit for CommonLinkage. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Nate Begeman | Actually scalarize the operand to BIT_CONVERT instead... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Steve Naroff | Reverting r51100...I need to use VC++ 2005. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dan Gohman | IR support for extractvalue and insertvalue instruction... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Dan Gohman | Use static and anonymous namespaces consistently with... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Devang Patel | Revert 51067 check-in for now. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Devang Patel | Remove useless check. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Evan Cheng | Disable JIT symbol table for now. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Duncan Sands | Use of UINT_MAX requires climits, at least when |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Gabor Greif | ignore generated files and product directories |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Evan Cheng | Make use of vector load and store operations to impleme... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Evan Cheng | Remove tail duplication pass. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Nate Begeman | Move the operator new and operator delete out of line... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dale Johannesen | Don't assume underlying APInt type is limited |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Bill Wendling | Situations can arise when you have a function called... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dale Johannesen | Remove undefined behavior in hex string->APFloat |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Use a better idiom to silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Chris Lattner | rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Silence warnings. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Nate Begeman | Add support to IR builder for new vicmp, vfcmp routines |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Really silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Nate Begeman | Don't generate unused variables in a no-assert build |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Really silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dale Johannesen | CommonLinkage (missed a file) |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dale Johannesen | Generated files for CommonLinkage. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dale Johannesen | Add CommonLinkage; currently tentative definitions |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Silence some compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Devang Patel | Simplify internalize pass. Add test case. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dan Gohman | When bit-twiddling CondCode values for integer comparis... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Devang Patel | Recover nestedloop regression reported by nightly tester. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Tanya Lattner | Check if llvm-gcc is available before running tests... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Sanjiv Gupta | Detabification. Fixed indentation and spacing. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Roman Levenstein | Do not generate by TableGen the hard-coded standard... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Argyrios Kyrtzidis | Upgrading clang VC++ solution to VC++ express 2008. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Duncan Sands | Make this test pass on x86-32 linux. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Argyrios Kyrtzidis | Adding missing files to Transforms and VMCore VC++... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Arnold Schwaighofer | Add documentation for tail call optimization to CodeGen... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Sanjiv Gupta | Added configure switches for PIC16 in configure.ac. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Nicolas Geoffray | Fix typo in ParameterAttribute fields usage. Add an... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Sanjiv Gupta | Fixed the file description header at the top to remove... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dan Gohman | Commit the header I accidentally left out of 51083. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Evan Cheng | Doh. Alignment is in bytes, not in bits. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dan Gohman | Change target-specific classes to use more precise... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dan Gohman | Move RemoveFromVector out of the global namespace. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dan Gohman | Whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dan Gohman | Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dan Gohman | Make getNumContainedManagers and getNumContainedPasses... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dan Gohman | Make PassInfo noncopyable. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Devang Patel | Do not run instruction combiner in middle of loop optim... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Dan Gohman | Split the loop unroll mechanism logic out into a utilit... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Owen Anderson | Fix Analysis/BasicAA/pure-const-dce.ll. This turned... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Gabor Greif | Merge of r51073-51074 from use-diet branch. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Eric Christopher | Make this function public. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Devang Patel | Dominance Frontier is cfg only pass. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Owen Anderson | Fix memdep's handling of invokes when finding the depen... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Chris Lattner | Update the Win32 project files, patch by Razvan Aciu! |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Dale Johannesen | Fix for PR 2323, infinite loop in tail dup. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Evan Cheng | - Fix the pasto in the fix for a previous pasto. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Dan Gohman | s/indicies/indices/ and clarify the extractvalue and... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Nate Begeman | Fix one more encoding bug. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Sanjiv Gupta | Added configure switches for PIC16 backend. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Evan Cheng | - Don't treat anyext 16-bit load as a 32-bit load if... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Anton Korobeynikov | Add thin layer over StringMap to form StringSet. By... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Owen Anderson | Make the non-local CSE safety checks slightly more... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Sanjiv Gupta | Adding files for Microchip's PIC16 target. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Evan Cheng | Instead of a vector load, shuffle and then extract... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Owen Anderson | Add a testcase for non-local CSE of read-only calls. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Owen Anderson | Add support for non-local CSE of read-only calls. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Gabor Greif | Derive GetResultInst from UnaryInstruction, this simpli... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Dan Gohman | Change class' public PassInfo variables to by initializ... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Nate Begeman | 80 col / tabs fixes |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Nate Begeman | Fix and encoding error in the psrad xmm, imm8 instruction. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Evan Cheng | On x86, it's safe to treat i32 load anyext as a normal... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Dan Gohman | Initial documentation for first-class aggregates changes. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Dan Gohman | Fix a malformed %gt; |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Nate Begeman | Teach Legalize how to scalarize VSETCC |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Evan Cheng | Xform bitconvert(build_pair(load a, load b)) to a singl... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Dale Johannesen | New test for tail merging |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Dale Johannesen | Be more aggressive about tail-merging small blocks |
commit | commitdiff | tree | snapshot |
next |