- Feb 08, 2012
-
-
Andrew Trick authored
llvm-svn: 150041
-
Chris Lattner authored
llvm-svn: 150037
-
Kostya Serebryany authored
llvm-svn: 150031
-
Eric Christopher authored
can rauw forward declarations if we decide to emit the full type. Part of rdar://10809898 llvm-svn: 150024
-
Devang Patel authored
llvm-svn: 150022
-
Chad Rosier authored
llvm-svn: 150014
-
Devang Patel authored
llvm-svn: 150012
-
- Feb 07, 2012
-
-
Evan Cheng authored
llvm-svn: 150008
-
Hal Finkel authored
llvm-svn: 150003
-
David Blaikie authored
llvm-svn: 149999
-
Benjamin Kramer authored
llvm-svn: 149997
-
Benjamin Kramer authored
Clang miscompiles it under certain circumstances, and it's a good exercise for APInt. llvm-svn: 149986
-
NAKAMURA Takumi authored
llvm-svn: 149980
-
Bill Wendling authored
llvm-svn: 149972
-
Anat Shemer authored
llvm-svn: 149971
-
Evan Cheng authored
load / store) if the ADD / SUB has a live definition of CPSR. Bug reported by David Meyer. Alas, no test case. llvm-svn: 149970
-
Craig Topper authored
llvm-svn: 149968
-
Craig Topper authored
llvm-svn: 149967
-
Craig Topper authored
llvm-svn: 149961
-
Bill Wendling authored
llvm-svn: 149954
-
Bill Wendling authored
much. This gets us an addition 0.9% on 445.gobmk. llvm-svn: 149952
-
Derek Schuff authored
llvm-svn: 149941
-
Chad Rosier authored
llvm-svn: 149934
-
Andrew Trick authored
1. Added a status note when a config file is loaded directly with load_config. This helps notice loads of lit.cfg from lit.site.cfg 2. Added a status note on the result of a config load. Previously, it was just notifying that it tries to load a config file. Now it will also say whether the load succeeded or the file wasn't found The two changes give better visibility into which config files were actually loaded by lit. The effect is only on --debug runs. Patch by Eli Bendersky! llvm-svn: 149932
-
- Feb 06, 2012
-
-
Andrew Trick authored
llvm-svn: 149927
-
Andrew Trick authored
llvm-svn: 149926
-
Kostya Serebryany authored
The problem initially reported by Mozilla folks (http://code.google.com/p/address-sanitizer/issues/detail?id=20), but it also prevents us from enabling LLVM bootstrap with AddressSanitizer. llvm-svn: 149925
-
Nick Lewycky authored
llvm-svn: 149922
-
Jakob Stoklund Olesen authored
LiveIntervalAnalysis has a number of functions that simply forward to SlotIndexes. Since SlotIndexes is a stand-alone analysis now, clients should really refer to it directly. llvm-svn: 149921
-
Jakob Stoklund Olesen authored
We have automatic local renumbering now. llvm-svn: 149920
-
Nick Lewycky authored
llvm-svn: 149919
-
Derek Schuff authored
This CL delays reading of function bodies from initial parse until materialization, allowing overlap of compilation with bitcode download. llvm-svn: 149918
-
Bill Wendling authored
llvm-svn: 149914
-
Bill Wendling authored
instruction anyway?! llvm-svn: 149913
-
Chris Lattner authored
instead of always using ConstantVector. llvm-svn: 149912
-
Bill Wendling authored
llvm-svn: 149911
-
Jakob Stoklund Olesen authored
llvm-svn: 149910
-
Bill Wendling authored
were no 'unwind' instructions being generated before this, so this is in effect a no-op. llvm-svn: 149906
-
Bill Wendling authored
llvm-svn: 149905
-
Bill Wendling authored
remove the code that handles them. llvm-svn: 149901
-