- Jul 08, 2009
-
-
Owen Anderson authored
llvm-svn: 75040
-
Chris Lattner authored
llvm-svn: 75039
-
Chris Lattner authored
llvm-svn: 75038
-
Bob Wilson authored
llvm-svn: 75037
-
David Goodwin authored
llvm-svn: 75036
-
Xerxes Ranby authored
Added ARMBaseRegisterInfo.cpp to lib/Target/ARM/CMakeLists.txt llvm-svn: 75035
-
Devang Patel authored
Support MDNode forward reference. llvm-svn: 75031
-
Dan Gohman authored
to a loop deletion more thorough. Don't prune the def-use tree search at instructions that don't have SCEVs computed, because an instruction with a user that has a computed SCEV may itself lack a computed SCEV. Also, remove loop-related values from the ValuesAtScopes and ConstantEvolutionLoopExitValues maps as well. This fixes a regression in 483.xalancbmk. llvm-svn: 75030
-
Dan Gohman authored
This way ScalarEvolution can examine the loop to determine what state it needs to update, if it chooses. llvm-svn: 75029
-
Owen Anderson authored
llvm-svn: 75028
-
Torok Edwin authored
Also remove trailing semicolon. llvm-svn: 75027
-
Owen Anderson authored
llvm-svn: 75025
-
Chris Lattner authored
llvm-svn: 75024
-
Chris Lattner authored
llvm-svn: 75023
-
Chris Lattner authored
llvm-svn: 75022
-
Anders Carlsson authored
llvm-svn: 75021
-
David Goodwin authored
llvm-svn: 75020
-
Bob Wilson authored
llvm-svn: 75019
-
Torok Edwin authored
cerr+abort -> llvm_report_error assert(0)+abort -> LLVM_UNREACHABLE (assert(0)+llvm_unreachable-> abort() included) llvm-svn: 75018
-
David Goodwin authored
llvm-svn: 75017
-
David Goodwin authored
llvm-svn: 75016
-
Chris Lattner authored
llvm-svn: 75015
-
Fariborz Jahanian authored
gc'able structs in the Next runtime and adds missing PCH info. llvm-svn: 75014
-
Chris Lattner authored
llvm-svn: 75013
-
David Goodwin authored
llvm-svn: 75012
-
David Goodwin authored
llvm-svn: 75011
-
David Goodwin authored
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be shared between ARM and Thumb2. Not yet activated because register information must be generalized first. llvm-svn: 75010
-
Duncan Sands authored
Patch by Roman Divacky. llvm-svn: 75003
-
Duncan Sands authored
and cases alphabetically. No functionality change. llvm-svn: 75001
-
Rafael Espindola authored
llvm-svn: 75000
-
Douglas Gregor authored
llvm-svn: 74999
-
Douglas Gregor authored
llvm-svn: 74997
-
Alisdair Meredith authored
Fixed build, requires std header before using std::string llvm-svn: 74995
-
Douglas Gregor authored
namespaces based on the template arguments of a class template specialization type. llvm-svn: 74993
-
Sanjiv Gupta authored
Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the terminator insns for a basic block alongwith branch insns. This way a copy is not getting inserted between cmp and branch during PHIElimination disturbing the status flags. llvm-svn: 74992
-
Nick Lewycky authored
these instructions, no autoupgrade or backwards compatibility support is provided. llvm-svn: 74991
-
Argyrios Kyrtzidis authored
It contained garbage since the constructor didn't initialize it and caused test/Sema/array-constraint.c to randomly fail. llvm-svn: 74989
-
Evan Cheng authored
Add a Thumb2 instruction flag to that indicates whether the instruction can be transformed to 16-bit variant. llvm-svn: 74988
-
Owen Anderson authored
llvm-svn: 74986
-
Owen Anderson authored
llvm-svn: 74985
-