aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed encoding bits typo of ldrexd/strexd.Johnny Chen2009-12-141-2/+2
* Thumb2 atomic operationsJim Grosbach2009-12-141-44/+83
* Add svn:ignore entries for the Disassembler files.Dan Gohman2009-12-140-0/+0
* 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
* Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. TheDan Gohman2009-12-142-8/+1
* add ldrexd/strexd instructionsJim Grosbach2009-12-141-2/+11
* LSR itself doesn't need LoopInfo.Dan Gohman2009-12-141-6/+2
* LSR itself doesn't need DominatorTree.Dan Gohman2009-12-141-6/+2
* Remove the code in LSR that manually hoists expansions out of loops;Dan Gohman2009-12-141-29/+9
* Minor code cleanups.Dan Gohman2009-12-141-4/+2
* Use DW_AT_specification to point to DIE describing function declaration.Devang Patel2009-12-142-63/+32
* Remove empty file completelyShantonu Sen2009-12-141-0/+0
* Add "generic" fallback.Torok Edwin2009-12-141-0/+1
* Added CalcSpillWeights to CMakeLists.Lang Hames2009-12-141-0/+1
* Whitespace changes, comment clarification. No functional changes.Bill Wendling2009-12-143-23/+33
* Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...Lang Hames2009-12-147-114/+199
* revert r91184, because it causes a crash on a .bc file I justChris Lattner2009-12-142-434/+390
* atomic binary operations up to 32-bits wide.Jim Grosbach2009-12-141-5/+63
* Add a test for the 'init' option property.Mikhail Glushenkov2009-12-141-0/+22
* Reinstate r91208 to fix available_externally linkage for globals, withJeffrey Yasskin2009-12-133-1/+29
* Using _MSC_VER there was wrong, better just use the already existing ifdefs forTorok Edwin2009-12-131-5/+4
* Don't leave pointers uninitialized in the default constructor. GCC complainsChandler Carruth2009-12-131-1/+1
* Fix weird typo which leads to unallocated memory access for nodes with 4 resu...Anton Korobeynikov2009-12-132-3/+2
* Do not allow uninitialize access during debug printingAnton Korobeynikov2009-12-131-2/+2
* More info on this transformation.Eli Friedman2009-12-121-2/+15
* Remove some stuff that's already implemented. Also, remove the note aboutEli Friedman2009-12-121-51/+0
* Update install-clang target for clang-cc removal.Daniel Dunbar2009-12-121-2/+1
* Disable r91104 for x86. It causes partial register stall which pessimize code...Evan Cheng2009-12-122-13/+15
* Implement variable-width shifts.Anton Korobeynikov2009-12-123-7/+170
* Add comment about potential partial register stall.Evan Cheng2009-12-121-0/+5
* Fix an obvious bug. No test case since LEA16r is not being used.Evan Cheng2009-12-121-1/+1
* Enable CPU detection when using MS VS 2k8 too.Torok Edwin2009-12-121-1/+1
* Fix some CHECK lines which were ignored by accident.Benjamin Kramer2009-12-122-8/+8
* Revert r91208. Something on Linux prevents the JIT from looking up a symbolJeffrey Yasskin2009-12-122-26/+1