2011-03-30 |
Jay Foad | Add a comment on PHINode::Create(). |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Jay Foad | Remove PHINode::reserveOperandSpace(). Instead, add... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Jay Foad | (Almost) always call reserveOperandSpace() on newly... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Bob Wilson | Revert a minor comment change inadvertently included... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Jakob Stoklund... | Treat clones the same as their origin. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Bill Wendling | Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Johnny Chen | Add a test case for thumb stc2 instruction. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Argyrios Kyrtzidis | ClangSAEmClangSACheckersEmitter, emit info about groups. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Bill Wendling | Set the unnamed_addr only when we're creating a new... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Bill Wendling | Revert r128501. It caused test failures. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Jim Grosbach | Tidy up. 80 columns and trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Francois Pichet | Update CMake link dependency. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Evan Cheng | Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Bill Wendling | We need to copy over the unnamed_addr attribute. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Matt Beaumont-Gay | Revert accidental change to LLVMLibDeps.cmake |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Matt Beaumont-Gay | Quiet a gcc warning about changed name lookup rules |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Benjamin Kramer | InstCombine: Add a few missing combines for ANDs and... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Kevin Enderby | Adding a test for "-inf" as well. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Johnny Chen | Add a test case for MSRi. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Cameron Zwarich | Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Jakob Stoklund... | Recompute register class and hint for registers created... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Argyrios Kyrtzidis | In ClangSACheckersEmitter: |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Kevin Enderby | Added support symbolic floating point constants in... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Johnny Chen | Add a thumb test file for printf (iOS 4.3). |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Jim Grosbach | Instantiate a JITMemoryManager for MCJIT Dyld |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Oscar Fuentes | Fixed the build of Clang's unit tests on MinGW. Also... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Benjamin Kramer | DSE: Remove an early exit optimization that depended... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Owen Anderson | Check early if this is an unsupported opcode, so that... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Johnny Chen | A8.6.188 STC, STC2 |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Johnny Chen | Rename invalid-VLDMSDB-arm.txt to be invalid-VLDMSDB_UP... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Johnny Chen | Add and modify some tests. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Argyrios Kyrtzidis | For ClangSACheckersEmitter, allow a package to belong... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Jakob Stoklund... | Remember to use the correct register when rematerializi... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Jakob Stoklund... | Run dead code elimination immediately after remateriali... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Owen Anderson | Add safety check that didn't show up in testing. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Devang Patel | Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Bill Wendling | Inline check that's used only once. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Owen Anderson | Get rid of the non-writeback versions VLDMDB and VSTMDB... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Bill Wendling | Rework the logic (and removing the bad check for an... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Cameron Zwarich | Do some simple copy propagation through integer loads... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Bill Wendling | Don't try to add stack protector logic to a dead basic... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Bill Wendling | Spruce up the error output. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Jakob Stoklund... | Handle the special case when all uses follow the last... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Jakob Stoklund... | Properly enable rematerialization when spilling after... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Daniel Dunbar | C-API: Include DataTypes.h instead of stdint.h. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Rafael Espindola | Reduce test case. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Evan Cheng | Optimizing (zext A + zext B) * C, to (VMULL A, C) ... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Francois Pichet | Fix the MSVC build. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Devang Patel | Expoert c interface for disassembler. |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Bill Wendling | In some cases, the "fail BB dominator" may be null... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Daniel Dunbar | Integrated-As: Add support for setting the AllowTempora... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Daniel Dunbar | MC: Add support for disabling "temporary label" behavio... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Ted Kremenek | Unbreak CMake build. |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Devang Patel | Remove scripts used by TEST=dbg from here. They now... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Johnny Chen | Fix ARM disassembly for PLD/PLDW/PLI which suffers... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Kevin Enderby | Again adding a C API to the disassembler for use by... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Nick Lewycky | Remove tabs I accidentally added. |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Jay Foad | Make more use of PHINode::getNumIncomingValues(). |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Che-Liang Chiou | ptx: clean up branch code a bit |
commit | commitdiff | tree | snapshot |
2011-03-28 |
NAKAMURA Takumi | docs/GettingStarted.html: [PR8850] Add a note for x86_6... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
NAKAMURA Takumi | docs/GettingStarted.html: Add blurb "--enable-shared... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Frits van Bommel | Add some debug output when -instcombine uses RAUW.... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Jakob Stoklund... | Amend debug output. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Jakob Stoklund... | Drop interference reassignment in favor of eviction. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Nick Lewycky | Teach the transformation that moves binary operators... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Benjamin Kramer | Use APInt's umul_ov instead of rolling our own overflow... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Frits van Bommel | Constant folding support for calls to umul.with.overflo... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Duncan Sands | Partially revert commit 127155: I think it is much... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Nick Lewycky | Add a small missed optimization: turn X == C ? X :... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
NAKAMURA Takumi | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Jakob Stoklund... | Use individual register classes when spilling snippets. |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Benjamin Kramer | Turn SelectionDAGBuilder::GetRegistersForValue into... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Benjamin Kramer | Make helper static. |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Bill Wendling | Simplification noticed by Frits. |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Bill Wendling | Rework the logic that determines if a store completely... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Cameron Zwarich | Fix a typo and add a test. |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Douglas Gregor | Extend Clang's TableGen emitter for attributes to suppo... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Jakob Stoklund... | Collect and coalesce DBG_VALUE instructions before... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Johnny Chen | Fixed the t2PLD and friends disassembly and add two... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Eric Christopher | Fix the bfi handling for or (and a mask) (and b mask... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Bill Wendling | PR9561: A store with a negative offset (via GEP) could... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Kevin Enderby | Remove the files for r128308 as it is causing a buildbo... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Kevin Enderby | Adding a C API to the disassembler for use by such... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | Add test for A8.6.246 UMULL to both arm-tests.txt amd... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | Add two test cases t2SMLABT and t2SMMULR for Disassembl... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | Fix DisassembleThumb2DPReg()'s handling of RegClass... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | DisassembleThumb2LdSt() did not handle t2LDRs correctly... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | A8.6.226 TBB, TBH: |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | Modify DisassembleThumb2LdStEx() to be more robust... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Daniel Dunbar | MC: Improve some diagnostics on uses of '.' pseudo... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Daniel Dunbar | Tidyness. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Benjamin Kramer | Add a note. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | Instruction formats of SWP/SWPB were changed from LdStE... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Jakob Stoklund... | Emit less labels for debug info and stop emitting ... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | Also need to handle invalid imod values for CPS2p. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Duncan Sands | Useful script for finding regressions in the nightly... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Bill Wendling | Remove redundant compression option. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Andrew Trick | Fix for -pre-RA-sched=source. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Nick Lewycky | No functionality change, just adjust some whitespace... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Nick Lewycky | No functionality change. Fix up some whitespace and... |
commit | commitdiff | tree | snapshot |
next |