- Jun 30, 2008
-
-
Chris Lattner authored
and fix the bug that it uncovers: inlining a pattern fragment could bring in other pattern fragments if the inlinee hadn't already been inlined. llvm-svn: 52888
-
Chris Lattner authored
llvm-svn: 52887
-
Nick Lewycky authored
LoopVR::runOnFunction runs. This should accomplish that, but it doesn't. I think that's a PassManager bug, but without a consumer of LoopVR in the tree, I can't give steps to reproduce. llvm-svn: 52886
-
Nick Lewycky authored
llvm-svn: 52885
-
- Jun 29, 2008
-
-
Anton Korobeynikov authored
Move GetConstantStringInfo to lib/Analysis. Remove string output routine from Constant. Update all callers. Change debug intrinsic api slightly to accomodate move of routine, these now return values instead of strings. This unbreaks llvm-gcc bootstrap. llvm-svn: 52884
-
- Jun 28, 2008
-
-
Anton Korobeynikov authored
Start refactoring of asmprinters: provide a TAI hook, which will select a 'section kind' for a global. llvm-svn: 52868
-
Anton Korobeynikov authored
llvm-svn: 52866
-
Anton Korobeynikov authored
llvm-svn: 52865
-
Anton Korobeynikov authored
llvm-svn: 52864
-
Anton Korobeynikov authored
llvm-svn: 52863
-
Anton Korobeynikov authored
llvm-svn: 52862
-
Anton Korobeynikov authored
llvm-svn: 52861
-
Anton Korobeynikov authored
llvm-svn: 52860
-
Anton Korobeynikov authored
llvm-svn: 52859
-
Anton Korobeynikov authored
Make intel asmprinter child of generic asmprinter, not x86 shared asm printer. This leads to some code duplication, which will be resolved later. llvm-svn: 52858
-
Anton Korobeynikov authored
llvm-svn: 52857
-
Anton Korobeynikov authored
llvm-svn: 52856
-
Chris Lattner authored
llvm-svn: 52854
-
Chris Lattner authored
GetConstantStringInfo. This will hopefully restore llvm-gcc to happy bootstrap land. llvm-svn: 52851
-
Chris Lattner authored
llvm-svn: 52850
-
Dan Gohman authored
information of the original load or store, which is checked to be at least as good, and possibly better. llvm-svn: 52849
-
Seo Sanghyeon authored
llvm-svn: 52847
-
Evan Cheng authored
llvm-svn: 52841
-
- Jun 27, 2008
-
-
Owen Anderson authored
llvm-svn: 52839
-
Chris Lattner authored
thrash the heap with string stuff (e.g. utostr). llvm-svn: 52838
-
Chris Lattner authored
llvm-svn: 52837
-
Anton Korobeynikov authored
llvm-svn: 52836
-
Chris Lattner authored
llvm-svn: 52835
-
Chris Lattner authored
of a std::string. This avoids copying the string to the heap in common cases. Patch by Pratik Solanki! llvm-svn: 52834
-
Chris Lattner authored
instead of passing the name into the instruction ctors. Since most instruction ctors take their name as an std::string, this avoids copying the string to the heap and a malloc and free. Patch by Pratik Solanki! llvm-svn: 52832
-
Cedric Venet authored
Add two new file to codegen project (VS). This unbreak the build for VS. llvm-svn: 52831
-
Devang Patel authored
llvm-svn: 52829
-
Anton Korobeynikov authored
Patch by Gary Benson! llvm-svn: 52828
-
Argyrios Kyrtzidis authored
llvm-svn: 52827
-
Duncan Sands authored
llvm-svn: 52826
-
Duncan Sands authored
warning when creating the archive (the warning causes the test to fail). llvm-svn: 52824
-
Bill Wendling authored
match normal naming scheme. llvm-svn: 52820
-
Owen Anderson authored
This speeds up a particular testcase from 0.0302s to 0.0222s in LiveVariables. llvm-svn: 52819
-
Owen Anderson authored
This speeds up LiveVariables from 0.6279s to 0.6165s on kimwitu++. llvm-svn: 52818
-
Chris Lattner authored
tolerate a non-nul-terminated string, and handling a direct global reference. llvm-svn: 52813
-