- d2ae9a9 Fix some code to make it actually work. by Owen Anderson · 18 years ago
- 8c6c72d Put correct link in example by Bill Wendling · 18 years ago
- c38ef54 add part 1, review appreciated. by Chris Lattner · 18 years ago
- 9de3c39 add an outline for "part 2". by Chris Lattner · 18 years ago
- 7d63bea rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. by Chris Lattner · 18 years ago
- 42b08be Fix an unfolding bug. by Evan Cheng · 18 years ago
- cbfb9b2 - Only perform the unfolding optimization when the folding in question is modref. by Evan Cheng · 18 years ago
- d958a5a add a mechanism for the JIT to invoke a function to lazily create functions as they are referenced. by Chris Lattner · 18 years ago
- ec2fcaf llvm-gcc3 is dead, along with it __main. by Chris Lattner · 18 years ago
- a024e8c Reg2Mem cleanup and optimizations: by Anton Korobeynikov · 18 years ago
- c618503 LoadLibraryPermanently doesn't throw. by Chris Lattner · 18 years ago
- 8b5295b Add a convenience method for creating EE's. by Chris Lattner · 18 years ago
- 61c7ef3 Allow for copysign having f80 second argument. Fixes 5550319. by Dale Johannesen · 18 years ago
- d0e908e Add promote operand support for [su]int_to_fp. by Chris Lattner · 18 years ago
- 0ec16ee Some improvements based on feedback from Anders. by Owen Anderson · 18 years ago
- 7d69c95 Fix some weird indenting in code. by Owen Anderson · 18 years ago
- 2d279f8 Use getOrInsertFunction() in tutorial 1. This makes for shorter, simpler, and better example code. by Owen Anderson · 18 years ago
- 6f1fd94 Add the beginnings of an LLVM tutorial. If anyone has suggestions, comments, by Owen Anderson · 18 years ago
- be5a0a4 Add result promotion of FP_TO_*INT, fixing CodeGen/X86/trunc-to-bool.ll by Chris Lattner · 18 years ago
- aaeb0c8 simplify some code. by Chris Lattner · 18 years ago
- d20154c Implement promote and expand for operands of memcpy and friends. by Chris Lattner · 18 years ago
- b9d5e7c Added missing curly braces which renders the if clause useless in debug build. by Evan Cheng · 18 years ago
- e526962 Fix a few places vector operations were not getting by Dale Johannesen · 18 years ago
- f7c9695 Resolve unfold tables ambiguity. by Evan Cheng · 18 years ago
- 40eaa99 New test case. by Evan Cheng · 18 years ago
- 66f7163 Local spiller optimization: by Evan Cheng · 18 years ago
- 80629c8 Don't branch fold inline asm statements. by Bill Wendling · 18 years ago
- 7f5f685 Add support for a few more nodes. by Duncan Sands · 18 years ago
- b6210fc Redo "last ppc long double fix" as Chris wants. by Dale Johannesen · 18 years ago
- 4f78af8 Removed "-arch i386" by popular demand... by Bill Wendling · 18 years ago
- 2205895 Now with RUN line! by Bill Wendling · 18 years ago
- 8c0247d Remove the Foundation.h file because not everyone has that. by Bill Wendling · 18 years ago
- 3305aaa This test now passes. by Devang Patel · 18 years ago
- a98c7b3 Update this file for 2.0 syntax. Contributed by Jan Rehders by Anton Korobeynikov · 18 years ago
- f185e67 Fix a really nasty vector miscompilation bill recently introduced. by Chris Lattner · 18 years ago
- b38e795 Updated VC++ build system by Hartmut Kaiser · 18 years ago
- 1c4d492 rename ExpandOperation to ExpandOperationResult, as suggested by Duncan by Chris Lattner · 18 years ago
- 7b73a5d split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend. by Rafael Espindola · 18 years ago
- c8ca236 Support for expanding ADDE and SUBE. by Duncan Sands · 18 years ago
- 5d868b1 If the value types are equal then this routine by Duncan Sands · 18 years ago
- 618b0d5 Test byval with a 8 bit aligned struct by Rafael Espindola · 18 years ago
- 5c0d6ed Add support for byval function whose argument is not 32 bit aligned. by Rafael Espindola · 18 years ago
- 1f39dc4 Implement a few new operations. by Chris Lattner · 18 years ago
- 50f4395 Implement expansion of SINT_TO_FP and UINT_TO_FP operands. by Chris Lattner · 18 years ago
- c99df1b implement support for custom expansion of any node type, in one place. by Chris Lattner · 18 years ago
- 26cb286 comment fixes by Chris Lattner · 18 years ago
- 597ab48 Make use of TLI.ExpandOperation, remove softfloat stuff. by Chris Lattner · 18 years ago
- c224a53 add expand support for bit_convert result, even allowing custom expansion. by Chris Lattner · 18 years ago
- f58dac3 add a new target hook. by Chris Lattner · 18 years ago
- 3a7c33a Add an easy microoptimization I noticed. by Chris Lattner · 18 years ago
- 95cf196 New test. by Devang Patel · 18 years ago
- 1851898 Negative indices aren't allowed here. by Bill Wendling · 18 years ago
- fabd32d More ppcf128 issues (maybe the last)? by Dale Johannesen · 18 years ago
- f0a0cdd - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but only returns the opcode of the instruction post unfolding. by Evan Cheng · 18 years ago
- 58184e6 Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister public interface. by Evan Cheng · 18 years ago
- 99db6ad Try again. by Devang Patel · 18 years ago
- b388ca9 Allow GVN to eliminate redundant calls to functions without side effects. by Owen Anderson · 18 years ago
- c5ccbdb Add an uppercase conversion utility function. by Christopher Lamb · 18 years ago
- a4c7910 Fix a misnamed parameter. by Christopher Lamb · 18 years ago
- 91ee18c Fix a typo by Christopher Lamb · 18 years ago
- a0bc7fc Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by by Chris Lattner · 18 years ago
- 50c26b6 Fix the command line. by Bill Wendling · 18 years ago
- 45211d7 Fix test. by Devang Patel · 18 years ago
- b7daa84 this doesn't need dynamic_cast. by Chris Lattner · 18 years ago
- a0d9de0 remove dead file by Chris Lattner · 18 years ago
- fe3e3f4 Reduce reliance on rtti info by Chris Lattner · 18 years ago
- 53336cb fix typo by Chris Lattner · 18 years ago
- 44b38f2 update comment. by Chris Lattner · 18 years ago
- 8dc2e28 This requires rtti info because tblgen uses commandline, by Chris Lattner · 18 years ago
- 6c1ba31 tblgen uses dynamic_cast heavily, so it needs rtti info by Chris Lattner · 18 years ago
- d904860 Updated VC++ build system by Hartmut Kaiser · 18 years ago
- 38ffcc9 Work around downrev gccs which do not inherit visibility of the by Gordon Henriksen · 18 years ago
- 9bb4ea0 Missing 'public' keyword. by Gordon Henriksen · 18 years ago
- 90bfc2d Pointer arithmetic should be done with the index the same size as the pointer. by Bill Wendling · 18 years ago
- 70ba3d4 Support for ADDC/SUBC. by Duncan Sands · 18 years ago
- 4ae31a5 Really fix PR1734. Carefully track which register uses are sub-register uses by by Evan Cheng · 18 years ago
- cf1d725 Remove unnecessary include. by Evan Cheng · 18 years ago
- 65a3323 legalizing the ret operation on f64 shouldn't introduce a new by Chris Lattner · 18 years ago
- 7b71432 Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInternals.h by Owen Anderson · 18 years ago
- cd2858e XFAIL for now. by Devang Patel · 18 years ago
- 52e2d83 Changed the return type of type-specific Allocate() methods to return by Ted Kremenek · 18 years ago
- afa222c Reverting r43070 for now. It's causing llc test failures. by Evan Cheng · 18 years ago
- d941718 Test to make sure we don't generate unwind info for non-64-bit Objective-C. by Bill Wendling · 18 years ago
- fa47104 ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using by Ted Kremenek · 18 years ago
- 129d7d3 Removed inclusion of cassert, which is no longer needed. by Ted Kremenek · 18 years ago
- 6740463 Minor cosmetic cleanups in the calculation of alignments for by Ted Kremenek · 18 years ago
- 87f3870 Added template function alignof() which provides a clean by Ted Kremenek · 18 years ago
- 774577c Reverting unnecessary commit of generated files. by Gordon Henriksen · 18 years ago
- 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 18 years ago
- 9080aab Updated StringMap to use llvm::AlignOf to compute the alignment of map entries. by Ted Kremenek · 18 years ago
- 601f5cf Ignoring test/Transforms/LoopIndexSplit/Output. by Gordon Henriksen · 18 years ago
- 869a334 Added member template functions to MallocAllocator and by Ted Kremenek · 18 years ago
- a4d9869 Added llvm::AlignOf, a template class whose purpose is to portably by Ted Kremenek · 18 years ago
- 8445832 Do not raise free() call that is called through invoke instruction. by Devang Patel · 18 years ago
- 469b7a4 Fixed linker errors (unresolved externals: split<>(...)) when compiling with VC++. Please review. by Hartmut Kaiser · 18 years ago
- ba83b7e Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is by Dan Gohman · 18 years ago
- 3b7cf0a Define a helper function ConstantVector::getSplatValue for testing for by Dan Gohman · 18 years ago
- efd4a51 Updated VC++ build system. Silenced some VC warnings. by Hartmut Kaiser · 18 years ago
- c623096 Add support for ISD::SELECT in SplitVectorOp. by Dan Gohman · 18 years ago
- f411b83 Return Expand from getOperationAction for all extended by Duncan Sands · 18 years ago