summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* write the symbol table for function bodiesChris Lattner2007-05-01
* encode all of the instructions.Chris Lattner2007-05-01
* add missing opcode.Chris Lattner2007-05-01
* Under normal circumstances, when a frame pointer is not required, we reserveEvan Cheng2007-05-01
* Added hook hasReservedCallFrame(). It returns true if the call frame isEvan Cheng2007-05-01
* Test a dag combiner crasher.Evan Cheng2007-05-01
* * Only turn a load to UNDEF if all of its outputs have no uses (indexed loadsEvan Cheng2007-05-01
* Implement review feedback.Christopher Lamb2007-04-30
* Fix PR1228 and CodeGen/Generic/2007-04-30-LandingPadBranchFolding.llChris Lattner2007-04-30
* testcase for PR1228Chris Lattner2007-04-30
* print isLandingPad() for MBBsChris Lattner2007-04-30
* Continue refactoring inline asm code. If there is an earlyclobber outputChris Lattner2007-04-30
* testcase for PR1357Chris Lattner2007-04-30
* Header file for ELF relocations.Christopher Lamb2007-04-30
* Fix commentAnton Korobeynikov2007-04-30
* Updates.Evan Cheng2007-04-30
* refactor GetRegistersForValue to take OpInfo as an argument instead of variousChris Lattner2007-04-30
* refactor some code, no functionality changeChris Lattner2007-04-30
* Clean up multi-line asam string printing. Instead of printing:Chris Lattner2007-04-30
* Fix typo. Interesting, but old variant worked too :)Anton Korobeynikov2007-04-30
* For PR1370:Reid Spencer2007-04-30
* Remove item: thumb padding in constant islandsDale Johannesen2007-04-30
* remove unused variableDale Johannesen2007-04-30
* If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer2007-04-30
* Enable protected visibility on ARM.Lauro Ramos Venancio2007-04-30
* Dependent libraries could be native too.Reid Spencer2007-04-30
* Augment the verbose output to print out the sub-commands executed.Reid Spencer2007-04-29
* add some helpersChris Lattner2007-04-29
* Implement much expanded dumper support. We now print stuff like:Chris Lattner2007-04-29
* Implement visibility checking during linking. Also implement protectedAnton Korobeynikov2007-04-29
* add some simple per-block statisticsChris Lattner2007-04-29
* compute this value correctlyChris Lattner2007-04-29
* Rewrite of Thumb constant islands handling (exact allowance for paddingDale Johannesen2007-04-29
* Make ARM-specific version of getInlineAsmLengthDale Johannesen2007-04-29
* add a methodChris Lattner2007-04-29
* not all targets want to return an i32. What really matters is whether llc ac...Chris Lattner2007-04-29
* generalize aggregate handlingChris Lattner2007-04-29
* RegenerateAnton Korobeynikov2007-04-29
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-29
* Implement review feedbackAnton Korobeynikov2007-04-29
* Jeff's fix was fineChris Lattner2007-04-29
* add missing ctorChris Lattner2007-04-29
* Fix MemoryBuffer breakage correctly.Jeff Cohen2007-04-29
* Unbreak VC++ build.Jeff Cohen2007-04-29
* Unbreak build.Jeff Cohen2007-04-29
* Updated aliases testAnton Korobeynikov2007-04-29
* Implement support to read an arbitrary bitcode file. Next up, dumping theChris Lattner2007-04-29
* very early support for analyzing a bitstream. This opens the file, startsChris Lattner2007-04-29
* make this file self-containedChris Lattner2007-04-29
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-29