- Aug 10, 2010
-
-
Chandler Carruth authored
llvm-svn: 110667
-
Abramo Bagnara authored
llvm-svn: 110666
-
Tobias Grosser authored
llvm-svn: 110665
-
Tobias Grosser authored
Those look like typos to me. llvm-svn: 110664
-
Abramo Bagnara authored
llvm-svn: 110663
-
Devang Patel authored
llvm-svn: 110660
-
Devang Patel authored
llvm-svn: 110656
-
Evan Cheng authored
reserved, not available for general allocation. This eliminates all the extra checks for Darwin. This change also fixes the use of FP to access frame indices in leaf functions and cleaned up some confusing code in epilogue emission. llvm-svn: 110655
-
Bill Wendling authored
llvm-svn: 110654
-
Devang Patel authored
llvm-svn: 110653
-
Devang Patel authored
llvm-svn: 110652
-
Eli Friedman authored
fix an issue compiling <windows.h>. llvm-svn: 110651
-
Bruno Cardoso Lopes authored
llvm-svn: 110650
-
Evan Cheng authored
llvm-svn: 110649
-
Bruno Cardoso Lopes authored
llvm-svn: 110648
-
Bruno Cardoso Lopes authored
Remove replicate intrinsics, clang will generate shufflevector for those. The shuffles can't be matched by x86 codegen yet, but will soon llvm-svn: 110647
-
Bruno Cardoso Lopes authored
llvm-svn: 110646
-
Bruno Cardoso Lopes authored
llvm-svn: 110645
-
Bruno Cardoso Lopes authored
llvm-svn: 110644
-
Bruno Cardoso Lopes authored
llvm-svn: 110643
-
Devang Patel authored
Refactor and simplify code to avoid redundant checks. llvm-svn: 110642
-
Jim Ingham authored
llvm-svn: 110641
-
Devang Patel authored
There is no need to pubish file static variable's name. Do not rely on this code gen bug to check whether debug info is generated for such variables or not. llvm-svn: 110640
-
Dan Gohman authored
if-else statements, to hopefully support older pythons (PR7850). llvm-svn: 110638
-
Jim Ingham authored
Make breakpoint commands work again. Added a PerformAction to the stop info - actions are run when the stop event is pulled from the event queue. Then made the StopInfoBreakpoint's PerformAction do the breakpoint command. Also fixed the StopInfoBreakpoint's GetDescription so it gets the breakpoint location info, not the breakpoint site info. llvm-svn: 110637
-
Chris Lattner authored
is the default. Patch by NAKAMURA Takumi! llvm-svn: 110636
-
Rafael Espindola authored
llvm-svn: 110635
-
Bruno Cardoso Lopes authored
llvm-svn: 110633
-
Jakob Stoklund Olesen authored
register at a time. This turns out to be slightly faster than iterating over instructions, but more importantly, it allows us to compute spill weights for new registers created after the spill weight pass has run. Also compute the allocation hint at the same time as the spill weight. This allows us to use the spill weight as a cost metric for copies, and choose the most profitable hint if there is more than one possibility. The new hints provide a very small (< 0.1%) but universal code size improvement. llvm-svn: 110631
-
Bruno Cardoso Lopes authored
llvm-svn: 110630
-
Bruno Cardoso Lopes authored
llvm-svn: 110629
-
Bruno Cardoso Lopes authored
llvm-svn: 110628
-
Bill Wendling authored
pass. This pass should expand with all of the small, fine-grained optimization passes to reduce compile time and increase happiment. llvm-svn: 110627
-
Jason Molenda authored
llvm-svn: 110626
-
Johnny Chen authored
Added a generic message generator to the lldbtest.py base module. llvm-svn: 110625
-
Jim Ingham authored
Arrange that this then gets properly set on attach, or when a "file" is set. Add a completer for "process attach -n". Caveats: there isn't currently a way to handle multiple processes with the same name. That will have to wait on a way to pass annotations along with the completion strings. llvm-svn: 110624
-
Devang Patel authored
llvm-svn: 110623
-
Fariborz Jahanian authored
(radar 8127244). llvm-svn: 110622
-
Devang Patel authored
llvm-svn: 110621
-
Eric Christopher authored
llvm-svn: 110618
-