2010-11-14 |
Duncan Sands | Teach InstructionSimplify about phi nodes. I chose...
|
commit | commitdiff | tree |
2010-11-14 |
Duncan Sands | Boost the power of phi node constant folding slightly...
|
commit | commitdiff | tree |
2010-11-14 |
Duncan Sands | Strip trailing whitespace.
|
commit | commitdiff | tree |
2010-11-13 |
Duncan Sands | Testcase to go along with commit 118923 ("Have GVN...
|
commit | commitdiff | tree |
2010-11-13 |
Duncan Sands | Generalize the reassociation transform in SimplifyCommutativ...
|
commit | commitdiff | tree |
2010-11-13 |
Duncan Sands | Fix typo pointed out by Trevor Harmon.
|
commit | commitdiff | tree |
2010-11-12 |
Duncan Sands | Have GVN simplify instructions as it goes. For example...
|
commit | commitdiff | tree |
2010-11-10 |
Duncan Sands | Reduce the maximum recursion depth, 5 seems pointlessly...
|
commit | commitdiff | tree |
2010-11-10 |
Duncan Sands | Teach InstructionSimplify how to look through PHI nodes...
|
commit | commitdiff | tree |
2010-11-10 |
Duncan Sands | Simplify binary operations where one operand is a select...
|
commit | commitdiff | tree |
2010-11-10 |
Duncan Sands | There is no EndPtr anymore - reinterpret the original...
|
commit | commitdiff | tree |
2010-11-09 |
Duncan Sands | Factorize code, no functionality change.
|
commit | commitdiff | tree |
2010-11-09 |
Duncan Sands | Testcase for PR8211 (llc crash at -O0).
|
commit | commitdiff | tree |
2010-11-08 |
Duncan Sands | Add an additional test for icmp of select folding.
|
commit | commitdiff | tree |
2010-11-07 |
Duncan Sands | Add simplification of floating point comparisons with...
|
commit | commitdiff | tree |
2010-11-07 |
Duncan Sands | Fix a README item: when doing a comparison with the...
|
commit | commitdiff | tree |
2010-11-05 |
Duncan Sands | When passing a parameter using the 'byval' mechanism...
|
commit | commitdiff | tree |
2010-11-04 |
Duncan Sands | When passing a huge parameter using the byval mechanism...
|
commit | commitdiff | tree |
2010-11-04 |
Duncan Sands | In the calling convention logic, ValVT is always a...
|
commit | commitdiff | tree |
2010-11-03 |
Duncan Sands | Rename PointsToLocalMemory to PointsToLocalOrConstantMemory...
|
commit | commitdiff | tree |
2010-11-03 |
Duncan Sands | Simplify uses of MVT and EVT. An MVT can be compared...
|
commit | commitdiff | tree |
2010-11-03 |
Duncan Sands | Fix a comment typo.
|
commit | commitdiff | tree |
2010-11-03 |
Duncan Sands | Inside the calling convention logic LocVT is always...
|
commit | commitdiff | tree |
2010-11-03 |
Duncan Sands | Fix typo, pointed out by Trevor Harmon.
|
commit | commitdiff | tree |
2010-11-02 |
Duncan Sands | Fix comment typo.
|
commit | commitdiff | tree |
2010-11-02 |
Duncan Sands | Add some comments explaining what MVT and EVT are,...
|
commit | commitdiff | tree |
2010-11-02 |
Duncan Sands | Remove trailing whitespace.
|
commit | commitdiff | tree |
2010-10-31 |
Duncan Sands | Factorize the duplicated logic for choosing the right...
|
commit | commitdiff | tree |
2010-10-31 |
Duncan Sands | Remove CCAssignFnForRet from X86 FastISel in favour...
|
commit | commitdiff | tree |
2010-10-31 |
Duncan Sands | Explain the return value of CCAssignFn.
|
commit | commitdiff | tree |
2010-10-30 |
Duncan Sands | Now that the MallocInst no longer exists, this workaround for
|
commit | commitdiff | tree |
2010-10-30 |
Duncan Sands | If a function does a volatile load from a global constant...
|
commit | commitdiff | tree |
2010-10-28 |
Duncan Sands | Testcase for PR8494 (invalid bitcode crashing the bitcode...
|
commit | commitdiff | tree |
2010-10-28 |
Duncan Sands | Fix PR8494: when reading invalid bitcode, getTypeByID...
|
commit | commitdiff | tree |
2010-10-26 |
Duncan Sands | Yet another thing that was forgotten to be added to...
|
commit | commitdiff | tree |
2010-10-25 |
Duncan Sands | ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.
|
commit | commitdiff | tree |
2010-10-25 |
Duncan Sands | Remove deprecated macro names. Hopefully this will...
|
commit | commitdiff | tree |
2010-10-24 |
Duncan Sands | Fix PR8445: a block with no predecessors may be the...
|
commit | commitdiff | tree |
2010-10-21 |
Duncan Sands | AlignLoc is never used for anything - zap it (gcc-4...
|
commit | commitdiff | tree |
2010-10-21 |
Duncan Sands | The return value of this call is not used, so no point
|
commit | commitdiff | tree |
2010-10-21 |
Duncan Sands | RetOp is not actually used for anything useful (though
|
commit | commitdiff | tree |
2010-10-21 |
Duncan Sands | The variable liTRC is not used for anything useful...
|
commit | commitdiff | tree |
2010-10-21 |
Duncan Sands | Remove some variables that are never really used
|
commit | commitdiff | tree |
2010-10-21 |
Duncan Sands | Add parentheses to pacify gcc, which warns otherwise.
|
commit | commitdiff | tree |
2010-10-21 |
Duncan Sands | Argh, completely forgot to add this to the release...
|
commit | commitdiff | tree |
2010-10-21 |
Duncan Sands | Fix the cleanup process of exception information in...
|
commit | commitdiff | tree |
2010-10-06 |
Duncan Sands | No need to check out everything: binutils is enough.
|
commit | commitdiff | tree |
2010-10-05 |
Duncan Sands | Remove trailing space. This is just an excuse to poke the
|
commit | commitdiff | tree |
2010-10-04 |
Duncan Sands | Ada support has moved to dragonegg - I am no longer...
|
commit | commitdiff | tree |
2010-10-04 |
Duncan Sands | Fix a bunch of typos.
|
commit | commitdiff | tree |
2010-10-04 |
Duncan Sands | Altvec -> Altivec.
|
commit | commitdiff | tree |
2010-10-03 |
Duncan Sands | GCC extensions are no longer used here - update the...
|
commit | commitdiff | tree |
2010-10-03 |
Duncan Sands | Remove two uses of the gcc specific 'aligned' attribute...
|
commit | commitdiff | tree |
2010-09-30 |
Duncan Sands | Flesh out the dragonegg section.
|
commit | commitdiff | tree |
2010-09-29 |
Duncan Sands | Convert a bunch of uses of 'bytecode' into 'bitcode...
|
commit | commitdiff | tree |
2010-09-17 |
Duncan Sands | Some of the tests build an executable with llvm-gcc...
|
commit | commitdiff | tree |
2010-09-16 |
Duncan Sands | Add better support for environment portion of triple...
|
commit | commitdiff | tree |
2010-09-16 |
Duncan Sands | Some versions of gcc still warn about "ignoring return...
|
commit | commitdiff | tree |
2010-09-15 |
Duncan Sands | Release-Asserts no longer exists.
|
commit | commitdiff | tree |
2010-09-15 |
Duncan Sands | Remove the Ada bindings which are unmaintained and...
|
commit | commitdiff | tree |
2010-09-15 |
Duncan Sands | Remove LLVM_GLOBAL_VISIBILITY, which is unused, and...
|
commit | commitdiff | tree |
2010-09-13 |
Duncan Sands | Nowadays a release build has assertions off.
|
commit | commitdiff | tree |
2010-09-13 |
Duncan Sands | Spelling fixes in comments.
|
commit | commitdiff | tree |
2010-09-09 |
Duncan Sands | Get rid of the last use of -m64 in FrontendC. This...
|
commit | commitdiff | tree |
2010-09-09 |
Duncan Sands | Another test that uses -m64. Here too it looks like...
|
commit | commitdiff | tree |
2010-09-09 |
Duncan Sands | On i386, llvm-gcc cannot be assumed to support -m64...
|
commit | commitdiff | tree |
2010-09-09 |
Duncan Sands | This script is executable.
|
commit | commitdiff | tree |
2010-09-08 |
Duncan Sands | Correct variable name.
|
commit | commitdiff | tree |
2010-09-08 |
Duncan Sands | Move the number of cpus logic to somewhere more logical.
|
commit | commitdiff | tree |
2010-09-03 |
Duncan Sands | Reapply commit 112702 which was speculatively reverted...
|
commit | commitdiff | tree |
2010-09-02 |
Duncan Sands | Print the number of uses of a function in the .ll since...
|
commit | commitdiff | tree |
2010-09-02 |
Duncan Sands | Reapply commit 112699, speculatively reverted by echristo...
|
commit | commitdiff | tree |
2010-09-01 |
Duncan Sands | Use the SSAUpdator to turn calls to eh.exception that...
|
commit | commitdiff | tree |
2010-09-01 |
Duncan Sands | Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) on
|
commit | commitdiff | tree |
2010-09-01 |
Duncan Sands | If PrototypeValue is erased in the middle of using...
|
commit | commitdiff | tree |
2010-09-01 |
Duncan Sands | Add convenience class for working with eh.exception...
|
commit | commitdiff | tree |
2010-08-31 |
Duncan Sands | Update the Ada instructions to LLVM 2.7 (from LLVM...
|
commit | commitdiff | tree |
2010-08-31 |
Duncan Sands | Stop using the dom frontier in DwarfEHPrepare by not...
|
commit | commitdiff | tree |
2010-08-30 |
Duncan Sands | Remove a hack that tries to understand incorrect triples...
|
commit | commitdiff | tree |
2010-08-30 |
Duncan Sands | Correct bogus module triple specifications.
|
commit | commitdiff | tree |
2010-08-29 |
Duncan Sands | Flesh out the list of things I've worked on.
|
commit | commitdiff | tree |
2010-08-28 |
Duncan Sands | Straighten out any triple strings passed on the command...
|
commit | commitdiff | tree |
2010-08-12 |
Duncan Sands | Add a 'normalize' method to the Triple class, which...
|
commit | commitdiff | tree |
2010-08-09 |
Duncan Sands | Remove the ValueMap operator=, which was wrong (it...
|
commit | commitdiff | tree |
2010-08-08 |
Duncan Sands | Remove the ValueMap copy constructor. It's not used...
|
commit | commitdiff | tree |
2010-07-30 |
Duncan Sands | Do not pass a copy of the value map, pass a reference...
|
commit | commitdiff | tree |
2010-07-30 |
Duncan Sands | Fix the ValueMap copy constructor. The issue is that...
|
commit | commitdiff | tree |
2010-07-27 |
Duncan Sands | In commit 91421, isPod was changed from false to true...
|
commit | commitdiff | tree |
2010-07-27 |
Duncan Sands | After updating value handles for RAUW, check that no...
|
commit | commitdiff | tree |
2010-07-26 |
Duncan Sands | Pacify gcc-4.5 which wrongly thinks that RExcess (passed...
|
commit | commitdiff | tree |
2010-07-24 |
Duncan Sands | Clarify that if a new value handle is added while dropping...
|
commit | commitdiff | tree |
2010-07-22 |
Duncan Sands | Increase the max physreg size. Patch by Pekka Jääskeläinen.
|
commit | commitdiff | tree |
2010-07-20 |
Duncan Sands | The same problem was being tracked in PR7652.
|
commit | commitdiff | tree |
2010-07-19 |
Duncan Sands | Expose BasicBlock::moveBefore and moveAfter in C API...
|
commit | commitdiff | tree |
2010-07-19 |
Duncan Sands | Fix indentation.
|
commit | commitdiff | tree |
2010-07-19 |
Duncan Sands | Expose JIT::recompileAndRelinkFunction for use through...
|
commit | commitdiff | tree |
2010-07-17 |
Duncan Sands | Fix what seems like a clear buffer overflow, noticed...
|
commit | commitdiff | tree |
2010-07-14 |
Duncan Sands | Rather than using an ifdef on the target to zero out...
|
commit | commitdiff | tree |
2010-07-13 |
Duncan Sands | Handle the case of a tail recursion in which the tail...
|
commit | commitdiff | tree |
2010-07-13 |
Duncan Sands | When doing sext/zext of constants, the target type...
|
commit | commitdiff | tree |
next |