2012-02-27 |
Bill Wendling | Add back removed code. It still causes LLVM to miscompi... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Preston Gurd | This patch adds instruction latencies for the SSE instr... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Preston Gurd | test commit. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Eli Friedman | Duncan pointed out that if the alignment isn't explicit... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Evandro Menezes | Delete incorrect reference to inexistent Hexagon archit... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Bill Wendling | Don't use #if 0. Just remove until I can address this. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Bill Wendling | XFAIL test until <rdar://problem/10913281> is fixed. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Bill Wendling | The code that cleans up multiple, isomorphic types... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Michael J.... | Remove duplicate copy of Object/ELF.h that somehow... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Evan Cheng | Fix for PR12090: clear def maps of aliases when visitin... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Jim Grosbach | ARM BL/BLX instruction fixups should use relocations. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Argyrios Kyrtzidis | Move "clang/Analysis/Support/SaveAndRestore.h" to ... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Eli Friedman | Teach BasicAA about the LLVM IR rules that allow readin... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Roman Divacky | Test the section specification. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Derek Schuff | Fix PR12089 |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Roman Divacky | Reapply r151278 with fixes. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Chad Rosier | Add q suffix aliases for the fistp and fisttp mnemonics. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Akira Hatanaka | Remove unnecessary template parameters. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Akira Hatanaka | Fix instruction predicates that were not set correctly. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Jakob Stoklund... | Update machine code verifier. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Kevin Enderby | Fix the symbolic operand added for the C disassmbler... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Jakob Stoklund... | Add a MachineOperand iterator class. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Benjamin Kramer | Plog a memleak in GlobalOpt. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Duncan Sands | Micro-optimization, no functionality change. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Jay Foad | Help the compiler to eliminate some dead code when... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Duncan Sands | The value numbering function is recursive, so it is... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Duncan Sands | When performing a conditional branch depending on the... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Craig Topper | Remove HexagonGenIntrinsics.inc from Hexagon cmake... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Craig Topper | Update tblgen command guide. Remove unused tblgen Instr... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Jia Liu | delete useless comment&blank |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Rafael Espindola | Fix this assert. IP can point to an instruction with... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Craig Topper | X86 disassembler support for jcxz, jecxz, and jrcxz... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Chad Rosier | Remove more GCC FE build stuff. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Chad Rosier | Installing the GCC front end is no longer supported. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Chad Rosier | Cleanup the LLVM Getting Started page. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Chad Rosier | Add href to clang in overview. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Chad Rosier | Remove references to llvm-gcc from overview and tutorial. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Nadav Rotem | Add support for random constant vectors. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Nadav Rotem | Style fix: Remove unneeded parentheses. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Nadav Rotem | Fix a bug in the code that checks if a store value... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Nadav Rotem | Fix compilation on MSVC. Rename "_BB" to "Block" |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Nadav Rotem | fix a copy-and-paste error in the docs |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Nadav Rotem | Add a random .LL file generator to stress-test differen... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rafael Espindola | Add testcase for the previous commit. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rafael Espindola | Don't call dominates on unreachable instructions. Shoul... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Hal Finkel | Default TargetData alignment information for 128-bit... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rafael Espindola | And update the comment... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rafael Espindola | Enable the assert that got all this dominator work... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rafael Espindola | Use the DT dominates function in the verifier. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rafael Espindola | Change the implementation of dominates(inst, inst)... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rafael Espindola | Don't call dominates on unreachable instructions. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Nick Lewycky | Reinstate the optimization from r151449 with a fix... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rafael Espindola | Don't call dominates on unreachable instructions. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Nick Lewycky | Roll these back to r151448 until I figure out how they... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Nick Lewycky | An argument and a local identified object (eg. a noalia... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Nick Lewycky | Fix five-letter typo in comment. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Nick Lewycky | Teach instsimplify to be more aggressive when analyzing... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Nick Lewycky | Move isKnownNonNull from private implementation detail... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Nick Lewycky | Remove spurious emacs mode marker. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Hal Finkel | Revert r151278, breaks static linking. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
NAKAMURA Takumi | Target/X86: Fix assertion failures and warnings caused... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Chad Rosier | Add comment. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Chad Rosier | Add support for disabling llvm.lifetime intrinsics... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Lang Hames | Make the peephole optimizer clear kill flags on a vreg... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Chad Rosier | Fix indentation. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Eric Christopher | Grammar-o. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Lang Hames | Fixed typo. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Akira Hatanaka | Add definitions of floating point multiply add/sub... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Akira Hatanaka | Add an option to use a virtual register as the global... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Benjamin Kramer | Remove unused cl::opt, make another opt static. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jakob Stoklund... | Add missing static |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Ahmed Charles | Fix undefined behavior. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jim Grosbach | Thumb2 asm aliases for wide bitwise w/ immediate instru... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Chris Lattner | fix PR12075, a regression in a recent transform I added... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Michael J.... | Add WIN_FTOL_* psudo-instructions to model the unique... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jakob Stoklund... | Add a -stress-regalloc=<N> option. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Hal Finkel | X11/X2 loads around indirect calls on ppc64 should... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Hal Finkel | Don't crash when a glue node contains an internal CopyToReg |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Duncan Sands | Teach GVN that x+y is the same as y+x and that x<y... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Benjamin Kramer | SDAGBuilder: Remove register sets that were never read... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Kristof Beyls | test commit. removing unnecessary whitespace. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
NAKAMURA Takumi | test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Richard Osborne | Remove dead code. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Duncan Sands | Workaround a miscompilation by gcc-4.3 that showed... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Nick Lewycky | ScheduleDAGInstrs.h:155: warning: suggest parentheses... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Andrew Trick | PostRA sched: speed up physreg tracking by not abusing... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jim Grosbach | ARM Thumb symbol references in assembly need the low... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Pete Cooper | Turn avx insert intrinsic calls into INSERT_SUBVECTOR... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jia Liu | comment fix |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jia Liu | some comment fix |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jia Liu | comment fix |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jia Liu | replace a balnk with - |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Eric Christopher | If the Address of a variable is an argument then treat... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Eric Christopher | Tabs, formatting and long lines oh my! |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jia Liu | 80 columns of Mips InstPrinter Makefile |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jakob Stoklund... | Switch ARM target to register masks. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jim Grosbach | Make sure the regs are low regs for tMUL size reduction. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Jim Grosbach | Thumb2 size reduction fix for tied operands of tMUL. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
NAKAMURA Takumi | EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
NAKAMURA Takumi | EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage... |
commit | commitdiff | tree | snapshot |
next |