summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Switch BasicAliasAnalysis' cache to SmallDenseMap.Benjamin Kramer2012-09-05
* LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar2012-09-05
* [asan] fix lintKostya Serebryany2012-09-05
* Fixed the DAG combiner to better handle the folding of AND nodes for vector t...Silviu Baranga2012-09-05
* [asan] extend the blacklist functionality to handle global-init. Patch by Rei...Kostya Serebryany2012-09-05
* Remove some of the patterns added in r163196. Increasing the complexity on in...Craig Topper2012-09-05
* Add patterns for integer forms of VINSERTF128/VINSERTI128 folded with loads. ...Craig Topper2012-09-05
* Add a FIXME that assumes we maintain backward compatibility until the next ma...Chad Rosier2012-09-05
* Reorder the comments of EmitExceptionTable.Logan Chien2012-09-05
* Fix UseInitArray option for MIPS target.Logan Chien2012-09-05
* Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...Craig Topper2012-09-05
* Remove redundant semicolons to fix -pedantic-errors build.Richard Smith2012-09-05
* Fix function name per coding standard.Chad Rosier2012-09-05
* [ms-inline asm] Add support for the nsdialect keyword in the BitcodeChad Rosier2012-09-05
* [ms-inline asm] Add the nsdialect keyword to the lexer.Chad Rosier2012-09-05
* [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier2012-09-05
* Make provenance checking conservative in cases whenDan Gohman2012-09-04
* BypassSlowDivision: Assign to reference, don't copy the object.Jakub Staszak2012-09-04
* Search the whole instruction for tied operands.Jakob Stoklund Olesen2012-09-04
* [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier2012-09-04
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-04
* Fix my previous patch (r163164). It does now what it is supposed to do:Jakub Staszak2012-09-04
* Return false if BypassSlowDivision doesn't change anything.Jakub Staszak2012-09-04
* Typo.Jakob Stoklund Olesen2012-09-04
* Actually use the MachineOperand field for isRegTiedToDefOperand().Jakob Stoklund Olesen2012-09-04
* Move tie checks into MachineVerifier::visitMachineOperand.Jakob Stoklund Olesen2012-09-04
* Allow tied uses and defs in different orders.Jakob Stoklund Olesen2012-09-04
* Generic Bypass Slow DivPreston Gurd2012-09-04
* Porting Hexagon MI Scheduler to the new API.Sergei Larin2012-09-04
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-09-04
* This patch optimizes shuffle instruction - generates 2 instructions instead o...Elena Demikhovsky2012-09-04
* LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem2012-09-04
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-04
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Be conservative about allocations that may alias the accessed pointer.Bob Wilson2012-09-04
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-03
* [ms-inline asm] Add a comment.Chad Rosier2012-09-03
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-03
* Remove always true checks. Noticed by Adhemerval Zanella.Roman Divacky2012-09-03
* Add braces to the case statement.Chad Rosier2012-09-03
* IRBuilderify the SjlLjEHPrepare pass.Benjamin Kramer2012-09-03
* When updating live range endpoints, make sure to preserve the early clobber bit.Lang Hames2012-09-03
* Fix more fallout from r158919, similar to PR13547.Bob Wilson2012-09-03
* Removed unused argument.Chad Rosier2012-09-03
* some peepholes that should match horizontal add/sub operations.Chris Lattner2012-09-03
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-03
* Move ErrorLoc decl into the scope where it's actually used.Chad Rosier2012-09-03
* Fix a typo.Nadav Rotem2012-09-02
* Not all targets have efficient ISel code generation for select instructions.Nadav Rotem2012-09-02
* LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer2012-09-02