2011-12-17 |
Benjamin Kramer | X86: Factor the bswap asm matching to be slightly less... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chandler Carruth | As Doug pointed out (and I really should know), it... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Pete Cooper | SimplifyCFG now predicts some conditional branches... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Manuel Klimek | Deleting the json-bench-test until I understand why... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Evan Cheng | Fix a CPSR liveness tracking bug introduced when I... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Pete Cooper | Refactor code used in InstCombine::FoldAndOfICmps to... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Rafael Espindola | Add back the MC bits of 126425. Original patch by Natha... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Lang Hames | Make sure that the lower bits on the VSELECT condition... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Jakob Stoklund... | Preserve more memory operands in ARMExpandPseudo. |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Dan Gohman | The powers that be have decided that LLVM IR should... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | When recursing for the original size of a type, stop... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | Resolve part of a fixme and add a new one. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | Add a fixme here. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | Fix spacing. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | Update documentation. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | Extraneous whitespace and 80-col. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Jakob Stoklund... | Fix off-by-one error in bucket sort. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Dylan Noblesmith | APInt: update asserts for base-36 |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Jakob Stoklund... | Don't adjust for alignment padding in OffsetIsInRange. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Benjamin Kramer | Hexagon: Fix a nasty order-of-initialization bug. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Devang Patel | In DICompositeType, referenced to derived type is eithe... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Devang Patel | Clarify and fix subprogram description. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Jakob Stoklund... | Note ARM constant island alignment in the release notes. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Manuel Klimek | Adds a JSON parser and a benchmark (json-bench) to... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Chandler Carruth | Put the '*' in the right place in the unit test. Forgot... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Chandler Carruth | Make GCC happy by using makeAraryRef instead of the... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Chandler Carruth | Add a generic collection of class templates to ADT... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Chris Lattner | By popular demand, link up types by name if they are... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Craig Topper | Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi1... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
NAKAMURA Takumi | Tweak CMake build on Cygwin. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
NAKAMURA Takumi | Target/Hexagon: Fix CMake build. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Andrew Trick | Avoid a confusing assert for silly options: -unroll... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Kostya Serebryany | [asan] add a test for instrumenting globals |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Jim Grosbach | ARM NEON aliases for vmovq.f* |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Jakob Stoklund... | Extract a method. No functional change. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Daniel Dunbar | llvm-config: Fix --targets-built, I changed this to... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Jim Grosbach | Thumb2 ADR assembly parsing w/o the .w suffix. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | Make sure we correctly note the existence of an i8... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Daniel Dunbar | llvm-config: Update help text for removal of "backend... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Daniel Dunbar | build/unittests: Fix llvm-config names for gtest librar... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Nick Lewycky | Move parts of lib/Target that use CodeGen into lib... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | Make check a bit more strict so we don't call ARM_AM... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Jim Grosbach | ARM NEON VCLE is an alias for VCGE w/ the source operan... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Kostya Serebryany | [asan] add the name of the module to the description... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Tony Linthicum | Add MCTargetDesc library to Hexagon target |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Jim Grosbach | ARM NEON VTBL/VTBX assembly parsing and encoding. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Jakob Stoklund... | Enable proper constant island alignment by default. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Chad Rosier | Add missing zmovl AVX patterns which were causing crashes. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Kostya Serebryany | [asan] fix a bug (issue 19) where dlclose and the follo... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Jim Grosbach | Silence warning. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Jim Grosbach | ARM NEON two-register double spaced register list parsi... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Chad Rosier | Fix assert in LowerBUILD_VECTOR for v16i16 type on... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | Zap unnecessary semicolons. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Lang Hames | Set specific target cpu for testcase. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Lang Hames | Added test case for r146671. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Jakob Stoklund... | Use the proper comparator for set_intersection. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Lang Hames | Fix VSELECT operand order. Was previously backwards... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Devang Patel | Update DebugLoc while merging nodes at -O0. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Hal Finkel | Add a test case to make sure that the nop really does... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Devang Patel | Virtual table holder field is either metadata or null. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Hal Finkel | Ensure that the nop that should follow a bl call in... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Jakob Stoklund... | Synthesize missing register class intersections. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Richard Osborne | Pass optLevel to XCoreDAGToDAGISel. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | Fix test. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | Make constant folding for GEPs a bit more aggressive. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | Don't try to form FGETSIGN after legalization; it is... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Chad Rosier | Use SmallVector/assign(), rather than std::vector/push_... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Chad Rosier | Add support for lowering fneg when AVX is enabled. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Pete Cooper | Added InstCombine for "select cond, ~cond, x" type... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Owen Anderson | Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | Make loop preheader insertion in LoopSimplify handle... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Bill Wendling | Re-re-enable compact unwind after fixing a failure... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Kevin Enderby | Another improvement to the implementation of .incbin... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Bill Wendling | The saved registers weren't being processed in the... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Dan Gohman | Move Instruction::isSafeToSpeculativelyExecute out... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jakob Stoklund... | Consider CPE alignment in CreateNewWater(). |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | ARM NEON better assembly operand range checking for... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | ARM NEON VLD2/VST2 lane indexed assembly parsing and... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Devang Patel | Do not sink instruction, if it is not profitable. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Evan Cheng | Add a blurb about MachineInstr bundling support. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Bill Wendling | Reapply r146481 with a fix to create the Builder value... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Kevin Enderby | Improve the implementation of .incbin directive by... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Andrew Trick | LSR: Fold redundant bitcasts on-the-fly. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | ARM NEON fix alignment encoding for VST2 w/ writeback. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Kevin Enderby | Add the .incbin directive which takes the binary data... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | Nuke old code. Missed in last commit. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Evan Cheng | Add high level description of MachineInstr bundles. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | ARM NEON refactor VST2 w/ writeback instructions. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | ARM NEON improve factoring a bit. No functional change. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Evan Cheng | Model ARM predicated write as read-mod-write. e.g. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | ARM NEON VST2 assembly parsing and encoding. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Stepan Dyatkovskiy | Fix for bug #11429: Wrong behaviour for switches. Small... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Dan Gohman | It turns out that clang does use pointer-to-function... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jakob Stoklund... | Fix speling and 80-col. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Akira Hatanaka | Add support for local dynamic TLS model in LowerGlobalT... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | Fix copy/pasto that skipped the 'modify' step. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | ARM/Thumb2 mov vs. mvn alias goes both ways. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Chad Rosier | VFP2 is required for FP loads. Noticed by inspection. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Chad Rosier | Tidy up. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Jim Grosbach | ARM/Thumb2 'cmp rn, #imm' alias to cmn. |
commit | commitdiff | tree | snapshot |
next |