summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-08
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Forward resetColor() et al to the underlying stream.Ted Kremenek2013-08-08
* Really unbreak Mac build.Peter Collingbourne2013-08-07
* Unbreak Mac build.Peter Collingbourne2013-08-07
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07
* Commit a no-op change to StringRef to (hopefully) trigger build bots.Chandler Carruth2013-08-07
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Remove the assertion for now. This breaks lld.Dmitri Gribenko2013-08-07
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-07
* Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner2013-08-07
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-07
* Use gnu style builtins in MathExtras.h with clang on WindowsReid Kleckner2013-08-06
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Add LLVM-style RTTI to DIContext/DWARFContext classesAlexey Samsonov2013-08-06
* Refactor isInTailCallPosition handlingTim Northover2013-08-06
* Put an llvm_unreachable at the end of getSplatIndex as its loop should never ...Craig Topper2013-08-06
* Check against >= 0 instead of != -1 in getSplatIndex because it generally com...Craig Topper2013-08-06
* Remove trailing whitespace and fix an 80-column violation. No functional change.Craig Topper2013-08-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-06
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-05
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* Don't leak passes if added outside of the area determined by Started/Stopped ...Benjamin Kramer2013-08-05
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-05
* Minor address space code simplification.Matt Arsenault2013-08-03
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-02
* Teach EmitGEPOffset about address spacesMatt Arsenault2013-08-02
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-01
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-01
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* remove executable permission from IntrinsicsXCore.tdRobert Lytton2013-08-01
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-01
* AArch64: add initial NEON supportTim Northover2013-08-01
* XCore target: add GCCBuiltin to four intrinsicsRobert Lytton2013-08-01
* Formatting.Eric Christopher2013-08-01
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-31
* Make these just inline, not static inline.Eric Christopher2013-07-30
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-30
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-30
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-30
* Down-scale slot index distance to save bits.Andrew Trick2013-07-30
* whitespaceAndrew Trick2013-07-30
* MI Sched: Track live-thru registers.Andrew Trick2013-07-30
* Fix parameter ordering bug in createDebugIRPass()Daniel Malea2013-07-30