2010-02-17 |
Duncan Sands | Mention an API change. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Duncan Sands | Pacify gcc-4.5, which warns (correctly) that these... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Eric Christopher | Revert: |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | reduce nesting. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Sanjiv Gupta | Added a function to clone locals of a function.( which... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | improve comments, the matcher is now feature complete... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Sanjiv Gupta | Removed header files from .h by adding forward decls. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Johnny Chen | Added BFI for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | sink special case "cannotyetselect" for intrinsics... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | Emulate the current isel's "IsChainCompatible" logic... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | properly record chain inputs to complex patterns, |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | rename and document some arguments so I don't have... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Anton Korobeynikov | Use pointer-wide encoding for LSDA and FDE on Darwin. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | simplify IsChainCompatible codegen, add comments. no |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Lang Hames | Removed an early out which was causing the PBQP allocat... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dan Gohman | Fix SCEVExpander's existing PHI reuse checking to recog... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Devang Patel | Before setting scope end marker, pay attention to scope... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | Prep work to handle input chains of matched patterns... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | daniel remembered why this was needed. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | add a comment explaining why darwin/i386 uses ## as... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | record input chains. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | prefix captured value names with $ so they look like |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Sanjiv Gupta | Initial implementation of PIC16 Cloner pass. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dan Gohman | Don't check for comments, which vary between subtargets. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | improve comments on OPC_Record to say what we're record... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dan Gohman | Fold bswap(undef) to undef. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dan Gohman | Delete some unneeded casts. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dan Gohman | Don't attempt to divide INT_MIN by -1; consider such... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | make the new isel's interpreter loop call the generated |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | improve comments in generated matcher a bit. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dan Gohman | Make the operand and format specifier match, and print all |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | make the new isel generator plop out a CheckComplexPatt... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Bob Wilson | Wrap lines to 80 columns and generally try to clean... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | roundss is an sse 4 thing, fix the test on non-sse41... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | fix inverted condition. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Make g5 target explicit; scheduling affects register... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | complex patterns don't get 'record' nodes, they implicitly |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | clean up some code, eliminate NodeIsComplexPattern... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bill Wendling | Make error statement more personal. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | fix rdar://7653908, a crash on a case where we would... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Adjust register numbers in tests to compensate for the |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Handle tGPR register class in a few more places. This... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Johnny Chen | Add SMC (Secure Monitor Call) system instruction for... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Really reserve R2 on PPC Darwin. PR 6314. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Devang Patel | Use line and column number to distinguish two lexical... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | 80 column cleanup |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Devang Patel | New testcase. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Evan Cheng | Look for SSE and instructions of this form: (and x... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Rename SuccessorNumber to GetSuccessorNumber. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
David Greene | Add support for emitting non-temporal stores for DAGs... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Testcase for critical edge splitting with load PRE. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | Update Thumb2 to not use CarryDefIsUnused or CarryDefIs... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | Remove redundant setting of Defs. CPSR is already marke... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dan Gohman | Refactor rewriting for PHI nodes into a separate function. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Jim Grosbach | First step in eliminating the CarryDefIsUnused and... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Johnny Chen | Added for disassembly the following instructions: |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Split critical edges as needed for load PRE. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Refactor to share code to find the position of a basic... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dan Gohman | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Kenneth Uildriks | Function attributes have index ~0, not 0 |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | simplify this code. In the new world order there is no |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | convert the new matcher to check intermediate nodes... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | change dag isel emitter to only call 'IsProfitableToFol... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bob Wilson | Fix pr6111: Avoid using the LR register for the target... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Duncan Sands | Introduce isOpaqueTy and use it rather than isa<OpaqueT... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Benjamin Kramer | Minor warning fixes (semicolons, newline at EOF). |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | mark all the generated node predicates 'const'. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | generate code for node and pattern predicates. Note... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | refactor some code into a local class. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | remove now dead code and fixme. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | remove dead code. This is never generated for any... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | add support for the new isel matcher to generate |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | make pcrel immediate values relative to the start of... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Erick Tryzelaar | Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Erick Tryzelaar | Fix some ocaml documentation |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sanjiv Gupta | The code section for an ISR has a specific address. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Handle DBG_VALUE mixed with labels when doing PHI |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Rafael Espindola | Drop support for the InReg attribute on the ppc backend... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dan Gohman | Split the main for-each-use loop again, this time for... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Reapply 96294; now that I've gotten around to looking |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bill Wendling | Apply patch from llvm.org/bugs/attachment.cgi?id=4136... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dale Johannesen | Something broke. Hard to believe it was this patch |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dan Gohman | When reusing an existing PHI node in a loop, be even... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Bob Wilson | Put repeated empty pattern into the AQI instruction... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Evan Cheng | Fix a memory leak. Patch by Nicolas Geoffray. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Dale Johannesen | More handling of DBG_VALUE. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Add missed entry to cmake build list file |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Use ttype encoding consistently |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Fix a silly darwin-only typo introduced during merge. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Move TLOF implementations to libCodegen to resolve... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | It turns out that we emitted completely wrong common... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Add suffix for stubs, so we won't have name clashes... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Anton Korobeynikov | Preliminary patch to improve dwarf EH generation -... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Nick Lewycky | Teach the verifier to check the condition on a branch... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Jakob Stoklund... | Fix PR6300. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Bob Wilson | Last week we were generating code with duplicate induct... |
commit | commitdiff | tree | snapshot |
next |