2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-11-14 |
Anton Korobeynikov | Use TARGET2 relocation for TType references on ARM. |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-05-05 |
Eric Christopher | Typo. |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Craig Topper | Prune some includes |
blob | commitdiff | raw | diff to current |
2012-02-06 |
Chris Lattner | Remove some dead code and tidy things up now that vecto... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Chris Lattner | C++, CBE, and TLOF support for ConstantDataSequential |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Chandler Carruth | Add 'llvm_unreachable' to passify GCC's understanding... |
blob | commitdiff | raw | diff to current |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Nick Lewycky | Move global variables in TargetMachine into new TargetO... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Goodbye TargetAsmInfo. This eliminate last bit of CodeG... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Add MCObjectFileInfo and sink the MCSections initializa... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Evan Cheng | Fix up TargetLoweringObjectFile ctors to properly initi... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Bill Wendling | Use the presence of the __compact_unwind section to... |
blob | commitdiff | raw | diff to current |
2011-06-22 |
Bill Wendling | Add a flag that indicates whether a target supports... |
blob | commitdiff | raw | diff to current |
2011-06-22 |
Bill Wendling | Add a __LD,__compact_unwind section. |
blob | commitdiff | raw | diff to current |
2011-06-19 |
Jay Foad | Fix a FIXME by making GlobalVariable::getInitializer... |
blob | commitdiff | raw | diff to current |
2011-05-05 |
Bill Wendling | Remove a flag that would set the ".eh" symbol as .globl... |
blob | commitdiff | raw | diff to current |
2011-05-01 |
Rafael Espindola | GCC uses a different encoding of pointers in the FDE... |
blob | commitdiff | raw | diff to current |
2011-04-27 |
Rafael Espindola | Remove unnecessary argument. |
blob | commitdiff | raw | diff to current |
2011-04-27 |
Rafael Espindola | Rename getPersonalityPICSymbol to getCFIPersonalitySymb... |
blob | commitdiff | raw | diff to current |
2011-04-20 |
Rafael Espindola | Remove unused arguments. |
blob | commitdiff | raw | diff to current |
2011-04-16 |
Francois Pichet | MSVC needs the return 0 to compile. |
blob | commitdiff | raw | diff to current |
2011-04-16 |
Rafael Espindola | Put each personality function in a section. This fixes... |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Rafael Espindola | Add 129518 back with a fix for when we are producing... |
blob | commitdiff | raw | diff to current |
2011-04-15 |
NAKAMURA Takumi | Revert r129518, "Change ELF systems to use CFI for... |
blob | commitdiff | raw | diff to current |
2011-04-14 |
Rafael Espindola | Change ELF systems to use CFI for producing the EH... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
Rafael Espindola | Delay the creation of eh_frame so that the user can... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Chris Lattner | minor change to rafael's recent patches: if something is |
blob | commitdiff | raw | diff to current |
2011-01-16 |
Rafael Espindola | Only put unnamed_addr constants in mergeable sections... |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Chris Lattner | the latest assembler that runs on powerpc 10.4 machines... |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Dan Gohman | Eliminate unnecessary uses of getZExtValue(). |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
blob | commitdiff | raw | diff to current |
2010-03-17 |
Chris Lattner | fix GetOrCreateTemporarySymbol to require a name, clients |
blob | commitdiff | raw | diff to current |
2010-03-12 |
Chris Lattner | finally give Mangler a getSymbol method, which returns... |
blob | commitdiff | raw | diff to current |
2010-03-12 |
Chris Lattner | make TargetLoweringObjectFile::getExprForDwarfReference |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Chris Lattner | fix a fixme in TargetLoweringObjectFile::getExprForDwar... |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Chris Lattner | rename getSymbolForDwarf* to getExprForDwarf* since... |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Chris Lattner | move three lowering hooks from MAI to TLOF and make... |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Chris Lattner | set the temporary bit on MCSymbols correctly. |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Bill Wendling | Make error statement more personal. |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Anton Korobeynikov | Move TLOF implementations to libCodegen to resolve... |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Anton Korobeynikov | Add suffix for stubs, so we won't have name clashes... |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Anton Korobeynikov | Preliminary patch to improve dwarf EH generation -... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Benjamin Kramer | Simplify some uses of str(n)cmp with StringRef. |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | stop using the .lcomm pseudoop on darwin, instead,... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | make TLOF subclassify BSS based on linkage type into... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | fix a significant difference between llvm and gcc on... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | introduce a section kind for common linkage. Use this... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | Cleanup handling of .zerofill on darwin: |
blob | commitdiff | raw | diff to current |
2010-01-17 |
Chris Lattner | Get MCSymbol out of the mangling business, and move... |
blob | commitdiff | raw | diff to current |
2010-01-16 |
Chris Lattner | move the mangler into libtarget from vmcore. |
blob | commitdiff | raw | diff to current |
2010-01-16 |
Chris Lattner | fix build failure. |
blob | commitdiff | raw | diff to current |
2010-01-16 |
Chris Lattner | remove a couple of actively incorrect uses of getMangle... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Chris Lattner | fix ELF section mangling stuff for weak symbols to... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Chris Lattner | Use the GV version of getNameWithPrefix in TargetLoweri... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Chris Lattner | add a fixme, ELF MCSection isn't quite right and weak... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Chris Lattner | eliminate some uses of Mangler::makeNameProper. |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Chris Lattner | change Mangler::makeNameProper to return its result... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Eric Christopher | We need to put any kind of data with a relocation into a |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Bill Wendling | Reverting the EH table patches. |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Bill Wendling | The "ReadOnlyWithRel" enum seems to apply more to what... |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Bill Wendling | Attempt #2: |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Chris Lattner | add some missing #includes |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Bill Wendling | --- Reverse-merging r82282 into '.': |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Bill Wendling | Still one more thing wrong here... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Bill Wendling | Here's fun! It turns out that these filter functions... |
blob | commitdiff | raw | diff to current |
2009-09-19 |
Bill Wendling | Revert r82274. It's causing failures in the CINT2006... |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Bill Wendling | It's inefficient to have place the exception tables... |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Chris Lattner | pass machinemoduleinfo down into getSymbolForDwarfGloba... |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Chris Lattner | Big change #1 for personality function references: |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Anton Korobeynikov | Provide proper section flags for various BSS flavours |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Anton Korobeynikov | Whitespace cleanup |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Daniel Dunbar | Simplify. |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Chris Lattner | fix COFF targets (mingw/cygwin) to provide ehframe... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Anton Korobeynikov | Text sections should have 'exec' flag set. This seems... |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Benjamin Kramer | Clear the uniquing table when initializing TLOF to... |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Richard Osborne | Update getSectionForConstant() to to allow mergable... |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Chris Lattner | the .eh_frame sections we generate need to be writable... |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Chris Lattner | If ELF subtargets don't want to support 4/8/16-byte... |
blob | commitdiff | raw | diff to current |
2009-08-14 |
Dan Gohman | Make these matching rules more strict so that they... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Bruno Cardoso Lopes | Remove HasCrazyBSS and add a flag in TAI to indicate... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Bruno Cardoso Lopes | Change MCSectionELF to represent a section semantically... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Chris Lattner | sink uniquing of sections out of MCContext into the... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Chris Lattner | add some comments: MCContext owns the MCSections, but... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Chris Lattner | reject invalid code like: |
blob | commitdiff | raw | diff to current |
2009-08-12 |
Chris Lattner | implement support for uniquing MachO sections. |
blob | commitdiff | raw | diff to current |
2009-08-12 |
Chris Lattner | reduce #includage |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Dan Gohman | Tidy #includes. |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Chris Lattner | split MachO section handling stuff out to its out ... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Chris Lattner | Make the big switch: Change MCSectionMachO to represent... |
blob | commitdiff | raw | diff to current |
2009-08-08 |
Chris Lattner | 1. Make MCSection an abstract class. |
blob | commitdiff | raw | diff to current |
2009-08-08 |
Chris Lattner | make target-specific TLOF impls (except PIC16) create... |
blob | commitdiff | raw | diff to current |
2009-08-08 |
Chris Lattner | eliminate TargetLoweringObjectFileSparc in favor of... |
blob | commitdiff | raw | diff to current |
2009-08-08 |
Chris Lattner | now that getOrCreateSection is all object-file specific, |
blob | commitdiff | raw | diff to current |
2009-08-08 |
Chris Lattner | sink getOrCreateSection down into all the object file... |
blob | commitdiff | raw | diff to current |
2009-08-06 |
Chris Lattner | Fix several fixmes and clean up code by sinking *all... |
blob | commitdiff | raw | diff to current |
next |