2009-11-03 |
Duncan Sands | Run the functionattrs pass after the inliner, and not... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Daniel Dunbar | Speculatively redisable IPSCCP, I think its still break... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Daniel Dunbar | lit: Update Clang's test style to use XFAIL: and XTARGE... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Evan Cheng | Trim unnecessary include. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Bob Wilson | For Thumb indirect branches, use "mov pc, reg" which... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Jeffrey Yasskin | Fix a funky "declared with greater visibility than... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Evan Cheng | Fix PR5367. QPR_8 is the super regclass of DPR_8 and... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Evan Cheng | Clean up copyRegToReg. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Evan Cheng | Add QPR_8 as a superreg class of SPR_8 and DPR_8. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | remove unneeded checks of isFreeCall |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | remove a check of isFreeCall: the argument to free... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | remove a isFreeCall check: it is a callinst that can... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Ted Kremenek | Support updating 'llvm_add_target' lists as well. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Ted Kremenek | Alphabetize. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Chris Lattner | turn IPSCCP back on now that the iterator invalidation... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Nate Begeman | Add a couple more target nodes |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Nate Begeman | Declare sin & cos as readonly so they match the code... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Anton Korobeynikov | Turn neon reg-reg moves fixup code into separate pass... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Anton Korobeynikov | Temporary xfail until PR5367 will be resolved |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Anton Korobeynikov | Revert r85049, it is causing PR5367 |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Bob Wilson | Revert previous change to a comment. The BlockAddresse... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | fix a nasty iterator invalidation bug from my conversio... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Evan Cheng | Revert 85799 for now. It might be breaking llvm-gcc... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Bob Wilson | Put BlockAddresses into ARM constant pools. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kevin Enderby | Fix ARMAsmParser::ParseMemoryOffsetReg() where the... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | revert r8579[56], which are causing unhappiness in... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Oscar Fuentes | CMake: Report an error if there is an unknown .cpp... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Victor Hernandez | Set bit instead of calling pow() to compute 2 << n |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | merge 2008-03-10-sret.ll into ipsccp-basic.ll, and... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | disable IPSCCP support for multiple return values,... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
David Goodwin | Fix schedule model for BFC. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Bob Wilson | Hyphenate some comments. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
David Goodwin | Chain dependencies used to enforce memory order should... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Bob Wilson | Add support for BlockAddress values in ARM constant... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Bob Wilson | Prune unnecessary include. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Evan Cheng | Initilize the machine LICM CSE map upon the first time... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Evan Cheng | These are done / no longer care. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Evan Cheng | Add an entry. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | now that ip sccp *really* subsumes ipcp, remove ipcp... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | improve IPSCCP to be able to propagate the result of... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Evan Cheng | Remove an irrelevant and poorly reduced test case. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | don't mark the arguments of prototype overdefined,... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | restore some code I removed in r85788, refactor it... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | remove some confused code that dates from when we had |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | avoid redundant lookups in BBExecutable, and make it... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | Use the libanalysis 'ConstantFoldLoadFromConstPtr'... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | switch the main 'ValueState' map from being an std... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Evan Cheng | Unbreak ARMBaseRegisterInfo::copyRegToReg. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | fix a bug exposed by moving SRoA earlier which caused... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Jim Grosbach | Missing bit of universal built + hosted |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | only IPSCCP incoming arguments if the function is execu... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | add a new ValueState::getConstantInt() helper, use... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Edward O'Callaghan | Fix malloc.h is deprecated warning on DragonFly BSD. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Edward O'Callaghan | Fix for warning seen on DF-BSD, Victor, please fix... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | tidy up some more: remove some extraneous inline specif... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Edward O'Callaghan | Apply fix for PR5135, Credit to Andreas Neustifter. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | eliminate the SCCPSolver::getValueMapping method. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | fix failures introduced in r85774 |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | factor duplicated code into a new DeleteInstructionInBlock |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | Chris used to use '...' instead of proper grammar. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | remove some extraneous llvmcontext stuff. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | change LatticeVal to use PointerIntPair to save some... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | fix instcombine to only do store sinking when the align... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | merge a test into store.ll |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Bill Wendling | Add missing end-tag. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Bill Wendling | Some formatting changes. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Anton Korobeynikov | Handle splats of undefs properly. This includes the... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Anton Korobeynikov | Do not infer the target type for COPY_TO_REGCLASS from... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Anton Korobeynikov | 64-bit FP loads & stores operate on both NEON and VFP... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Anton Korobeynikov | Use NEON reg-reg moves, where profitable. This reduces... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Evan Cheng | Add PseudoSourceValue::mayAlias. It returns true if... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Nick Lewycky | Line this up as well. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Nick Lewycky | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Evan Cheng | Fix a couple more places where we are creating ld ... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Evan Cheng | Make use of imm12 version of Thumb2 ldr / str instructi... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | fix two strange things in the default passmgr: |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | merge phi-merge.ll into phi.ll |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | when merging two loads, make sure to take the min of... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | split load sinking out to its own function, like gep... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | fix a bug noticed by inspection: when instcombine sinks... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | IPSCCP apparently is not a superset of IPCP, this is... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | convert to filecheck. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Duncan Sands | Improve the other instance of the comment. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Duncan Sands | Add a missing closing parenthesis, and tweak to fit... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | only run GlobalDCE at -O3 and run it late instead of... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | cleanups, switch GlobalDCE to SmallPtrSet instead of... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | We currently only run ipsccp at LTO time, which is... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | remove a bunch of locking from LLVMContextImpl. Since... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | improve comment. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | add a comment about why we don't allow inlining indbr. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Evan Cheng | Fix tests. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | the verifier shouldn't modify the IR. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Douglas Gregor | Reverting 85714, 85715, 85716, which are breaking the... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Dan Gohman | Add a function to Passes.h to allow clients to create... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Dan Gohman | Don't #include Pass.h from CallGraph.h. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Dan Gohman | Remove the #include of Pass.h from PassManager.h. This... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Chris Lattner | teach ipsccp and ipconstprop that a blockaddress doesn... |
commit | commitdiff | tree | snapshot |
next |