aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git: Add tools/lldb to the ignore list.Daniel Dunbar2011-11-101-0/+2
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-103-13/+55
* build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned upDaniel Dunbar2011-11-102-2/+2
* Thumb MUL assembly parsing for 3-operand form.Jim Grosbach2011-11-102-7/+11
* build/MBlazeDisassembler: Some compilers may generate an MBlaze disassemblerDaniel Dunbar2011-11-101-1/+7
* build/MCDisassembler: Fix required libraries list of MCDisassembler to useDaniel Dunbar2011-11-101-1/+3
* Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher2011-11-102-14/+24
* Remove a really ancient line from the default 'make clean' rule that attemptsChris Lattner2011-11-101-1/+3
* When in ARM mode, LDRH/STRH require special handling of negative offsets.Chad Rosier2011-11-102-1/+140
* ARM .thumb_func directive for quoted symbol names.Jim Grosbach2011-11-101-3/+3
* test commit undoTony Linthicum2011-11-101-1/+1
* test commit reduxTony Linthicum2011-11-101-1/+1
* Fixed bug in DeadStoreElimination commit r144239Pete Cooper2011-11-101-1/+1
* random notes, llvm-gcc is gone, fix a few broken tags.Chris Lattner2011-11-101-123/+8
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-1014-69/+938
* undo test commitTony Linthicum2011-11-101-1/+1
* test commitTony Linthicum2011-11-101-1/+1
* Move type handling to make sure we get all created types that aren'tEric Christopher2011-11-101-7/+5
* Rework adding function names to the dwarf accelerator tables, allowEric Christopher2011-11-103-71/+86
* Add additional checking to ensure that MachineMemOperands are never set to nu...Owen Anderson2011-11-101-0/+2
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-104-12/+83
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-1014-938/+69
* llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which willDaniel Dunbar2011-11-101-1/+1
* Release notes for DragonEgg.Duncan Sands2011-11-101-6/+19
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-104-8/+45
* build: Rename CBackend and CppBackend libraries to have CodeGen suffix, forDaniel Dunbar2011-11-104-6/+6
* llvm-config-2: Fix thinko in maintenance of visited component set.Daniel Dunbar2011-11-101-7/+7
* test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi2011-11-101-1/+1
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-1012-21/+36
* AVX2: Add variable shift from memory.Nadav Rotem2011-11-101-1/+24
* For immediate encodings of icmp, zero or sign extend first. ThenChad Rosier2011-11-102-5/+22
* build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar2011-11-104-6/+17
* llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar2011-11-1015-16/+133
* llvm-build: Split out the validation logic.Daniel Dunbar2011-11-101-3/+20
* llvm-build: Change CBackend and CppBackend to not use library_name. This willDaniel Dunbar2011-11-102-2/+0
* llvm-build: Add an explicit component type to represent targets.Daniel Dunbar2011-11-1015-22/+112
* llvm-build: Tidy up options.Daniel Dunbar2011-11-101-20/+29
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-102-2/+124
* Remove this from the CMake build since I erased the file.Owen Anderson2011-11-101-1/+0
* Tidy up.Jim Grosbach2011-11-101-12/+0
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-094-1847/+0
* Thumb2 assembly parsing STMDB w/ optional .w suffix.Jim Grosbach2011-11-092-0/+8
* Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman2011-11-092-1/+62
* DeadStoreElimination can now trim the size of a store if the end of the store...Pete Cooper2011-11-092-33/+188
* Fix typo in comment.Nick Lewycky2011-11-091-1/+1
* Add check so we don't try to perform an impossible transformation. Fixes issu...Eli Friedman2011-11-092-1/+17
* The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12.Chad Rosier2011-11-091-5/+13
* AVX2: Add patterns for variable shift operationsNadav Rotem2011-11-093-2/+113
* Remove unnecessary include.Devang Patel2011-11-092-2/+0
* Use REs to remove dependencies on the register allocation order.Chad Rosier2011-11-091-24/+24