aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove DOS line endings.Jakub Staszak2012-11-149-910/+910
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-145-29/+81
* Replace std::vector -> SmallVector in BBVectorizeHal Finkel2012-11-141-4/+4
* Update my email address and update the code ownershipNadav Rotem2012-11-142-2/+6
* FileCheck.rst: change formatting of code-like constructs to use a monospacedDmitri Gribenko2012-11-141-86/+50
* The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem2012-11-142-6/+38
* Add myself as code owner for NVPTX targetJustin Holewinski2012-11-141-0/+4
* docs: nuke GCCFEBuildInstrs.htmlSean Silva2012-11-141-279/+0
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-143-2/+87
* Fix commentAnton Korobeynikov2012-11-141-2/+2
* Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov2012-11-142-11/+32
* Claim ownership.Chad Rosier2012-11-141-0/+4
* Fix the largest offender of determinism in BBVectorizeHal Finkel2012-11-141-6/+6
* Sort the code owner list alphabetically. Add myself as lib/DebugInfo owner.Benjamin Kramer2012-11-141-12/+16
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-143-10/+43
* s/assert/llvm_unreachable/Matt Beaumont-Gay2012-11-141-3/+4
* Grab debug information for code ownership.Eric Christopher2012-11-141-1/+5
* [TSan] fix indentationAlexey Samsonov2012-11-141-1/+1
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-142-11/+61
* Revert some redundant parts of r142605.Patrik Hägglund2012-11-142-33/+23
* Set FFLOOR of vectors to expand to keep intruction selection from failing.Craig Topper2012-11-141-0/+1
* Mark myself as owner of BBVectorize and PowerPCHal Finkel2012-11-141-0/+4
* Accepting ownership of scheduling.Andrew Trick2012-11-141-0/+4
* Factor out an overly replicated typecast. No functional change.Craig Topper2012-11-141-65/+66
* Set FFLOOR for vectors to expand on CellSPU to keep instruction selection fro...Craig Topper2012-11-141-1/+2
* Add newlines to end of debug messages.Craig Topper2012-11-141-6/+6
* Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola2012-11-142-1/+24
* docs: Fix Sphinx toctree warning.Sean Silva2012-11-141-0/+4
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-1412-83/+137
* docs: chmod -x HowToUseInstrMappings.rstSean Silva2012-11-141-0/+0
* Fix broken asserts. Also, spell 'indices' correctly.Matt Beaumont-Gay2012-11-141-6/+6
* [Object] Fix endianess bug by refactoring Archive::Symbol::getMember.Michael J. Spencer2012-11-141-18/+32
* use the getSplat API. Patch by Paul Redmond.Nadav Rotem2012-11-141-7/+1
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-135-10/+6
* Acknowledge code ownership of MC.Jim Grosbach2012-11-131-0/+4
* Assignment of Bitcode ownership to Joe Abbey, after announcing proposal onJoe Abbey2012-11-131-0/+4
* Revert -join-splitedges to a boolean cmd line option.Andrew Trick2012-11-131-3/+2
* The MachineScheduler does not currently require JoinSplitEdges.Andrew Trick2012-11-131-4/+4
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-132-2/+36
* Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...NAKAMURA Takumi2012-11-131-3/+0
* Add test case to verify correct relocs being generated forUlrich Weigand2012-11-131-0/+28
* numerically sort the symbols, so that the testcase result is uniformShankar Easwaran2012-11-131-23/+23
* llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar2012-11-132-2/+13
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-132-3/+21
* Fix wrong PowerPC instruction opcodes for:Ulrich Weigand2012-11-132-4/+4
* Fix wrong PowerPC instruction encodings due toUlrich Weigand2012-11-132-10/+10
* Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand2012-11-133-14/+15
* Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand2012-11-133-2/+22
* X86: when constructing VZEXT_LOAD from other loads, makes sure its outputManman Ren2012-11-132-0/+63
* Do not consider a machine instruction that uses and defines the sameUlrich Weigand2012-11-132-16/+62