summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-10
* undo test commitTony Linthicum2011-11-10
* test commitTony Linthicum2011-11-10
* Move type handling to make sure we get all created types that aren'tEric Christopher2011-11-10
* Rework adding function names to the dwarf accelerator tables, allowEric Christopher2011-11-10
* Add additional checking to ensure that MachineMemOperands are never set to nu...Owen Anderson2011-11-10
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-10
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-10
* llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which willDaniel Dunbar2011-11-10
* Release notes for DragonEgg.Duncan Sands2011-11-10
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-10
* build: Rename CBackend and CppBackend libraries to have CodeGen suffix, forDaniel Dunbar2011-11-10
* llvm-config-2: Fix thinko in maintenance of visited component set.Daniel Dunbar2011-11-10
* test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi2011-11-10
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-10
* AVX2: Add variable shift from memory.Nadav Rotem2011-11-10
* For immediate encodings of icmp, zero or sign extend first. ThenChad Rosier2011-11-10
* build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar2011-11-10
* llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar2011-11-10
* llvm-build: Split out the validation logic.Daniel Dunbar2011-11-10
* llvm-build: Change CBackend and CppBackend to not use library_name. This willDaniel Dunbar2011-11-10
* llvm-build: Add an explicit component type to represent targets.Daniel Dunbar2011-11-10
* llvm-build: Tidy up options.Daniel Dunbar2011-11-10
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-10
* Remove this from the CMake build since I erased the file.Owen Anderson2011-11-10
* Tidy up.Jim Grosbach2011-11-10
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-09
* Thumb2 assembly parsing STMDB w/ optional .w suffix.Jim Grosbach2011-11-09
* Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman2011-11-09
* DeadStoreElimination can now trim the size of a store if the end of the store...Pete Cooper2011-11-09
* Fix typo in comment.Nick Lewycky2011-11-09
* Add check so we don't try to perform an impossible transformation. Fixes issu...Eli Friedman2011-11-09
* The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12.Chad Rosier2011-11-09
* AVX2: Add patterns for variable shift operationsNadav Rotem2011-11-09
* Remove unnecessary include.Devang Patel2011-11-09
* Use REs to remove dependencies on the register allocation order.Chad Rosier2011-11-09
* Reformat the quote and tag the math stuff with <tt> tags.Bill Wendling2011-11-09
* llvm-config: Drop 'backend' pseudo-component. We don't support/qualify the CBEDaniel Dunbar2011-11-09
* llvm-config-2: Switch to using real library dependency table.Daniel Dunbar2011-11-09
* Fix typo.Eric Christopher2011-11-09
* build/Make: Fix some missing dependencies on the llvm-build generation step.Daniel Dunbar2011-11-09
* Add comments.Benjamin Kramer2011-11-09
* Speculatively revert commit 144124 (djg) in the hope that the 32 bitDuncan Sands2011-11-09
* Add AVX2 support for vselect of v32i8Nadav Rotem2011-11-09
* Simplify code. No functionality change.Benjamin Kramer2011-11-09
* Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...Benjamin Kramer2011-11-09
* Minor fixes in Makefiles for the OCaml bindings:Wojciech Matyjewicz2011-11-09
* Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...Craig Topper2011-11-09
* unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enabl...NAKAMURA Takumi2011-11-09
* Add instruction selection for AVX2 integer comparisons.Craig Topper2011-11-09