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 |
2010-12-03 |
Michael J.... | Support/Windows/FileSystem: Remove unneeded toNullTermi... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Add unique_file and exists implemen... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Michael J.... | Support/FileSystem: Remove temp_directory_path. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Rafael Espindola | Do with uleb the same trick we now do with dwarf line... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Chris Lattner | clarify comment |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Rafael Espindola | Try to resolve symbol differences early, and if success... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bill Wendling | The tLDR instruction wasn't encoded properly: |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add support for "_lane" variants of VMUL, VMLA, and... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Support using macros for Neon intrinsics implemented... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Devang Patel | It may not be an option to skip .debug_line if there... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Devang Patel | Hide tests, that check .loc, .file in output assembly... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Devang Patel | Disable .loc support on older darwin OSes. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Devang Patel | Use set directive for StartMinusEndExpr. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Stuart Hastings | Test case for r120740. Radar 8712503. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Duncan Sands | Adjust this test for the fact that the stores are no... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Tobias Grosser | Move check of command line options after command line... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Jim Grosbach | XFAIL for now. If someone with access to an ARM/Linux... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Duncan Sands | This test dates from the time when llvm-gcc had problem... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Jakob Stoklund... | Update LiveDebugVariables during coalescing. |
commit | commitdiff | tree | snapshot |
next |