Age | Commit message (Expand) | Author |
2007-05-05 | Emit sections/directives in the proper order. This fixes PR1376. Also, | Anton Korobeynikov |
2007-05-05 | minor bugfix | Chris Lattner |
2007-05-05 | add a 6-bit encoding type for strings. | Chris Lattner |
2007-05-05 | Implement support for globally associating abbrevs with block IDs, which | Chris Lattner |
2007-05-04 | use a template to eliminate manual code duplication | Chris Lattner |
2007-05-04 | Add an "implies" field to features. This indicates that, if the current | Bill Wendling |
2007-05-04 | add support for array abbreviations. | Chris Lattner |
2007-05-04 | eliminate lengths from record bodies | Chris Lattner |
2007-05-04 | minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK | Chris Lattner |
2007-05-04 | refcount BitCodeAbbrev objects | Chris Lattner |
2007-05-04 | if functiontype is going to have a pointer to a paramattr object, it better | Chris Lattner |
2007-05-04 | add a helper | Chris Lattner |
2007-05-04 | remove unused code | Chris Lattner |
2007-05-04 | add new codes | Chris Lattner |
2007-05-03 | add a new code | Chris Lattner |
2007-05-03 | Unbreak VC++ build. | Jeff Cohen |
2007-05-03 | Use iterative while loop instead of recursive function call. | Devang Patel |
2007-05-03 | Use the explicit keyword for the SCEV class' constructor. | Dan Gohman |
2007-05-03 | This is a patch to fix a compile error in STLExtras.h, and | Chris Lattner |
2007-05-03 | remove extraneous type qualifiers | Chris Lattner |
2007-05-03 | remove extraneous top-level semi's | Chris Lattner |
2007-05-03 | remove two useless functions. Just inherit Type's implementation instead. | Chris Lattner |
2007-05-03 | remove useless type qualifiers | Chris Lattner |
2007-05-03 | avoid invalid C++ token in #error | Chris Lattner |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-03 | Add a new option. | Chris Lattner |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-02 | Re-install patch to enable use of PassID. | Devang Patel |
2007-05-02 | update to reflect reality | Chris Lattner |
2007-05-02 | revert enough of devang's recent patches to get the tree basically working again | Chris Lattner |
2007-05-01 | Fix couple of bugs connected with eh info: | Anton Korobeynikov |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-05-01 | Pass call frame setup SP adjustment along to eliminateFrameIndex(). | Evan Cheng |
2007-05-01 | Add SPAdj parameter to account for call frame setup SP adjustment. | Evan Cheng |
2007-05-01 | llvm bug #1350, parts 1, 2, and 3. | Nate Begeman |
2007-05-01 | several bitfixes to JumpToBit | Chris Lattner |
2007-05-01 | add JumpToBit, an explicit init method, and a default ctor. | Chris Lattner |
2007-05-01 | add missing opcode. | Chris Lattner |
2007-05-01 | Added hook hasReservedCallFrame(). It returns true if the call frame is | Evan Cheng |
2007-04-30 | Implement review feedback. | Christopher Lamb |
2007-04-30 | Header file for ELF relocations. | Christopher Lamb |
2007-04-30 | Fix comment | Anton Korobeynikov |
2007-04-30 | If an archive is not recognized as an LLVM bytecode archive then declare | Reid Spencer |
2007-04-29 | add some helpers | Chris Lattner |
2007-04-29 | compute this value correctly | Chris Lattner |
2007-04-29 | Make ARM-specific version of getInlineAsmLength | Dale Johannesen |
2007-04-29 | add a method | Chris Lattner |
2007-04-29 | Implement protected visibility. This partly implements PR1363. Linker | Anton Korobeynikov |
2007-04-29 | Implement review feedback | Anton Korobeynikov |
2007-04-29 | Jeff's fix was fine | Chris Lattner |