Age | Commit message (Expand) | Author |
2010-03-05 | Fix these constants to be more portable. | Dan Gohman |
2010-03-05 | Rewrite i64-to-f64 conversion using an algorithm which handles | Dan Gohman |
2010-03-05 | Trivial comment change. | Johnny Chen |
2010-03-05 | Add missing break for Intrinsic::objectsize case. It was falling through to t... | Evan Cheng |
2010-03-05 | disable libprofile on cygwin, patch by Aaron Gray. | Chris Lattner |
2010-03-05 | Only build libedis if ENABLE_SHARED is specified, just like liblto. | Chris Lattner |
2010-03-05 | liblto and gold don't need to be built in serial | Chris Lattner |
2010-03-05 | add an assertion requested on llvmdev. | Chris Lattner |
2010-03-05 | Revert r97766. It's deleting a tag. | Bill Wendling |
2010-03-05 | Micro-optimization: | Bill Wendling |
2010-03-05 | Fix some more places where dbg_value affected codegen. | Dale Johannesen |
2010-03-04 | Add metadata example. | Devang Patel |
2010-03-04 | Stop leaking MDStrings. | Jeffrey Yasskin |
2010-03-04 | Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit version | Johnny Chen |
2010-03-04 | Fix memcheck-found leaks: one false positive from using new[], and one true | Jeffrey Yasskin |
2010-03-04 | For SJLJ exception handling, make sure that all calls that are not marked | Jim Grosbach |
2010-03-04 | pr6478: The frame pointer spill frame index is only defined when there is a | Bob Wilson |
2010-03-04 | Run machine licm before machine cse to avoid messing up licm opportunities. | Evan Cheng |
2010-03-04 | Avoid cse load instructions unless they are known to be invariant loads. | Evan Cheng |
2010-03-04 | pr6480: Don't try producing ld/st-multiple instructions when the address is | Bob Wilson |
2010-03-04 | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar |
2010-03-04 | Fix the remaining MUL8 and DIV8 to define AX instead of AL,AH. | Jakob Stoklund Olesen |
2010-03-04 | Fix recognition of 16-bit bswap for C front-ends which emit the | Dan Gohman |
2010-03-04 | not committing what you test = bad. | Chris Lattner |
2010-03-04 | make gep matching in fastisel match the base of the gep as a | Chris Lattner |
2010-03-04 | add a statistic for # times fastisel fails. | Chris Lattner |
2010-03-04 | Fix PR6360. It's easy for a stub's address to escape to user code, so we can't | Jeffrey Yasskin |
2010-03-04 | Fix a typo Duncan noticed. | Dan Gohman |
2010-03-04 | Added 32-bit Thumb instructions for Preload Data (PLD, PLDW) and Preload | Johnny Chen |
2010-03-04 | Simplify the condition-checking logic and hopefully clear up a build failure | John McCall |
2010-03-04 | Teach lit to honor conditional directives. The syntax is: | John McCall |
2010-03-04 | Make the 'icmp pred trunc(ext(X)), CST --> icmp pred X, ext(trunc(CST))' | Nick Lewycky |
2010-03-04 | Fix PR5291, in which a SmallPtrSet iterator was held across an insertion into | Jeffrey Yasskin |
2010-03-04 | Rename -machine-cse to -enable-machine-cse. | Evan Cheng |
2010-03-04 | add a comment. | Chris Lattner |
2010-03-04 | so hey, it turns out that the histogram was completely wrong, because | Chris Lattner |
2010-03-04 | Look ahead a bit to determine if a physical register def that is not marked d... | Evan Cheng |
2010-03-04 | zap fixme. | Chris Lattner |
2010-03-04 | now that complexpatterns are all emitted at the end of the match | Chris Lattner |
2010-03-04 | change the new isel matcher to emit ComplexPattern matches | Chris Lattner |
2010-03-04 | Make sure JITResolvers don't leave any stubs behind. When a JITResolver was | Jeffrey Yasskin |
2010-03-04 | enhance comment output to specify what recorded slot | Chris Lattner |
2010-03-04 | Fix more code to work properly with vector operands. Based on | Dan Gohman |
2010-03-04 | Teach the pic16 target to recognize pic16-*-* triples. | John McCall |
2010-03-04 | inline CannotYetSelectIntrinsic into CannotYetSelect and simplify. | Chris Lattner |
2010-03-03 | Fix a logic error. An instruction that has a live physical register def canno... | Evan Cheng |
2010-03-03 | Remove PHINodeTraits and use MachineInstrExpressionTrait instead. | Evan Cheng |
2010-03-03 | Expose the rest of the llvm-c scalar opts to ocaml. | Erick Tryzelaar |
2010-03-03 | Rename some ocaml functions. | Erick Tryzelaar |
2010-03-03 | Expose the external functions for ocaml's execution engine as an optimization. | Erick Tryzelaar |