- f5a69fe Update win32 VStudio project files to keep pace with recently added and deleted files by Chuck Rose III · 17 years ago
- 1a66f0a Recover most of the compile time regression due to recent live interval changes. by Evan Cheng · 17 years ago
- 51195af Added method to get Mips register numbers by Bruno Cardoso Lopes · 17 years ago
- a2b1bb5 Changed stack allocation On LowerFORMAL_ARGUMENTS. by Bruno Cardoso Lopes · 17 years ago
- dc0c04c Mask directive completed with CalleeSave info by Bruno Cardoso Lopes · 17 years ago
- 2d4575e Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS by Bruno Cardoso Lopes · 17 years ago
- 92103de Cut off crazy computation. This helps PR1622 slightly. by Chris Lattner · 17 years ago
- 1cd39a4 Use simpler test to filter loops. by Devang Patel · 17 years ago
- 9bd8a56 Add explicit triples to avoid default behavior that varies by host. by Dan Gohman · 17 years ago
- f1355a5 by David Greene · 17 years ago
- 44c8265 Add a comment about using libc memset/memcpy or generating inline code. by Rafael Espindola · 17 years ago
- 56fe9b7 Remove this test as it is too hard to fix after the by Duncan Sands · 17 years ago
- d58cf12 Fix this test: llvm-gcc-4.2 optimizes almost everything away, by Duncan Sands · 17 years ago
- e9c8fa0 Make DAGCombiner's global alias analysis query more precise in the case by Dan Gohman · 17 years ago
- e22814b Now that we don't output cleanups by default, the action by Duncan Sands · 17 years ago
- 5f43f92 If the source and destination pointers in an llvm.memmove are known by Dan Gohman · 17 years ago
- e378495 Change comments to refer to @malloc and @free instead of %malloc and %free. by Dan Gohman · 17 years ago
- 6590b04 There is an impedance matching problem between LLVM and by Duncan Sands · 17 years ago
- 81975f6 Add explicit keywords and remove spurious trailing semicolons. by Dan Gohman · 17 years ago
- 6b83b5d call libc memcpy/memset if array size is bigger then threshold. by Rafael Espindola · 17 years ago
- 9f528e6 Don't promote volatile loads/stores. This is needed (for example) to handle setjmp/longjmp properly. by Anton Korobeynikov · 17 years ago
- 5dfcf43 Don't DSe volatile stores. by Owen Anderson · 17 years ago
- e6c1742 Revise per review comments. by Dale Johannesen · 17 years ago
- 87503a6 Add APFloat interface to ConstantFPSDNode. Change by Dale Johannesen · 17 years ago
- d79faee Move exit condition and exit branch from exiting block into loop header and dominator info. This avoid execution of dead iteration. Loop is already filter in the beginning such that this change is safe. by Devang Patel · 17 years ago
- be97c98 Constant split values needs upper bound and lower bound check, just like any other split value. by Devang Patel · 17 years ago
- 09ec1b0 Allow target constants to be illegal types. The target should by Chris Lattner · 17 years ago
- 4a69da9 While calculating upper loop bound for first loop and lower loop bound for second loop, take care of edge cases. by Devang Patel · 17 years ago
- 7df31dc Teach the dag scheduler to handle inline asm nodes with multi-value immediate operands. by Chris Lattner · 17 years ago
- cf4bb31 The personality function might need to be declared as: by Bill Wendling · 17 years ago
- 48884cd rename isOperandValidForConstraint to LowerAsmOperandForConstraint, by Chris Lattner · 17 years ago
- 21dcae1 Comment out declaration of operator== (undefined). by Dale Johannesen · 17 years ago
- 3e025dc Test by Neil Booth · 17 years ago
- 0b061363 Add self by Neil Booth · 17 years ago
- 5efa7e9 Rename llvm-gcc4 to llvm-gcc. by Tanya Lattner · 17 years ago
- 12595d7 Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. by Dale Johannesen · 17 years ago
- 8bb369b Use APFloat internally for ConstantFPSDNode. by Dale Johannesen · 17 years ago
- cd406fe sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst. by Chris Lattner · 17 years ago
- 7097e9a Fix regression that I caused yesterday night while adding logic to select appropriate split condition branch. by Devang Patel · 17 years ago
- 90e167a Disable EH generation until PPC works 100%. by Chris Lattner · 17 years ago
- b23f4c5 add a note by Chris Lattner · 17 years ago
- 4259fe3 It is not safe to execute split condition's true branch first all the time. If split by Devang Patel · 17 years ago
- c830aee Reject ICMP_NE as index split condition. by Devang Patel · 17 years ago
- b88e420 Tightenup loop filter. by Devang Patel · 17 years ago
- 7237d11 Remove incomplete cost analysis. by Devang Patel · 17 years ago
- d3b51fd Revised per review feedback from previous patch. by Dale Johannesen · 17 years ago
- ada530b silence some warnings in an optimized build. by Chris Lattner · 17 years ago
- 343e770 Change internal representation of ConstantFP to use APFloat. by Dale Johannesen · 17 years ago
- 57e4785 Fix this testcase: there are two matches for by Duncan Sands · 17 years ago
- 9e43d63 add some notes on really poor codegen. by Chris Lattner · 17 years ago
- aabd035 new example by Chris Lattner · 17 years ago
- 2f597bd Perform correct codegen for eh_dwarf_cfa intrinsic. by Anton Korobeynikov · 17 years ago
- 006f5a3 default this to radix 10 like the toString(Un)Signed methods. by Chris Lattner · 17 years ago
- 028760f Avoid hiding issues. by Chris Lattner · 17 years ago
- 9132a2b rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 17 years ago
- c00c2ba Implement review feedback on trampoline documentation. by Duncan Sands · 17 years ago
- 40fc353 Remove dead code. by Devang Patel · 17 years ago
- a24d918 Fix typo. by Devang Patel · 17 years ago
- 16adc23 update test to check that codegen works with llvm.used in llvm.metadata section by Andrew Lenharth · 17 years ago
- a8644e3 Cosmetic change by Devang Patel · 17 years ago
- b753a9b move this check. ppc outputs .no_dead_strip properly by Andrew Lenharth · 17 years ago
- adbda02 Add the PCSymbol for Darwin x86 platforms. by Bill Wendling · 17 years ago
- dc52395 Refactor loop condition check in a separate function. by Devang Patel · 17 years ago
- ea0fa97 Fix thinko. by Devang Patel · 17 years ago
- 9f30e22 Testcase for llvm.c* intrinsic failures. by Bill Wendling · 17 years ago
- 35a5cfe Test handling of complex constants as lvalues. by Duncan Sands · 17 years ago
- b08c6db Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces number of licenses used in LLVM. by Anton Korobeynikov · 17 years ago
- 0b8e02b Rename bunch of variables. by Devang Patel · 17 years ago
- 60cbab4 Preserve LCSSA. by Devang Patel · 17 years ago
- e79bad6 Use SmallVector. by Devang Patel · 17 years ago
- 7c6c55d No need to hardcode SmallVector size. by Devang Patel · 17 years ago
- 84f47c5 InlineAsm asm support for integer registers added by Bruno Cardoso Lopes · 17 years ago
- edeede2 Instruction Itinerary attribution fixed by Bruno Cardoso Lopes · 17 years ago
- 420731a by David Greene · 17 years ago
- 5498405 Fix potentially N^2 behavior handling arrays with many of the by Chris Lattner · 17 years ago
- 095546c Use only 1 knob to enable exceptions on Darwin :). by Anton Korobeynikov · 17 years ago
- b7211a2 Use SmallVector instead of std::vector. by Devang Patel · 17 years ago
- 2d69133 simplify code, improve a comment. by Chris Lattner · 17 years ago
- 1cc2ec8 s/ExitBlock/ExitingBlock/g by Devang Patel · 17 years ago
- b39cdde initial checkin of Neil's APFloat work. by Chris Lattner · 17 years ago
- 9cf8e5d clarify precedence, no functionality change. by Chris Lattner · 17 years ago
- 8568122 add reverse iterators to smallvector by Chris Lattner · 17 years ago
- 96fea33 - Use correct header for SCEV inside LoopPass.cpp by Anton Korobeynikov · 17 years ago
- ebc5fea by Devang Patel · 17 years ago
- d651f65 Do not split loops rejected by processOneIterationLoop(). by Devang Patel · 17 years ago
- 94c510c by David Greene · 17 years ago
- 8d1bfad Minor cleanups to reduce some spurious differences between different by Dan Gohman · 17 years ago
- ef1af7d Add Type::isIntOrIntVector, like Type::isFPOrFPVector. by Dan Gohman · 17 years ago
- 7abff31 When Intrinsic::getName is constructing names for overloaded intrinsics, by Dan Gohman · 17 years ago
- 0c6dcbb Fix this test for gcc-4.2. by Duncan Sands · 17 years ago
- 21485be Partial implementation of calling functions with byval arguments: by Rafael Espindola · 17 years ago
- cf8ba69 add a note by Chris Lattner · 17 years ago
- bd2636b update the xcode project file, patch by Gordon Henriksen by Chris Lattner · 17 years ago
- 97f8b09 Fix PR1611 - Visibility should be ignored for a declaration by Chris Lattner · 17 years ago
- 3aa6066 simplify code and print visibility for declarations. by Chris Lattner · 17 years ago
- 6307c29 add mips target to builder. I'd appreciate it if someone with by Chris Lattner · 17 years ago
- 6694e31 Oops, remove assert that wasn't meant to be committed. by Nick Lewycky · 17 years ago
- c721223 Never insert duplicate edges. by Nick Lewycky · 17 years ago
- af5cbc8 Typo. by Nick Lewycky · 17 years ago
- ab3c9b1 Simplify. by Nick Lewycky · 17 years ago