2011-11-10 |
Pete Cooper | Fixed bug in DeadStoreElimination commit r144239 |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Chris Lattner | random notes, llvm-gcc is gone, fix a few broken tags. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | Revert r144300 "llvm-config: Replace with C++ version... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Tony Linthicum | undo test commit |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Tony Linthicum | test commit |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Eric Christopher | Move type handling to make sure we get all created... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Eric Christopher | Rework adding function names to the dwarf accelerator... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Owen Anderson | Add additional checking to ensure that MachineMemOperan... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Jim Grosbach | ARM assembly parsing for LSR/LSL/ROR(immediate). |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | llvm-config-2: Use USEDLIBS directly instead of LINK_CO... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Duncan Sands | Release notes for DragonEgg. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Jim Grosbach | ARM assembly parsing for ASR(immediate). |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | build: Rename CBackend and CppBackend libraries to... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | llvm-config-2: Fix thinko in maintenance of visited... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
NAKAMURA Takumi | test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Evan Cheng | Use a bigger hammer to fix PR11314 by disabling the... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Nadav Rotem | AVX2: Add variable shift from memory. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Chad Rosier | For immediate encodings of icmp, zero or sign extend... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | build/Make & CMake: Pass the appropriate --native-targe... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | llvm-build: Add --native-target and --enable-targets... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | llvm-build: Split out the validation logic. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | llvm-build: Change CBackend and CppBackend to not use... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | llvm-build: Add an explicit component type to represent... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Daniel Dunbar | llvm-build: Tidy up options. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Jakob Stoklund... | Strip old implicit operands after foldMemoryOperand. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Owen Anderson | Remove this from the CMake build since I erased the... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Jim Grosbach | Tidy up. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Owen Anderson | Remove the old-style ARM disassembler, which is no... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Jim Grosbach | Thumb2 assembly parsing STMDB w/ optional .w suffix. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Eli Friedman | Make sure we correctly unroll conversions between v2f64... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Pete Cooper | DeadStoreElimination can now trim the size of a store... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Nick Lewycky | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Eli Friedman | Add check so we don't try to perform an impossible... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chad Rosier | The ARM LDRH/STRH instructions use a +/-imm8 encoding... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Nadav Rotem | AVX2: Add patterns for variable shift operations |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Devang Patel | Remove unnecessary include. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chad Rosier | Use REs to remove dependencies on the register allocati... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Bill Wendling | Reformat the quote and tag the math stuff with <tt... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Daniel Dunbar | llvm-config: Drop 'backend' pseudo-component. We don... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Daniel Dunbar | llvm-config-2: Switch to using real library dependency... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Daniel Dunbar | build/Make: Fix some missing dependencies on the llvm... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Benjamin Kramer | Add comments. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Duncan Sands | Speculatively revert commit 144124 (djg) in the hope... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Nadav Rotem | Add AVX2 support for vselect of v32i8 |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Benjamin Kramer | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Benjamin Kramer | Take advantage of the zero byte in StringMap when emitt... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Wojciech Matyjewicz | Minor fixes in Makefiles for the OCaml bindings: |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Craig Topper | Enable execution dependency fix pass for YMM registers... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
NAKAMURA Takumi | unittests/MultiJITTest.cpp: Tweak how to check symbol... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Craig Topper | Add instruction selection for AVX2 integer comparisons. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Craig Topper | Add AVX2 instruction lowering for add, sub, and mul. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Nick Lewycky | Don't forget to check FlagNW when determining whether... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Devang Patel | Remove extra ';' |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Eric Christopher | Remove the pubnames section, no one consumes it. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Eli Friedman | Enhance verifyLoop so that it can reliably verify that... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
John McCall | Use isa<> instead of dyn_cast<> as suggested by Nick. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chad Rosier | Add support for encoding immediates in icmp and fcmp... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Evan Cheng | Hide cpu name checking in ARMSubtarget. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Jakob Stoklund... | Collapse DomainValues across loop back-edges. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Jakob Stoklund... | Link to the live DomainValue after merging. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Michael J.... | Object/COFF: Fix PE reading. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Jakob Stoklund... | Track reference count independently from clear(). |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Bruno Cardoso... | Properly handle Mips MC relocations and lower cpload... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Bill Wendling | Emit the compact unwind *if* we have a compact unwind... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Jakob Stoklund... | Call release() directly when cleaning up the remaining... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Jakob Stoklund... | Rename all methods to follow style guide. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Jakob Stoklund... | Handle reference counts in one function: release(). |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Eric Christopher | Also add the linkage name to the name accelerator table... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Dan Gohman | Add a hack to the scheduler to disable pseudo-two-addre... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Evan Cheng | Add workaround for Cortex-M3 errata 602117 by replacing... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Chad Rosier | ARMFastISel doesn't support thumb1. Rename isThumb... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Eli Friedman | Fix code to match comment. Fixes PR11340, a regression... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Jakob Stoklund... | Clear old DomainValue after merging. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Michael J.... | MC/COFF: Correctly emit the size of an empty string... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pete Cooper | LICM pass now understands invariant load metadata.... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Eric Christopher | Add the base ObjC method name to the names lookup table... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pete Cooper | Adding test for machine-licm operating on invariant... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Lang Hames | Lower mem-ops to unaligned i32/i16 load/stores on ARM... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pete Cooper | Added invariant field to the DAG.getLoad method and... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Eric Christopher | A few more places where we can avoid multiple size... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Eric Christopher | Don't evaluate Data.size() on every iteration. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Bruno Cardoso... | This patch handles unaligned loads and stores in Mips... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
NAKAMURA Takumi | PathProfiling.c: Get rid of using "inline". We may... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
John McCall | Fix the printing of constants. Patch by Stepan Dyatkov... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Bill Wendling | Add Eero to the list of external projects. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
NAKAMURA Takumi | PPCInstrInfo.cpp: Fix one "unused" warning. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
NAKAMURA Takumi | runtime/libprofile/PathProfiling.c: Use __inline__... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
NAKAMURA Takumi | test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtrip... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
NAKAMURA Takumi | test/CodeGen/X86/vec_shuffle-38.ll: Relax expression... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
NAKAMURA Takumi | test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Eli Friedman | Make sure to mark vector extload's as expand on ARM... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Eli Friedman | Add a bunch of calls to RemoveDeadNode in LegalizeDAG... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Bill Wendling | Cleanup the formatting. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Evan Cheng | Add x86 isel logic and patterns to match movlps from... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Bill Wendling | Convert to the new EH model. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Bill Wendling | Convert to the new EH model. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Bill Wendling | Convert tests to the new EH model. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Chad Rosier | Enable support for returning i1, i8, and i16. Nothing... |
commit | commitdiff | tree | snapshot |
next |