summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the build failure of lldb wrt clang recent change. Patch by Todd FialaSylvestre Ledru2013-12-051-1/+0
* <rdar://problem/15367406>Greg Clayton2013-11-041-0/+2
* It is no longer necessary to opt out of pretty stack traces.Filip Pizlo2013-11-041-2/+0
* Fix build break: clang no longer supports -ast-dump-xml.Richard Smith2013-10-081-1/+0
* Enable MCJIT on FreeBSDEd Maste2013-08-291-4/+0
* Remove unused include.Rafael Espindola2013-06-261-1/+0
* Fix the lldb build.Rafael Espindola2013-06-261-12/+10
* Fix the build. clang/Driver/OptTable.h was removed.Rafael Espindola2013-06-141-1/+0
* Don't depend on the transitive inclusion of PathV1.hRafael Espindola2013-06-131-0/+1
* Fixed a problem where the dynamic checkers (i.e.,Sean Callanan2013-05-181-17/+20
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-1/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-4/+4
* This commit changes the way LLDB executes userSean Callanan2013-04-181-37/+30
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-12/+12
* Flipped the big switch: LLDB now uses the new Sean Callanan2013-04-161-1/+2
* Audited the existing Materializer code to ensureSean Callanan2013-04-151-1/+1
* Factored out memory access into the target processSean Callanan2013-04-051-1/+4
* Enabled blocks support in the expression parser.Sean Callanan2013-04-011-0/+1
* Disable warnings from Clang correctly, by directlySean Callanan2013-03-301-2/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Refactored the expression parser so that the IRSean Callanan2013-03-191-274/+18
* Removed One Definition Rule warnings because they'reSean Callanan2013-03-081-0/+1
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+3
* Change to JITDefault code model for ELF targetsAndrew Kaylor2013-02-211-1/+9
* Fixed a bug where certain vector code didn'tSean Callanan2013-02-211-0/+10
* Change ELF relocation model to staticAndrew Kaylor2013-02-201-1/+6
* Bring lldb up to date with clang revision 175141.Filipe Cabecinhas2013-02-141-0/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Quick fix to make LLDB TOT work with Clang TOT.Sean Callanan2013-01-221-1/+1
* Update to reflect API changes in r171367.Chandler Carruth2013-01-021-2/+2
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect theChandler Carruth2013-01-021-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Fix lldb to compile with top of tree LLVM/clang.Greg Clayton2012-11-161-1/+1
* Patch from Matt Kopec:Greg Clayton2012-10-301-1/+1
* Cleanup some variable names to indicate auto pointers and also manager the ll...Greg Clayton2012-10-241-18/+15
* Added support for "bool", "true", and "false" toSean Callanan2012-10-171-0/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-0/+1
* Removed some debugging cruft.Sean Callanan2012-09-241-3/+0
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-241-56/+75
* Disable the "pretty stack trace" signal handler,Sean Callanan2012-09-061-0/+2
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Instructions generated by a disassembler can nowSean Callanan2012-08-011-1/+1
* Minor fixes for ARM/iOS targets:Sean Callanan2012-06-081-0/+3
* Enabled C++11 in the expression parser. auto andSean Callanan2012-05-161-0/+2
* <rdar://problem/11330621>Greg Clayton2012-05-101-2/+1
* Disabled spell checking in the expression parser,Sean Callanan2012-04-171-0/+6
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-4/+9
* Updated LLVM to take a new MC JIT that supportsSean Callanan2012-03-011-1/+2
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
OpenPOWER on IntegriCloud