2011-01-22 |
Eric Christopher | Only apply the devirtualization bonus once instead... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Venkatraman... | Pass sret arguments through the stack instead of throug... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Benjamin Kramer | Remove dead ivar. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Venkatraman... | Added ICC, FCC as uses of movcc instruction to generate... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Bill Wendling | ARM uses '.' in their tokens. Give it a name instead... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Chris Lattner | add DW_TAG for rvalue refs. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Dan Gohman | Actually check memcpy lengths, instead of just commenti... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Venkatraman... | Sparc backend: |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Owen Anderson | Just because we have determined that an (fcmp | fcmp... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Evan Cheng | Last round of fixes for movw + movt global address... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Renato Golin | Clang was not parsing target triples involving EABI... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Oscar Fuentes | Handles libffi on the CMake build. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Bruno Cardoso... | Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Venkatraman... | Implement support for byval arguments in Sparc backend. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Nick Lewycky | SCCP doesn't actually preserve the CFG. It will delete... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Michael J.... | Revert "Object: Renable the tests now that none of... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Andrew Trick | Enable support for precise scheduling of the instructio... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Andrew Trick | Convert -enable-sched-cycles and -enable-sched-hazard... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Chris Lattner | fix PR9013, an infinite loop in instcombine. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Chris Lattner | update obsolete comment. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Michael J.... | Object: Renable the tests now that none of the build... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Nick Lewycky | Don't try to pull vector bitcasts that change the numbe... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Michael J.... | Object: Fix type punned pointer issues by making DataRe... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Peter Collingbourne | tblgen: Add support for non-inheritable attributes |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Nick Lewycky | Add a constant folding of casts from zero to zero.... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Evan Cheng | Don't be overly aggressive with CSE of "ldr constantpoo... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Tobias Grosser | Implement requiredTransitive |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Tobias Grosser | RegionPassPrinter should contain the name of the pass... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bruno Cardoso... | Add testcases for clz encoding |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bruno Cardoso... | Fix the encoding and parsing of clrex instruction |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bob Wilson | Move InstAlias check of argument types to a separate... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bob Wilson | Tidy comment. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bob Wilson | Fix broken check for InstAlias argument used with diffe... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bob Wilson | Precompute InstAlias operand mapping to result instruct... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bruno Cardoso... | Change instruction names for consistency |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bruno Cardoso... | Add cdp/cdp2 instructions for thumb/thumb2 |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Devang Patel | Disable objdump-trivial-object.test. It is broken on... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bruno Cardoso... | - Use a more appropriate name for Owen's ARM Parser... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Jakob Stoklund... | SplitKit requires that all defs are in place before... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Jakob Stoklund... | Add LiveIntervalMap::dumpCache() to print out the cache... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bruno Cardoso... | Add mcr*2 and mr*c2 support to thumb2 targets |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bruno Cardoso... | Add mcr* and mr*c support to thumb targets |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael J.... | Disable this test until I can figure out why it's broke... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Kalle Raiskila | Allow sign-extending of i8 and i16 to i128 on SPU. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Duncan Sands | At -O123 the early-cse pass is run before instcombine... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Bruno Cardoso... | Refactor mcr* and mr*c instructions into classes with... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Eric Christopher | My editor's indent went crazy. Fix. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Eric Christopher | Expand invalid return values for umulo and smulo. Handl... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Evan Cheng | Correct itinerary entry for t2MOV_pic_ga_add_pc. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Evan Cheng | Add test. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Evan Cheng | Sorry, several patches in one. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael J.... | llvm-objdump: Remove redundant includes. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael J.... | llvm-nm: Fix warning. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael J.... | Object: Add some tests! |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael J.... | Add llvm-objdump |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael J.... | llvm-nm: Update to use the new LLVMObject library. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael J.... | Object: Add ELF support. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael J.... | Object: Add COFF Support. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Andrew Trick | Selection DAG scheduler register pressure heuristic... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Jakob Stoklund... | Check that a live range exists before shortening it... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Jakob Stoklund... | Add hidden -verify-coalescing to run the machine code... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael J.... | gold: MinGW fix. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Venkatraman... | Sparc backend: Implements a delay slot filler that... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Cameron Zwarich | Update a comment. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Cameron Zwarich | Remove an unnecessary #include. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Jakob Stoklund... | Fix bug found by new clang warning. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Eric Christopher | Use only one API at a time. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Eric Christopher | If we can, lower the multiply part of a umulo/smulo... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Devang Patel | Fix debug info for merged global. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Jakob Stoklund... | Divert Hopfield network debug output. It is very noisy. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Jakob Stoklund... | Don't accidentally leave small gaps in the live ranges... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Jim Grosbach | Make sure to propogate the error code when we fail... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Devang Patel | Fix register address expression. Patch by Ken Dyck. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Jakob Stoklund... | Implement RAGreedy::splitAroundRegion and remove loop... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Nick Lewycky | Similarly, analyze truncate through multiply. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Nick Lewycky | Add a missed SCEV fold that is required to continue... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Bruno Cardoso... | Fix the encoding of mrrc and mcrr family of instruction... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Rafael Espindola | Add unnamed_addr when we can show that address of a... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Fix comment for gen-clang-decl-nodes tblgen backend... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Nick Lewycky | Add a missing SCEV simplification sext(zext x) -->... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Daniel Dunbar | ARM/ISel: Factor out isScaledConstantInRange() helper. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Andrew Trick | For ARM subtargets with useNEONForSinglePrecisionFP... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Evan Cheng | Don't forget to emit the load from indirect symbol... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Owen Anderson | When matching asm operands, always try to match the... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruno Cardoso... | Create two new generic classes to represent the followi... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruno Cardoso... | Fix MRS encoding for arm and thumb. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruno Cardoso... | Fix the encoding of t2ISB by using the right class... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Dan Gohman | Teach BasicAA to return PartialAlias in cases where... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Jakob Stoklund... | Add RAGreedy methods for splitting live ranges around... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruno Cardoso... | Follow the current hack set and enable the correct... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Chris Lattner | fix rdar://8878965, a regression I introduced with... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruno Cardoso... | Add support for parsing and encoding ARM's official... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Jim Grosbach | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruno Cardoso... | Ensure Mips::GP is properly reloaded after a function... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruno Cardoso... | Negative zero is not legal on mips. Patch by Sasa Stankovic |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruno Cardoso... | Handle (i32,i32) => f64 in a cleaner way. Patch by... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruno Cardoso... | Add support for mips32 madd and msub instructions.... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Duncan Sands | For completeness, generalize the (X + Y) - Y -> X trans... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Duncan Sands | Simplify (X<<1)-X into X. According to my auto-simplie... |
commit | commitdiff | tree | snapshot |
next |