- Aug 24, 2010
-
-
Devang Patel authored
llvm-svn: 111870
-
Eric Christopher authored
llvm-svn: 111864
-
Mikhail Glushenkov authored
CompilationGraph and LanguageMap definitions do not use special syntax anymore. llvm-svn: 111862
-
Devang Patel authored
Patch by Alexander Herz! llvm-svn: 111861
-
Eric Christopher authored
llvm-svn: 111860
-
Eric Christopher authored
llvm-svn: 111854
-
Dan Gohman authored
MDNode::deleteTemporary. llvm-svn: 111853
-
- Aug 23, 2010
-
-
Eric Christopher authored
llvm-svn: 111850
-
Benjamin Kramer authored
llvm-svn: 111848
-
Jim Grosbach authored
llvm-svn: 111847
-
Benjamin Kramer authored
llvm-svn: 111846
-
Benjamin Kramer authored
ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This way we can use the information it has computed and don't have to recompute the same stuff over and over again. llvm-svn: 111844
-
Bruno Cardoso Lopes authored
llvm-svn: 111837
-
Jim Grosbach authored
relative offsets when there are offsets encoded in the instructions and simplifies final allocation in PEI. rdar://8277890 llvm-svn: 111836
-
Gabor Greif authored
llvm-svn: 111835
-
Owen Anderson authored
llvm-svn: 111834
-
Chris Lattner authored
x86 int and int3 instructions. Patch by Peter Housel! llvm-svn: 111831
-
Mikhail Glushenkov authored
llvm-svn: 111829
-
Mikhail Glushenkov authored
llvm-svn: 111828
-
Mikhail Glushenkov authored
llvm-svn: 111827
-
Mikhail Glushenkov authored
llvm-svn: 111826
-
Mikhail Glushenkov authored
llvm-svn: 111825
-
Benjamin Kramer authored
llvm-svn: 111824
-
Dan Gohman authored
closing the underlying stream. llvm-svn: 111822
-
Devang Patel authored
PR 7920. llvm-svn: 111820
-
Benjamin Kramer authored
llvm-svn: 111819
-
Benjamin Kramer authored
- Cache used characters in a bitset to reduce memory overhead to just 32 bytes. - On my core2 this code is faster except when the checked string was very short (smaller than the list of delimiters). llvm-svn: 111817
-
Owen Anderson authored
llvm-svn: 111816
-
Owen Anderson authored
Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. llvm-svn: 111815
-
Benjamin Kramer authored
- Respect find_first_of(char's From parameter instead of silently dropping it. - Prefer std::string() to std::string("") llvm-svn: 111814
-
Chris Lattner authored
llvm-svn: 111813
-
Chandler Carruth authored
I have no idea how lit did the right thing here, but other test runners don't. llvm-svn: 111805
-
Chandler Carruth authored
hierarchy with virtual methods and using llvm_unreachable to properly indicate unreachable states which would otherwise leave variables uninitialized. llvm-svn: 111803
-
Anton Korobeynikov authored
it's COFF emitter which does not support differences of two symbols (and needs to be fixed). GAS is pretty fine with code produced. llvm-svn: 111801
-
Michael J. Spencer authored
llvm-svn: 111793
-
Michael J. Spencer authored
llvm-svn: 111792
-
Chris Lattner authored
llvm-svn: 111791
-
Nick Lewycky authored
llvm-svn: 111787
-
- Aug 21, 2010
-
-
Eli Friedman authored
llvm-svn: 111744
-
Anton Korobeynikov authored
defaults to small pic code model. llvm-svn: 111741
-