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 |
2010-11-16 |
Chris Lattner | relax an assertion a bit, allowing the GPR argument of |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jakob Stoklund... | Remember to resize SpillSlotToUsesMap when allocating... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jakob Stoklund... | Fix PR8612 in the standard spiller, take two. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Owen Anderson | Add Thumb2 encodings for mov and friends. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Rafael Espindola | Change the 11 byte nop to be a single instruction. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Chris Lattner | fix a pasto that massively broke the ppc jit while... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jakob Stoklund... | Revert "Fix PR8612 in the standard spiller as well." |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Owen Anderson | Attempt to provide encodings for some miscellaneous... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Evan Cheng | Code clean up. The peephole pass should be the one... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Owen Anderson | Provide Thumb2 encodings for sxtb and friends. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Eric Christopher | Recommit this change and remove the failing part of... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jakob Stoklund... | Fix PR8612 in the standard spiller as well. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jakob Stoklund... | When spilling a register defined by an early clobber... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jim Grosbach | ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B count... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Owen Anderson | Add Thumb2 encodings for comparison and shift operators. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Benjamin Kramer | Fix compiler warnigns. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Owen Anderson | Add correct Thumb2 encodings for mvn and friends. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Dan Gohman | Update examples and documentation to explicitly add... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jim Grosbach | Add FIXMEs. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jim Grosbach | Nuke redundant encoding bit set. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Dan Gohman | -basicaa is no longer the default. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Duncan Sands | Teach InstructionSimplify the trick of skipping incomin... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Duncan Sands | Move PHI tests to phi.ll, out of select.ll. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Rafael Espindola | Change MCExpr::EvaluateAsRelocatableImpl of variables... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jason W Kim | Dovetail with Dan Dunbar's rework of ELFObjectWriter. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Rafael Espindola | Fix PR8565. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Kalle Raiskila | Improve code layout, mostly indentation. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Chris Lattner | Wire up primitive support in the assembler backend... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Chris Lattner | split out an encoder for memri operands, allowing a... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Chris Lattner | add support for encoding the lo14 forms used for a... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Chris Lattner | fix a regression with the new instprinter: we lost... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Chris Lattner | pull the code to get the operand value out of the loop. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Chris Lattner | split the giant encoder loop into two new helper functions. |
commit | commitdiff | tree | snapshot |
next |