aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-264-11/+14
* If we have a function with an unreachable statement such that the ending debugBill Wendling2008-09-261-1/+1
* Make pointer parameter const for isUsedInBasicBlock.Bill Wendling2008-09-251-1/+1
* Large mechanical patch.Devang Patel2008-09-258-162/+161
* Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov2008-09-253-2/+4
* Accept 'inreg' attribute on x86 functions asDale Johannesen2008-09-251-2/+2
* FastISel support for debug info.Dan Gohman2008-09-251-0/+2
* Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng2008-09-253-4/+2
* Enable DeadMachineInstructionElim when Fast-ISel is enabled.Dan Gohman2008-09-251-0/+6
* Refactor the code that adds standard LLVM codegen passes intoDan Gohman2008-09-251-1/+7
* Finally get rid of virtual inheritance in TAIAnton Korobeynikov2008-09-242-2/+2
* Use crazy template-based inheritance instead of virtual one.Anton Korobeynikov2008-09-241-0/+2
* Get rid of ReadOnlySection duplicateAnton Korobeynikov2008-09-241-6/+2
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-242-28/+3
* Use generic section-handling stuff to emit constant pool entriesAnton Korobeynikov2008-09-241-2/+0
* Get rid of duplicate char*/Section* stuff for TLS sectionsAnton Korobeynikov2008-09-241-12/+4
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-7/+3
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-242-6/+3
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-1/+2
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-6/+0
* Provide direct function to switch to SectionAnton Korobeynikov2008-09-242-1/+7
* Add DisableGVCompilation which forces the JIT to assert when it tries to allo...Evan Cheng2008-09-241-0/+11
* Reapplying r56550Bill Wendling2008-09-241-1/+7
* Temporarily revert r56550 until missing commit can be added.Eric Christopher2008-09-241-7/+1
* Refactor the constant folding code into it's own function. And call it from bothBill Wendling2008-09-241-1/+7
* Next round of earlyclobber handling. Approach theDale Johannesen2008-09-243-31/+4
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-241-6/+6
* s/ParamAttributeListImpl/AttributeListImpl/gDevang Patel2008-09-241-4/+4
* Add a method to MachineInstr for testing whether it makesDan Gohman2008-09-241-0/+8
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-241-4/+6
* Properly handle 'm' inline asm constraints. If a GV is being selected for the...Evan Cheng2008-09-241-2/+7
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-232-8/+7
* 80 colsDevang Patel2008-09-231-1/+1
* Remove tabs.Devang Patel2008-09-231-3/+3
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-235-32/+31
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-232-13/+14
* Arrange for FastISel code to have access to the MachineModuleInfoDan Gohman2008-09-233-1/+8
* allow inreg on the result of a functionChris Lattner2008-09-231-1/+1
* Update the comment to reflect the new name.Dan Gohman2008-09-231-1/+1
* Remove silly semicolon.Dale Johannesen2008-09-221-1/+1
* Remove a compiler warning.Dale Johannesen2008-09-221-0/+3
* Add hasNote() to check note associated with a function.Devang Patel2008-09-221-0/+5
* Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov2008-09-221-15/+30
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-224-0/+478
* Add bound checks in SmallVectorRafael Espindola2008-09-221-0/+5
* Initial support for the CMake build system.Oscar Fuentes2008-09-225-0/+1032
* explain what earlyclobber actually is.Chris Lattner2008-09-211-3/+3
* Factor out code into HandleVirtRegDef, for consistency withDan Gohman2008-09-211-0/+1
* Update VS projects.Cedric Venet2008-09-204-6/+8
* Shorten and rearrange data fields to save a word of memory.Dale Johannesen2008-09-201-6/+7