aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: respect tied 64-bit inlineasm operands when printingTim Northover2013-08-222-0/+27
* [stackprotector] When finding the split point to splice off the end of a pare...Michael Gottesman2013-08-222-9/+143
* Teach LoopVectorize about address space sizesMatt Arsenault2013-08-222-3/+31
* Remove llvm-lit from the cmake install target.Hans Wennborg2013-08-221-8/+0
* FileCheck-ize tests.Bill Wendling2013-08-2226-35/+98
* ARM: R9 is not safe to use for tcGPR.Jim Grosbach2013-08-222-1/+15
* Fixed typo.Michael Gottesman2013-08-211-1/+1
* Removed trailing whitespace.Michael Gottesman2013-08-211-13/+13
* SelectionDAG: Make sure stores are always added to the LegalizedNodes listTom Stellard2013-08-212-1/+21
* [lit] Fix a couple lingering Py3 compat issues in ProgressBar.Daniel Dunbar2013-08-211-4/+12
* [tests] Update fma3 check to work with Py3.Daniel Dunbar2013-08-211-1/+2
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-213-36/+48
* [lit] Allow formats to return lit.Test.Result instances directly.Daniel Dunbar2013-08-212-10/+21
* [lit] Factor out a separate Test.Result() object.Daniel Dunbar2013-08-212-33/+40
* [lit] Simplify --time-tests code.Daniel Dunbar2013-08-211-11/+5
* [lit] Extract TestFormat base class, for future use.Daniel Dunbar2013-08-214-10/+10
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-2116-674/+584
* Adding a document to describe the MCJIT execution engine implementation.Andrew Kaylor2013-08-218-0/+183
* R600: Remove unnecessary castsTom Stellard2013-08-211-8/+6
* No functionality change.Yunzhong Gao2013-08-211-2/+2
* Teach BaseIndexOffset::match to identify base pointers in loops.Juergen Ributzka2013-08-212-2/+44
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-211-0/+5
* Basic unit tests for PointerUnionDavid Blaikie2013-08-213-1/+66
* Reorder headers according to lint.Bill Wendling2013-08-212-10/+6
* Remove use of forbidden 'iostream' header.Bill Wendling2013-08-211-13/+11
* Teach InstCombine about address spacesMatt Arsenault2013-08-217-91/+439
* MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha2013-08-212-1/+49
* Style cleanup following David's review for r188876.Ahmed Bougacha2013-08-211-5/+4
* Add testcase for r188873: MCTextAtom boundaries.Ahmed Bougacha2013-08-211-0/+39
* [CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...Argyrios Kyrtzidis2013-08-212-34/+73
* Add test for bitcast array ptrs with address spacesMatt Arsenault2013-08-211-0/+22
* Add enforce known alignment test with address spaceMatt Arsenault2013-08-211-3/+23
* Use attribute helper functionMatt Arsenault2013-08-211-2/+1
* Fix typoMatt Arsenault2013-08-211-1/+1
* A minor change for an obvous problem caused by r188451:Hao Liu2013-08-212-3/+3
* Add -mcpu to two X86 tests.Joey Gouly2013-08-212-2/+2
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-212-1/+87
* Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi2013-08-211-6/+3
* Make "mov" work for all Thumb2 MOV encodingsMihai Popa2013-08-214-1/+33
* AVX-512: Added SHIFT instructions.Elena Demikhovsky2013-08-216-6/+302
* [SystemZ] Define remainig *MUL_LOHI patternsRichard Sandiford2013-08-214-19/+136
* MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]NAKAMURA Takumi2013-08-211-1/+0
* [mips][msa] Matheus Almeida pointed out a silly mistake in r188893. Fixed it.Daniel Sanders2013-08-211-1/+1
* [SystemZ] Use FI[EDX]BRA for codegenRichard Sandiford2013-08-214-6/+354
* [SystemZ] Add FI[EDX]BRARichard Sandiford2013-08-219-10/+199
* [mips][msa] Define registers using foreachDaniel Sanders2013-08-211-32/+3
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-214-9/+532
* MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-212-7/+236
* MC CFG: Use data structures more appropriate than std::set.Ahmed Bougacha2013-08-211-10/+16
* MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-212-1/+11