1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib
Brian Gaeke 4449b3c963 I think local symbols in X86 GAS have to start with .L, not just
.; so I have changed the basic block markers to start with .L.  I also
broke up a >80char line.

llvm-svn: 7452
2003-07-31 17:38:52 +00:00
..
Analysis Don't require a BB to look-up live variables, unless they may need to 2003-07-29 19:42:32 +00:00
AsmParser Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
Bytecode Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
CodeGen All constant-evaluation code now unified into 2003-07-29 19:50:12 +00:00
CWriter Modified the code so that it generates (0) for setjmp() and abort() for 2003-07-31 15:11:08 +00:00
ExecutionEngine * Stop hard-coding a value for beginning of emitted code on Sparc since we can 2003-07-29 16:57:16 +00:00
Support Add support for "named positional arguments" 2003-07-30 17:34:02 +00:00
Target I think local symbols in X86 GAS have to start with .L, not just 2003-07-31 17:38:52 +00:00
Transforms Instcombine: (A >> c1) << c2 for signed integers 2003-07-24 18:38:56 +00:00
VMCore *** empty log message *** 2003-07-31 05:06:09 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00