summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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] Make comment more verbose and add an assert.Chad Rosier2012-09-03
* [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 extraneous return.Chad Rosier2012-09-03
* [ms-inline asm] Return the MCOperandNum instead of passing a reference.Chad 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
* escape special char when handling CXX_FOR_OCAMLOPTNuno Lopes2012-09-02
* fix test's RUN linesNuno Lopes2012-09-02
* add support for ocaml 3.12Nuno Lopes2012-09-02
* replace a couple of single-line comments with /* */ to fix the build of stuff...Nuno Lopes2012-09-02
* 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
* Rename ANDROIDEABI to Android.Logan Chien2012-09-02
* Generate better select code by allowing the target to use scalar select, and ...Nadav Rotem2012-09-02
* Only legalise a VSELECT in to bitwise operations if the vector mask bool is z...Pete Cooper2012-09-01
* PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer2012-09-01
* Limit domain conversion to cases where it won't break dep chains.Tim Northover2012-09-01
* Revert "Take account of boolean vector contents when promoting a build vector...Pete Cooper2012-09-01
* Fix Thumb2 fixup kind in the integrated-as.Logan Chien2012-09-01
* Add ARM ELF support to llvm-objdump.Logan Chien2012-09-01
* Code cleanup: tools/opt/opt.cppLogan Chien2012-09-01
* Fix typo.Logan Chien2012-09-01
* LoopRotation: Check some invariants of the dominator updating code.Benjamin Kramer2012-09-01
* TyposCraig Topper2012-09-01
* Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...Owen Anderson2012-09-01
* Fix typoMichael Liao2012-09-01
* llvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on AMD Bulldozer host, corres...NAKAMURA Takumi2012-09-01
* Fix Atom bots for r163036.Manman Ren2012-09-01
* SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure itsManman Ren2012-08-31
* Mark FMA4 instructions as commutable and add them to the folding tables.Craig Topper2012-08-31
* Make sure to build libpthread to check for HAVE_PTHREAD_MUTEX_LOCK.Eric Christopher2012-08-31
* Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier2012-08-31
* Add selection of RegOp2MemOpTable3 to canFoldMemoryOperandCraig Topper2012-08-31
* Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen2012-08-31
* Fix PR12359Michael Liao2012-08-31
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-31
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-08-31
* Add a comment to explain what's really going on.Chad Rosier2012-08-31