2010-06-30 |
Duncan Sands | Rename NextPowerOfTwo to RoundUpToPowerOfTwo.
|
commit | commitdiff | tree |
2010-06-30 |
Duncan Sands | Remove an unused variable. The call to getRoot has...
|
commit | commitdiff | tree |
2010-06-30 |
Duncan Sands | Clarify that the NextPowerOfTwo template is idempotent.
|
commit | commitdiff | tree |
2010-06-30 |
Duncan Sands | Rather than giving SmallPtrSetImpl a member field SmallArray...
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Fix a buffer overflow noticed by gcc-4.6: zero is written...
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | NextPowerOfTwo was already used to ensure that SmallSizePowT...
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Return Changed. This required setting Changed if dbg...
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | It seems clear that this should return Changed.
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | getMachineBasicBlockAddress returns a uintptr_t - don...
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | The variable ValueSize is set to 1 on both code paths...
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | The variable "Value" is carefully set to Layout.getSymbolAdd...
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Remove unused calls to Lexer.getLoc and the pointless...
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Remove pointless variable LastDef.
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Looks like this test is missing an XFAIL line.
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Remove unused variable Loc and pointless variables...
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Remove an unused and a pointless variable.
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Remove pointless and unused variables.
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Remove a pointless variable.
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Remove initialized but otherwise unused variables.
|
commit | commitdiff | tree |
2010-06-29 |
Duncan Sands | Remove variables that are written by not read.
|
commit | commitdiff | tree |
2010-06-26 |
Duncan Sands | Fix PR7328: when turning a tail recursion into a loop...
|
commit | commitdiff | tree |
2010-06-25 |
Duncan Sands | Remove variables which are assigned to but for which...
|
commit | commitdiff | tree |
2010-06-25 |
Duncan Sands | Remove unused variables.
|
commit | commitdiff | tree |
2010-06-10 |
Duncan Sands | Avoid "variable 'bits' set but not used [-Wunused-but...
|
commit | commitdiff | tree |
2010-06-10 |
Duncan Sands | Avoid many "variable 'Sub' set but not used [-Wunused...
|
commit | commitdiff | tree |
2010-06-10 |
Duncan Sands | Add includes to get ptrdiff_t. This is needed by gcc...
|
commit | commitdiff | tree |
2010-06-09 |
Duncan Sands | Change another reference to the "indirect callgraph...
|
commit | commitdiff | tree |
2010-06-09 |
Duncan Sands | Output "external node" rather than "Indirect CallGraph...
|
commit | commitdiff | tree |
2010-06-05 |
Duncan Sands | This bug is also present in MSVC10. Requested by Elrood...
|
commit | commitdiff | tree |
2010-06-02 |
Duncan Sands | Pacify recent gcc: remove a pointless const qualifier.
|
commit | commitdiff | tree |
2010-05-31 |
Duncan Sands | Fix PR7272: when inlining through a callsite with byval...
|
commit | commitdiff | tree |
2010-05-27 |
Duncan Sands | Teach instCombine to remove malloc+free if malloc's...
|
commit | commitdiff | tree |
2010-05-24 |
Duncan Sands | Apply timeouts and memory limits in more places. In...
|
commit | commitdiff | tree |
2010-05-12 |
Duncan Sands | Remove unused variable. Tweak a comment while there.
|
commit | commitdiff | tree |
2010-05-11 |
Duncan Sands | I got tired of VISIBILITY_HIDDEN colliding with the...
|
commit | commitdiff | tree |
2010-05-10 |
Duncan Sands | Add an assertion to catch attempts to access off the...
|
commit | commitdiff | tree |
2010-05-07 |
Duncan Sands | Correct some bogus target triples.
|
commit | commitdiff | tree |
2010-05-04 |
Duncan Sands | Use llvm.foo as the intrinsic, rather than llvm.dbg...
|
commit | commitdiff | tree |
2010-05-04 |
Duncan Sands | Fix a problem exposed by my previous commit and noticed...
|
commit | commitdiff | tree |
2010-05-04 |
Duncan Sands | Fix a variant of PR6112 found by thinking about it...
|
commit | commitdiff | tree |
2010-05-02 |
Duncan Sands | Remove the -enable-sjlj-eh option, which doesn't do...
|
commit | commitdiff | tree |
2010-04-29 |
Duncan Sands | Verify metadata harder. In particular, check that...
|
commit | commitdiff | tree |
2010-04-29 |
Duncan Sands | Fix comment typo.
|
commit | commitdiff | tree |
2010-04-21 |
Duncan Sands | Dragonegg will be released along side llvm-2.7.
|
commit | commitdiff | tree |
2010-04-20 |
Duncan Sands | I plan to release a version of dragonegg based on llvm...
|
commit | commitdiff | tree |
2010-04-16 |
Duncan Sands | Revert commit 101503 (johannes), in the hope of fixing...
|
commit | commitdiff | tree |
2010-04-15 |
Duncan Sands | Pointed out by housel on #llvm.
|
commit | commitdiff | tree |
2010-04-02 |
Duncan Sands | Add notes about dragonegg.
|
commit | commitdiff | tree |
2010-03-31 |
Duncan Sands | Correct comment.
|
commit | commitdiff | tree |
2010-03-24 |
Duncan Sands | Fix comment typo.
|
commit | commitdiff | tree |
2010-03-16 |
Duncan Sands | Chris pointed out that producing undef here is wrong in
|
commit | commitdiff | tree |
2010-03-16 |
Duncan Sands | Check that P is not zero initialized.
|
commit | commitdiff | tree |
2010-03-15 |
Duncan Sands | Treat copysignl like the other copysign functions.
|
commit | commitdiff | tree |
2010-03-14 |
Duncan Sands | Turn calls to copysignl into an FCOPYSIGN node. Handle...
|
commit | commitdiff | tree |
2010-03-12 |
Duncan Sands | When constant folding GEP of GEP, do not crash if an...
|
commit | commitdiff | tree |
2010-03-12 |
Duncan Sands | Revert turning copysignl into a COPYSIGN node for the...
|
commit | commitdiff | tree |
2010-03-12 |
Duncan Sands | Now that it's supported, turn copysignl into a COPYSIGN...
|
commit | commitdiff | tree |
2010-03-12 |
Duncan Sands | Fix PR6522: implement copysign expansion for x86 long...
|
commit | commitdiff | tree |
2010-03-09 |
Duncan Sands | Attempt to fix random build failures seen when doing...
|
commit | commitdiff | tree |
2010-03-05 |
Duncan Sands | If LD_LIBRARY_PATH is set in the system environment...
|
commit | commitdiff | tree |
2010-03-02 |
Duncan Sands | Rather than passing "false" for InsertBefore, AddressSpace...
|
commit | commitdiff | tree |
2010-02-21 |
Duncan Sands | Remove a bunch of duplicated code, where there was...
|
commit | commitdiff | tree |
2010-02-19 |
Duncan Sands | Revert commits 96556 and 96640, because commit 96556...
|
commit | commitdiff | tree |
2010-02-19 |
Duncan Sands | Correct LastPrimitiveTyID: MetadataType is a primitive...
|
commit | commitdiff | tree |
2010-02-18 |
Duncan Sands | Uniformize the way these options are printed. Requested by
|
commit | commitdiff | tree |
2010-02-18 |
Duncan Sands | Remove terminating dot in description. Inconsistency...
|
commit | commitdiff | tree |
2010-02-18 |
Duncan Sands | Refer to -help instead of --help since this is what...
|
commit | commitdiff | tree |
2010-02-17 |
Duncan Sands | Mention an API change.
|
commit | commitdiff | tree |
2010-02-17 |
Duncan Sands | Pacify gcc-4.5, which warns (correctly) that these...
|
commit | commitdiff | tree |
2010-02-16 |
Duncan Sands | Introduce isOpaqueTy and use it rather than isa<OpaqueType...
|
commit | commitdiff | tree |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for...
|
commit | commitdiff | tree |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than...
|
commit | commitdiff | tree |
2010-02-08 |
Duncan Sands | Flesh out the list of predicates, for those who like...
|
commit | commitdiff | tree |
2010-02-08 |
Duncan Sands | Fix some typos.
|
commit | commitdiff | tree |
2010-02-07 |
Duncan Sands | Give DwarfPrinter a protected (but not virtual) destructor...
|
commit | commitdiff | tree |
2010-02-02 |
Duncan Sands | Adding missing methods for creating Add, Mul, Neg and...
|
commit | commitdiff | tree |
2010-02-01 |
Duncan Sands | Do an early exit when the result is known cheaply.
|
commit | commitdiff | tree |
2010-02-01 |
Duncan Sands | Fix typo "of" -> "or" and change the way a line was...
|
commit | commitdiff | tree |
2010-01-29 |
Duncan Sands | Change the SREM case to match the logic in the IR version...
|
commit | commitdiff | tree |
2010-01-29 |
Duncan Sands | Having RHSKnownZero and RHSKnownOne be alternative...
|
commit | commitdiff | tree |
2010-01-29 |
Duncan Sands | It looks like the changes to the SRem logic of SimplifyDeman...
|
commit | commitdiff | tree |
2010-01-28 |
Duncan Sands | Fix PR6165. The bug was that LHSKnownZero was being...
|
commit | commitdiff | tree |
2010-01-27 |
Duncan Sands | Revert commit 94666 (ddunbar) [Suppress clang warning...
|
commit | commitdiff | tree |
2010-01-26 |
Duncan Sands | Tweak the way appendModuleInlineAsm works, so you aren...
|
commit | commitdiff | tree |
2010-01-12 |
Duncan Sands | Revert commit 93204, since it causes the assembler...
|
commit | commitdiff | tree |
2010-01-12 |
Duncan Sands | Fix typo.
|
commit | commitdiff | tree |
2010-01-12 |
Duncan Sands | Tweak commit 91745, which changed target data for both...
|
commit | commitdiff | tree |
2010-01-09 |
Duncan Sands | Suppress use of uninitialized variable warning.
|
commit | commitdiff | tree |
2010-01-08 |
Duncan Sands | Suppress an unused variable warning when assertions...
|
commit | commitdiff | tree |
2010-01-07 |
Duncan Sands | Correct spelling.
|
commit | commitdiff | tree |
2010-01-07 |
Duncan Sands | Be less stingy as to how many selects and phi nodes we
|
commit | commitdiff | tree |
2010-01-06 |
Duncan Sands | Fix a README item: have functionattrs look through...
|
commit | commitdiff | tree |
2010-01-06 |
Duncan Sands | Partially address a README by having functionattrs...
|
commit | commitdiff | tree |
2010-01-06 |
Duncan Sands | This is testing a darwin specific feature, so only...
|
commit | commitdiff | tree |
2009-12-11 |
Duncan Sands | Add utility method for determining whether a function...
|
commit | commitdiff | tree |
2009-12-08 |
Duncan Sands | Teach GlobalOpt to delete aliases with internal linkage...
|
commit | commitdiff | tree |
2009-12-04 |
Duncan Sands | Add note about a subtle bug in this code. Does not...
|
commit | commitdiff | tree |
2009-12-03 |
Duncan Sands | Fix ExpandShiftWithUnknownAmountBit, which was completely...
|
commit | commitdiff | tree |
2009-11-27 |
Duncan Sands | While this test is testing a problem in the generic...
|
commit | commitdiff | tree |
2009-11-27 |
Duncan Sands | Vector types are no longer required to have a power...
|
commit | commitdiff | tree |
next |