- Apr 16, 2012
-
-
Tobias Grosser authored
llvm-svn: 154834
-
Tobias Grosser authored
llvm-svn: 154833
-
Hal Finkel authored
llvm-svn: 154830
-
Duncan Sands authored
through the use of 'fpmath' metadata. Currently this only provides a 'fpaccuracy' value, which may be a number in ULPs or the keyword 'fast', however the intent is that this will be extended with additional information about NaN's, infinities etc later. No optimizations have been hooked up to this so far. llvm-svn: 154822
-
Eli Bendersky authored
llvm-svn: 154804
-
Bill Wendling authored
llvm-svn: 154796
-
Hal Finkel authored
llvm-svn: 154788
-
- Apr 15, 2012
-
-
Jakub Staszak authored
llvm-svn: 154773
-
Jakub Staszak authored
llvm-svn: 154771
-
Duncan Sands authored
llvm-svn: 154766
-
- Apr 14, 2012
-
-
Anshuman Dasgupta authored
llvm-svn: 154755
-
Anshuman Dasgupta authored
by Sundeep Kushwaha. llvm-svn: 154754
-
Brendon Cahoon authored
llvm-svn: 154752
-
Duncan Sands authored
thinking of generalizing it to be able to specify other freedoms beyond accuracy (such as that NaN's don't have to be respected). I'd like the 3.1 release (the first one with this metadata) to have the more generic name already rather than having to auto-upgrade it in 3.2. llvm-svn: 154744
-
- Apr 13, 2012
-
-
Tony Linthicum authored
llvm-svn: 154692
-
- Apr 12, 2012
-
-
Anshuman Dasgupta authored
llvm-svn: 154590
-
- Apr 10, 2012
-
-
Duncan Sands authored
rational number, eg as 2.5 rather than 5, 2. OK'd by Peter Collingbourne. llvm-svn: 154387
-
- Apr 09, 2012
-
-
Duncan Sands authored
less accurate method. llvm-svn: 154319
-
- Apr 08, 2012
-
-
Bill Wendling authored
llvm-svn: 154282
-
- Apr 07, 2012
-
-
NAKAMURA Takumi authored
Cygwin-1.7 supports dw2. Some recent mingw distros support one, too. I have confirmed test-suite/SingleSource/Benchmarks/Shootout-C++/except.cpp can pass on Cygwin. llvm-svn: 154247
-
- Apr 03, 2012
-
-
Eric Christopher authored
brace) so that we get more accurate line number information about the declaration of a given function and the line where the function first starts. Part of rdar://11026482 llvm-svn: 153916
-
- Mar 29, 2012
-
-
Benjamin Kramer authored
llvm-svn: 153684
-
- Mar 27, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 153508
-
- Mar 26, 2012
-
-
Daniel Dunbar authored
llvm-svn: 153450
-
Eric Christopher authored
Fixes PR12050 llvm-svn: 153424
-
- Mar 25, 2012
-
-
Rafael Espindola authored
Thanks Duncan. llvm-svn: 153411
-
Eli Bendersky authored
* Removed test/lib/llvm.exp - it is no longer needed * Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files left in the test suite so this code is no longer required. test/lit.cfg is now much shorter and clearer * Removed a lot of duplicate code in lit.local.cfg files that need access to the root configuration, by adding a "root" attribute to the TestingConfig object. This attribute is dynamically computed to provide the same information as was previously provided by the custom getRoot functions. * Documented the config.root attribute in docs/CommandGuide/lit.pod llvm-svn: 153408
-
- Mar 24, 2012
-
-
Rafael Espindola authored
llvm-svn: 153391
-
Rafael Espindola authored
metadata. llvm-svn: 153359
-
- Mar 23, 2012
-
-
Eric Christopher authored
llvm-svn: 153307
-
Nick Lewycky authored
llvm-svn: 153296
-
- Mar 21, 2012
-
-
Nick Lewycky authored
llvm-svn: 153224
-
- Mar 18, 2012
-
-
Nick Lewycky authored
Thanks to Eli for noticing the discrepancy. llvm-svn: 153011
-
- Mar 16, 2012
-
-
Chris Lattner authored
llvm-svn: 152957
-
- Mar 15, 2012
-
-
Daniel Dunbar authored
the test-suite. llvm-svn: 152860
-
- Mar 14, 2012
-
-
Eli Bendersky authored
llvm-svn: 152712
-
Bill Wendling authored
Also do some minor reformatting. llvm-svn: 152707
-
Eli Bendersky authored
llvm-svn: 152702
-
- Mar 13, 2012
-
-
Eli Bendersky authored
Also refactor the existing OProfile profiling code to reuse the same interfaces with the VTune profiling code. In addition, unit tests for the profiling interfaces were added. This patch was prepared by Andrew Kaylor and Daniel Malea, and reviewed in the llvm-commits list by Jim Grosbach llvm-svn: 152620
-
- Mar 06, 2012
-
-
Bill Wendling authored
llvm-svn: 152115
-