aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove some extraneous castsChris Lattner2010-04-031-2/+2
* require that the branch being controlled by the IV Chris Lattner2010-04-031-2/+9
* add integer overflow check for the fp induction variable Chris Lattner2010-04-032-20/+87
* add a comment and fix some consistency issues, convertingChris Lattner2010-04-031-15/+25
* fix PR6761, a miscompilation due to the fp->int IV conversionChris Lattner2010-04-032-6/+25
* convert to filecheckChris Lattner2010-04-031-5/+13
* just eliminate the uitofp checks. This code isn't doingChris Lattner2010-04-031-26/+5
* rename feature test.Chris Lattner2010-04-031-0/+0
* actually just remove this, will move the real feature test here.Chris Lattner2010-04-031-35/+0
* rename test since it is a feature test.Chris Lattner2010-04-031-0/+0
* rename PH -> PN to be consistent with WeakPN and the restChris Lattner2010-04-031-20/+20
* improve comment and drop a dead check. If PH hadChris Lattner2010-04-031-4/+8
* strength reduce a ridiculous use of APInt.Chris Lattner2010-04-031-2/+1
* rename stuff improve comment grammar.Chris Lattner2010-04-031-22/+21
* simplify some code and resolve a fixme.Chris Lattner2010-04-031-4/+2
* There is no guarantee that the increment and the branchChris Lattner2010-04-031-41/+28
* first half of a pass through IndVarSimplify::HandleFloatingPointIV,Chris Lattner2010-04-032-47/+54
* don't internalize available_externally functions, they areChris Lattner2010-04-031-0/+4
* Fix a warning in GCC about a pointless typedef.Chandler Carruth2010-04-031-1/+1
* Add the new ARMDecodeEmitter to CMake build.Chandler Carruth2010-04-031-0/+1
* Get rid of the middleman (ARMAlgorithm), which causes more trouble than theJohnny Chen2010-04-032-86/+29
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-033-384/+192
* Add a DEBUG_TYPE for the SSAUpdater.Bob Wilson2010-04-031-0/+1
* Code refactoring.Evan Cheng2010-04-031-35/+33
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-035-13/+91
* Pass -shared to the linker.Mikhail Glushenkov2010-04-031-0/+3
* Fix comment.Johnny Chen2010-04-031-2/+2
* Register ARMAlgorithm::DoCleanup() to be called on exit to free the memoryJohnny Chen2010-04-032-1/+13
* add a couple missing enum names.Chris Lattner2010-04-031-0/+2
* Rewrite aesimc handling. It only takes a single input and has a singleEric Christopher2010-04-022-7/+15
* Fix another build warning.Johnny Chen2010-04-021-0/+2
* Fix typo aeskeygenassist -> aeskeygenassist128.Eric Christopher2010-04-021-1/+1
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-0215-42/+284
* Move variable "Bits" declaration/definition into the DEBUG block where its usageJohnny Chen2010-04-021-1/+2
* Fixed build warning.Johnny Chen2010-04-021-1/+1
* Change from .../Support/DataTypes.h to .../System/DataTypes.h.Johnny Chen2010-04-022-2/+2
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-0216-2/+8499
* Added support for reporting operand token rangesSean Callanan2010-04-021-71/+151
* Separate out the AES-NI instructions from the SSE4.2 instructions. AddEric Christopher2010-04-026-48/+101
* Skip debug info when looking for existing EH calls at theDale Johannesen2010-04-023-2/+19
* Fixes to the X86 disassembler. The disassembler will nowSean Callanan2010-04-023-136/+203
* Fix anachronism.Benjamin Kramer2010-04-021-1/+1
* DebugInfoFinder::processModule was foiling my plot byChris Lattner2010-04-021-5/+20
* fix the llvm-x86_64-linux buildbot.Chris Lattner2010-04-021-0/+1
* remove empty file.Chris Lattner2010-04-022-1/+0
* remove compatibility typedef.Chris Lattner2010-04-021-2/+0
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-029-47/+39
* remove uses of DebugLoc::getUnknownLoc.Chris Lattner2010-04-022-27/+20
* include densemap.h explicitly and rearrange #includes.Chris Lattner2010-04-021-3/+3
* stop using DebugLoc::getUnknownLoc()Chris Lattner2010-04-026-21/+13