summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-06
* DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie2014-04-06
* [Support] Modify LockFileManager::waitForUnlock() to return info about how th...Argyrios Kyrtzidis2014-04-06
* Remove unused parameterDavid Blaikie2014-04-05
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-05
* MachineInstr: introduce explicit_operands and implicit_operands rangesDavid Blaikie2014-04-05
* ARM: consolidate MachO checks for ARM asm parserSaleem Abdulrasool2014-04-05
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-05
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-05
* AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool2014-04-05
* Fixing typo.David Blaikie2014-04-05
* [PowerPC] Remove unused TM member variable to unbreak buildHal Finkel2014-04-05
* [PowerPC] Adjust load/store costs in PPCTTIHal Finkel2014-04-04
* [PowerPC] PPCTTI CleanupHal Finkel2014-04-04
* Minor change to StackMapLiveness DEBUG output.Andrew Trick2014-04-04
* Add DAG parameter to ComputeNumSignBitsForTargetNodeMatt Arsenault2014-04-04
* Fix tabsMatt Arsenault2014-04-04
* [mips] Add Octeon cnMips instructions seqi/snei and v3mulu/vmm0/vmulu.Kai Nacke2014-04-04
* [PowerPC] Add a full condition code register to make the "cc" clobber workHal Finkel2014-04-04
* [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans...Daniel Sanders2014-04-04
* DAGLegalize: add last-ditch type-legalization for VSELECT.Tim Northover2014-04-04
* ARM64: handle v1i1 types arising from setcc properly.Tim Northover2014-04-04
* Fix for PR18921 (LDRD/STRD part)::Stepan Dyatkovskiy2014-04-04
* ARM64: use regalloc-friendly COPY_TO_REGCLASS for bitcastsTim Northover2014-04-04
* ARM64: add 128-bit MLA operations to the custom selection code.Tim Northover2014-04-04
* Fixed register class in STRD instruction for Thumb2 mode.Stepan Dyatkovskiy2014-04-04
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* ARM: Range based for-loop over block predecessors.Jim Grosbach2014-04-04
* ARM: Use range-based for loops in frame lowering.Jim Grosbach2014-04-04
* [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chanceQuentin Colombet2014-04-04
* Revert r205599, the commit was not intended to have so many changesQuentin Colombet2014-04-04
* [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chanceQuentin Colombet2014-04-04
* MIPS: remove vim swap fileSaleem Abdulrasool2014-04-04
* Add an assert that this is only used with .o files.Rafael Espindola2014-04-04
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-03
* Implement macho relocation iterators with section number + relocation number.Rafael Espindola2014-04-03
* Tidy up. Space before ':' in range-based for loops.Jim Grosbach2014-04-03
* Tidy up. 80 columns.Jim Grosbach2014-04-03
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-03
* Fix typo.Jim Grosbach2014-04-03
* Fix llvm-objdump crash.Rafael Espindola2014-04-03
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Optimize away unnecessary address casts.Eli Bendersky2014-04-03
* [ARM64] Teach the ARM64DeadRegisterDefinition pass to respect implicit-defs.Lang Hames2014-04-03
* R600: Correct opcode for BFE_INTTom Stellard2014-04-03
* R600/SI: Lower 64-bit immediates using REG_SEQUENCETom Stellard2014-04-03
* Fix PR19270 - type mismatch caused by invalid optimization.Eli Bendersky2014-04-03
* ARM: tell LLVM about zext properties of ldrexb/ldrexhTim Northover2014-04-03
* [mips] Implement ehb, ssnop, and pause in assemblerDaniel Sanders2014-04-03
* ARM: skip cmpxchg failure barrier if ordering is monotonic.Tim Northover2014-04-03