2010-11-24 |
Michael J.... | Path Version 2. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Michael J.... | unittests: Add SystemTests. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Rafael Espindola | Fix and add tests for all cases in x86 and x86_64 where... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Rafael Espindola | Testcase for r120017. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Wesley Peck | Updating MBlaze .mask and .frame directives to match... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Wesley Peck | 1. Fixing error where basic block labels were not being... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Kalle Raiskila | Use i8 as SETCC result type for i1 in SPU. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Kalle Raiskila | Allow for 'fcmp ogt' in SPU. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Rafael Espindola | If a symbol is used as tls, mark it as tls even if... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
NAKAMURA Takumi | include/llvm/System/system_error.h: ECANCELED is undefi... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Ted Kremenek | Tweak ImmutableMap/ImmutableSet/ImmutableList APIs |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Jakob Stoklund... | Generalize overflowLeaf to also handle overflows in... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | add a MemoryBuffer::getOpenFile method, which turns... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Michael J.... | system_error: Add fixme. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Duncan Sands | Rename SimplifyDistributed to the more meaningfull... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Benjamin Kramer | The srem -> urem transform is not safe for any divisor... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Duncan Sands | Replace calls to ConstantFoldInstruction with calls... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Duncan Sands | Constant folding here is pointless, because Instruction... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Jason W Kim | Move the ARM reloc constants to Support/ELF.h |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Bob Wilson | Recognize sign/zero-extended constant BUILD_VECTORs... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Bob Wilson | Fix copy-and-paste error in exception message. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Benjamin Kramer | InstCombine: Reduce "X shift (A srem B)" to "X shift... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Duncan Sands | Propagate LeftDistributes and RightDistributes into... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Duncan Sands | Fix typo pointed out by Frits van Bommel and Marius... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Duncan Sands | Exploit distributive laws (eg: And distributes over... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Kalle Raiskila | Division by pow-of-2 is not cheap on SPU, do it with |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Rafael Espindola | Implement the rex64 prefix. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Duncan Sands | Expand a little on the description of what InstructionS... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Duncan Sands | Clarify that constant folding of instructions applies... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Rafael Espindola | Invalidate the layout on any relaxation, not just Instr... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Rafael Espindola | Produce a relocation for pcrel absolute values. Based... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Cameron Zwarich | Optimize a common case in the Lengauer-Tarjan dominator... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | Revert functionality doug added in r98575 that was... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Rafael Espindola | Reuse data fragments while lowering. Patch by David... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Zhanyong Wan | Fix formatting nits in the coding standards. Reviewed... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | fix this harder. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | fix a bug I introduced on the other side of the #ifdef |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | reimplement SwapByteOrder.h in terms of overloading... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Wesley Peck | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | add a 'LLVMConstIntOfArbitraryPrecision' api to the... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | duncan's spider sense was right, I completely reversed... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Jason W Kim | Fixed some style issues (no _, no spc after !) |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Rafael Espindola | Remove duplicated constants. Thanks to Jason for notici... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Benjamin Kramer | InstCombine: Implement X - A*-B -> X + A*B. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Jason W Kim | Make the <ARCH>ELFObjectWriter statics private |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Jason W Kim | Fix misplaced statics. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Jason W Kim | Kill trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Jason W Kim | Refactor the ELFRelocationEntry (pull up) and move... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Evan Cheng | Fix epilogue codegen to avoid leaving the stack pointer... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Mikhail Glushenkov | Add a newline. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Mikhail Glushenkov | llvmc: Make -march/-mcpu/-mtune behaviour more consiste... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Duncan Sands | If a GEP index simply advances by multiples of a type... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Kalle Raiskila | Fix a bug with extractelement on SPU. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Rafael Espindola | Add basic CFI methods to the streamer interface. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Duncan Sands | Move the "gep undef" -> "undef" transform from instcomb... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Rafael Espindola | Remove some #includes. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Benjamin Kramer | Implement the "if (X == 6 || X == 4)" -> "if ((X|2... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Duncan Sands | Don't keep track of inserted phis in PromoteMemoryToReg... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Duncan Sands | Fix a compiler warning about Kind being used uninitialized |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Eric Christopher | Pseudos default to 4byte size, let the instruction... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Wesley Peck | Implement ELF object file writing support for the MBlaz... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Wesley Peck | Implement branch analysis in the MBlaze backend. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Wesley Peck | Make it a little bit more explicit that the MBlaze... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Wesley Peck | Fix an error in the MBlaze delay slot filler where... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | fix comment |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | apparently tailcalls are better on darwin/x86-64 than... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Benjamin Kramer | Initialize MemDep's TD member so buildbots don't trip... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Duncan Sands | Add a rather pointless InstructionSimplify transform... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Duncan Sands | Fix spelling. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Bill Wendling | More Thumb encodings. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Bill Wendling | Add encoding for ARM "trap" instruction. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Bill Wendling | The "trap" instruction is one of this which doesn't... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Bill Wendling | - Give "trap" the correct encoding, at least according... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | apply Dan's fix for PR8268 which allows constant foldin... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | add some helper methods for asmprinter flags, from... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | implement PR8524, apparently mainline gas accepts movq... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | rework some DSE paths to use the newly-public "getPoint... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | the getLocationForSource/Dest methods can be static. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | add "getLocation" method to AliasAnalysis for getting... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | implement PR8576, deleting dead stores with intervening... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | file checkize |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | add some random notes. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Owen Anderson | Use by-name rather than by-order operand matching for... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | optimize: |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | tail calls on x86 are implemented. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Jim Grosbach | BR_JTadd is ARM-only, so use the proper pseudo class... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Rafael Espindola | Handle PCRel relocations with absolute values. Fixes... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | Implement PR8644: forwarding a memcpy value to a byval, |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Chris Lattner | a byval argument without an align can have an arbitrary... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Bill Wendling | A few more thumb instruction MC encodings. |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Eric Christopher | Rewrite address handling to use a structure with all... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Eric Christopher | STRH only needs the additional operand, not t2STRH... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Benjamin Kramer | Simplify code. No change in functionality. |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Frits van Bommel | Test commit: Fix two -Asserts mode warnings in StringMap.h. |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Anton Korobeynikov | Make this compile on case-sensitive file systemsw |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Anton Korobeynikov | Move some more hooks to TargetFrameInfo |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Benjamin Kramer | Silence Release build warnings about unused functions. |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Francois Pichet | Disable warning C4291 on MSVC. Caused because class... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Duncan Sands | On X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not... |
commit | commitdiff | tree | snapshot |
next |