2009-10-16 |
Bob Wilson | Fix more NEON instruction encodings. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Chris Lattner | Add half precision floating point support (float16... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Chris Lattner | add haiku support, patch by Paul Davey! |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Set symbol values in MachO MCStreamer. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | Minor formatting tweaks. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Switch assembler API to using MCExpr instead of... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Remove unneeded context argument to MCExpr::Evaluate*. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Tweak variable assignment diagnostics, and make... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: When parsing a variable reference, substitute absol... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Move assembler variable values from MCContext to... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Switch MCContext value table to storing MCExprs. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | When checking aliases between phi sources and V2, we... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Bob Wilson | Revert svn r80498 and replace it with a different solut... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Anton Korobeynikov | Dllexport stuff cleanup: |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Sandeep Patel | Branches must be the last instruction in a Thumb2 IT... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Bob Wilson | Fix encoding bits for N3VLInt3_QHS multiclass with... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Kevin Enderby | Fix ARM memory operand parsing of post indexing with... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Bob Wilson | Fix a potential performance problem in placing ARM... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Kevin Enderby | More bits of the ARM target assembler for llvm-mc,... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Evan Cheng | Remove X86Subtarget::IsLinux. It's no longer being... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Victor Hernandez | Fix bug where array malloc with unexpected computation... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Benjamin Kramer | Add files Sanjiv forgot. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Sanjiv Gupta | Re-apply 84180 with the fixed test case. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jakob Stoklund... | Move Blackfin intrinsics into the Target/Blackfin direc... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jakob Stoklund... | Report errors correctly for unselected target intrinsics. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jakob Stoklund... | Clean up TargetIntrinsicInfo API. Add pure virtual... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nick Lewycky | Add missing break statements! Thanks to Duncan Sands... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jakob Stoklund... | Tablegen target intrinsics from the target main .td... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Benjamin Kramer | Disable another unittest that doesn't work on arm and... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Daniel Dunbar | Revert "Complete Rewrite of AsmPrinter, TargetObjectFil... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Sanjiv Gupta | Complete Rewrite of AsmPrinter, TargetObjectFile based... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Sanjiv Gupta | Few changes to comply with new DebugInfo Metadata repre... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Duncan Sands | The gcc plugin is now called dragonegg.so and no longer... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nick Lewycky | Teach basicaa about memcpy/memmove/memset. The length... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nick Lewycky | Teach BasicAA to use the size parameter of the memory... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Bob Wilson | Be smarter about reusing constant pool entries. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Bob Wilson | Fix another problem with ARM constant pools. Radar... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Chris Lattner | only try to fold constantexpr operands when the worklis... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Chris Lattner | don't bother calling ConstantFoldInstruction unless... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nick Lewycky | Take advantage of TargetData when available; we know... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dan Gohman | Make CodePlacementOpt align loops, rather than loop... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Evan Cheng | When LiveVariables is adding implicit-def to model... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Evan Cheng | Print earlyclobber for implicit-defs as well. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Eric Christopher | One more iteration here and a yet better way to solve it. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Eric Christopher | Fix the unused argument problem here a different way... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Bob Wilson | Fix instruction encoding bits for NEON VPADAL. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Bob Wilson | Remove unused variables to fix build warning. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Jim Grosbach | Make loop not recalc getNumOperands() each time around |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Devang Patel | Add support to record DbgScope as inlined scope. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Jim Grosbach | quiet compiler warning |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Dan Gohman | Delete bogus semicolons. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Jim Grosbach | Inst{11-8} for vshl should be 0b0101, not 0b1111. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Eric Christopher | Remove a bunch of unused arguments from functions,... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Nick Lewycky | The ARM and PowerPC jits are broken in this regard. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Duncan Sands | There seems to be no reason for opt's -S option to... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Nick Lewycky | Make use of the result of the loads even though that... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Bob Wilson | Set instruction encoding bits 4 and 7 for ARM register... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Bob Wilson | Refactor code to select NEON VST intrinsics. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Devang Patel | Use isVoidTy() |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Bob Wilson | Refactor code to select NEON VLD intrinsics. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Devang Patel | Add copyMD to copy metadata from one instruction to... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Bob Wilson | More refactoring. NEON vst lane intrinsics can share... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Bob Wilson | Refactor code for selecting NEON load lane intrinsics. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Duncan Sands | I don't see any point in having both eh.selector.i32... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Chris Lattner | make instcombine's instruction sinking more aggressive... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Edward O'Callaghan | Undo pthread patch from rev. 83930 & 83823. Credit... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Evan Cheng | Clear VisitedPHIs after use. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Evan Cheng | Another BasicAA fix. If a value does not alias a GEP... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Edward O'Callaghan | AuroraUX needs special Solaris system header. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Evan Cheng | More code clean up based on patch feedback. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Evan Cheng | Change VisitedPHIs into an instance variable that's... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Evan Cheng | Replace test with a simpler hand crafted one. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Edward O'Callaghan | Provide AuroraUX triple support in configure. Credit... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Dale Johannesen | Use llvmgxx for C++ test. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Dan Gohman | Fix this test to account for a movl $0 being emitted... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Dale Johannesen | Testcases for msasm bit (llvm-gcc 84062). |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Dan Gohman | Make isSafeToClobberEFLAGS more aggressive. Teach it... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Dan Gohman | This remat entry is basically done. There are hooks... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Add a few README.txt items. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Fix resetCachedCostInfo to reset all of the cost inform... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Kevin Enderby | Correct comment about ARM immediates using '#' not... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | s/DebugLoc.CompileUnit/DebugLoc.Scope/g |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Check void type before using RAUWd. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Bob Wilson | More Neon clean-up: avoid the need for custom-lowering... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Kevin Enderby | More bits of the ARM target assembler for llvm-mc to... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Evan Cheng | Teach basic AA about PHI nodes. If all operands of... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dale Johannesen | Documentation for the new msasm flag, which is no |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Bob Wilson | NEON VLD/VST are now fully implemented. For operations... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Do not check use_empty() before replaceAllUsesWith... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jeffrey Yasskin | Keep track of stubs that are created. This fixes PR5162... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Douglas Gregor | Add is_same type trait |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Duncan Sands | Introduce new convenience methods for sign extending or |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | Optimizer may remove debug info. This test checks... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Bob Wilson | Revise ARM inline assembly memory operands to require... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dale Johannesen | Add an "msasm" flag to inline asm as suggested in PR... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Devang Patel | These tests now pass. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Sandeep Patel | Fix method name in comment, per Bob Wilson. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Use the new CodeMetrics class to compute code size... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Compute a full cost value even when a setjmp call is... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Dan Gohman | Split code not specific to Function inlining out into... |
commit | commitdiff | tree | snapshot |
next |