aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-212-0/+120
* Add Mach-O entry_point_command declaration.Ahmed Bougacha2013-08-211-0/+7
* MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-212-1/+27
* MC CFG: When disassembly is impossible, fallback to data bytes.Ahmed Bougacha2013-08-211-16/+30
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-212-6/+73
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-215-2/+65
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-214-5/+30
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-214-1/+99
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-212-113/+136
* MC CFG: Add entrypoint address to MCModule.Ahmed Bougacha2013-08-211-1/+7
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-212-2/+20
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-214-10/+16