summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-153-37/+114
* Fix an encoding bug.Evan Cheng2009-12-151-1/+1
* add an ALWAYS_INLINE macro, which does the obvious thing.Chris Lattner2009-12-151-0/+10
* For fastcc on x86, let ECX be used as a return register after EAX and EDXKenneth Uildriks2009-12-152-1/+23
* Names from dependent base classes are not found by unqualified lookup.John McCall2009-12-151-1/+1
* Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp.Evan Cheng2009-12-152-1/+4
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-1519-32/+49
* Pipe 'grep' output to 'count'.Mikhail Glushenkov2009-12-151-2/+2
* Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov2009-12-152-37/+87
* Small documentation update.Mikhail Glushenkov2009-12-151-4/+5
* Make 91378 more conservative.Evan Cheng2009-12-152-14/+11
* You can't use typedefs to declare template member specializations, andJohn McCall2009-12-151-35/+49
* Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling2009-12-154-29/+205
* Tail duplication should zap a copy it inserted for SSA update if the copy is ...Evan Cheng2009-12-151-13/+37
* Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al...Evan Cheng2009-12-155-3/+119
* Fold (zext (and x, cst)) -> (and (zext x), cst).Evan Cheng2009-12-152-4/+17
* NNT: Make sure stderr for build commands goes to log file, as intended but mi...Daniel Dunbar2009-12-151-4/+4
* Propagate zest through logical shift.Evan Cheng2009-12-153-0/+61
* Formatting.Eric Christopher2009-12-151-1/+1
* Revert these. They may have been causing 483_xalancbmk to fail:Bill Wendling2009-12-153-57/+26
* nand atomic requires opposite operand orderingJim Grosbach2009-12-151-3/+9
* Fix integer cast code to handle vector types.Dan Gohman2009-12-144-22/+69
* Move Flag and isVoid after the vector types, since bit arithmetic withDan Gohman2009-12-142-47/+49
* Fix these asserts to check the invariant that the code actuallyDan Gohman2009-12-141-2/+2
* Update this comment.Dan Gohman2009-12-141-1/+1
* Fix this to properly clear the FastISel debug location. Thanks toDan Gohman2009-12-141-1/+1
* Rearrange rules to add missing dependency and allow parallel makes.Bob Wilson2009-12-141-8/+6
* Add encoding bits "let Inst{11-4} = 0b00000000;" to BR_JTr to disambiguateJohnny Chen2009-12-141-0/+1
* The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine,Bill Wendling2009-12-141-7/+6
* v6 sync insn copy/paste errorJim Grosbach2009-12-141-1/+1
* Add ARMv6 memory and sync barrier instructionsJim Grosbach2009-12-143-14/+45
* Fixed encoding bits typo of ldrexd/strexd.Johnny Chen2009-12-141-2/+2
* Thumb2 atomic operationsJim Grosbach2009-12-141-44/+83
* Move several function bodies which are rarely inlined out of line.Dan Gohman2009-12-142-25/+82
* fix an obvious bug found by clang++ and collapse a redundant if.Chris Lattner2009-12-141-7/+6
* Micro-optimize these functions in the case where they are not inlined.Dan Gohman2009-12-142-10/+5
* correct selection requirements for thumb2 vs. arm versions of the barrier int...Jim Grosbach2009-12-142-4/+6
* Add radar fixed in comment.Eric Christopher2009-12-141-5/+6
* add Thumb2 atomic and memory barrier instruction definitionsJim Grosbach2009-12-141-0/+60
* whitespaceJim Grosbach2009-12-141-1/+0
* ARM memory barrier instructions are not predicableJim Grosbach2009-12-142-3/+20
* NNT: Use [e]grep -a when scanning logs, its possibly they will have non-textDaniel Dunbar2009-12-141-5/+5
* NNT: Always create the -sentdata.txt file.Daniel Dunbar2009-12-141-4/+11
* Clear the Processed set when it is no longer used, and clear theDan Gohman2009-12-141-1/+2
* Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so theDan Gohman2009-12-142-2/+2
* Remove unnecessary #includes.Dan Gohman2009-12-141-2/+0
* Make the IVUses member private.Dan Gohman2009-12-141-1/+1
* Instead of having a ScalarEvolution pointer member in BasedUser, just passDan Gohman2009-12-141-12/+13
* Don't bother cleaning up if there's nothing to clean up.Dan Gohman2009-12-141-6/+6
* Delete an unused variable.Dan Gohman2009-12-141-10/+1
OpenPOWER on IntegriCloud