summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach2010-09-20
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-20
* Avoid splitting critical edge twice for a set of PHI uses.Evan Cheng2010-09-20
* Fix the "unable to rename temporary" lit test failing on Windows. rename is n...Francois Pichet2010-09-20
* Revert r114312 while I sort out some issues.Owen Anderson2010-09-19
* Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know,Owen Anderson2010-09-19
* Add one more Core i7 model number.Jakob Stoklund Olesen2010-09-19
* idiom recognition should catch this.Chris Lattner2010-09-19
* add a readme.Chris Lattner2010-09-19
* add corei7, the laptop version.Chris Lattner2010-09-19
* X86Subtarget.h: Fix Cygwin's TD.NAKAMURA Takumi2010-09-18
* Add the exit instruction to the PTX target.Eric Christopher2010-09-18
* Fix build.Michael J. Spencer2010-09-18
* Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola2010-09-18
* Unbreak msvc build.Benjamin Kramer2010-09-18
* do not rely on the implicit-dereference semantics of dyn_cast_or_nullGabor Greif2010-09-18
* do not rely on the implicit-dereference semantics of dyn_cast_or_nullGabor Greif2010-09-18
* Fixed non-const iterator error.Lang Hames2010-09-18
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-18
* Fix code that break critical edges for PHI uses. Watch out for multiple PHIs ...Evan Cheng2010-09-18
* Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson2010-09-18
* Thumb opcodes for thumb calls.Eric Christopher2010-09-18
* Add addrmode5 fp load support. Swap float/thumb operand adding to handleEric Christopher2010-09-18
* Floating point stores have a 3rd addressing mode type.Eric Christopher2010-09-18
* factor out a simple helper function to create a label for PC-relativeJim Grosbach2010-09-18
* PC-relative pseudo instructions are lowered and printed directly. Any encounterJim Grosbach2010-09-18
* Fix vmov.f64 disassembly on targets where sizeof(long) != 8.Benjamin Kramer2010-09-17
* Add MC-inst handling for tPICADDJim Grosbach2010-09-17
* Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64Bob Wilson2010-09-17
* Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach2010-09-17
* Avoid relocations in a common case.Rafael Espindola2010-09-17
* Teach machine sink toEvan Cheng2010-09-17
* Rework arm fast isel branch and compare code.Eric Christopher2010-09-17
* Machine CSE was forgetting to clear some data structures.Evan Cheng2010-09-17
* Fix a potential bug that can cause miscomparison with and without debug info.Evan Cheng2010-09-17
* Don't include <fenv.h> now that we have llvm/System/FEnv.h.Jakob Stoklund Olesen2010-09-17
* Hook up verbose asm comment printing for SOImm operands in MC printerJim Grosbach2010-09-17
* trailing whitespaceJim Grosbach2010-09-17
* Avoid emitting a PIC base register if no PIC addresses are needed.Dan Gohman2010-09-17
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-17
* Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!Jim Grosbach2010-09-17
* handle the upper16/lower16 target operand flags on symbol references for MCJim Grosbach2010-09-17
* fix rdar://8444631 - encoder crash on 'enter'Chris Lattner2010-09-17
* Fix an MSVC warning.Daniel Dunbar2010-09-17
* expand PICLDR MC lowering to handle other PICLDR and PICSTR versions.Jim Grosbach2010-09-17
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-17
* Move the declaration SetInformationJobObject() outside of namespace.NAKAMURA Takumi2010-09-17
* AlphaSchedule.td: 7bit-ize.NAKAMURA Takumi2010-09-17
* System: Don't reexport ___eprintf when building with Clang; this symbol isn'tDaniel Dunbar2010-09-17
* MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar2010-09-17