2010-12-06 |
Rafael Espindola | Don't use PadSectionToAlignment on windows. |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Rafael Espindola | Add a getSymbolOffset method and use it in the ELF... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Chris Lattner | Fix PR8728, a miscompilation I recently introduced... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Evan Cheng | Eliminate unneeded #include's. |
commit | commitdiff | tree | snapshot |
2010-12-05 |
NAKAMURA Takumi | ARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Evan Cheng | Remove an unused variable. |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Cameron Zwarich | Some cleanup before I start committing some incremental... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Evan Cheng | Making use of VFP / NEON floating point multiply-accumu... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Cameron Zwarich | Remove the PHIElimination.h header, as it is no longer... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Frits van Bommel | Clarify some of the differences between indexing with... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Frits van Bommel | Fix PR 4170 by having ExtractValueInst::getIndexedType... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Cameron Zwarich | I forgot to actually remove the FindCopyInsertPoint... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Cameron Zwarich | Remove the SplitCriticalEdge() method declaration from... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Cameron Zwarich | Move the FindCopyInsertPoint method of PHIElimination... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Frits van Bommel | Refactor jump threading. |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Frits van Bommel | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Frits van Bommel | Teach SimplifyCFG to turn |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Chris Lattner | Teach X86ISelLowering that the second result of X86ISD... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Chris Lattner | it turns out that when ".with.overflow" intrinsics... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Chris Lattner | fix the rest of the linux miscompares :) |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Chris Lattner | generalize the previous check to handle -1 on either... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Chris Lattner | relax this to handle linux defaulting to -static. |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Chris Lattner | Improve an integer select optimization in two ways: |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Chris Lattner | merge some tests into select.ll and make them more... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Chris Lattner | remove two tests that aren't really testing anything. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Bill Wendling | Initialize HasPOPCNT. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Rafael Espindola | Once the layout is done we don't need to keep updating... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Rafael Espindola | Remember the contents of leb and dwarfline fragments... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Cameron Zwarich | Remove PHIElimination's private copy of SkipPHIsAndLabels. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Benjamin Kramer | Add patterns for the x86 popcnt instruction. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Bill Wendling | Silence 'may be used uninitialized in this function... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael J.... | Support/PathV2: Remove redundant calls to make_error_code. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Benjamin Kramer | APInt: microoptimize a few methods. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Benjamin Kramer | Simplify APInt::getAllOnesValue. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Benjamin Kramer | Remove unneeded zero arrays. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Benjamin Kramer | Apparently APFloat::getZero doesn't like PPCDoubleDoubles. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Francois Pichet | Disable C++ exception handling on MSVC. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Benjamin Kramer | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Francois Pichet | Disable RTTI on Windows. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Bob Wilson | The Thumb tADDrSPi instruction is not valid when the... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Bob Wilson | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Rafael Espindola | There are two reasons why we might want to use |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael J.... | Unittests/Support/PathV2: Add FileSystem tests. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael J.... | Support/FileSystem: Add status implementation. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael J.... | Support/SystemError: Make error_category and error_code... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael J.... | Support/Windows/FileSystem: Fix MinGW warnings. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael J.... | Support/FileSystem: Add file_size implementation. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Rafael Espindola | Next step: Only pad debug_line when the target is darwi... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Jim Grosbach | Encode condition code for Thumb1 conditional branch... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Devang Patel | Do not try luck by using given name to create temporary... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jim Grosbach | Correctly size-reduce the t2CMPzrr instruction to tCMPz... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bill Wendling | Use correct variable names to match the patterns. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jakob Stoklund... | Also inore '()' while creating mdnode name from ObjC... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Rafael Espindola | First step in fixing MC. Make it clear that we are... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Devang Patel | Ignore '+' while creating mdnode name from ObjC symbol... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jim Grosbach | Match pattern operand names to expected encoding field... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jim Grosbach | Remove incorrect BL target encoding (it's similar to... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jim Grosbach | Encode the 32-bit wide Thumb (and Thumb2) instructions... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Nate Begeman | Revert this change since it breaks a couple of the... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jakob Stoklund... | Rename virtRegMap to avoid confusion with the VirtRegMa... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jakob Stoklund... | Coalesce debug locations when possible, causing less... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Nate Begeman | Scalar f32/f64 are also subregs of ymm regs |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Nate Begeman | Remove SSE1-4 disable when AVX is enabled. While this... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jakob Stoklund... | Emit DBG_VALUE instructions from LiveDebugVariables. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jakob Stoklund... | Also update virtRegMap when renaming virtual registers. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jim Grosbach | When using the 'push' mnemonic for Thumb2 stmdb, be... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Benjamin Kramer | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jim Grosbach | Reduce t2 ldr/str instructions to the correct t1 versio... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jason W Kim | fix ARM::fixup_arm_branch, cleanup, and share more... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jim Grosbach | No need to declare EncoderMethod property anymore;... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jakob Stoklund... | Delete the StrongPHIElimination pass, leaving only... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jakob Stoklund... | Add IntervalMap::iterator::set{Start,Stop,Value} method... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Add equivalent implementation. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Fix MinGW build. It doesn't have... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jim Grosbach | Add FIXMEs. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jim Grosbach | Size reduction for tPUSH come from t2STMDB_UPD, not... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | And I really hate line endings. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/Windows/FileSystem: Fix MinGW build. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Add resize_file implementation. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Add rename implementation. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Add remove implementation. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Fix line endings. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Get Neon intrinsic names from the new "Name" field... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Frits van Bommel | Fix paste-o in ExtractValueInst::getIndexedType() comments. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Benjamin Kramer | unittests/Support/PathV2: remove(3) requires a terminat... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Eric Christopher | Apparently OS X 10.4 doesn't have __crashreporter_info__. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Add create_symlink implementation. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Add create_hard_link implementation. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/ADT/Twine: Make toNullTerminatedStringRef not... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Add create_director{y,ies} implemen... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Rafael Espindola | Make EmitIntValue more efficient and more like what... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bill Wendling | I did it wrong. Don't disregard these encodings here. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Unittests/Support/PathV2: Cleanup and remove output. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | unittests/Support/PathV2: Comment out test because... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bill Wendling | Don't overwrite the opcode passed into the T1Special... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bill Wendling | Add Thumb encoding for some more instructions. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bill Wendling | Ignore decode table conflicts in the tMOVgpr2tgpr,... |
commit | commitdiff | tree | snapshot |
next |