- Jul 08, 2009
-
-
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
-
Fariborz Jahanian authored
when struct variables with GC'able members are copied into. Will provide a test case later. llvm-svn: 74984
-
Chris Lattner authored
Also, enable them in sema so that they are tested, and now that the x86 backend has stablized. llvm-svn: 74983
-
Chris Lattner authored
llvm-svn: 74982
-
Chris Lattner authored
llvm-svn: 74981
-
Chris Lattner authored
llvm-svn: 74980
-
Chris Lattner authored
functionality change. llvm-svn: 74979
-
Chris Lattner authored
VSETCC must define all bits, which is different than it was documented to before. Since all targets that implement VSETCC already have this behavior, and we don't optimize based on this, just change the documentation. We now get nice code for vec_compare.ll llvm-svn: 74978
-
Chris Lattner authored
llvm-svn: 74977
-
Evan Cheng authored
llvm-svn: 74976
-