2010-11-17 |
Wesley Peck | Make MCJIT work with CMake. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Jim Grosbach | Clean up LEApcrel instuction(s) a bit. It's not really... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Factor out the code for purging a SCEV from all the... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Merge the implementations of isLoopInvariant and hasCom... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Wesley Peck | Now that the MBlaze backend is in its own directory... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Make SCEV::getType() and SCEV::print non-virtual. Move... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Owen Anderson | Second attempt at correct encodings for Thumb2 bitfield... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Jim Grosbach | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dale Johannesen | These tests are looking for library function names... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Move SCEV::dominates and properlyDominates to ScalarEvo... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Bob Wilson | Change ARMGlobalMerge to keep BSS globals in separate... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Bob Wilson | Fix ARMGlobalMerge pass to check if globals are entirel... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Bob Wilson | Change the symbol for merged globals from "merged"... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Bob Wilson | Fix the ARMGlobalMerge pass to look at variable sizes... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Move SCEV::isLoopInvariant and hasComputableLoopEvoluti... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Jim Grosbach | Make the ARM BR_JTadd instruction an explicit pseudo... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Evan Cheng | Avoid isel movcc of large immediates when the large... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Reference ScalarEvolution by name rather than directly... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Duncan Sands | Before replacing a phi node with a different value, it |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Owen Anderson | Revert r119551, which broke buildbots. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Verify SCEVAddRecExpr's invariant in ScalarEvolution... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Owen Anderson | Provide Thumb2 encodings for bitfield instructions. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Fix ScalarEvolution's range memoization to avoid using a |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Evan Cheng | Remove ARM isel hacks that fold large immediates into... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Rafael Espindola | make isVirtualSection a virtual method on MCSection... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Owen Anderson | More miscellaneous Thumb2 encodings. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | add some justification for "using namespace llvm;" |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Jim Grosbach | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Bill Wendling | Add missing opcodes now that this function's used in... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Benjamin Kramer | InstCombine: Add a missing irem identity (X % X -> 0). |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Duncan Sands | Move some those Xor simplifications which don't require... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Jim Grosbach | More ARM encoding bits. LDRH now encodes properly. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | various cleanups and other improvements, patch by Zhany... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Rafael Espindola | Add support for .int. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Rafael Espindola | Add support for .2byte, .4byte and .8byte. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Daniel Dunbar | MC-JIT: Stub out "pure" streamer. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Daniel Dunbar | MCJIT: Stub out MCJIT implementation, still doesn't... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Daniel Dunbar | lli: Add stub -use-mcjit option, which doesn't currentl... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Duncan Sands | Have InlineFunction use SimplifyInstruction rather... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Duncan Sands | Now that hasConstantValue has been made simpler, it... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Evan Cheng | Revert r119109 for now. It's breaking 176.gcc. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Duncan Sands | Previously SimplifyInstruction could report that an... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | With the newly simplified SourceMgr interfaces and... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | now that AsmPrinter::EmitInlineAsm is factored right... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Che-Liang Chiou | Add simple arithmetics and %type directive for PTX |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Evan Cheng | Simplify code that toggle optional operand to ARM:... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | rearrange how the handler in SourceMgr is installed... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | refactor the interface to EmitInlineAsm a bit, no funct... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | fix PR8613 - Copy constructor of SwitchInst does not... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Bill Wendling | The machine instruction no longer encodes the submode... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Bill Wendling | Proper encoding for VLDM and VSTM instructions. The... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Duncan Sands | Fix a layering violation: hasConstantValue, which is... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Duncan Sands | Have ScalarEvolution use SimplifyInstruction rather... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Duncan Sands | Have RemovePredecessorAndSimplify you SimplifyInstruction |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Duncan Sands | Remove dead code in GVN: now that SimplifyInstruction... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Memoize results from ScalarEvolution's getUnsignedRange... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Fix warnings about missing parents between || and &&. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Eric Christopher | Only avoid the check if we're the last operand before... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Bill Wendling | Add binary emission stuff for VLDM/VSTM. This reuses the |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Peter Collingbourne | Fix typo: Exectuable -> Executable |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bob Wilson | Use new neon_vector_type and neon_polyvector_type attri... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bob Wilson | Change Neon polynomial types to be signed to match... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bob Wilson | Refactor to new GetNumElements function. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bill Wendling | Use the correct variable names so that the encodings... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Dan Gohman | Reapply r118917. With pseudo-instruction expansion... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Chris Lattner | update coding standards. Partial specialization is... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Oscar Fuentes | Fix assembling X86CompilationCallback_Win64.asm on... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Dale Johannesen | Test for llvm-gcc patch 119392. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Chris Lattner | libc++ and compiler_rt are now dual licensed under... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Dan Gohman | Fix grammaro. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Evan Cheng | Add ExpandPseudos.cpp. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Rafael Espindola | Add .loc methods to the streamer. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Dan Gohman | Split pseudo-instruction expansion into a separate... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Rafael Espindola | Add const. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jakob Stoklund... | Fix emergency spilling in LiveIntervals::spillPhysRegAr... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jakob Stoklund... | Print out the register class of the current interval. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Peter Collingbourne | Document -enable-no-infs-fp-math and -enable-no-nans... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bob Wilson | Tidy up some things in <arm_neon.h>. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bob Wilson | Reapply "Stop using struct wrappers for Neon vector... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Michael J.... | system_error: More conditional error codes for Darwin. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bob Wilson | Revert "Stop using struct wrappers for Neon vector... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Rafael Espindola | Parse and ignore some .cfi_* directives. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Michael J.... | This is the first step in adding sane error handling... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bob Wilson | Stop using struct wrappers for Neon vector types in... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jim Grosbach | Revert inadvertant checkin of CMake libdeps. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jim Grosbach | ARM conditional mov encoding fix. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Duncan Sands | Have a few places that want to simplify phi nodes use... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Dan Gohman | Fix missing includes of "llvm/Analysis/Passes.h" in... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Duncan Sands | In which I discover the existence of loops. Threading... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Rafael Espindola | A bit more of gnu as compatibility when handling reloca... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bill Wendling | L_bit doesn't work here. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bill Wendling | - Remove dead patterns. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bill Wendling | vldm and vstm are mnemonics for vldmia and vstmia resp. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Eric Christopher | Make the verifier a little quieter on instructions... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Chris Lattner | Fix a bug I introduced in the ppc refactoring, which... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bill Wendling | Test encodings for LDM and STM. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Bill Wendling | Encode the multi-load/store instructions with their... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Michael J.... | Object: Get rid of sys::Path, Triple, and cleanup names... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Chris Lattner | add copy of comment to the code that will survive the... |
commit | commitdiff | tree | snapshot |
next |