2010-02-06 |
Jakob Stoklund... | Reintroduce the InlineHint function attribute. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Bob Wilson | Add a test for my change to disable reassociation for... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Devang Patel | Set DW_AT_artificial only if argument is marked as... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Bob Wilson | Handle AddrMode6 (for NEON load/stores) in Thumb2's... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Jakob Stoklund... | Don't unroll loops containing function calls. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Jakob Stoklund... | Update CodeMetrics to count 'big' function calls explic... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Devang Patel | Do not generate specification DIE for nested functions. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | fix incorrect encoding of SBB8mi that Kevin noticed. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | fix a case where we'd mis-encode fisttp because of... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | add note. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | remove fixme |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | print encodings like this: |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | port X86InstrInfo::determineREX over to the new encoder. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Jakob Stoklund... | Teach SimplifyCFG about magic pointer constants. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | wire up 64-bit MCCodeEmitter. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | really kill off the last MRMInitReg inst, remove logic... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | lower the last of the MRMInitReg instructions in MCInst... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | teach X86MCInstLower to lower the MOV32r0 and MOV8r0 |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | genericize helpers, use them for MOV16r0/MOV64r0 |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | factor code better in X86MCInstLower::Lower, teach... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | fix logical-select to invoke filecheck right, and fix... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | implement the rest of the encoding types. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | move functions for decoding X86II values into the X86II... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Dan Gohman | Implement releaseMemory in CodeGenPrepare and free... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | constant propagate a method away. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Dan Gohman | Use a SmallSetVector instead of a SetVector; this code... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | change getSizeOfImm and getBaseOpcodeFor to just take |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | add some more encodings. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Eric Christopher | Remove this code for now. I have a better idea and... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Jeffrey Yasskin | Make lit's gtest support honor config.environment. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Johnny Chen | VMOVRRD and VMOVDRR both have Inst{7-6} = 0b00. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Jeffrey Yasskin | Move --march, --mcpu, and --mattr from JIT/TargetSelect... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bill Wendling | Make test more fucused eliminating extraneous bits. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Daniel Dunbar | MC: Change default comment column to 40 characters. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | implement the non-relocation forms of memory operands |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Evan Cheng | Handle tail call with byval arguments. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | start adding MRMDestMem, which requires memory form... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chris Lattner | Add a few more encodings, we can now encode all of: |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Evan Cheng | When the scheduler unfold a load folding instruction... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bill Wendling | An empty global constant (one of size 0) may have a... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Bob Wilson | Do not reassociate expressions with i1 type. SimplifyC... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Evan Phoenix | Disable external stubs for X86-32 and X86-64 |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Evan Cheng | Fix typo Duncan noticed. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Jakob Stoklund... | Increase inliner thresholds by 25. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Jakob Stoklund... | Fix small bug in handling instructions with more than... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Benjamin Kramer | Get the LLVMC tests working with clang++ by removing... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Benjamin Kramer | Apply property changes from PR6228. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Torok Edwin | New flag for GenLibDeps, and llvm-config-perobjincl. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Chris Lattner | move the PR6214 microoptzn to this file. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Chris Lattner | fix a broken archive that was breaking dejagnu only... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Evan Cheng | Re-enable x86 tail call optimization. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Eric Christopher | Temporarily revert this since it appears to have caused... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Chris Lattner | add support for the sparcv9-*-* target triple to turn on |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Chris Lattner | From PR6228: |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Eric Christopher | Rework constant expr and array handling for objectsize... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Evan Cheng | It's too risky to eliminate sext / zext of call results... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Dan Gohman | Change the argument to getIntegerSCEV to be an int64_t... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Evan Cheng | Indirect tail call has to go through a call preserved... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Sean Callanan | Filled in a few new APIs for the enhanced |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Dan Gohman | Use a tab instead of space after .type, for consistency. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Dale Johannesen | Rewrite FP constant handling in DEBUG_VALUE yet |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Victor Hernandez | Fix (and test) function-local metadata that occurs... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Eric Christopher | If we're dealing with a zero-length array, don't lower... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Dale Johannesen | This test passes now on ppc darwin; if it doesn't pass |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Dale Johannesen | This test passes now on ppc darwin, so reenable it. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Dale Johannesen | Debugging is now reenabled on PPC darwin, so reenable |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | enhance new encoder to support prefixes + RawFrm |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | set up some infrastructure, some minor cleanups. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Evan Cheng | Speculatively disable x86 automatic tail call optimizat... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Evan Cheng | Make test less fragile |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | stub out a new X86 encoder, which can be tried with |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | rename createX86MCCodeEmitter to more accurately reflec... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Kevin Enderby | Added support for X86 instruction prefixes so llvm... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Devang Patel | Emit appropriate expression to find virtual base offset. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Devang Patel | Provide interface to identifiy artificial methods. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Jeffrey Yasskin | r94686 changed all ModuleProvider parameters to Modules... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Jeffrey Yasskin | Make docs less specific about their versions, at Chris... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Daniel Dunbar | Add llvm_supports_darwin_and_target to DejaGNU as well... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Jeffrey Yasskin | Mention the version in the documentation index and... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Daniel Dunbar | llvm-mc: Add --show-inst option, for showing the MCInst... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Dan Gohman | Add "Author Date Id Revision" svn:keyword properties... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Bob Wilson | Adjust the heuristics used to decide when SROA is likel... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Garrison Venn | Repository access test commit |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Zhongxing Xu | Remove redundant declaration. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Zhongxing Xu | Add constructors. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | reapply r95206, this time actually delete the code... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | revert r95206, it is apparently causing bootstrap failu... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | print instruction encodings with the existing comment... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | make the x86 backend emit darwin stubs through mcstreamer |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | make MachineModuleInfoMachO hold non-const MCSymbol... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | change addPassesToEmitFile to return true on failure... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Evan Cheng | Revert 94937 and move the noreturn check to codegen. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Sean Callanan | Fixed the disassembler so it accepts multiple |
commit | commitdiff | tree | snapshot |
2010-02-03 |
John McCall | Make APInt::countLeadingZerosSlowCase() treat the conte... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Evan Cheng | Allow all types of callee's to be tail called. But... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Jeffrey Yasskin | Reconfigure with autoconf-2.60, and fix autoconf.ac... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | don't emit \n's at the start of X86AsmPrinter::runOnMac... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | privatize a bunch of methods and move \n printing into... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | rename printMachineInstruction -> EmitInstruction |
commit | commitdiff | tree | snapshot |
next |