- May 12, 2012
-
-
Akira Hatanaka authored
- Remove code which lowers pseudo SETGP01. - Fix LowerSETGP01. The first two of the three instructions that are emitted to initialize the global pointer register now use register $2. - Stop emitting .cpload directive. llvm-svn: 156689
-
Chad Rosier authored
llvm-svn: 156687
-
Jim Ingham authored
Add a useful error message to "log enable" with the wrong number of arguments, and reject "log enable lldb" which just silently did nothing before. llvm-svn: 156686
-
Jakob Stoklund Olesen authored
Empty live ranges represent undef and still get allocated, but they won't appear in LiveIntervalUnions. Patch by Patrik Hägglund! llvm-svn: 156685
-
rdar://problem/11439169Greg Clayton authored
"lldb -a i386" doesn't set the calculator mode correctly if run on a 64 bit system. The previous logic always used the current host architecture, not the default architecture. The default arch gets set into a static varaible in lldb_private::Target when an arch is set from the command line: lldb -a i386 We now use the default arch correctly. llvm-svn: 156680
-
Akira Hatanaka authored
pointer register. This is the first of the series of patches which clean up the way global pointer register is used. The patches will make the following improvements: - Make $gp an allocatable temporary register rather than reserving it. - Use a virtual register as the global pointer register and let the register allocator decide which register to assign to it or whether spill/reloads are needed. - Make sure $gp is valid at the entry of a called function, which is necessary for functions using lazy binding. - Remove the need for emitting .cprestore and .cpload directives. llvm-svn: 156671
-
-
Jim Ingham authored
llvm-svn: 156668
-
Jim Ingham authored
Also changed the defaults for SBThread::Step* to not delete extant plans. Also added some test cases to test more complex stepping scenarios. llvm-svn: 156667
-
Douglas Gregor authored
attribute, rather than requiring multiple cases in consumers of this information. llvm-svn: 156666
-
Michael J. Spencer authored
llvm-svn: 156665
-
Anna Zaks authored
llvm-svn: 156664
-
Akira Hatanaka authored
llvm-svn: 156663
-
Chad Rosier authored
llvm-svn: 156662
-
Anna Zaks authored
llvm-svn: 156661
-
Anna Zaks authored
llvm-svn: 156660
-
Anna Zaks authored
llvm-svn: 156659
-
Chad Rosier authored
llvm-svn: 156658
-
Douglas Gregor authored
__attribute__((aligned)). Fixes <rdar://problem/11435441>, a regression I introduced in r156003. This is the narrow fix; a more comprehensive fix is coming. llvm-svn: 156657
-
Akira Hatanaka authored
llvm-svn: 156656
-
Bill Wendling authored
llvm-svn: 156655
-
Richard Smith authored
the correct type and the correct source location in the diagnostic. Spotted by Johannes Schaub! llvm-svn: 156654
-
Matt Beaumont-Gay authored
llvm-svn: 156653
-
Michael J. Spencer authored
llvm-svn: 156652
-
- May 11, 2012
-
-
Greg Clayton authored
llvm-svn: 156651
-
Akira Hatanaka authored
register size of the target architecture. llvm-svn: 156650
-
Bill Wendling authored
llvm-svn: 156649
-
Bill Wendling authored
llvm-svn: 156648
-
Argyrios Kyrtzidis authored
file buffer, not at the start of lexing. Fixes assertion hit in format diagnostics. rdar://11418366 llvm-svn: 156647
-
Chad Rosier authored
llvm-svn: 156646
-
Brendon Cahoon authored
llvm-svn: 156644
-
Akira Hatanaka authored
A vector should be returned via the hidden pointer argument except if its size is equal to or smaller than 16-bytes and the target ABI is N32 or N64. llvm-svn: 156642
-
Filipe Cabecinhas authored
swig 2.0+ seems to default to using PyLongObjects, but the __len__() method _must_ return a PyIntObject. llvm-svn: 156639
-
Filipe Cabecinhas authored
llvm-svn: 156638
-
Filipe Cabecinhas authored
llvm-svn: 156637
-
Sirish Pande authored
llvm-svn: 156636
-
Duncan Sands authored
llvm-svn: 156635
-
Brendon Cahoon authored
Patch by Jyotsna Verma. llvm-svn: 156634
-
Chad Rosier authored
llvm-svn: 156633
-
Chad Rosier authored
llvm-svn: 156632
-