2011-01-13 |
Eric Christopher | Experiment with changing the default 32-bit linux stack... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Rafael Espindola | Keep unnamed_addr when linking. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Rafael Espindola | Reject uses of unnamed_addr in declarations. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kevin Enderby | Add a FIXME and two asserts for now in the ARMAsmParser... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Dan Gohman | Fix r123346 to handle scalar types too. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Jakob Stoklund... | Add missing space in debug output |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Jason W Kim | Change call to Error() to assert() |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Jason W Kim | Style clean up - break up the breaks. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Dan Gohman | Apply the patch from PR8958, which allows llc to get... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Michael J.... | Support/Path: Deprecate PathV1::IsSymlink and replace... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jakob Stoklund... | Try again enabling LiveDebugVariables. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jason W Kim | Added clarifying comment |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jason W Kim | JimG sez: "The value-kinds look like masks, but they... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jakob Stoklund... | Don't emit a DBG_VALUE for a spill slot that the rewrit... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jakob Stoklund... | Fix braino in dominator tree walk. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jakob Stoklund... | Sometimes, old virtual registers can linger on DBG_VALU... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jakob Stoklund... | Teach VirtRegRewriter to update slot indexes when erasi... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jakob Stoklund... | Annotate VirtRegRewriter debug output with slot indexes. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jakob Stoklund... | Verify slot index ordering. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jakob Stoklund... | Assert if anybody tries to put a slot index on a DBG_VA... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jakob Stoklund... | Verify that machine instruction parent pointers are... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Bill Wendling | Sort the register list based on the *actual* register... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Devang Patel | Use SmallVector instead of SmallPtrSet and avoid non... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Matt Beaumont-Gay | Mostly undo r123297, but move the default case in Evalu... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Nick Lewycky | Add another note taken from the gcc bugzilla. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Venkatraman... | Implement RETURNADDR and FRAMEADDR lowering in SPARC... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Venkatraman... | Remove SPARC backend getpcx instruction's Uses. Also... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chris Lattner | revert 123144, reenabling the rest of memset formation. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Venkatraman... | Fix SPARC backend call instruction so that arguments... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chris Lattner | revert r123146 which disabled code that wasn't the... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Chris Lattner | revert r123149, reenabling an improvement to memcpyopt... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Matt Beaumont-Gay | Prefer llvm_unreachable to assert(0) |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Jason W Kim | 1. Support ELF pcrel relocations for movw/movt: |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jason W Kim | Workaround for bug 8721. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jakob Stoklund... | The world is not ready for LiveDebugVariables yet. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jakob Stoklund... | Remove the PR8954 workaround. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jakob Stoklund... | Fix a non-deterministic loop in llvm::MergeBlockIntoPre... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jakob Stoklund... | Enable LiveDebugVariables by default. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Venkatraman... | SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Cameron Zwarich | Dial back the speculative fix for PR8954 a bit, so... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jakob Stoklund... | Don't insert DBG_VALUE instructions after the first... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Evan Cheng | Clean up ARM subtarget code by using Triple ADT. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Devang Patel | Appropriately truncate debug info range in dwarf output. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jakob Stoklund... | Put the Dominator improvements back in. They were not... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Cameron Zwarich | Attempt to fix the bootstrap buildbot. Rafael says... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jakob Stoklund... | Speculatively revert the recent improvements to Dominat... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Daniel Dunbar | McARM: Fill in GetMnemonicAcceptInfo(). |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Daniel Dunbar | McARM: Write a silly Python script to compute some... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Owen Anderson | Remove dead variable, const-ref-ize an APInt. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | this pass claims to preserve scev, make sure to tell... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Bob Wilson | Fix a comment: We now have intrinsics for vcvtr. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | some comment improvements. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | Fix PR8946, a missing reg/reg form of movdqu. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Daniel Dunbar | McARM: Sketch some logic for determining when to add... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Daniel Dunbar | McARM: Add more hard coded logic to SplitMnemonicAndCC... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jay Foad | FixedNumOperandTraits and VariadicOperandTraits assumed... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Frits van Bommel | Factor the actual simplification out of SimplifyIndirec... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Oscar Fuentes | Add to the CMake build some options and platform tests... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Oscar Fuentes | Made llvm_replace_compiler_option more robust. Use... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Kalle Raiskila | Fix a thinko in 123226 that caused test failures on... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Eric Christopher | Revert the testcase from the previous reverted commit. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Kalle Raiskila | Add a "nop filler" pass to SPU. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Eric Christopher | Temporarily revert 123133, it's causing some regression... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | update memdep when an instruction is deleted. This... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | when MergeBlockIntoPredecessor merges two blocks, updat... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | Fix FoldSingleEntryPHINodes to update memdep and AA... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | random cleanups |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | merge tests into one crash.ll test. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | remove a bogus assertion: the latch block of a loop... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chris Lattner | the GEP faq says that only inbounds geps are guaranteed... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jakob Stoklund... | Revert r123207: "Turn on memdep's verifyRemoved() in... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Michael J.... | Support/Path: Deprecate PathV1::isDirectory and replace... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Jakob Stoklund... | Turn on memdep's verifyRemoved() in an attempt to smoke... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chandler Carruth | Teach constant folding to perform conversions from... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Chandler Carruth | FileCheck-ize a test, and move a no-longer calling... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Owen Anderson | Fix a random missed optimization by making InstCombine... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Eric Christopher | Move ExpandAtomic into the integer expansion routines... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Eric Christopher | Even if we don't have 7 bytes of stack space we may... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Eric Christopher | Expand on the safeness of restoring the sp from the... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Dale Johannesen | Fix PR 8916 (qv for analysis), at least the immediate... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | +0.0 vs -0.0 differences can be handled by looking... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | McARM: Flush out hard coded known non-predicated mnemon... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | McARM: Mark some T2 ...s instructions as codegen only... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | ARM/MC: Mark several '...S' instructions as codegen... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | MC/ARM/AsmParser: Minor nitty fixes. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | MC/AsmMatcher: Fix indirect 80-col viola. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Anton Korobeynikov | Fix merge fallout |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Anton Korobeynikov | Update CMake stuff |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Anton Korobeynikov | Rename TargetFrameInfo into TargetFrameLowering. Also... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | MC/ARM/AsmParser: Split out SplitMnemonicAndCC(). |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chandler Carruth | Cleanup some of the constant folding code to consistent... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | fit in 80 cols and use MBB::isSuccessor instead of... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chandler Carruth | Teach instcombine about the rest of the SSE and SSE2... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Jakob Stoklund... | Simplify a bunch of isVirtualRegister() and isPhysicalR... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chandler Carruth | Fold two related tests into the newly FileCheck-ized... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chandler Carruth | Clean up and FileCheck-ize a test. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Michael J.... | Fix Whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Michael J.... | Support/Path: Deprecate PathV1::exists and replace... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | another random stab in the dark trying to fix llvm... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
next |