summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* reassociate should do this.Chris Lattner2010-01-24
* add a note.Chris Lattner2010-01-24
* move PR5945 here.Chris Lattner2010-01-24
* fix a parsing problem on instructions like:Chris Lattner2010-01-24
* change the canonical form of "cond ? -1 : 0" to be Chris Lattner2010-01-24
* Improved widening loads by adding support for wider loads ifMon P Wang2010-01-24
* implement a simple instcombine xform that has been in theChris Lattner2010-01-23
* add a noteChris Lattner2010-01-23
* add some notes, making posix-memalign be nocapture would be an easy improvement.Chris Lattner2010-01-23
* Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling2010-01-23
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-23
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-23
* use helpers.Chris Lattner2010-01-23
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-23
* Don't lower splat vector load to relative to the esp if theEric Christopher2010-01-23
* remove unneeded directive set.Chris Lattner2010-01-23
* use some helpers instead of duplicating logic.Chris Lattner2010-01-23
* Update CMake build.Ted Kremenek2010-01-23
* Added the skeleton for the implementation of the X86Sean Callanan2010-01-23
* Modified the register matcher function in AsmMatcher toSean Callanan2010-01-23
* Be more conservative with clustering f32 / f64 loads.Evan Cheng2010-01-22
* Mark EH_RETURN64 as CodeGenOnly.Daniel Dunbar2010-01-22
* add missing break, PR6114, patch by M Wahab.Chris Lattner2010-01-22
* use both the Mangler and the CBE's mangler for identifiers,Chris Lattner2010-01-22
* Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer2010-01-22
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Add two target hooks to determine whether two loads are near and should be sc...Evan Cheng2010-01-22
* add new fileChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* stub out a new TargetAsmLexer interface.Chris Lattner2010-01-22
* Fix PR5694. The CMN instructions set the flags differently from CMP, so theyJim Grosbach2010-01-22
* remove dead .erase.Chris Lattner2010-01-21
* fix a problem with a missing _, testcase pending.Chris Lattner2010-01-21
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* Fix a minor issue in x86 load / store folding table. movups does an unaligned...Evan Cheng2010-01-21
* eliminate FnStubInfo, using MachineModuleInfoMachO instead.Chris Lattner2010-01-20
* make findDebugLoc a class methodDale Johannesen2010-01-20
* split function stub printing out to its own function,Chris Lattner2010-01-20
* eliminate the GVStubs and HiddenGVStubs maps, and use Chris Lattner2010-01-20
* When XDEBUG is enabled, check for SelectionDAG cycles at some keyDavid Greene2010-01-20
* reduce redundant are's.Chris Lattner2010-01-20
* inline and radically simplify printDataDirective. It will eventuallyChris Lattner2010-01-20
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-20
* Move findDebugLoc somewhere more central. FixDale Johannesen2010-01-20
* Wrap some comments to 80 columns.Bob Wilson2010-01-19
* Fix a case where debug_value was perturbing theDale Johannesen2010-01-19
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-19
* eliminate AsmPrinter::EmitZeros: just use MCStreamer directly.Chris Lattner2010-01-19
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-19
* Remove predicates when changing an add into an unpredicable mov.Jakob Stoklund Olesen2010-01-19