Age | Commit message (Expand) | Author |
2005-06-04 | hack to fix bzip2 (bug 571) | Andrew Lenharth |
2005-06-02 | Make sure that Cygwin assembly includes _ as part of function names. | Reid Spencer |
2005-06-02 | Put in a hack for Cygwin that prevents mkdtemp from being used since | Reid Spencer |
2005-05-31 | try custom expanders, doesn't seem to expand yet, so disabled | Andrew Lenharth |
2005-05-31 | switch to the new live in thing. Really, this time it works | Andrew Lenharth |
2005-05-31 | switch to the new live in thing | Andrew Lenharth |
2005-05-31 | switch to the new live in thing | Andrew Lenharth |
2005-05-27 | match gcc, makes diff easier | Andrew Lenharth |
2005-05-26 | Fix 2005-05-12-Int64ToFP | Andrew Lenharth |
2005-05-21 | Make the registration hash_map static. No other module needs it. Also, | Reid Spencer |
2005-05-21 | Adjust the file comment to read a little easier. | Reid Spencer |
2005-05-21 | Make sure ... arguments are casted to sbyte* where needed. | Reid Spencer |
2005-05-21 | Add a "brief" comment for CastToCStr | Reid Spencer |
2005-05-20 | Fix mismatched type problem that crashed on cases like this: | Chris Lattner |
2005-05-20 | Fix Transforms/SimplifyCFG/switch-simplify-crash.ll | Chris Lattner |
2005-05-20 | C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream> | Nate Begeman |
2005-05-20 | Since everyone else has "fixed" this file, might as well join in the fun. | Misha Brukman |
2005-05-20 | Fix this a 3rd time :) | Chris Lattner |
2005-05-20 | fix compilation error due to no abort being defined. There is probably a bet... | Andrew Lenharth |
2005-05-20 | re-enable direct calls, this should just be a performance boost | Duraid Madina |
2005-05-20 | this seems dead (and broke the ia64 build, so..) | Duraid Madina |
2005-05-20 | Give the asmparser the ability to parse strings. Patch contributed by | Chris Lattner |
2005-05-20 | Fix tail call support in VC++ builds | Jeff Cohen |
2005-05-19 | Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them | Chris Lattner |
2005-05-19 | Tailcalls require stubs to be emitted. Otherwise, the compilation callback | Chris Lattner |
2005-05-18 | Wrap long lines | Misha Brukman |
2005-05-18 | teach the inliner about coldcc and noreturn functions | Chris Lattner |
2005-05-16 | comment the hpux bit | Duraid Madina |
2005-05-16 | HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes | Duraid Madina |
2005-05-15 | Don't look for __builtin_ffs, we'll never see it from llvm-gcc and there's | Reid Spencer |
2005-05-15 | Provide this optimization as well: | Reid Spencer |
2005-05-15 | PPC "branch and link" instructions are branches in the PPC sense, but not | Chris Lattner |
2005-05-15 | Fix andrews changes to fit in 80 columns | Chris Lattner |
2005-05-15 | Duh .. you actually have to #include Config/config.h before you can test | Reid Spencer |
2005-05-15 | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer |
2005-05-15 | make angry compilers happy again | Duraid Madina |
2005-05-15 | aCC and STLport complained about this, because they're like that | Duraid Madina |
2005-05-15 | don't reserve space for tailcall arg areas. It explicitly managed. | Chris Lattner |
2005-05-15 | Teach reginfo how to deal with ADJSTACKPTRri, allowing us to generate: | Chris Lattner |
2005-05-15 | Implement proper tail calls in the X86 backend for all fastcc->fastcc | Chris Lattner |
2005-05-15 | Add some simplifications for MULH[SU]. This allows us to compile this: | Chris Lattner |
2005-05-15 | Add markers in the asm file for tail calls, add a new ADJSTACKPTRri | Chris Lattner |
2005-05-15 | When inserting callee-save register reloads, make sure to skip over any | Chris Lattner |
2005-05-15 | Yes, calltarget is the operand of the day. | Chris Lattner |
2005-05-14 | When emitting the function epilog, check to see if there already a stack | Chris Lattner |
2005-05-14 | Add some new instructions | Chris Lattner |
2005-05-14 | Changes for ffs lib call simplification: | Reid Spencer |
2005-05-14 | Fix construction of ioport intrinsics, fixing X86/io.llx and io-port.llx | Chris Lattner |
2005-05-14 | Preserve calling conv when hacking on calls | Chris Lattner |
2005-05-14 | preserve calling conventions when hacking on code | Chris Lattner |