- Jul 17, 2010
-
-
Bill Wendling authored
llvm-svn: 108628
-
Fariborz Jahanian authored
llvm-svn: 108627
-
Chris Lattner authored
llvm-svn: 108626
-
Chris Lattner authored
llvm-svn: 108625
-
Chris Lattner authored
allow invalid token pastes (when in -fms-extensions mode) with -Wno-invalid-token-paste llvm-svn: 108624
-
Chris Lattner authored
llvm-svn: 108623
-
Chris Lattner authored
llvm-svn: 108622
-
Benjamin Kramer authored
llvm-svn: 108621
-
Zhongxing Xu authored
llvm-svn: 108620
-
Zhongxing Xu authored
llvm-svn: 108619
-
Lang Hames authored
llvm-svn: 108618
-
Zhongxing Xu authored
Let AnalysisContext contain a TranslationUnit. Let CallEnter refer to an AnalysisContext instead of a FunctionDecl. llvm-svn: 108617
-
Lang Hames authored
llvm-svn: 108616
-
Lang Hames authored
Still very much under development. Comments and fixes will be forthcoming. (This commit includes some small tweaks to LiveIntervals & LoopInfo to support the splitter) llvm-svn: 108615
-
Owen Anderson authored
llvm-svn: 108614
-
Lang Hames authored
any command line paramater changed the register allocation produced by PBQP. Turns out variety is not the spice of life. Fixed some comparators, added others. All good now. llvm-svn: 108613
-
Eli Friedman authored
llvm-svn: 108612
-
Chris Lattner authored
llvm-svn: 108611
-
Chris Lattner authored
constant replacement which was botching its handling of types. Use of getType() instead of getRawType() was causing the type map in constant folding to be updated wrong. llvm-svn: 108610
-
Eli Friedman authored
llvm-svn: 108609
-
Jim Grosbach authored
instruction for non-constant operands. This includes the case referenced in the README.txt regarding a bitfield copy. llvm-svn: 108608
-
Eli Friedman authored
llvm-svn: 108607
-
Eli Friedman authored
llvm-svn: 108606
-
Daniel Dunbar authored
llvm-svn: 108605
-
Daniel Dunbar authored
Also, add constructor function for creating AsmParser instances. llvm-svn: 108604
-
Jim Grosbach authored
llvm-svn: 108603
-
rdar://problem/8202272Ted Kremenek authored
Fix '<rdar://problem/8202272> __imag passed non-complex should not crash' by removing a bogus assertion. llvm-svn: 108602
-
Jim Grosbach authored
llvm-svn: 108601
-
Fariborz Jahanian authored
llvm-svn: 108600
-
Fariborz Jahanian authored
part of the new property synthesis by default. wip. llvm-svn: 108599
-
Stephen Wilson authored
Also, update BreakpointLocation::ResolveBreakpointSite to check for invalid breakpoint ID's using the proper magic constant. llvm-svn: 108598
-
Sean Callanan authored
an expression into the struct prepared for the JIT compiled code to use. llvm-svn: 108596
-
John McCall authored
multiple reasons. Rethrow with _objc_exception_throw instead. Fixes PR7656. llvm-svn: 108595
-
Ted Kremenek authored
an APFloat with different "float semantics" than the compared float literal. llvm-svn: 108590
-
Eric Christopher authored
llvm-svn: 108588
-
Eric Christopher authored
information. No functional change yet. llvm-svn: 108583
-
Eric Christopher authored
stack realignment on ARM. Also check for function attributes as we do on X86 as well as make explicit that we're checking can as well as needs in this function. llvm-svn: 108582
-
Eric Christopher authored
needsStackRealignment is currently checking the can conditions as well. llvm-svn: 108581
-
Jim Ingham authored
llvm-svn: 108580
-
Sebastian Redl authored
llvm-svn: 108578
-