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 |
2011-03-25 |
Jakob Stoklund... | Ignore special ARM allocation hints for unexpected... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | Modify the wrong logic in the assert of DisassembleThum... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Johnny Chen | delegate the disassembly of t2ADR to the more generic... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | The opcode names ("tLDM", "tLDM_UPD") used for conflict... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | The ARM disassembler was confused with the 16-bit tSTMI... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Devang Patel | Move test in x86 specific area. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Matt Beaumont-Gay | Suppress an unused variable warning in -asserts builds |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | Handle the added VBICiv*i* NEON instructions, too. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Eric Christopher | Testcase for llvm-gcc commit r128230. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | Plug a leak by ThumbDisassembler::getInstruction()... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | T2 Load/Store Multiple: |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Benjamin Kramer | Plug a leak in the arm disassembler and put the tests... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Bruno Cardoso... | Add asm parsing support w/ testcases for strex/ldrex... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | Remove these two test files as they cause llvm-i686... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | ADR was added with the wrong encoding for inst{24-21... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Devang Patel | Keep track of directory namd and fIx regression caused... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Jim Grosbach | Clean up assembly statement separator support. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | The r118201 added support for VORR (immediate). Update... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | Add comments to the handling of opcode CPS3p to reject... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Andrew Trick | revert r128199 until it can be made to work with Fronte... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Cameron Zwarich | Debug intrinsics must be skipped at the beginning and... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Jay Foad | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Chris Lattner | fix description, PR9542 |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Cameron Zwarich | It is enough for the CallInst to have no uses to be... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Devang Patel | s/UpdateDT/ModifiedDT/g |
commit | commitdiff | tree | snapshot |
2011-03-24 |
NAKAMURA Takumi | Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
NAKAMURA Takumi | llvm-stub.cpp: mingw-w64 tweak. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Evan Cheng | Add comment to clarify what MachineConstantPoolEntry... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Evan Cheng | Nasty bug in ARMBaseInstrInfo::produceSameValue().... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Michael J.... | Remove all uses of PATH_MAX and MAXPATHLEN from PathV2. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Cameron Zwarich | Do early taildup of ret in CodeGenPrepare for potential... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Cameron Zwarich | Use an early return instead of a long if block. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Cameron Zwarich | When UpdateDT is set, DT is invalid, which could cause... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Cameron Zwarich | Check for TLI so that -codegenprepare can be used from... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | CPS3p: Let's reject impossible imod values by returning... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | Load/Store Multiple: |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | STRT and STRBT was incorrectly tagged as IndexModeNone... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Johnny Chen | The r128103 fix to cope with the removal of addressing... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Jim Grosbach | Runtime dylib simple ARM 24-bit branch relocation support. |
commit | commitdiff | tree | snapshot |
next |