- bb626a6 Move ConstantRange class to lib/Support from lib/Analysis and make its by Reid Spencer · 18 years ago
- 3da4384 Provide an ICmpInst::makeConstantRange to generate a ConstantRange value by Reid Spencer · 18 years ago
- 8782d48 Chain is on second operand. by Jim Laskey · 18 years ago
- 581b0d4 For PR1205: by Reid Spencer · 18 years ago
- f57fc81 Implement a convenience method to construct a ConstantInt directly from an by Reid Spencer · 18 years ago
- dc5c159 For PR1205: by Reid Spencer · 18 years ago
- f1b214d Add intelligence about where to break large blocks. by Dale Johannesen · 18 years ago
- eac6607 remove dead option by Chris Lattner · 18 years ago
- ba3f7c6 Eliminate enable-x86-fastcc by Chris Lattner · 18 years ago
- 3f09fc2 Handle mix of personalities. by Jim Laskey · 18 years ago
- 63f3e3f Provide a more meaningful name. by Jim Laskey · 18 years ago
- 64ce0ca MERGE_VALUES unnecessary. by Jim Laskey · 18 years ago
- 7e08570 fastcc -> fastcall by Chris Lattner · 18 years ago
- 7050080 bugfix: fastcall does not require the first two params to be marked 'inreg', by Chris Lattner · 18 years ago
- b5d8088 fastcc -> fastcall by Chris Lattner · 18 years ago
- 08553f9 fastcc -> fastcall by Chris Lattner · 18 years ago
- 663e711 For PR1205: by Reid Spencer · 18 years ago
- 9490077 Make the trunc/sext/zext methods return APInt& so that these operations by Reid Spencer · 18 years ago
- f225344 Make APInt a little more friendly to its users: by Reid Spencer · 18 years ago
- a0a6278 Fix a typo, thanks Bill! by Nate Begeman · 18 years ago
- fec910c More Mach-O writer improvements. by Nate Begeman · 18 years ago
- e32bbf6 use high-level functions in CCState by Chris Lattner · 18 years ago
- 66baf26 add methods for analysis of call results and return nodes. by Chris Lattner · 18 years ago
- 638402b make use of helper functions in CCState for analyzing formals and calls. by Chris Lattner · 18 years ago
- fb39f99 add methods to analyze calls and formals. by Chris Lattner · 18 years ago
- e5876ce add a newline at end of file by Chris Lattner · 18 years ago
- f5d280a switch LowerFastCCCallTo over to using the new fastcall description. by Chris Lattner · 18 years ago
- fc664c1 switch LowerFastCCArguments over to using the autogenerated Fastcall description. by Chris Lattner · 18 years ago
- 011bcc8 add new CC_X86_32_FastCall calling conv, which describes fastcall on win32. by Chris Lattner · 18 years ago
- fcf1a3d rearrange code by Chris Lattner · 18 years ago
- 2db39b8 remove fastcc (not fastcall) support by Chris Lattner · 18 years ago
- f39f771 switch LowerCCCArguments over to using autogenerated CC. by Chris Lattner · 18 years ago
- c0bdf34 simplify sret handling by Chris Lattner · 18 years ago
- 423c5f4 switch LowerCCCCallTo over to using an autogenerated callingconv by Chris Lattner · 18 years ago
- 370bdda rename stuff by Chris Lattner · 18 years ago
- 62247f6 rename some CCActions, add CCIfInReg by Chris Lattner · 18 years ago
- e3bab80 rename some CCActions by Chris Lattner · 18 years ago
- fd3542f correct dependency by Chris Lattner · 18 years ago
- 59ed56b switch return value passing and the x86-64 calling convention information by Chris Lattner · 18 years ago
- 3d55910 make subtarget references work. by Chris Lattner · 18 years ago
- 2092c8a implement CCPromoteToType by Chris Lattner · 18 years ago
- 7fc0832 Describe how arbitrary precision integers are written to the bytecode. by Reid Spencer · 18 years ago
- fa1353c Implement reading of arbitrary precision integers. by Reid Spencer · 18 years ago
- 9abd138 Implement writing of arbitrary precision integers. by Reid Spencer · 18 years ago
- 38c91a9 Regenerate. by Reid Spencer · 18 years ago
- c34ebfb Implement arbitrary integer constants through the use of APInt values. by Reid Spencer · 18 years ago
- f231004 Implement support for aribrary precision integers by creating two new by Reid Spencer · 18 years ago
- 84b4eec getActiveWords should return the number of words, not the index of the by Reid Spencer · 18 years ago
- ff60576 Fix a bug in RoundDoubleToAPInt where it would force the size to 64 bits by Reid Spencer · 18 years ago
- 36230cd Make requiresRegisterScavenging determination on a per MachineFunction basis. by Evan Cheng · 18 years ago
- 63f8a21 Fix test case. by Evan Cheng · 18 years ago
- 41a4d56 Temporary: make R12 available in ARM mode if RegScavenger is being used. by Evan Cheng · 18 years ago
- 1b051fc Start making use of RegScavenger. by Evan Cheng · 18 years ago
- 5e6df46 PEI now passes a RegScavenger ptr to eliminateFrameIndex. by Evan Cheng · 18 years ago
- 37f15a6 MRegisterInfo disowns RegScavenger. It's immutable. by Evan Cheng · 18 years ago
- f5c0fd9 Join two lines that can be joined. by Reid Spencer · 18 years ago
- 9d3c519 Add some syntactic sugar. by Reid Spencer · 18 years ago
- 012d50b Pull out the stops. by Reid Spencer · 18 years ago
- 80f8481 Remove some redundancy. by Reid Spencer · 18 years ago
- 15991bf Minor tweak. Allocate r0 to r3 in reverse order, r3 is least likely to be livein to a function. by Evan Cheng · 18 years ago
- 898218c Some more code clean up. by Evan Cheng · 18 years ago
- 3e8a541 reenable generation of CC info by Chris Lattner · 18 years ago
- 8cab162 Oops. by Evan Cheng · 18 years ago
- 50d4565 reapply by Chris Lattner · 18 years ago
- 88ee2a1 *** empty log message *** by Chris Lattner · 18 years ago
- 681dcd1 Implement countLeadingOnes() and getMinSignedBits(). This helps to minimize by Reid Spencer · 18 years ago
- 3fae29a Back out previous commit temporarily. by Evan Cheng · 18 years ago
- 53c9b3f Backing out by Evan Cheng · 18 years ago
- 5ef9226 Let MRegisterInfo now owns RegScavenger; eliminateFrameIndex must preserve register kill info. by Evan Cheng · 18 years ago
- 3f6fd87 Let MRegisterInfo now owns RegScavenger. by Evan Cheng · 18 years ago
- bb6fb33 RegScavenger interface change to make it more flexible. by Evan Cheng · 18 years ago
- 171eed5 Let MRegisterInfo owns RegScavenger. by Evan Cheng · 18 years ago
- 659ba97 Pass IsImp, IsKill, and IsDead to ChangeToRegister. by Evan Cheng · 18 years ago
- 87d266e This test passes on x86/Linux now. by Reid Spencer · 18 years ago
- f458030 implement CCMatchIfCC in terms of CCMatchIf by Chris Lattner · 18 years ago
- 8bcc4ae build cc info by Chris Lattner · 18 years ago
- bcc3c19 target for generating CC info by Chris Lattner · 18 years ago
- 798dc7a initial support for calling convention generation, still unfinished. by Chris Lattner · 18 years ago
- 914c3bc Adjust to changes in the APInt interface. by Reid Spencer · 18 years ago
- 66ed109 Improve APInt interface: by Reid Spencer · 18 years ago
- 96d9137 Conform to single person attribution in file comment. by Reid Spencer · 18 years ago
- a5c7472 For PR1205: by Reid Spencer · 18 years ago
- 55fc8a4 Update for constant folding now generating undef and overflow correctly. by Reid Spencer · 18 years ago
- 67d2f3a Shifting by the bit width now produces undef, not 0. by Reid Spencer · 18 years ago
- 1fa111e 1. Fix three serious bugs in the comparison code. by Reid Spencer · 18 years ago
- 409f092 Allow the RoundDoubleToAPInt function to specify a width to use. by Reid Spencer · 18 years ago
- dbec2d9 a note by Chris Lattner · 18 years ago
- 84da80d Make getPassManagerType() const. by Devang Patel · 18 years ago
- 05c180b Fix parenthesis for BCTRL_{ELF|Macho} test. by Nicolas Geoffray · 18 years ago
- 63f8fb1 Differentiate between the MachO and the ELF ABI the CALL instruction. by Nicolas Geoffray · 18 years ago
- d313a9b Duplicate use of LR, take 2. by Jim Laskey · 18 years ago
- 45cdf30 Added myself by Nicolas Geoffray · 18 years ago
- 940685e Allow the AsmWriter to print out arbitrary precision integers. by Reid Spencer · 18 years ago
- 8374db8 Correct the implelmentation of ConstantInt::getAllOnesValue() for bit by Reid Spencer · 18 years ago
- b4d8ae5 Get rid of extraneous // in file comment. by Reid Spencer · 18 years ago
- d637a8b Add calling convention info by Chris Lattner · 18 years ago
- 9472c37 For PR1205: Implement constant folding via APInt instead of uint64_t. by Reid Spencer · 18 years ago
- 0083664 move target independent calling convention stuff to TargetCallingConv.td by Chris Lattner · 18 years ago
- d50110d fill in some holes by Chris Lattner · 18 years ago
- 9774c91 switch x86-64 return value lowering over to using same mechanism as argument by Chris Lattner · 18 years ago