2009-10-17 |
Daniel Dunbar | Add required #includes for freestanding .h files. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Dan Gohman | Delete an obsolete comment. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Victor Hernandez | Remove MallocInst from LLVM Instructions. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Dan Gohman | Enhance CodePlacementOpt's unconditional intra-loop... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Dan Gohman | Add a splice member function which accepts a range... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Victor Hernandez | Autoupgrade malloc insts to malloc calls. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Victor Hernandez | HeapAllocSRoA also needs to check if malloc array size... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mon P Wang | Update tests to use FileCheck |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mon P Wang | Add test case for r84279 |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mon P Wang | Allow widening of extract subvector |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Devang Patel | Do not emit name entry for a pointer type. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | Change createPostRAScheduler so it can be turned off... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | Add a CodeGenOpt::Less level to match -O1. It'll be... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dan Gohman | Move zext and sext casts fed by loads into the same... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Devang Patel | Parse PHI instruction with attached metadata. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Devang Patel | If there is not any llvm instruction associated with... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Victor Hernandez | Invert isSafeToGetMallocArraySize check because we... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Victor Hernandez | Invert isSafeToGetMallocArraySize check because we... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Chris Lattner | Update from Cristina, llvm-gcc doesn't build on the... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | Force triple in tests. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Duncan Sands | Strip trailing white space. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Duncan Sands | Check that GVN performs this transform even if the... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Benjamin Kramer | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Sanjiv Gupta | Cleaned up some code. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | I am no spelling bee. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | Enable post-alloc scheduling for all ARM variants excep... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | If post-alloc scheduler is not enabled, it should retur... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Zhongxing Xu | Indent code. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | 80 column violation. |
commit | commitdiff | tree | snapshot |
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 |
next |