- Apr 20, 2010
-
-
Dan Gohman authored
where multiple blocks are emitted; functions which do this need to return the new BB so that their callers can stay current. llvm-svn: 101843
-
Johnny Chen authored
llvm-svn: 101839
-
Dan Gohman authored
llvm-svn: 101832
-
Dan Gohman authored
and End arguments by-value rather than by-reference. llvm-svn: 101830
-
Johnny Chen authored
llvm-svn: 101827
-
Dan Gohman authored
an argument to things that need it. llvm-svn: 101825
-
Dan Gohman authored
llvm-svn: 101824
-
Dan Gohman authored
need it, just pass around the parent block of the current instruction explicitly. llvm-svn: 101822
-
- Apr 19, 2010
-
-
Dan Gohman authored
just ask ScalarEvolution for it on demand. This helps IVUsers be more robust in the case of expressions changing underneath it. This fixes PR6862. llvm-svn: 101819
-
Johnny Chen authored
Pseudocode details of conditional, Condition bits '111x' indicate the instruction is always executed. That is, '1111' is a leagl condition field value, which is now mapped to ARMCC::AL. Also add a test case for condition field '1111'. llvm-svn: 101817
-
Devang Patel authored
llvm-svn: 101812
-
Evan Cheng authored
llvm-svn: 101808
-
Dan Gohman authored
fetch one from the MachineFunction. llvm-svn: 101807
-
Evan Cheng authored
llvm-svn: 101806
-
Devang Patel authored
llvm-svn: 101805
-
Dan Gohman authored
than just getting one through a TargetLowering. llvm-svn: 101802
-
Dan Gohman authored
SelectionDAG-specific. llvm-svn: 101801
-
Dan Gohman authored
llvm-svn: 101790
-
Johnny Chen authored
instructions should have Rd (Inst{11-8}) != 0b1111. Ref: A6.3 32-bit Thumb instruction encoding A6.3.11 Data-processing (shifted register) llvm-svn: 101788
-
Dan Gohman authored
llvm-svn: 101785
-
Johnny Chen authored
VLD1q*_UPD and VST1q*_UPD have the ${dst:dregpair} operand now. llvm-svn: 101784
-
Benjamin Kramer authored
llvm-svn: 101783
-
Dan Gohman authored
llvm-svn: 101782
-
Dan Gohman authored
llvm-svn: 101781
-
Dan Gohman authored
llvm-svn: 101779
-
- Apr 18, 2010
-
-
Anton Korobeynikov authored
llvm-svn: 101755
-
Anton Korobeynikov authored
FU per CPU arch to 32 per intinerary allowing precise modelling of quite complex pipelines in the future. llvm-svn: 101754
-
Chris Lattner authored
llvm-svn: 101723
-
Benjamin Kramer authored
llvm-svn: 101711
-
Benjamin Kramer authored
llvm-svn: 101710
-
Nick Lewycky authored
platforms to unbreak the darwin and linux builds. The BSD folks should feel free to change the #if, if this breaks them. llvm-svn: 101703
-
Nick Lewycky authored
llvm-svn: 101702
-
Nick Lewycky authored
llvm-svn: 101701
-
Chris Lattner authored
as it is more efficient than fork/exec. Thanks to Eric for adding the autoconf check. It would be nice if a cmake guru could add a cmake check for posix_spawn as well. llvm-svn: 101693
-
Chris Lattner authored
llvm-svn: 101692
-
Chris Lattner authored
llvm-svn: 101691
-
Bill Wendling authored
emitted or not. The JIT doesn't set that. Look it up in the label location table instead. llvm-svn: 101686
-
Bill Wendling authored
llvm-svn: 101685
-
- Apr 17, 2010
-
-
Daniel Dunbar authored
llvm-svn: 101675
-
Chris Lattner authored
up with the definition (and fix a broken testcase). PR6491. llvm-svn: 101670
-