2013-07-19 |
Nadav Rotem | Use LLVMs ADTs that improve the compile time of this... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nadav Rotem | SLPVectorizer: Improve the compile time of isConsecutiv... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vincent Lejeune | R600: Don't emit empty then clause and use alu_pop_after |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vincent Lejeune | R600: Simplify AMDILCFGStructurize by removing template... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vincent Lejeune | R600: Replace legacy debug code in AMDILCFGStructurizer.cpp |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | Fix inserting new elements in a specified location. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | s/compiler_used/compiler.used/. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Reid Kleckner | Add some flag exclusion tests. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Reid Kleckner | [Option] Add inclusion and exclusion flags to option... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nico Rieck | lit: Support cancellation on Windows |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Joey Gouly | Add a line that got missed off somehow. Sorry about... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add tests for ALHSIK and ALGHSIK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add ALRK, AGLRK, SLRK and SGLRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Joey Gouly | [ARMv8] Implement the NEON instructions VRINT{N, X... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add AHIK and AGHIK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add ARK, AGRK, SRK and SGRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add NGRK, OGRK and XGRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Serge Pavlov | Initialize TempFileHandle. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add NRK, ORK and XRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tilmann Scheller | ARM: Add instruction aliases for the Thumb2 PLD/PLDW... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Use SLLK, SRLK and SRAK for codegen |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Start adding z196 and zEC12 support |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | Split openFileForWrite into windows and unix versions. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | Add a unit test for checking that we respect the F_Bina... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | Cleanup the stats counters for the new implementation... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | Fix another assert failure very similar to PR16651... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tim Northover | ARM: delete two tests now integrated into the larger... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tim Northover | ARM: remove invalid invalid tests |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tim Northover | Improve llvm-mc disassembler mode and refactor ARM... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | Try to move to a more reasonable set of naming conventi... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Alexey Samsonov | Fix uninitialized memory read found by MemorySanitizer... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | A long overdue cleanup in SROA to use 'DL' instead... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Chandler Carruth | Fix PR16651, an assert introduced in my recent re-work... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Manman Ren | Try to appease the bots. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
NAKAMURA Takumi | llvm/test/MC/AsmParser/secure_log_unique.s: Use env... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Akira Hatanaka | [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Eric Christopher | Remove DIBuilder cache of variable TheCU and change... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rui Ueyama | Clarify comment for extension(). |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Andrew Trick | MI Sched: test case fix for previous checkin. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Manman Ren | Debug Info: enable verifying by default and disable... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Andrew Trick | MI Sched: Update the way resources are tracked so the... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Stephen Lin | Fix FileCheck CHECK-LABEL documentation wording slightl... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Rui Ueyama | Revert "COFFDumper: Dump data directory entries." |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Stephen Lin | Update to more CodeGen tests to use CHECK-LABEL for... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Rui Ueyama | COFFDumper: Dump data directory entries. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Nick Lewycky | Clean up some of this code a tiny bit, no functionality... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Stephen Lin | Disambiguate function names in some CodeGen tests.... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Tilmann Scheller | ARM: Make sure the instruction alias for PLI uses the... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Tom Stellard | R600/SI: Fix crash with VSELECT |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Tom Stellard | R600/SI: Add support for v2f32 loads |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Tom Stellard | R600/SI: Add support for v2f32 stores |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Tom Stellard | R600: Expand VSELECT for all types |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Hans Wennborg | test/MC/AsmParser/secure_log_unique.s requires shell |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Hans Wennborg | Fix -Wdocumentation warning |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Rafael Espindola | Add a test for .secure_log_unique. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Eric Christopher | Revert "Remove DIBuilder cache of variable TheCU and... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Eric Christopher | Equal means ==, not !=. Thanks to Benjamin for catching. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Eric Christopher | Remove DIBuilder cache of variable TheCU and change... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Rafael Espindola | Small improvement to the use of GetFileType: |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Stephen Lin | Update to CodeGen tests to use CHECK-LABEL for labels... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Nadav Rotem | Handle constants without going through SCEV. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Nadav Rotem | SLPVectorizer: Speedup isConsecutive by manually checki... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
NAKAMURA Takumi | Windows/Path.inc: Introduce file_type::character_file... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Reid Kleckner | [Support] Beef up and expose the response file parsing... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
NAKAMURA Takumi | llvm/test/Other/close-stderr.ll: Mark this as XFAIL... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Joey Gouly | Forgot 'svn add' again, sorry! |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Joey Gouly | Change 'n' to 'N' to keep consistent with other instruc... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Joey Gouly | [ARMv8] Add NEON instructions VCVT{A, N, P, M}. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Richard Sandiford | [SystemZ] Use RNSBG |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Joey Gouly | Add Thumb tests for the ARMv8 FP instructions that... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Richard Sandiford | [SystemZ] Generalize RxSBG SRA case |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Richard Sandiford | [SystemZ] Use RXSBG |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Richard Sandiford | [SystemZ] Rename and formatting fixes |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Joey Gouly | Remove the extra leading 0 from VMAXNMND. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Vladimir Medic | This patch extends mips register parsing methods to... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Craig Topper | Fix copy and paste bug from r186491 to make v2f64 use... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Chandler Carruth | Reapply r186316 with a fix for one bug where the code... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Nadav Rotem | SLPVectorizer: Speedup isConsecutive (that checks if... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Hal Finkel | PPC: Support dynamic allocas with large alignment |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Rafael Espindola | Remove dead code. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Rafael Espindola | Convert two uses if fstat with sys::fs::status. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Rafael Espindola | Fix a regression I introduced back in r178147. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Nick Lewycky | Give 'hasPath' a longer but clearer name 'isPotentially... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Adrian Prantl | Get rid of the Dis/EnableDebugLocations() API. |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Eric Christopher | Update comment slightly. |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Hal Finkel | PPC: Add base-pointer support to builtin setjmp/longjmp |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Eric Christopher | Add comparison operators for DIDescriptors to fix c... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Eric Christopher | Add an explicit operator bool conversion to DIDescripto... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Nadav Rotem | Fix a comment. |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Eli Friedman | Handle '.' correctly in hex float literal parsing. |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Tobias Grosser | Add some uncovered attribute tests |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Stephen Lin | Restore r181216, which was partially reverted in r182499. |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Rafael Espindola | Fix a funny typo. Thanks to Aaron Ballman for noticing. |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Nadav Rotem | Add a micro optimization to catch cases where the PtrA... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Rafael Espindola | Add FILE_SHARE_WRITE to openFileForRead. |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Aaron Ballman | Silencing an MSVC warning about signed vs unsigned... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Akira Hatanaka | [mips] Use "foreach" loop to make register definitions... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Michael Gottesman | Add -*- C++ -*- to InstrEmitter.h. |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Hans Wennborg | OptParser.td: typo |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Vladimir Medic | This patch checks for valid mnemonics at the beginning... |
commit | commitdiff | tree | snapshot |
next |