aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* write out the symtab for globals.Chris Lattner2007-04-231-33/+70
* Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintainingDale Johannesen2007-04-231-6/+19
* add Align field, and use when generating function alignmentDale Johannesen2007-04-232-3/+13
* add isThumb (unused as yet)Dale Johannesen2007-04-232-0/+5
* Fix generic getInlineAsmLengthDale Johannesen2007-04-231-4/+18
* make EmitAlignment work the way Chris says it shouldDale Johannesen2007-04-231-1/+3
* implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner2007-04-232-6/+13
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-232-12/+47
* Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer2007-04-231-0/+2
* X86 TLS: optimize the implementation of "local exec" model.Lauro Ramos Venancio2007-04-231-3/+10
* promote LLVMBitCodes to be a public headerChris Lattner2007-04-233-89/+2
* PR400 phase 2. Propagate attributed load/store information through DAGs.Christopher Lamb2007-04-223-36/+112
* X86 TLS: fix and optimize the implementation of "initial exec" model.Lauro Ramos Venancio2007-04-223-2/+11
* PR400 phase 1 implementation feedback.Christopher Lamb2007-04-221-4/+2
* Have compiler enforce this.Jeff Cohen2007-04-221-1/+0
* Support alignment queries for degenerate (length 1) vectors.Christopher Lamb2007-04-221-2/+8
* RegeneratedChristopher Lamb2007-04-223-4385/+3361
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-225-13/+109
* Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen2007-04-221-1/+1
* For PR1136:Reid Spencer2007-04-222-0/+40
* add llvm ir bitcode definition fileChris Lattner2007-04-221-0/+87
* build the bitcode dirChris Lattner2007-04-222-2/+16
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-224-0/+652
* Initial support for reading bitcode files. They currently only read types,Chris Lattner2007-04-224-0/+633
* For PR1146:Reid Spencer2007-04-226-106/+113
* Implement PIC for arm-linux.Lauro Ramos Venancio2007-04-225-12/+83
* X86 TLS: Implement review feedback.Lauro Ramos Venancio2007-04-212-3/+14
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-2111-3435/+4365
* We only need one putchar which gives it a shot at getting matched by itsReid Spencer2007-04-211-17/+4
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-2111-4365/+3435
* Make PredicateSimplifier not use DominatorTree.Owen Anderson2007-04-211-31/+32
* Fix a comment.Owen Anderson2007-04-212-2/+2
* Reset vertex.Devang Patel2007-04-211-0/+1
* Fix a bug that prevented the JIT from working correctly after llvm_shutdown.Chris Lattner2007-04-211-6/+16
* Fix regressions introduced by my previous patch: opt calls verifier in aChris Lattner2007-04-201-1/+3
* Allow the lowering of ISD::GLOBAL_OFFSET_TABLE.Lauro Ramos Venancio2007-04-201-1/+1
* avoid mutating a global in an accessorChris Lattner2007-04-201-5/+6
* fit in 80 colsChris Lattner2007-04-201-2/+2
* Comment out usage of write() for now.Jeff Cohen2007-04-202-4/+6
* rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::stateChris Lattner2007-04-202-8/+8
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-201-12/+16
* catch a case that was biting jeffcChris Lattner2007-04-201-1/+7
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-209-8/+150
* Specify S registers as D registers' sub-registers.Evan Cheng2007-04-201-2/+2
* Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH].Evan Cheng2007-04-201-76/+76
* Add sub-registers sets.Evan Cheng2007-04-201-1/+16
* add a crazy ideaChris Lattner2007-04-201-0/+12
* Avoid recursion.Devang Patel2007-04-201-6/+13
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-204-21/+17
* Make Microsoft assembler and linker happy.Jeff Cohen2007-04-201-0/+4