2011-07-22 |
Benjamin Kramer | llvm-objdump: Don't ignore errors from raw_fd_ostream.
|
commit | commitdiff | tree |
2011-07-22 |
Benjamin Kramer | llvm-objdump: Skip branches that leave the current...
|
commit | commitdiff | tree |
2011-07-22 |
Benjamin Kramer | Remove unused variables.
|
commit | commitdiff | tree |
2011-07-22 |
Benjamin Kramer | GCC complains about the angle of this line.
|
commit | commitdiff | tree |
2011-07-22 |
Benjamin Kramer | Teach tblgen to emit MCRegisterClasses.
|
commit | commitdiff | tree |
2011-07-21 |
Benjamin Kramer | Initialize DenseSets lazily.
|
commit | commitdiff | tree |
2011-07-21 |
Benjamin Kramer | Sink parts of TargetRegisterClass into MCRegisterClass.
|
commit | commitdiff | tree |
2011-07-20 |
Benjamin Kramer | Fix cmake again :)
|
commit | commitdiff | tree |
2011-07-20 |
Benjamin Kramer | Fix cmake.
|
commit | commitdiff | tree |
2011-07-20 |
Benjamin Kramer | Sketch out an CFG reconstruction mode for llvm-objdump.
|
commit | commitdiff | tree |
2011-07-20 |
Benjamin Kramer | Initialize the EHFrameSection pointer to zero.
|
commit | commitdiff | tree |
2011-07-20 |
Benjamin Kramer | Don't leak CodeGenInfos.
|
commit | commitdiff | tree |
2011-07-19 |
Benjamin Kramer | Fix off-by-one.
|
commit | commitdiff | tree |
2011-07-18 |
Benjamin Kramer | Simplify & microoptimize code. No intended functionality...
|
commit | commitdiff | tree |
2011-07-16 |
Benjamin Kramer | Silence compiler warnings.
|
commit | commitdiff | tree |
2011-07-15 |
Benjamin Kramer | Teach llvm-objdump to disassemble sections symbol by...
|
commit | commitdiff | tree |
2011-07-15 |
Benjamin Kramer | ObjectFile: Add a method to check whether a section...
|
commit | commitdiff | tree |
2011-07-15 |
Benjamin Kramer | MachOObjectFile: Get symbol functions ready for 64...
|
commit | commitdiff | tree |
2011-07-15 |
Benjamin Kramer | Output MachO section names in the form SEGMENT,section.
|
commit | commitdiff | tree |
2011-07-15 |
Benjamin Kramer | Add support for 64 bit objects to MachOObjectFile.
|
commit | commitdiff | tree |
2011-07-15 |
Benjamin Kramer | MachOObjectFile: Change isSectionText to return true...
|
commit | commitdiff | tree |
2011-07-14 |
Benjamin Kramer | Add OperandTypes for Thumb branch targets.
|
commit | commitdiff | tree |
2011-07-14 |
Benjamin Kramer | Port operand types for ARM and X86 over from EDIS to...
|
commit | commitdiff | tree |
2011-07-14 |
Benjamin Kramer | Add a new field to MCOperandInfo that contains information...
|
commit | commitdiff | tree |
2011-07-14 |
Benjamin Kramer | Don't leak operands when putting them into a shift.
|
commit | commitdiff | tree |
2011-07-14 |
Benjamin Kramer | Change Intrinsic::getDeclaration and friends to take...
|
commit | commitdiff | tree |
2011-07-14 |
Benjamin Kramer | Don't emit a bit test if there is only one case the...
|
commit | commitdiff | tree |
2011-07-12 |
Benjamin Kramer | Delete StructType bodies when destroying a StructType.
|
commit | commitdiff | tree |
2011-07-08 |
Benjamin Kramer | Plug a leak by giving the AsmParser ownership of the...
|
commit | commitdiff | tree |
2011-07-08 |
Benjamin Kramer | Silence compiler warning.
|
commit | commitdiff | tree |
2011-07-08 |
Benjamin Kramer | Remove unused copy of UpdateInlinedAtInfo.
|
commit | commitdiff | tree |
2011-07-08 |
Benjamin Kramer | Apparently we can't expect a BinaryOperator here.
|
commit | commitdiff | tree |
2011-07-08 |
Benjamin Kramer | Emit a more efficient magic number multiplication for...
|
commit | commitdiff | tree |
2011-07-05 |
Benjamin Kramer | Use memcmp.
|
commit | commitdiff | tree |
2011-07-04 |
Benjamin Kramer | PR10267: Don't combine an equality compare with an...
|
commit | commitdiff | tree |
2011-06-29 |
Benjamin Kramer | Don't depend on the optimization reverted in r134067.
|
commit | commitdiff | tree |
2011-06-29 |
Benjamin Kramer | Revert a part of r126557 which could create unschedulable...
|
commit | commitdiff | tree |
2011-06-24 |
Benjamin Kramer | Make the generated InitXXXMCRegisterInfo function ...
|
commit | commitdiff | tree |
2011-06-21 |
Benjamin Kramer | Remove unused variables.
|
commit | commitdiff | tree |
2011-06-19 |
Benjamin Kramer | Update test.
|
commit | commitdiff | tree |
2011-06-18 |
Benjamin Kramer | Directly print to a raw_ostream instead of printing...
|
commit | commitdiff | tree |
2011-06-18 |
Benjamin Kramer | Simplify code. No functionality change.
|
commit | commitdiff | tree |
2011-06-18 |
Benjamin Kramer | Simplify code. No change in functionality.
|
commit | commitdiff | tree |
2011-06-18 |
Benjamin Kramer | Don't allocate empty read-only SmallVectors during...
|
commit | commitdiff | tree |
2011-06-18 |
Benjamin Kramer | Remove unused but set variables.
|
commit | commitdiff | tree |
2011-06-17 |
Benjamin Kramer | Remove a useless copy of MCELFStreamer. Patch by Logan...
|
commit | commitdiff | tree |
2011-06-13 |
Benjamin Kramer | Move class into an anonymous namespace.
|
commit | commitdiff | tree |
2011-06-13 |
Benjamin Kramer | InstCombine: Fold A-b == C --> b == A-C if A and C...
|
commit | commitdiff | tree |
2011-06-13 |
Benjamin Kramer | Revert r132910 and r132909 on behalf of Michael. They...
|
commit | commitdiff | tree |
2011-06-12 |
Benjamin Kramer | InstCombine: Shrink ((zext X) & C1) == C2 to fold away...
|
commit | commitdiff | tree |
2011-06-12 |
Benjamin Kramer | Simplify code. No functionality changes, name changes...
|
commit | commitdiff | tree |
2011-06-12 |
Benjamin Kramer | Happy new year.
|
commit | commitdiff | tree |
2011-06-05 |
Benjamin Kramer | Harden tests for windows path separators.
|
commit | commitdiff | tree |
2011-06-05 |
Benjamin Kramer | Use path API for path concatenation.
|
commit | commitdiff | tree |
2011-06-02 |
Benjamin Kramer | Start with a zeroed CSRNum map.
|
commit | commitdiff | tree |
2011-06-01 |
Benjamin Kramer | Initialize IssueWidth to zero.
|
commit | commitdiff | tree |
2011-05-28 |
Benjamin Kramer | Erase instructions _after_ checking their type.
|
commit | commitdiff | tree |
2011-05-28 |
Benjamin Kramer | Move ARM specific test into the ARM subdir.
|
commit | commitdiff | tree |
2011-05-28 |
Benjamin Kramer | ConstantFoldInstOperands doesn't like compares, hand...
|
commit | commitdiff | tree |
2011-05-27 |
Benjamin Kramer | InstCombine: Make switch folding with equality compares...
|
commit | commitdiff | tree |
2011-05-21 |
Benjamin Kramer | X86: smulo -> add is now done target-independently...
|
commit | commitdiff | tree |
2011-05-21 |
Benjamin Kramer | Implement mulo x, 2 -> addo x, x in DAGCombiner.
|
commit | commitdiff | tree |
2011-05-21 |
Benjamin Kramer | Merge and FileCheckize test cases.
|
commit | commitdiff | tree |
2011-05-21 |
Benjamin Kramer | Revert "InstCombine: Turn mul.with.overflow(X, 2) into...
|
commit | commitdiff | tree |
2011-05-21 |
Benjamin Kramer | InstCombine: Turn mul.with.overflow(X, 2) into the...
|
commit | commitdiff | tree |
2011-05-20 |
Benjamin Kramer | Rename the "sandybridge" subtarget to "corei7-avx"...
|
commit | commitdiff | tree |
2011-05-20 |
Benjamin Kramer | Remove noisy semicolons.
|
commit | commitdiff | tree |
2011-05-14 |
Benjamin Kramer | Disable test harder.
|
commit | commitdiff | tree |
2011-05-14 |
Benjamin Kramer | SimplifyCFG: Use ComputeMaskedBits to prune dead cases...
|
commit | commitdiff | tree |
2011-05-08 |
Benjamin Kramer | X86: Add a bunch of peeps for add and sub of SETB.
|
commit | commitdiff | tree |
2011-05-03 |
Benjamin Kramer | Remove unused variables caught by GCC's -Wunused-but...
|
commit | commitdiff | tree |
2011-04-30 |
Benjamin Kramer | InstCombine: Turn (zext A) udiv (zext B) into (zext...
|
commit | commitdiff | tree |
2011-04-30 |
Benjamin Kramer | Use SimplifyDemandedBits on div instructions.
|
commit | commitdiff | tree |
2011-04-30 |
Benjamin Kramer | FileCheckize.
|
commit | commitdiff | tree |
2011-04-29 |
Benjamin Kramer | This is done.
|
commit | commitdiff | tree |
2011-04-29 |
Benjamin Kramer | Balance parentheses.
|
commit | commitdiff | tree |
2011-04-29 |
Benjamin Kramer | InstCombine: turn (C1 << A) << C2) into (C1 << C2)...
|
commit | commitdiff | tree |
2011-04-28 |
Benjamin Kramer | We require threse bits to be zero, too.
|
commit | commitdiff | tree |
2011-04-28 |
Benjamin Kramer | Fix a comment.
|
commit | commitdiff | tree |
2011-04-28 |
Benjamin Kramer | InstCombine: Merge "(trunc x) == C1 & (and x, CA) ...
|
commit | commitdiff | tree |
2011-04-26 |
Benjamin Kramer | Force a triple on this test to unbreak windows buildbots.
|
commit | commitdiff | tree |
2011-04-25 |
Benjamin Kramer | Make tests more useful.
|
commit | commitdiff | tree |
2011-04-23 |
Benjamin Kramer | Silence an overzealous uninitialized variable warning...
|
commit | commitdiff | tree |
2011-04-22 |
Benjamin Kramer | DAGCombine: fold "(zext x) == C" into "x == (trunc...
|
commit | commitdiff | tree |
2011-04-22 |
Benjamin Kramer | X86: Try to use a smaller encoding by transforming...
|
commit | commitdiff | tree |
2011-04-16 |
Benjamin Kramer | Remove unused variable.
|
commit | commitdiff | tree |
2011-04-16 |
Benjamin Kramer | Write out uint64_t as i{0..32},i{33..64} instead of...
|
commit | commitdiff | tree |
2011-04-13 |
Benjamin Kramer | Fix format string warning.
|
commit | commitdiff | tree |
2011-04-09 |
Benjamin Kramer | Fix potential buffer overflow on win32.
|
commit | commitdiff | tree |
2011-04-09 |
Benjamin Kramer | Don't store Twine temporaries, it's not safe.
|
commit | commitdiff | tree |
2011-04-09 |
Benjamin Kramer | Make error message more useful.
|
commit | commitdiff | tree |
2011-04-02 |
Benjamin Kramer | While SimplifyDemandedBits constant folds this, we...
|
commit | commitdiff | tree |
2011-04-01 |
Benjamin Kramer | Fix comment.
|
commit | commitdiff | tree |
2011-04-01 |
Benjamin Kramer | Tweaks to the icmp+sext-to-shifts optimization to address...
|
commit | commitdiff | tree |
2011-04-01 |
Benjamin Kramer | Fix build.
|
commit | commitdiff | tree |
2011-04-01 |
Benjamin Kramer | InstCombine: Turn icmp + sext into bitwise/integer...
|
commit | commitdiff | tree |
2011-04-01 |
Benjamin Kramer | InstCombine: Move (sext icmp) transforms into their...
|
commit | commitdiff | tree |
2011-04-01 |
Benjamin Kramer | Initialize HasVMLxForwarding.
|
commit | commitdiff | tree |
2011-03-31 |
Benjamin Kramer | InstCombine: APFloat can't perform arithmetic on PPC...
|
commit | commitdiff | tree |
2011-03-31 |
Benjamin Kramer | InstCombine: Fix transform to use the swapped predicate.
|
commit | commitdiff | tree |
next |