2009-11-23 |
Jim Grosbach | fold immediate of a + Const into the user as a subtract... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Johnny Chen | Revert r84572 by removing N3VImm from ARMInstrFormats... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Devang Patel | Add CreateLocation varinat that accepts MDNode (with... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Devang Patel | Revert r89487. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Johnny Chen | Partially revert r89377 by removing NLdStLN class defin... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Dan Gohman | Move CopyCatchInfo into FunctionLoweringInfo.cpp too... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Dan Gohman | Rename SelectionDAGLowering to SelectionDAGBuilder... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Johnny Chen | Make it clear that the index bit(s) of Vector Get Lane... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Dan Gohman | Move RegsForValue to an anonymous namespace, since... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Dan Gohman | Move some more code out of SelectionDAGBuild.cpp and... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
David Goodwin | Minor itinerary fixes for FP instructions. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Dan Gohman | Move the FunctionLoweringInfo class and some related... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Chris Lattner | fix comment, thanks all :) |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Chris Lattner | use the new isNoAlias method to simplify some code... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Chris Lattner | whitespace cleanup, tidying |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Chris Lattner | speed up BasicAA a bit by implementing a long-standing... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Chris Lattner | add a helper |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Dan Gohman | Move FunctionPassManagerImpl's dumpArguments and dumpPa... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Dan Gohman | Make ConstantFoldConstantExpression recursively visit... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Dan Gohman | Fix a use of an invalidated iterator in the case where... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Duncan Sands | I forgot to update the prototype for LLVMBuildIntCast... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Nick Lewycky | Start catching LLVMContext misuse in the verifier. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Nick Lewycky | Pull LLVMContext out of PromoteMemToReg. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Nick Lewycky | Remove LLVMContext and its include. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Nick Lewycky | Remove unused LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Nick Lewycky | Remove dead LLVMContext argument. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Nick Lewycky | Reapply r88830 with a bugfix: this transform only appli... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Oscar Fuentes | CMake: Updated library dependencies. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Oscar Fuentes | CMake: Do not try to install a target before it is... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Oscar Fuentes | CMake: generate targets for tools and examples even... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | FileCheck, PR5239: Try to find the intended match on... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | FileCheck: When a string using variable references... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | SourceMgr: Add ShowLine argument to PrintMessage, to... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | Allow '_' in FileCheck variable names, it is nice to... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Jim Grosbach | Add getFrameIndexReference() to TargetRegisterInfo... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Jim Grosbach | Move default FrameReg val to getFrameIndexReference... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Jim Grosbach | 80-column cleanup |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Jakob Stoklund... | Teach MachineBasicBlock::updateTerminator() to handle... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | Update doc re: LLVM_BUILD_EXAMPLES. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | Use ExtractElementInst::Create instead of new; patch... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Chris Lattner | add fixme for dubious code. Duncan, what do you think? |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Chris Lattner | remove a silly condition that doesn't make a lot of... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Chris Lattner | reduce indentation, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Chris Lattner | Remove the AliasAnalysis::getMustAliases method, which... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Edward O'Callaghan | Miss two, PR5307. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Edward O'Callaghan | Convert Thumb2 tests to FileCheck for PR5307. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Benjamin Kramer | Turns out stuff gets allocated to different registers... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Edward O'Callaghan | Convert ARM tests to FileCheck for PR5307. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Benjamin Kramer | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Edward O'Callaghan | Forgot to alter RUN line when converting to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Edward O'Callaghan | Fix for bad FileCheck converts in revision 89584. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Edward O'Callaghan | Convert a few tests to FileCheck for PR5307. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Bob Wilson | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Bob Wilson | Fix pr5470. Tablegen handles template arguments by... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Nick Lewycky | Remove dead code. While there, also turn a few 'T*... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Jim Grosbach | Generate more correct debug info for frame indices. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Anton Korobeynikov | Minor optimization: when doing eq/ne comparions and... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Anton Korobeynikov | Drop unsupported imm operands |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Anton Korobeynikov | Use 2-byte alignment for functions. 4 bytes are clear... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Anton Korobeynikov | Use semicolon as assembler comment string |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jim Grosbach | Revert 89562. We're being sneakier than I was giving... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Bob Wilson | Fix some spelling in comments. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Bob Wilson | Avoid a redundant assertion. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jim Grosbach | Darwin requires a frame pointer for all non-leaf functi... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Evan Cheng | Add predicate operand to NEON instructions. Fix lots... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Evan Cheng | Allow target to disable if-converting predicable instru... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Devang Patel | Cosmetic changes, which were long overdue, in DwarfDebu... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Devang Patel | We are not using DBG_STOPPOINT anymore. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Evan Cheng | Maintain stylistic consistency. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jakob Stoklund... | Don't leave temporary files in the test directory. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jakob Stoklund... | Be more clever about calculating live variables through... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Allow SmallString to implicitly convert to StringRef. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Eric Christopher | Add more optimizations for object size checking, enable... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Dale Johannesen | When generating a vector the really slow way, via loads |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Devang Patel | There is no need to use FoldingSet to unique DIEs. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Viktor Kutuzov | Added two SubtargetFeatures::AddFeatures methods, which... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
David Goodwin | Restructure code to allow renaming of multiple-register... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Cheng | Enable hoisting load from constant memories. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Fix a thinko that caused spurious @GOTOFFs. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Update for new getBlockAddress signature. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Target-independent support for TargetFlags on BlockAddr... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Sean Callanan | Recommitting PALIGNR shift width fixes. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dale Johannesen | Remove an incorrect overaggressive optimization |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Sean Callanan | Reverting PALIGNR fix until I figure out how this |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Sean Callanan | Fixed PALIGNR to take 8-bit rotations in all cases. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Devang Patel | Do not hold on to a map slot while new entries may... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
David Greene | Cleanups. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Devang Patel | There is no need to emit source location info for DW_TA... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Make Loop::getLoopLatch() work on loops which don't... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Fix IPSCCP's code for deleting dead blocks to tolerate... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Revert "Add some rough optimizations for checking routi... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Eric Christopher | Add some rough optimizations for checking routines. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Cheng | Remat VLDRD from constpool. Clean up some instruction... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Cheng | Add option -licm-const-load to hoist all loads from... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jim Grosbach | The verify() call of CPEIsInRange() isn't right for... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dan Gohman | Use stripPointerCasts(). Thanks Duncan! |
commit | commitdiff | tree | snapshot |
2009-11-20 |
David Goodwin | Remove some old experimental code that is no longer... |
commit | commitdiff | tree | snapshot |
next |