- Apr 14, 2007
-
-
Reid Spencer authored
llvm-svn: 35977
-
- Apr 13, 2007
-
-
Reid Spencer authored
represent a string in binary form by an APInt. llvm-svn: 35968
-
Zhou Sheng authored
llvm-svn: 35960
-
- Apr 12, 2007
-
-
Chris Lattner authored
handlers (like the pass list). My previous fix only supported *new* command line options, not additions to old ones. This fixes test/Feature/load_module.ll llvm-svn: 35935
-
- Apr 11, 2007
-
-
Chris Lattner authored
llvm-svn: 35905
-
Reid Spencer authored
llvm-svn: 35901
-
- Apr 07, 2007
-
-
Reid Spencer authored
Change uses of sys::Path class to sys::PathWithStatus in those places where the file status information is needed. llvm-svn: 35743
-
Nick Lewycky authored
llvm-svn: 35733
-
Chris Lattner authored
This fixes llvm-ar. llvm-svn: 35727
-
- Apr 06, 2007
-
-
Chris Lattner authored
This dramatically reduce the amount of memory allocated by the commandline stuff at static init time, changing it to build local data structures when ParseCommandLineOptions is called. In a dummy empty program that links some llvm libraries, this reduces the number of malloc'd bytes from 4864 to 3360 on entry to main. Most of that memory is now allocated by non-commandline related stuff. llvm-svn: 35701
-
- Apr 05, 2007
-
-
Chris Lattner authored
llvm-svn: 35690
-
- Apr 04, 2007
-
-
Chris Lattner authored
llvm-svn: 35666
-
Chris Lattner authored
llvm-svn: 35644
-
Chris Lattner authored
initialized this way, they do not do a malloc to allocate their buckets. llvm-svn: 35642
-
Chris Lattner authored
llvm-svn: 35632
-
- Apr 01, 2007
-
-
Nick Lewycky authored
llvm-svn: 35534
-
- Mar 29, 2007
-
-
Reid Spencer authored
Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function accordingly. Also, fix some memory issues in sys::Path. llvm-svn: 35476
-
Reid Spencer authored
Updates for change in interface of getFileStatus method of sys::Path class. llvm-svn: 35458
-
- Mar 21, 2007
-
-
Zhou Sheng authored
some test cases for bitwidth > 64. llvm-svn: 35232
-
- Mar 20, 2007
-
-
Jeff Cohen authored
Get pos/neg infinity the correct way. llvm-svn: 35223
-
- Mar 19, 2007
-
-
Reid Spencer authored
llvm-svn: 35189
-
Reid Spencer authored
constructor. This helps to fix test/Assembler/2007-03-19-NegValue.ll llvm-svn: 35180
-
- Mar 12, 2007
-
-
Reid Spencer authored
llvm-svn: 35068
-
Zhou Sheng authored
llvm-svn: 35065
-
- Mar 10, 2007
-
-
Nick Lewycky authored
llvm-svn: 35056
-
- Mar 05, 2007
-
-
Jeff Cohen authored
llvm-svn: 34917
-
- Mar 02, 2007
-
-
Reid Spencer authored
llvm-svn: 34852
-
Reid Spencer authored
this to a NOTE: because pari/gp results start to get rounded incorrectly after 192 bits of precision. APInt and pari/gp never differ by more than 1, but APInt is more accurate because it does not lose precision after 192 bits as does pari/gp. llvm-svn: 34834
-
Nick Lewycky authored
llvm-svn: 34833
-
Reid Spencer authored
llvm-svn: 34828
-
Reid Spencer authored
but not on X86 becuase shift by word size is "undefined". llvm-svn: 34825
-
Reid Spencer authored
llvm-svn: 34818
-
- Mar 01, 2007
-
-
Reid Spencer authored
llvm-svn: 34791
-
Reid Spencer authored
llvm-svn: 34789
-
Reid Spencer authored
are not needed as the results are the same with or without it. Patch by Nicholas Lewycky. llvm-svn: 34782
-
Reid Spencer authored
Thanks for the idea Chris. llvm-svn: 34779
-
Reid Spencer authored
llvm-svn: 34775
-
- Feb 28, 2007
-
-
Reid Spencer authored
interface not depend on Type or ICmpInst. llvm-svn: 34761
-
Reid Spencer authored
can be chained together with other operations. llvm-svn: 34743
-
Reid Spencer authored
instead of honoring the client's requested bit width. llvm-svn: 34712
-