aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the PPC TOC defs into the PPC64 InstrInfo file.Hal Finkel2012-09-052-3/+3
* Clean up.Chad Rosier2012-09-051-3/+3
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-0511-30/+38
* Strip old MachineInstrs *after* we know we can put them back.Tim Northover2012-09-052-7/+27
* Clean up includes.Benjamin Kramer2012-09-051-1/+1
* Update CMakeList.txt for new lli sources.Jim Grosbach2012-09-051-0/+2
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-055-5/+0
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-054-2/+31
* MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach2012-09-055-29/+498
* Switch BasicAliasAnalysis' cache to SmallDenseMap.Benjamin Kramer2012-09-051-9/+7
* LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar2012-09-052-0/+115
* [asan] fix lintKostya Serebryany2012-09-051-1/+1
* Fixed the DAG combiner to better handle the folding of AND nodes for vector t...Silviu Baranga2012-09-052-1/+22
* [asan] extend the blacklist functionality to handle global-init. Patch by Rei...Kostya Serebryany2012-09-053-1/+11
* Remove some of the patterns added in r163196. Increasing the complexity on in...Craig Topper2012-09-051-42/+2
* Add patterns for integer forms of VINSERTF128/VINSERTI128 folded with loads. ...Craig Topper2012-09-051-4/+76
* Add a FIXME that assumes we maintain backward compatibility until the next ma...Chad Rosier2012-09-051-0/+1
* Reorder the comments of EmitExceptionTable.Logan Chien2012-09-051-20/+20
* Fix UseInitArray option for MIPS target.Logan Chien2012-09-052-0/+15
* Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...Craig Topper2012-09-052-29/+66
* Removed Trie.h; unused in a long timeMarshall Clow2012-09-051-334/+0
* Remove redundant semicolons to fix -pedantic-errors build.Richard Smith2012-09-051-2/+2
* Fix function name per coding standard.Chad Rosier2012-09-056-14/+14
* Fix function name per coding standard.Chad Rosier2012-09-051-4/+4
* [ms-inline asm] Add support for the nsdialect keyword in the BitcodeChad Rosier2012-09-053-4/+33
* [ms-inline asm] Add the nsdialect keyword to the lexer.Chad Rosier2012-09-051-0/+1
* [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier2012-09-054-5/+22
* Make provenance checking conservative in cases whenDan Gohman2012-09-044-47/+126
* BypassSlowDivision: Assign to reference, don't copy the object.Jakub Staszak2012-09-041-2/+2
* Search the whole instruction for tied operands.Jakob Stoklund Olesen2012-09-041-2/+1
* [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier2012-09-044-17/+30
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-047-19/+1
* [LIT] Add a clang_tools_extra_site_cfg to match the various other site_cfg.David Blaikie2012-09-041-4/+9
* Fix my previous patch (r163164). It does now what it is supposed to do:Jakub Staszak2012-09-041-1/+0
* Return false if BypassSlowDivision doesn't change anything.Jakub Staszak2012-09-041-33/+34
* Remove unneeded code.Jakub Staszak2012-09-041-29/+0
* Typo.Jakob Stoklund Olesen2012-09-041-1/+1
* Actually use the MachineOperand field for isRegTiedToDefOperand().Jakob Stoklund Olesen2012-09-042-105/+16
* Move tie checks into MachineVerifier::visitMachineOperand.Jakob Stoklund Olesen2012-09-042-37/+34
* Allow tied uses and defs in different orders.Jakob Stoklund Olesen2012-09-043-42/+100
* Generic Bypass Slow DivPreston Gurd2012-09-0411-3/+473
* Make sure macros in the include subdirectory are not used without being defined.Bob Wilson2012-09-043-4/+4
* Porting Hexagon MI Scheduler to the new API.Sergei Larin2012-09-0411-5/+1381
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-09-047-17/+339
* This patch optimizes shuffle instruction - generates 2 instructions instead o...Elena Demikhovsky2012-09-042-22/+21
* LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem2012-09-042-8/+57
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-044-6/+16
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-0412-90/+361
* Be conservative about allocations that may alias the accessed pointer.Bob Wilson2012-09-041-0/+3
* [ms-inline asm] Make comment more verbose and add an assert.Chad Rosier2012-09-031-1/+2