- 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
- afc407e Apply "Instead of loading small c string constant, use integer constant directly" transformation while processing load instruction. by Devang Patel · 18 years ago
- a5bfc97 Apply Chris' suggestions. by Evan Cheng · 18 years ago
- 7ef1a4b Change fp to sint legalization on x86-32 to do 2 x i32 by Chris Lattner · 18 years ago
- 2ff75ee fix some funny indentation, add comments. by Chris Lattner · 18 years ago
- 95f0ab6 One more extract_subreg coalescing bug fix. by Evan Cheng · 18 years ago
- 28e9a5f Update comments. by Evan Cheng · 18 years ago
- 234c6c6 Yet another test case for extract_subreg coalescing crash. by Evan Cheng · 18 years ago
- 3c1f4a4 Fix MergeValueInAsValue(). It allows overlapping live ranges but should replace by Evan Cheng · 18 years ago
- 3f4b80e Clean up code that calculate MBB live-in's. by Evan Cheng · 18 years ago
- 4ca980e Clean up code that calculate MBB live-in's. by Evan Cheng · 18 years ago
- 05d2318 Move splitBlock into DomTreeBase from DomTree. by Owen Anderson · 18 years ago
- 16a04f3 Use immediate stores. by Devang Patel · 18 years ago
- db44bf8 Disable attempts to constant fold PPC f128. by Dale Johannesen · 18 years ago
- 280f8a2 Fix some formatting. by Owen Anderson · 18 years ago
- 11923cc Some clean up. by Evan Cheng · 18 years ago
- 49b653a Template DominatorTreeBase by node type. This is the next major step towards by Owen Anderson · 18 years ago
- dcd8f78 Fix PR1734. by Evan Cheng · 18 years ago
- cef254f New test for svn rev 43033, radar 5538745. by Dale Johannesen · 18 years ago
- c274f54 Check for invalid cc's in f80 select. by Dale Johannesen · 18 years ago
- f602a25 Fix a bug handling frame references in ppc inline asm when the frame offset by Chris Lattner · 18 years ago
- 67c18d5 Document the fact that the verifier currently requires the by Duncan Sands · 18 years ago
- af47b11 Initial infrastructure for arbitrary precision integer by Duncan Sands · 18 years ago
- a7c97a7 Fixes due to lack of type-safety for ValueType: (1) ValueType by Duncan Sands · 18 years ago
- 448175f Correction to tail call optimization code. The new return address by Arnold Schwaighofer · 18 years ago
- 8b0b874 Code clean up. by Evan Cheng · 18 years ago
- 59e8425 implement promotion of select and select_cc, allowing MallocBench/gs to by Chris Lattner · 18 years ago
- c4c9660 Teach IntrinsicLowering.cpp about the sin, cos, and pow intrinsics. by Dan Gohman · 18 years ago
- 4859e27 Make CalcLatency() non-recursive. by Evan Cheng · 18 years ago
- 82f209e Fix a typo in a comment. by Dan Gohman · 18 years ago
- e9bb13d Document the -view-sunit-dags option. by Dan Gohman · 18 years ago
- 91c284c Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback by Dan Gohman · 18 years ago
- 1de7c1d Change LowerFP_TO_SINT to create the specific code it needs instead of by Chris Lattner · 18 years ago
- 87c8935 LowerFP_TO_SINT must not create a stack object if it's not needed. by Evan Cheng · 18 years ago