summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignmentDan Gohman2009-08-18
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-18
* Add prefix only if it is needed.Devang Patel2009-08-17
* cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::v...Jim Grosbach2009-08-17
* Oops. find all llvm.dbg.global_variables.Devang Patel2009-08-17
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-17
* Update CMakeLists.Benjamin Kramer2009-08-17
* Update comments to new-style syntax.Dan Gohman2009-08-17
* Fix build warning.Daniel Dunbar2009-08-17
* Privatize the last bits of static type state.Owen Anderson2009-08-17
* Move the TypeMap lock to a member on LLVMContextImpl.Owen Anderson2009-08-17
* Add locking around the attributes list.Owen Anderson2009-08-17
* Add locking around signal handler registration.Owen Anderson2009-08-17
* Clear the uniquing table when initializing TLOF to avoid a crash when the TLO...Benjamin Kramer2009-08-17
* Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky2009-08-17
* Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach2009-08-17
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-17
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-17
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-17
* Fix more missing newlines.Dan Gohman2009-08-17
* Fix printing of instructions with null operands.Dan Gohman2009-08-17
* Always print at least one space before adding a comment.Dan Gohman2009-08-17
* Fix debug output to include a newline after printing a Value, nowDan Gohman2009-08-17
* Don't access the first element of a potentially emptyDuncan Sands2009-08-17
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-17
* Don't crash trying to promote VLAs.Nick Lewycky2009-08-17
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-17
* formatting cleanups, no functionality change.Chris Lattner2009-08-17
* Expose creating constant ints and floats from strings in llvm-c.Erick Tryzelaar2009-08-16
* Add helper functions to ConstantInt and ConstantFP to accept strings.Erick Tryzelaar2009-08-16
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-16
* Add a getOffsetOf, for building a target-independent expression forDan Gohman2009-08-16
* Avoid emitting XMM save code in soft-float or no-implicit-float modeDan Gohman2009-08-16
* Delete an unused field.Dan Gohman2009-08-16
* Replace RegScavenger::DistanceMap with a simpler local algorithm.Jakob Stoklund Olesen2009-08-16
* Clean up the public interface of RegScavenger.Jakob Stoklund Olesen2009-08-16
* Be more clever about regclasses in ScheduleDAGSDNodes::EmitCopyFromReg.Jakob Stoklund Olesen2009-08-16
* Fix use after free in Thumb2SizeReduction (PR4707). A MachineInstr was used a...Benjamin Kramer2009-08-16
* Styalistic and format changes. No functionality change.Bill Wendling2009-08-16
* add support for external symbols + X86::MOVPC32r.Chris Lattner2009-08-16
* Fix for PR3016: detect the tricky case, where there are Eli Friedman2009-08-16
* implement support for lowering references to global addresses. For example, ...Chris Lattner2009-08-16
* more formatting improvements, no functionality change.Chris Lattner2009-08-16
* code formatting improvements, no functionality change.Chris Lattner2009-08-16
* Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar2009-08-16
* Expose most of the Constant creation functions to llvm-c.Erick Tryzelaar2009-08-16
* Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar2009-08-16
* Needs to check whether unaligned load / store of i64 is legal here.Evan Cheng2009-08-15
* Remove <iostream>.Bill Wendling2009-08-15
* Mingw also doesn't have st_blksize.Dan Gohman2009-08-15