- May 01, 2009
-
-
Jeffrey Yasskin authored
comment a bit. llvm-svn: 70515
-
- Apr 29, 2009
-
-
Bill Wendling authored
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to use the old behavior, the flag is -O0. This change allows for finer-grained control over which optimizations are run at different -O levels. Most of this work was pretty mechanical. The majority of the fixes came from verifying that a "fast" variable wasn't used anymore. The JIT still uses a "Fast" flag. I'll change the JIT with a follow-up patch. llvm-svn: 70343
-
- Apr 27, 2009
-
-
Duncan Sands authored
building without optimization and building with checking. llvm-svn: 70205
-
Sanjiv Gupta authored
Now that any size of integer indices are allowed for sequential types, remove the unneccessary gyan about promoting them. llvm-svn: 70181
-
Chris Lattner authored
BLOCKNAME and SETRECORDNAME. This allows a bitcode file to be self describing with pretty names for records and blocks in addition to numbers. This enhances llvm-bcanalyzer to use this to print prettily. llvm-svn: 70165
-
- Apr 26, 2009
-
-
Sanjiv Gupta authored
Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. llvm-svn: 70134
-
Chris Lattner authored
Josef Eisl! llvm-svn: 70087
-
Chris Lattner authored
llvm-svn: 70082
-
- Apr 25, 2009
-
-
Chris Lattner authored
new stuff. PR3924. llvm-svn: 70077
-
Sanjiv Gupta authored
llvm-svn: 70019
-
- Apr 24, 2009
-
-
Sanjiv Gupta authored
llvm-svn: 69971
-
Sanjiv Gupta authored
llvm-svn: 69946
-
- Apr 23, 2009
-
-
David Greene authored
Fix a documentation bug. llvm-svn: 69923
-
David Greene authored
Make BinOps typed and require a type specifier for !nameconcat. This allows binops to be used in typed contexts such as when passing arguments to classes. llvm-svn: 69921
-
David Greene authored
Allow defm to inherit from multiple multiclasses. llvm-svn: 69832
-
- Apr 22, 2009
-
-
David Greene authored
Implement !nameconcat to concatenate strings and look up the resulting name in the symbol table, returning an object. llvm-svn: 69822
-
David Greene authored
llvm-svn: 69810
-
Dan Gohman authored
llvm-svn: 69804
-
- Apr 18, 2009
-
-
Duncan Sands authored
building llvm. llvm-svn: 69441
-
- Apr 17, 2009
-
-
Jim Grosbach authored
llvm-svn: 69358
-
- Apr 15, 2009
-
-
Bill Wendling authored
llvm-svn: 69130
-
- Apr 13, 2009
-
-
Chris Lattner authored
to support C99 inline, GNU extern inline, etc. Related bugzilla's include PR3517, PR3100, & PR2933. Nothing uses this yet, but it appears to work. llvm-svn: 68940
-
Nick Lewycky authored
llvm-svn: 68934
-
- Apr 12, 2009
-
-
Nick Lewycky authored
llvm-svn: 68910
-
- Apr 10, 2009
-
-
Misha Brukman authored
llvm-svn: 68821
-
Chris Lattner authored
llvm-svn: 68784
-
- Apr 08, 2009
-
-
Chris Lattner authored
abstraction for CommandLine. llvm-svn: 68588
-
- Apr 07, 2009
-
-
Bill Wendling authored
llvm-svn: 68534
-
Bill Wendling authored
llvm-svn: 68531
-
Bill Wendling authored
work. llvm-svn: 68530
-
Bill Wendling authored
llvm-svn: 68528
-
- Apr 06, 2009
-
-
Chris Lattner authored
elements in a form that is efficient for the reader to just get a pointer in memory and start reading. APIs to do efficient reading and writing are still todo. llvm-svn: 68465
-
Chris Lattner authored
llvm-svn: 68456
-
- Apr 05, 2009
-
-
Bill Wendling authored
llvm-svn: 68440
-
Bill Wendling authored
llvm-svn: 68439
-
Bill Wendling authored
llvm-svn: 68433
-
Bill Wendling authored
llvm-svn: 68432
-
Bill Wendling authored
llvm-svn: 68431
-
Bill Wendling authored
llvm-svn: 68427
-
Bill Wendling authored
formatted the same, putting words in <tt> tags, adding —s, etc. llvm-svn: 68426
-