Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | No need to generate a lazy-linking stub for internal functions, they can be | Misha Brukman | 2004-06-28 | 1 | -1/+3 | |
| | | | | | | resolved by the static linker. llvm-svn: 14467 | |||||
* | Do not set the `link' bit when branching to the first BB of a function, as it | Misha Brukman | 2004-06-28 | 1 | -2/+2 | |
| | | | | | | will cause an infinite loop. The link bit is only used for calling functions. llvm-svn: 14466 | |||||
* | Fix spacing around function arguments. | Misha Brukman | 2004-06-28 | 1 | -5/+4 | |
| | | | | llvm-svn: 14463 | |||||
* | Combine several if stmts with returns into an if-then-elseif-else chain. | Misha Brukman | 2004-06-25 | 1 | -12/+4 | |
| | | | | llvm-svn: 14414 | |||||
* | * Be consistent about MachineBB labels and references to them in instr stream | Misha Brukman | 2004-06-25 | 1 | -22/+6 | |
| | | | | | | * Use MachineBB's built-in numbering system instead of reinventing one llvm-svn: 14408 | |||||
* | * Initialize the entire array statically, not member-at-a-time | Misha Brukman | 2004-06-25 | 1 | -20/+9 | |
| | | | | | | * Remove x86-specific comment re: intel vs. at&t assembly syntax llvm-svn: 14406 | |||||
* | * Lowercase the register names | Misha Brukman | 2004-06-24 | 1 | -11/+11 | |
| | | | | | | | * Parenthesize assert() expressions correctly * Fix spacing around for() and if() statements llvm-svn: 14384 | |||||
* | * Tabs to spaces | Misha Brukman | 2004-06-24 | 1 | -96/+100 | |
| | | | | | | * Remove unnecessary parens, braces, clean up code layout llvm-svn: 14379 | |||||
* | * Order #includes | Misha Brukman | 2004-06-24 | 1 | -5/+7 | |
| | | | | | | * Use the DEBUG() guard for debug printouts llvm-svn: 14367 | |||||
* | Type::getPrimitiveID() -> getTypeID() | Misha Brukman | 2004-06-21 | 1 | -2/+2 | |
| | | | | llvm-svn: 14287 | |||||
* | Initial revision | Misha Brukman | 2004-06-21 | 1 | -0/+694 | |
llvm-svn: 14283 |